/*=================== STANDARD RULES ====================*/
body, form, fieldset, p {margin:0px; padding:0px;}


body{
 margin:10px 0px;
 background-color:black;
 font-family:Arial, Verdana, sans-serif;
 font-size:.75em;
 }

h1,h2,h3,h4,h5,h6 {
 color:#427112;
 margin-bottom:1em;
 }
h1 {font-size:1.6em;}
h2 {font-size:1.4em;}
h3 {font-size:1.2em;}
h4,h5,h6 {font-size:1.1em;}

a:link {color:blue;}
a:visited {color:purple;}
a:hover {color:blue; text-decoration:none;}
a:active {color:blue;}

input, textarea, select, option, button {
 font:1em arial,helvetica,sans-serif;
 }

.printonly {display:none;}

.clearfloats{clear:both;height:1px;}

/*=================== GLOBAL RULES ======================*/

#container{
	width:770px;
	margin-left:auto;
	margin-right:auto;
}

#logo-top {
	display:block;
	position:absolute;
	width:149px;
	height:82px;
	text-indent:-5000px;
}

#mainmenu{
	position:absolute;
	top:48px;
	left:151px;
	width:560px;
	height:27px;
}
#mainmenu ul{
	margin:0;
	padding:0;
	height:27px;
	list-style:none;
}
#mainmenu li{
	float:left;
}
#mainmenu li a {
	display:block;
	text-indent:-5000px;
}
#mainmenu li a:link, #mainmenu li a:visited {text-decoration:none;}
#mainmenu li a:active, #mainmenu li a:focus, #mainmenu li a:hover {text-decoration:none;}

#mainmenu li#dropdown1 a {width:85px; height:27px; background:url(/images/tm1.gif) no-repeat;}
#mainmenu li#dropdown2 a {width:134px; height:27px; background:url(/images/tm2.gif) no-repeat;}
#mainmenu li#dropdown3 a {width:114px; height:27px; background:url(/images/tm3.gif) no-repeat;}
#mainmenu li#dropdown4 a {width:95px; height:27px; background:url(/images/tm4.gif) no-repeat;}
#mainmenu li#dropdown5 a {width:132px; height:27px; background:url(/images/tm5.gif) no-repeat;}

#mainmenu li#dropdown1 a:hover {background:url(/images/tm1-on.gif) no-repeat;}
#mainmenu li#dropdown2 a:hover {background:url(/images/tm2-on.gif) no-repeat;}
#mainmenu li#dropdown3 a:hover {background:url(/images/tm3-on.gif) no-repeat;}
#mainmenu li#dropdown4 a:hover {background:url(/images/tm4-on.gif) no-repeat;}
#mainmenu li#dropdown5 a:hover {background:url(/images/tm5-on.gif) no-repeat;}

#footer{
	position:relative;
	width:770px;
	height:21px;
	background-image:url(/images/footer-bg.jpg);
	border-top:1px solid black;
}
#footer p{
	color:white;
	font-size:10px;
	padding-top:3px;
	padding-left:15px;
}
#footer a:link {color:white; text-decoration:none;}
#footer a:visited {color:white; text-decoration:none;}
#footer a:hover {color:white; text-decoration:underline;}
#footer a:active {color:white; text-decoration:none;}
