/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #999999 url('bg_pattern.gif');
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container{
	width: 800px;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	margin-left: auto;
	margin-right: auto;
	background-color: #999999;
}
	
#masthead{
	/*margin-bottom: 30px;*/
}

#nav{
	height: 25px;
	margin-top: 0px;
	background: #cccccc url('globalNav.jpg') repeat-x;
	border-bottom: 2px groove #999999;
}

#nav img{
	position:relative;
	top: 1px;
}

#pageCell{
	background-color: #ffffff;
}

#content{
	float: left;
	margin: 34px 0px 15px 0px;
}

/************* logo styles ****************/
#logo{
	border-bottom: 1px solid #333333;
}


/************* globalNav styles ****************/
#navLink{
	position: absolute;
	top: 112px;
	width: 800px;
}

#navLink a.glink, a.glink:visited{
	position: relative;
	top: -8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 10pt;
  	color: #000000;
	padding: 0px 30px 0px 30px;
}

#navLink a.glink:hover{
	color: #FFFFFF;
	text-decoration: none;
}

/************ subglobalNav styles **************/
.navSubLink{
	position: absolute;
	top: 142px;
	visibility: hidden;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 7px;
}

.navSubLink a:link, .navSubLink a:visited {
	font-size: 10pt;
	padding: 0px 10px 0px 10px;
	color: #B76C33;
}

.navSubLink a:hover{
	color: #000000;
	text-decoration: none;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	margin: 5px 0px 0px 0px;
	padding: 5px 5px 5px 35px;
	font: small Verdana,sans-serif;
	color: #000000;
}

#breadCrumb a{
	margin: 0px 5px 0px 5px;
	color: #005FA9;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/************** headline styles ****************/
#headline {
	font-weight: bold;
	font-size: 16pt;
	font-style:italic;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 0px 0px 5px 15px;
}

#imageHeadline{
	padding: 10px 0px 0px 75px;
	border-top: 1px dotted #CCCCCC;
}

/************** feature styles *****************/

.feature{
	margin: 5px 25px 10px 25px;
	font-size: 10pt;
	height: 200px;
}

.feature h3{
	font-weight:bold;
	font-size: 13pt;
}

.feature p{
	text-indent: 10px;
}

html>body .feature {height: auto;}

.feature img{
	float: right;
	margin: 5px 0px 40px 15px;
}

/************** feature2 styles *****************/

.feature2{
	margin: 5px 25px 10px 25px;
	font-size: 10pt;
	height: 200px;
}

.feature2 h3{
	font-weight:bold;
	font-size: 13pt;
}

.feature2 p{
	text-indent: 10px;
}

html>body .feature2 {height: auto;}

.feature2 img{
	float: left;
	margin: 5px 15px 40px 0px;
}

/************** trailer styles ****************/
#trailer{
	margin: 0px 0px 0px 25px;
}

#trailer img{
	padding-right: 5px;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/********************* end **********************/
