/* CSS Document */

/*layout styles*/

/* header bar for logo */
#header{
	padding: 0px;
	height: 100px;
	margin: 0px 185px 2px 0px;
}

/* top navigation bar */
#topnav{
	position: absolute;
	top: 80px;
	margin: 0px 190px 0px 0px;
	padding: 0px 20px 0px 134px;
	z-index: 3;
	width: 550px;
	visibility: inherit;
	height: 23px;
}



/*  search box  */
#right_search {
	height: 80px;
	width: 180px;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0px;
	padding: 5px 3px 0px 0px;
}


#right_search .zoom_searchform input, #right_search .zoom_searchform select{
	text-transform:none}
	
#right_search .zoom_searchform .btn{
	background-color: #CCCCCC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A09E7A;
	border-right-color: #737152;
	border-bottom-color: #737152;
	border-left-color: #A59E7B;
	font-weight: bold;
	text-transform: uppercase;
}
/*  end of search box  */

#footer {
	margin-top: 20px;
	margin-left: 160px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #006D58;
	font-size: 85%;
	color: #666666;
	background-color: #FFFFFF;
	padding: 0px;
}

#footer a{
	color: #003333;
	margin: 0px 4px;
}

#footer a:hover{
	text-decoration: none;
	background-color: #E9E9E9;
	color: #000033;
}
#headertext h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #3C4552;
	margin-left: 520px;
	margin-top: 20px;
	border: 2px solid #3A6568;
	color: #FFFFFF;
	width: 350px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 2px 2px 2px 2px;
}
