* {
	margin: 0;
	padding: 0;
}

.red {
color: #a70101;
}

.dark {
color: #333;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333;
	background: #FFF url(images/bg.jpg) repeat-x;
}
img { border: 0; }
hr {
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
	height: 1px;
	color: #CCC;
	background: #CCC;
}
#container {
	margin: 0 auto;
	width: 936px;
}
#headercont {
	width: 936px;
	height: 156px;
	background: #FFF url(images/background-headercont.jpg) no-repeat;
}
#headerleft {
	float: left;
	width: 250px;
	height: 156px;
}
#headerright {
	float: left;
	width: 686px;
	height: 156px;
}
#maincont {
	margin: 0 auto;
	width: 936px;
	height: 156px;
}
#mainleft {
	float: left;
	width: 185px;
	margin: 23px 15px 0 0;
	line-height: 14px;
}
#mainleft .suckerdiv {
	width: 185px;
	background: #FFF url(images/background-menu.png) no-repeat;
}
#mainleft .suckerdiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 185px; /* Width of Menu Items */
	border-bottom: 0;
}
#mainleft .suckerdiv ul li { position: relative; }
#mainleft .suckerdiv ul li ul {
	position: absolute;
	width: 185px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	border: 1px solid #CCC;
}
#mainleft .suckerdiv ul li ul li {
	background: #C00;
	text-align: center;
}
#mainleft .suckerdiv ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #777;
	text-decoration: none;
	background: transparent;
	padding: 5px 10px;
}
#mainleft .suckerdiv ul li ul li a { background: #fff; }
#mainleft .suckerdiv ul li a:hover { color: #C00; }
#mainleft .suckerdiv .subfolderstyle { color: #777; }
#mainleft .suckerdiv .subfolderstyle span {
	color: #C00;
	padding: 0 0 0 10px;
}
#mainleft .suckerdiv .subfolderstyle a:hover span { color: #777; }
/* Holly Hack for IE \*/
* html .suckerdiv ul li {
	float: left;
	height: 1%;
}
* html .suckerdiv ul li a { height: 1%; }
/* End */




a:link     {color:#666666; text-decoration:underline;}
a:visited  {color:#666666; text-decoration:underline;}
a:hover    {color:#333333; text-decoration:none;}


.adscont3 {
	width: 161px;
	height: 135px;
	margin: 15px 0 0 0;
	padding: 65px 12px 0 12px;
	background: #FFF url(images/background-adscont2.jpg) no-repeat;
}

.adscont4 {
	width: 161px;
	height: 135px;
	margin: 15px 0 0 0;
	padding: 65px 12px 0 12px;
	background: #FFF url(images/background-adscont3.jpg) no-repeat;
}

.adscont5 {
	width: 161px;
	height: 50px;
	margin: 15px 0 0 0;
	padding: 65px 12px 0 12px;
	background: #FFF url(images/background-adscont4.jpg) no-repeat;
}
 
#adscont1 {
	width: 161px;
	height: 185px;
	margin: 10px 0 0 0;
	padding: 135px 12px 0 12px;
	background: #FFF url(images/background-adscont-1.png) no-repeat;
}
#adscont1 p {
	margin: 0 0 15px 0;
	color: #a70101;
}
#adscont1 a {
	color: #a70101;
	text-decoration: none;
}
#adscont1 a:hover { color: #C00; }

.adscont3 p {
	margin: 0 0 15px 0;
	color: #333;
}

.adscont5 p {
	margin: 0 0 15px 0;
	color: #333;
}

.adscont3 a {
	color: #a70101;
	text-decoration: none;
}
.adscont3 a:hover { color: #C00; }

.adscont4 p {
	margin: 0 0 15px 0;
	color: #333;
}
.adscont4 a {
	color: #a70101;
	text-decoration: none;
}
.adscont4 a:hover { color: #C00; }


#adscont2 {
	width: 185px;
	margin: 15px 0;
	background: #FFF;
}

#adscont2 p { margin-top: 10px; margin-bottom: 10px; }





#mainright {
	float: right;
	width: 736px;
	margin: 23px 0 0 0;
}
#mainright #homeflash {
	width: 706px;
	height: 181px;
	margin: 0 0 20px 0;
}
#mainright #textcontent {
	width: 646px;
	margin: 0;
	padding: 20px 30px;
	line-height: 160%;
	background: #FFF url(images/background-textcontent.jpg) no-repeat;
}
#mainright #textcontent h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 15px 0;
	color: #05799a;
	line-height: 18px;
}

.smallhead { line-height:normal; font-size: 14px; font-weight:bold; color:#333333; }

.blueheading {
	font-size: 115%;
		font-weight: bold;
	color: #09c;
}
#mainright #textcontent h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0 15px 0;
	color: #05799a;
	line-height: 15px;
}
#mainright #textcontent h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 30px 0 15px 0;
	color: #05799a;
}
#mainright #textcontent p { margin: 0 0 15px 0; }
#mainright #textcontent p span { color: #05799a; }
#mainright #textcontent ul {
	margin: 0 0 15px 25px;
	list-style-type: circle;
}
#mainright p span {
	font-size: 130%;
	color: #05799a;
}
#mainright tr td {
	width: 230px;
	vertical-align: top;
}
#mainright form { margin: 0 0 15px 0; }
#mainright form input, #mainright form textarea {
	border: 1px solid #CCC;
	margin: 0 0 5px 0;
	padding: 2px 3px;
	font-size: 100%;
	font-weight: normal;
	color: #1a4b76;
	font-family: "Arial", Verdana, Trebuchet MS;
}
#bottomcont {
	clear: both;
	width: 936px;
	height: 140px;
}







#bottomleft {
	float: left;
	width: 220px;
	height: 120px;
	margin: 0 5px 20px 0;
	padding: 10px;
	background: #E9E8E8 url(images/background-240x140.gif) no-repeat;
}
#bottomleft p {
	color: #05799a;
	font-size: 12pt;
	margin: 0 0 10px 0;
}
#bottomleft p {
	font-family: "arial narrow";
	color: #999;
}
#bottomleft form { font-size: 9px; }
#bottomleft form input {
	border: 1px solid #CCC;
	margin: 0 0 5px 0;
	padding: 2px 3px;
	font-size: 100%;
	font-weight: normal;
	color: #555;
	font-family: "Arial", Verdana, Trebuchet MS;
}
#bottomleft form textarea, #bottomleft form select {
	border: 1px solid #CCC;
	margin: 0 0 5px 0;
	padding: 2px 3px;
	font-size: 100%;
	font-weight: normal;
	color: #555;
	font-family: "Arial", Verdana, Trebuchet MS;
}







#bottomleft h4 {
font-family: "Arial";
	font-size: 14px;
	color: #05799a;
	margin-bottom: 10px;
}









#bottommid {
	float: left;
	width: 406px;
	height: 120px;
	margin: 0 5px 0 0;
	padding: 10px;
	line-height: 200%;
	background: #E9E8E8 url(images/background-240x140-mid.gif) no-repeat;
}




#bottommid h4 {
font-family: "Arial";
	font-size: 14px;
	color: #05799a;
	margin-bottom: 10px;
}







#scrollbar { height: 80px; overflow:auto; font-size: 11px; line-height:13px; }

#scrollbar p { padding-bottom: 20px; }




#bottomright {
	float: left;
	width: 220px;
	height: 120px;
	padding: 10px;
	line-height: auto;
	background: #E9E8E8 url(images/background-240x140.gif) no-repeat;
}
#bottomright p {
	color: #F90;
	font-size: 11px;
}

#bottomright h4 {
font-family: "Arial";
	font-size: 14px;
	color: #F90;
	margin-bottom: 10px;
}
#footer {
	clear: left;
	width: 936px;
	font-size: 11px;
	padding: 0 0 30px 0;
	color: #666;
	text-align: center;
}
#footer ul { list-stye-type: none; }
#footer ul li { display: inline; }
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover { color: #333; }



#footerseo { width: 800px; margin-left: auto; margin-right: auto; text-align:center; }
#footerseo p { color: #999999; font-size: 11px; margin: 10px; text-align:center; font-family:Arial, Helvetica, sans-serif; }
#footerseo h1,h2,h3,h4,h5 { color: #999999; font-size: 12px; margin: 10px; font-family:Arial, Helvetica, sans-serif; }
#footerseo ul li {list-style:none}
