/* HTML redefines */
body {
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
h1 {
	padding: 0;
	margin: 0px 0px 0px 5px;
	font-size: 1.0em;
	font-weight: bold;
	color: #fff;
}
h2 {
	padding: 0;
	margin: 0px 0px 0px 5px;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
}
h3 {
	padding: 0;
	margin: 0px 0px 0px 5px;
	font-size: 0.7em;
	font-weight: bold;
	color: #FF3300;
}
#siteCont {
	padding: 0px;
	margin: 0px;
	text-align: center;
	position: relative;
}
/* Header */
#headerCont {
	position: relative;
	width: 760px;
	background-color: #FFF;
	background-image: url(images/header_BG.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0 auto;
	height: 100px;
	text-align: left;
	border-bottom: 2px solid #999;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
}
#logo {
	width: 101px;
	height: 100px;
	margin: 0px 0px 0px 0px;
	border-right: 2px solid #999
}
#headerBanner {
	position: absolute;
	top: 6px;
	right: 5px;
	width: 468px;
	height: 60px;
	z-index: 1;
	border:1px solid #000;
}
/* Main navigation */
#mainNavCont {
	background-color:#CC0000;
	background-image: url(images/topnav.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 760px;
	height: 20px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
}
#mainNavCont li {
	display: inline;
	list-style-type: none;
	}
#mainNavCont ul {
	margin: 0 0 0 140px;
	padding: 0;
}
a.mainNavItem:link, a.mainNavItem:visited {
	display:block;
	float:left;
	border-right: 1px solid #333;
	width: auto;
	padding: 6px 10px 6px 10px;
	cursor: pointer;
	font-size: 0.7em;
	font-weight: bold;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	background-position: center center;
}
a.mainNavItem:hover, a.mainNavItem:active {
	background-color: #0D3F3D;
	color: #fff;
	font-size: None;
	font-style: normal;
	line-height: normal;
	background-position: center center;
}
a.mainNavItemRight:link, a.mainNavItemRight:visited {
	display:block;
	float:left;
	width: auto;
	padding: 6px 10px 6px 10px;
	cursor: pointer;
	font-size: 0.7em;
	font-weight: bold;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	background-position: center center;
}
a.mainNavItemRight:hover, a.mainNavItemRight:active {
	background-color: #0D3F3D;
	color: #fff;
	background-position: center center;
}
#mainNav {
	position: relative;
	text-align: center;
}

/* Content */
#contentCont {
	position: relative;
	width: 760px;
	background-image: url(images/sidnav_hack_right.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #0D3F3D;
	margin: 0 auto;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
}
#billboard {
	postion: relative;
	background-color: #222;
	height: 130px;
	padding: 5px;
	margin-bottom: 5px;
}
#billboard p {
	font-size: 0.7em;
	color: #999;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
#billboardImage {
	position: absolute;
	top: 26px;
	left: 0px;
	width: 144px;
	height: 117px;
	margin: 15px 10px 5px 10px;
}
#billboard h4 {
	color: #FFF;
	font-size: 1.5em;
	letter-spacing: 0.3em;
	font-weight: bold;
	padding: 0;
	margin: 40px 0px 0px 0px;
}
#billboardContent {
	margin-left: 160px;
}
#content {
	background-color: #FFF;
	margin: 1px 176px 0px 0px;
	text-align: left;
	height: 100%;
	position: relative;
}
.article {
	position: relative;
}
.article p {
	padding: 0;
	margin: 0px 0px 10px 0px;
	line-height: 1.2em;
	font-size: 0.7em;
}
.article ol {
	margin: 0px 0px 0px 35px;
	padding: 0;
}
.article li {
	line-height: 1.2em;
	font-size: 0.7em;
	margin: 0px 0px 10px 0px;
}
.articleInfo {
	color: #999;
	
}
.article p a:link, .article p a:visited {
	/*font-weight: bold;*/
	color: #FF3300;
	text-decoration: none;
}
.article p a:hover, .article p a:active {
	text-decoration: underline;
	
}
.articleImageLeft {
	position: absolute;
	top: 4px;
	left: 6px;
	width: 160px;
	height: 176px;
	margin: 5px;
}
.articleContentRight {
	margin-left: 170px;
	padding: 5px 5px 5px 10px;
	min-height: 130px;
	height: 130px;
}
.articleContent {
	padding: 5px 10px 0px 5px;
	
}
.artcleContent p {
	padding: 3px 10px 0px 10px;
	margin: 0px 5px 5px 5px;
	line-height: 1.2em;
	font-size: 0.7em;
	font-style: normal;
	color: #666;
}
.articleContent a:link, .articleContent a:visited {
	color:#333333;
	text-decoration: none;
}
.articleContent a:hover, .articleContent a:active {
	text-decoration: underline;

}
a.articleHeadingLink:link, a.articleHeadingLink:visited {
	padding: 0;
	margin: 0px 0px 5px 0px;
	font-size: 0.7em;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}
a.articleHeadingLink:hover, a.articleHeadingLink:active {
	text-decoration: underline;
	
}

#contentItemCont {
	position: relative;
	width: 565px;
	padding-bottom: 10px;
	border_right: 2px solid #999;	
	
}
.contentItem {
	width: 259px;
	height: 70px;
	padding: 10px;
}
#contentItemRight {
	position: absolute;
	top: -1px;
	right: -7px;
	z-index: 1;
	width: 280px;
}
.contentItem p {
	font-size: 0.6em;
}
.itemImage {
	float: left;
	margin: 0px 10px 3px 3px;
}
.contentItem a:link, .contentItem a:visited {
	font-size: 1.2em;
	color: #FF3300;
	text-decoration: none;
	font-weight: bold;
}
/* Footer */
#footerCont {
	position: relative;
	width: 760px;
	margin: 0px auto;
	height: 50px;
	border: 2px solid #999;

}
#footer {
	position: relative;
	/*margin-left: 20px;*/
	background-image: url(images/footer_BG.jpg);
}
#footer p {
	font-size: 0.6em;
	padding: 5px;
	margin: 0px;
	color: #333;
	line-height: 1.5em;
}
#footer a:link, #footer a:visited {
	color: #333;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#footerCorner {
	position: absolute;
	width: 25px; 
	height: 25px; 
	bottom: 0px; 
	right: 0px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}
/* Side navigation */
#sideNav {
	position: absolute;
	background-color: #0D3F3D;
	width: 176px;
	top: 0px;
	right: 0px;
	z-index: 1;
	text-align: left;
}
#sideNav ul,li {
	margin: 0;
	padding: 0;
}
a.sideNavHeading:link,  a.sideNavHeading:visited {
	padding: 0;
	margin: 0px 0px 5px 5px;
	font-size: 1.0em;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}
.spacer {
	float: left;
}
.sideNavArticle {
	height: 100%;
	padding: 5px;
	position: relative;
	background-color:#666;
	border-top: 1px solid #FFF;
}
.sideNavArticle p {
	font-size: 0.7em;
	margin: 0px 0px 0px 5px;
}
.sideNavArticleTop {
	height: 20px;
	padding: 5px;
	position: relative;
	background-color:#666;
}
.sideNavArticleTop p {
	font-size: 0.7em;
	margin: 0px 0px 0px 5px;
}
.sideNavArticleGreen {
	height: 10px;
	padding: 5px;
	position: relative;
	background-color: #0D3F3D;
}
.sideNavArticleGreen p {
	font-size: 0.7em;
	margin: 3px 0px 3px 0px;
}
.sideNavArticleRed {
	height: 15px;
	padding: 5px;
	position: relative;
	background-color: #D70000;
}
.sideNavArticleRed p {
	font-size: 0.9em;
	margin: 0px 0px 10px 0px;
}
a.sideNav:link, a.sideNav:visited {
	color: #fff;
	text-decoration: none;
}
a.sideNav:hover, a.sideNav:active {
	text-decoration: underline;
}
a.sideNavContent:link, a.sideNavContent:visited {
	color: #FF3300;
	text-decoration: none;
}
a.sideNavContent:hover, a.sideNavContent:active {
	text-decoration: underline;
}
.sideNavSection {
	background-color: #E8E8E8;
	padding: 5px;
	font-size: 0.8em;
	color: #8A8A8A;
}
/* Images */
.imgRight {
	float: right;
	margin: 0px 0px 0px 5px;
}
.imgLeft {
	float: left;
	margin: 0px 5px 0px 0px;
}
.imgCaption {
	font-size: 0.7em;
	text-align: center;
}

/* Lists */
.list ul {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	text-align: center;
	background-position: center center;
}
.list li {
	list-style-image: url(images/orange_arrow.gif);
	list-style-position: outside;
	list-style-type: none;
	margin: 5px 0px 5px 20px;
	padding: 0px;
	font-size: 0.7em;
	background-position: center center;
	text-align: center;
}
.list a:link, .list a:visited {
	text-decoration: none;
	color: #333;
}
.list a:hover, .list a:active {
	text-decoration: underline;
}
/* Tables */
.table {
	width: 100%;
	margin-bottom: 10px;
}
.table td {
	padding: 3px;
	border: 1px solid #CCC;
	font-size: 0.7em;
}
.table th {
	border-top: 1px solid #4E9C4E;
	border-right: 1px solid #4E9C4E;
	border-left: 1px solid #4E9C4E;
	background-color: #99CC99; /* #F2F9F2*/
	padding: 3px;
	text-align: left;
	font-size: 0.7em;
	font-weight: bold;
	white-space: nowrap;

}
/* Breadcrumb trails */
#breadcrumbCont {
	height: 15px;
	padding: 5px 0px 5px 15px;
	background-color: #0D3F3D;
	border-bottom: 2px solid #999;
	color: #fff;
	font-size: 0.7em;
	font-weight: bold;
}
#breadcrumbCont a:link, #breadcrumbCont a:visited {
	text-decoration: none;
	color: #fff;
	
}
#breadcrumbCont a:hover, #breadcrumbCont a:active {
	text-decoration: underline;
	color: #fff;
}
.relatedLinkCont {
	background-color: #F2F9F2;
	border-bottom: 1px dashed #CCC;
	padding: 10px 10px 0px 10px;
}
a.relatedLink:link, a.relatedLink:visited {
	font-weight: bold;
	font-size: 0.7em;
	text-decoration: none;
}
a.relatedLink:hover, a.relatedLink:active {
	text-decoration: underline;
}
.activeCrumb {
	text-decoration: none;
	font-size: 0.6em;
	font-weight: bold;
}
.pageHeader h1 {
	padding: 5 0 0 5;
	/*margin-top: 5px;*/
	margin-left: 15px;
	font-size: 0.9em;
	color: #000;
}
.pageHeader h2 {
	padding: 0;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 0.8em;
	color: #333;
}
.pageHeader h3 {
	padding: 0;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 0.7em;
	font-weight: bold;
	color: #FF3300;
}
.pageHeader p {
	padding: 3px 10px 0px 10px;
	margin: 0px 5px 5px 5px;
	line-height: 1.2em;
	font-size: 0.7em;
	font-style: normal;
	color: #666;
}
.pageHeader a:link, .pageHeader a:visited {
	color:#333333;
	text-decoration: none;
}
.pageHeader a:hover, .pageHeader a:active {
	text-decoration: underline;
}
.articleListCont {
	background-color: #F2F9F2;
	border-bottom: 1px dashed #CCC;
	padding: 10px 10px 0px 10px;
	height: 75px;
}
a.articleList:link, a.articleList:visited {
	font-weight: bold;
	font-size: 0.7em;
	text-decoration: none;
	color: #FF3300;
}
a.articleList:hover, a.articleList:active {
	text-decoration: underline;
}
#backLinkCont {
	position: relative;
	height: 25px;
}
#backLink {
	position: absolute;
	right: 10px;
	bottom: 0px;
}
/************** .feature styles for NEWS section ***************/

.feature{
	padding: 0px 5px 0px 5px;
	margin: 0px 5px 5px 5px;
	line-height: 1.2em;
	font-size: 0.7em;
	font-style: normal;
	color: #666;
}
.featureHeading{
    color: #000000;
	font-weight: bold;
	font-size: 12px;
}


.feature img{
	float: right;
	padding: 0px 5px 0px 5px;
	
}
.contentFeature{
    padding: 3px 5px 5px 5px;
	line-height: 1.2em;
	font-size: 0.7em;
	font-style: normal;
	color: #666;
}	
.contentFeature a{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration: none;
}	
.contentFeature a:hover{
	color:#FF0000;
	text-decoration: underline;
}	
.contentFeature p {
	padding: 3px 5px 0px 5px;
	margin: 0px 5px 5px 5px;
	line-height: 1.2em;
	font-size: 0.7em;
	font-style: normal;
	color: #666;

}
.featureLeft{
	padding: 5px 10px 0px 10px;
	margin: 0px 5px 5px 5px;
	line-height: 1.2em;
	font-size: 0.7em;
	font-style: normal;
	color: #666;
}

.featureLeftHeading{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

.featureLeft img{
	float: left;
    margin: 0px 5px 7px 0px;
	padding-right: 5px;
}
.contentFeatureLeft{
    font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	list-style-image: none;
	padding: 0px 5px 0px 10px;
	font-weight: normal;
	color:#000000;
	font-size: 11px;
	line-height: 11px;
}	
.contentFeatureLeft a{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration: none;
}	
.contentFeatureLeft a:hover{
	color:#FF0000;
	text-decoration: underline;
}

