/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	margin: 0px;
	padding: 0px;
	background-color: #6B7178;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


/************** header tag styles **************/

h1{
 font: bold 2em Arial, Verdana, Helvetica, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 1em Arial, Verdana, Helvetica, sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: bold 0.8em Arial, Verdana, Helvetica, sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}


p{
	font: normal 0.8em Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.5em;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul li{
	font: bold 1em Arial, Verdana, Helvetica, sans-serif;
	font-size:0.8em;
	color: #333333;
	font-weight: normal;
	line-height: 2em;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container{
	width:1024px;
	background-color: #ffffff;
	margin: 15px auto 0 auto;
}

#tl {
	margin: 0px;
	padding: 0px;
	float: left;
}

#tr {
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	float: right;
}


#pageNav{
	float: left;
	width:210px;
	padding: 0px;
	background-color: #FFFFFF;
	border-right: 1px solid #cccccc;
	font: small Arial,sans-serif;
}

#content{
	padding: 20px 30px;
	margin:0px 0px 0px 210px;
	border-left: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Arial,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** banner styles ****************/

#curves{
	height: 6px;
}
#banner{
	padding: 10px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	height: 100px;
}

#banner h2{
	color: #000000;
	margin:20px 0 3px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: lighter;
	text-transform: uppercase;
}

#banner h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: lighter;
}

#banner img{
	top: 0px;
	padding: 0px;
	margin: 20px 15px 0 0;
	float: left;
}



/************** feature styles *****************/

.feature{
	padding: 0;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	color: #000000;
	padding: 20px 0px 5px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


.runAround{
float: left;
	padding: 0px 0px 0px 0px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.feature img{
	padding: 10px 10px 0 10px;
	
}

.imagestretch{
	position: relative;
	margin: 0;
}

.imagestretch img{
	padding: 10px;
}
/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	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;
	color: #cccccc;
	padding: 10px;
	height: 1em;
}

#siteInfo p{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0;
}

#siteInfo img{
	float: left;
	}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	background-color: #F5f7f7;

}

#sectionLinks a:link.selected, #sectionLinks a:visited.selected{
	border-top: 1px solid #cccccc;
	background-color: #DCDFDF;
}


#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}


#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 5px 20px 5px 20px;
	color: #2C306D;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DCDFDF;
	background-image: none;
	text-decoration: none;
}




/**************** contact styles *****************/

#contact{
	padding: 20px;
}
#contact p{
	font-size: 0.9em;
}

/********************* end **********************/

