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

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

#wrapper {
	text-align: left;
	padding: 0px;
	border:0;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

a:link, a:visited{
	color: #CC0000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h1{
	color: #FF3300;
	font-family: Arial, sans-serif;
	font-size: 150%;
	font-weight: bold;
	background-color: #E0F5D1;
	margin: 0px;
	border: 2px solid #FFF;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	display: block;
}
h2{
	color: #900;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border-left-style: solid;
	border-left-width: 0px;
	border-left-color: #FF9900;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FF9900;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FF9900;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 2px;
	text-align: left;
	line-height: 17px;
}

h3{
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

h4{
	color: #CC0000;
	font-family: Arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
	background: #FFFFCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: left;
}

ul{
 list-style-type: square;
}

#pagecell1{
	min-width:840px;
	width:960px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	position: relative;
	top: 1px;
	left: 0px;
	background-color: #BAD2AB;
	display: block;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#masthead{
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	width:960px;
	height: 150px;
	background-image: url(images/header.jpg);
	margin: 0px;
	padding: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #FFF;
	border-left-color: #666;
	background-position: center;
}

#pageNav{
	float: left;
	width:172px;
	padding: 4px;
	position: absolute;
	left: 0px;
	top: 18px;
	font-family: Verdana, sans-serif;
	background-color: #FFFAD0;
	border: 1px solid #999;
	margin-left: 5px;
}

#content{
	color: #000000;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 200px;
	padding: 4px;
	background-color: #FFFAD0;
}
#siteName{
	margin: 0px;
	font-weight: bold;
	color: #CCC;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 17px;
}
.feature{
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #FFFAD0;
	padding: 0px;
	margin: 0px;
}
html>body .feature {height: auto;}
#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #003333;
	padding: 10px;
	margin-top: 0px;
	background: #FFE3AD;
	margin-right: 12px;
	margin-left: 12px;
}
#sectionLinks{
	margin: 0px;
	padding: 0px;
}
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	color: #F30;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FEFADA;
	border-bottom-color: #FEFADA;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FEFADA;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FEFADA;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	background-color: #D2E6C4;
	font-weight: bold;
}

#sectionLinks a:hover{
	text-decoration: none;
	color: #009900;
	background: #FFFFCC;
}
#advert{
	text-align: center;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
.article {
	font-size: 13px;
	border-top-color: #669966;
	border-right-color: #669966;
	border-bottom-color: #669966;
	border-left-color: #669966;
	line-height: 17px;
	text-align: justify;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 15px;
}
.feature img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
}
.feature li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFFFCC;
	border-bottom-color: #996600;
	padding-bottom: 4px;
	padding-top: 2px;
	font-weight: normal;
	color: #000000;
	list-style-position: inside;
	border-top-width: 1px;
	border-top-style: solid;
	margin-right: 12px;
	margin-left: 12px;
}
.footermenu {
	color: #000000;
	background: #FFE3AD;
	display: block;
	padding: 6px;
	border: 1px outset #666666;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 15px;
}
.divider {
	clear: both;
	height: 1px;
	width: 200px;
}
.advertsleft2 {
	height: 280px;
	width: 336px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	background-color: #FFFAD0;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.advertsright2 {
	height: 280px;
	width: 336px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 10px;
	float: right;
	background-color: #FFFAD0;
	padding-left: 16px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}
.feature ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #000000;
	list-style-position: inside;
	margin: 0px;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.feature p {
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #FFFAD0;
	padding: 0px;
	margin-top: 8px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 25px;
}
