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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #FF6600;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: 000000;
}

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

a:link, a:visited{
	color: #FF9900;
	text-decoration: none;
	text-transform: none;
}

a:hover{
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #FF6600;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #FF6600;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #FF6600;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #FF6600;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #FF6600;
 margin: 0px;
 padding: 0px;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #FF6600;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 134px;
	left: 1%;
	right: 1%;
	width:98%;
	background-color: #000000;
	height: auto;
	border-top-color: #333333;
	border-top-style: solid;
	border-top-width: 2px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 2px;
	border-left-color: #333333;
	border-left-style: solid;
	border-left-width: 2px;

}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #000000;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 2px solid #333333;
	height: auto;
}
/************** feature styles *****************/

.feature{
	padding: 0px 10px 10px 10px;
	font-size: 80%;
	min-height: 60px;
	height: auto;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #FF9900;
	padding: 20px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 10px 10px 10px 10px;
}

.feature-1{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
html>body .feature-1 {height: auto;}

.feature-1 h3{
	color: #FF9900;
	padding: 30px 0px 5px 0px;
	font: bold 175% Old English Text MT;
}

.feature-1 img{
	float: left;
	padding: 10px 10px 10px 10px;
}

/*************** story styles ******************/

.story {
	padding: 0px 0px 0px 10px;
	font-size: 80%;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 0px;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #FF9900;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #FF9900;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo at the bottom of page styles ****************/

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

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


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #333333;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-bottom: 1px solid #333333;
	background-color: #000000;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FF9900;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #333333;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #333333;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

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