@charset "utf-8";
body{padding:0; margin:0};

#wrapper {
	height: auto;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
	clear: both;
}
#header {
	background-image: url(images/headerbg.jpg);
	height: 164px;
	width: 100%;
	top: 0px;
	left: 0px;
	float: left;
}

 #header #logo {
	left: 5px;
	padding: 5px;
	position: absolute;
}
#header #headtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 250px;
}


.rcli  {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #344237;
	background-color: #FFFFFF;
	width: 1000px;
	top: 164px;
	left: 0px;
	height: auto;
	bottom: 0px;
	float: left;
	overflow: hidden;
}
 #content #toppic {
	left: 0px;
	top: 0px;
	float: left;
	height: 201px;
	width: 279px;
}
 #content #menu {
	position: relative;
	height: auto;
	width: 100%;
	font-size: 12px;
	left: 0px;
	top: 0px;
}
 #leftcontent {
	color: #666666;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 90%;
	padding-left: 15px;
	padding-right: 15px;
}
.rightcontent {
	font-size: 12px;
	padding-left: 15px;
	vertical-align: top;
	width: 90%;
	padding-right: 15px;
}
h1 {
	font-family: tahoma;
	font-size: 16px;
	color: #993300;
	text-align: center;
	padding-top: 21px;
}
#header #tagline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	top: 130px;
	position: absolute;
	text-align: center;
	left: 345px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #344237;
	font-weight: normal;
}
#footer {
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	height: 55px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	clear: left;
	float: left;
}
#footer #footercontent {
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	height: 55px;
	width: 1000px;
	padding-top: 0px;
	vertical-align: middle;
}
#footer #footercontent a{
	color: #7BC9F2;
}
/*			//////
@charset "utf-8";
/* CSS Document */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
	width:720px;
	height:35px;
	z-index:100;
	border-right:1px solid #000;
	font-family:arial, sans-serif;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:721px; w\idth:720px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:144px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:144px;position:relative; white-space:nowrap;}
/* style the links for the top level */

.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	width:133px;
	height:34px;
	border:1px solid #000;
	border-width:1px 0 1px 1px;
	padding-left:10px;
	line-height:29px;
	font-weight:bold;
	background-color: #354238;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:144px; w\idth:133px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#e2dfa8;}

/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65;}
.menu ul ul :hover > a.drop {background:#c9ba65 no-repeat 125px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:35px;left:0; width:144px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:144px; top:-1px; width:144px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-144px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#d4d8bd;
	color:#000;
	height:15px;
	line-height:1em;
	width:123px;
	border-width:0 1px 1px 1px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:135px;width:123px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#000;
	background-color: #bd4001;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#000;
	background-color: #bd4001;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
.h_f input {
	background-color: #EBEBC2;
}
.h_f textarea {
	background-color: #EBEBC2;
}
.news {
	color: #FF0000;
}
