﻿/*****Reset & Hacks*****/ 

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }


/*****Global Structure*****/ 

html {
	height:100%;
	width:100%;
	overflow:auto;
}

body { 
	padding: 0px; 
	margin: 0px;
	background:#1e2326;
}

#wrapper { 
	margin: 0 auto;
	width: 970px;
}

#header {
	background:url(../images/top-header.jpg) no-repeat;
	width:948px;
	height:112px;
	border: #fff 1px solid;
	border-top:none;
	padding:10px;
}

#search-box {
	width:auto;
	height:25px;
	float:right;
	text-align:right;
	background: url(../images/search-bg.jpg) repeat-x;
	border: 1px #fff solid;
	padding:5px;
}

.gobutton {
	background:#fff;
	border:#333333;
	padding:1px 2px;
	color:#333333;
	font:85%;
}

#mainimg {
	width:968px;
	height:224px;
	border: #fff 1px solid;
	border-top:none;
	display:inline;
	float:right;
	z-index:1;
}

#menudiv {
	float:left;
	margin-top:15px;
	height:auto;
	width:240px;
	clear:left;
}

#contentdiv {
	width:714px;
	float:left;
	margin-left:15px;
	margin-top:15px;
}

#contentdiv .h2container {
	width:315px;
	height:130px;
	border: 1px #fff solid;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
	

#l2newsdiv { 
	height:23px;
	width:968px; 
	border: 1px solid #fff; 
	text-align:left;
	font-size:65%;
	color: #fff;
	background:#cab679 url(../images/newsdiv-rpt.jpg) repeat-x left top; 
}

.pusher {
	clear:both;
	width:970px;
	border-top:#fff 1px solid;
	border-bottom:#fff 1px solid;
	margin: 15px 0px 15px 0px;
	height:2px;
}

#quicklinks {
	background:url(../images/quicklinks-bg.png) 0px 0px no-repeat;
	width:970px;
	height:65px;
	padding:0px;
}

#quicklinks-text {
	background-color:#2e3137;
	width:968px;
	height:auto;
	padding:0px 0px 10px 0px;
	margin-bottom:20px;
	border:#fff 1px solid;
	border-top:none;
}

.quicklinks-item {
	width:138px;
	padding:0px 10px 0px 10px;
	float:left;
	clear:none;
}

.footerblock {
	float:left;
	width:23%;
	padding-left:10px;
}

/*****General Styles*****/ 

	/*links*/
	a { color: #fff;text-decoration:none; }
	a:hover {  color: #fff; }
	p a { color: #fff;text-decoration:underline; }
	p a:hover {  color: #fff; text-decoration:none;}
	#homenewsdiv a {color:#fff; }
	#homenewsdiv a:hover {background-color:#282471;}
	#l2newsdiv a {color:#fff; }
	#l2newsdiv a:hover {background-color:#282471;}
	
	
	#menudiv a:hover {background:url(../images/menu-li-bg-main.jpg); background-position:0px -30px;}
	
	#menudiv a:hover .mainsubmenu {text-decoration:underline; }
	#contentdiv h2 a {color:#fff; text-decoration:underline; display:block; width:100%; height: 100%;}
	#contentdiv h2 a:hover {color:#fff; text-decoration:none; display:block; width:100%; height: 100%;}
	#footer .footerblock a { color: #fff;text-decoration:underline; }
	#footer .footerblock a:hover { color: #fff;text-decoration:none; }
	#quicklinks .quicklinks-item a { color: #fff;text-decoration:underline; }
	#quicklinks .quicklinks-item a:hover { color: #fff;text-decoration:none; }

body { 
	font: 100% Arial, Helvetica, sans-serif; 
	color: #fff; 
}

textarea { 
	font: 0.8em Arial, Helvetica, sans-serif; 
}


h1, h2, h3 {
	font-weight:bold;
}

h1 {
	font-size:14px;
}

h3 {
	font-size:100%;
}

h5 {
	font-size:0.8em;
	font-weight: bold;
	line-height:1.5em;
	margin-top:0.8em;
}

p {
	font-size:1em;
	line-height:1.5em;
	margin-top:0.8em;
}

li {
	font-size: 0.8em;
	list-style-position: inside;
}

ul {
	
	line-height:1em;
	margin:0.8em;
	list-style:disc;
}

img {
	border: 0px;
}
	
.bold { font-weight:bold }

.mainmenu {
	display:block;
	background:url(../images/menu-li-bg-main.jpg);
	background-position: 0px 0px;
	height:22px;
	width:225px;
	margin-bottom:10px;
	border: 1px solid #fff;
	padding:8px 5px 0px 10px;
	font-size:12px;
	font-weight:bold;
	overflow:hidden;
}

.mainsubmenu {
	margin-bottom:5px;
	padding:0px;
	background:none;
	float:none;
	margin-left:20px;
	height:auto;
	width:auto;
	border: none;
	font-weight:normal;
	display:block;
	font-size:12px;
}

.hide{
	display: none;
}

.show{
	display: block;
}

.mainmenu div:hover{
	background:url(../images/menu-li-bg-hover.jpg) no-repeat;
}

.mainsubmenu div:hover{
	background:none;
}

.footerblock p {
	margin-top:0px;
	margin-bottom:15px;
	font-size:11px;
	line-height:1.5em;
}

#quicklinks p {
	margin-top:0px;
	font-size:10px;
	line-height:1.5em;
	clear:both;
}

#quicklinks-text p {
	margin-top:0px;
	font-size:10px;
	line-height:1.5em;
	clear:both;
}

#contentdiv h1 {
	float:left;
	background:url(../images/menu-li-bg-hover.jpg) no-repeat right #27acb1;
	height:22px;
	width:670px;
	margin-bottom:10px;
	border: 1px solid #fff;
	padding:8px 5px 0px 10px;
	font-size:12px;
	font-weight:bold;
	text-transform:capitalize;
}

#contentdiv h2 {
	float:left;
	background:url(../images/menu-li-bg-hover.jpg) no-repeat right #27acb1;
	height:22px;
	width:300px;
	border-bottom: 1px solid #fff;
	padding:8px 5px 0px 10px;
	font-size:12px;
	font-weight:bold;
	text-transform:capitalize;
}

#contentdiv p {
	font-size:80%;
	margin-bottom:15px;
}
