/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0033FF;
	line-height: 1.0;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: small;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #6600cc;
	text-decoration: none;
	text-transform: none;
}

a:hover{
}

/************** header tag styles **************/

h1{
	font: bold 120% Arial,sans-serif;
	color: #6600cc;
	margin: 0px;
	padding: 0px;
}

h2{
	font: bold 114% Arial,sans-serif;
	color: #6600cc;
	margin: 0px;
	padding: 0px;
}

h3{
	color: #6600cc;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

h4{
	font: 100% Arial,sans-serif;
	color: #0033CC;
	margin: 0px;
	padding: 0px;
}

h5{
	font: 100% Arial,sans-serif;
	color: #0033CC;
	margin: 0px;
	padding: 0px;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
	font: bold 1em Arial,sans-serif;
	color: #9933FF;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 134px;
	left: 2px;
	right: 2px;
	width:99%;
	height: auto;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 2px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 2px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 2px;

}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	z-index: auto;
}

#content{
	padding: 10px 10px 0px 0px;
	margin:0px 0px 0px 182px;
}
/************** feature styles *****************/

.feature{
	padding: 10px 10px 10px 10px;
	font-size: 80%;
	height: auto;
	border-bottom-style: solid;
	border-bottom-width: 0px;
}

.feature h3{
	color: #6600cc;
	padding: 30px 0px 5px 10px;
	font-size: 140%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html>body .feature {height: auto;}

.feature img{
	float: left;
	padding: 10px 10px 10px 10px;
}

.feature-1{
	padding: 10px 10px 10px 10px;
	font-size: 100%;
	height: auto;
	border-bottom-width: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
}
html>body .feature-1 {height: auto;}

.feature-1 h3{
	color: #6600cc;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

.feature-1 img{
	float: left;
	padding: 10px 10px 10px 10px;
}


.feature-news{
	padding: 10px 10px 10px 10px;
	font-size: 80%;
	height: auto;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #999999;
}

.feature-news h3{
	color: #6600cc;
	padding: 30px 0px 5px 10px;
	font-size: 120%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html>body .feature-news {height: auto;}

.feature-news1 img{
	float: left;
	padding: 10px 10px 10px 10px;
}
.feature-news2 img{
	float: right;
	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: #990099;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #990099;
	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;
}

#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;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	color: #6633FF;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
}


/************* 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: 2px;
}

#advert img{
	display: block;
}

/********************* end **********************/

