/***********************************************//* emx_nav_left.css                            *//* Use with template Halo_leftNav.html         *//***********************************************//***********************************************//* HTML tag styles                             *//***********************************************/body{	font-family: "Georgia",sans-serif;	font-size:medium;	color: #333333;	line-height: 1.166;	margin: auto;	padding: 0px;	background:white;/*	background: #cccccc url("bg_grad.jpg") fixed; */	width: 100%;}/******* hyperlink and anchor tag styles *******/a:link, a:visited{	color: #333333;	text-decoration: none;}a:hover{	text-decoration: underline;}/************** header tag styles **************/h1{ font-weight: bold; font-size: 120%; color: #334d55; margin: 0px; padding: 0px;}h1 a:link, h1 a:visited, h1 a:hover{	text-decoration:none;	color: black;}h2{ font: bold 114%; color: #006699; margin: 0px; padding: 0px;}h3{ font: bold 100%; color: #334d55; margin: 0px; padding: 0px;}h4{ font: 100%; color: #333333; margin: 0px; padding: 0px;}h5{ font: 100%; color: #334d55; margin: 0px; padding: 0px;}/*************** list tag styles ***************/ul{ list-style-type: square;}ul ul{ list-style-type: disc;}ul ul ul{ list-style-type: none;}/***********************************************//* Layout Divs                                 *//***********************************************/#page {	width: 750px;	margin: auto;}#pagecell1{	position:relative;	width:700px;	margin: auto;/*	background-color: #ffffff; */	background-color: #F5f7f7;}#masthead{	position: relative;	top: 0px;	width: 700px;		margin:auto;	padding-top:1em;}#pageNav{	float: left;	width:149px;	padding: 0px;	background-color: #F5f7f7;/*	border-left: 1px solid #cccccc; */	font: small;	height:100%;	border-top:1px solid #ccd2d2;}#content{/*	padding: 0px 10px 0px 0px; */	margin:0px 0px 0px 0px;/*	border-left: 1px solid #ccd2d2;	border-right: 1px solid #ccd2d2; */	background-color: #ffffff;	float: right;	display: inline;	min-height:210px;	width:551px;	border-top:1px solid #ccd2d2;}/***********************************************//* Component Divs                              *//***********************************************/#siteName{	margin: 0px;	padding: 16px 0px 8px 0px;	color: black;	font-weight: normal;	font-size: 120%;}/************** pageName styles ****************/#pageName{	padding: 0px 0px 10px 150px;	margin: 0px;	border-bottom:1px solid #ccd2d2;	background-color:#ffffff;	display: none;}#pageName h2{	font: bold;	color: #000000;	margin:0px;	padding: 0px;	text-align: center;}#pageName img{	position: absolute;	top: 0px;	right: 6px;	padding: 0px;	margin: 0px;}/*************** story styles ******************/.story {	padding: 23px 0px 0px 1px;	font-size: 80%;	width:550px;}.story h3{	font: bold 125%;	color: #000000;}.story p {	margin: 0px 0px 1em 22px;	padding: 0px;}.story img {	margin: 0px 0px 22px 22px;	padding: 0px;}.story a.capsule{	font: bold 1em;	color: #005FA9;	display:block;	padding-bottom: 5px;}.story a.capsule:hover{	text-decoration: underline;}td.storyLeft{	padding-right: 12px;}/************** siteInfo styles ****************/#siteInfo{	clear: both;	border-top: 1px solid #cccccc;	font-size: 70%;	color: #666666;	padding: 10px 10px 10px 10px;	margin-top: -1px;	background-color:#ffffff;}#siteInfo img{	padding: 4px 4px 4px 0px;	vertical-align: middle;}/************* relatedLinks styles **************/.relatedLinks{	margin: 0px;	padding: 10px 0px 10px 10px;	font-size: small;}.relatedLinks h3{	padding: 10px 0px 0px 0px;	color: #444444;}.relatedLinks a{	display: block; 	padding: 0px 0px 1em 0px;}a.portfolio {	padding: 0px 0px 20px 10px;}/************ Fix for IE float bug ****************/* html .visualIEFloatFix {  height: 0.1%;}/********************* end **********************/