@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/gray-bg.gif);
	background-repeat: repeat;
	background-color: #585858;
	color:#000;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*********************************
******  Structure - CSS
**********************************/

#wrapper {
	width: 933px;
	margin: 0 auto;
	text-align:left;
	padding-bottom:-10px;
	background-image:url(images/main/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#mailinglist_div {
	background-image:url(images/main/header_mailing-list.jpg);
	background-repeat:no-repeat;
	width:402px;
	height:37px;
	padding:0;
	margin:0;
}
.mailing-list {
	padding-top:12px;
	padding-left: 163px;
}
#search_div {
	background-image:url(images/main/header_search.jpg);
	background-repeat: no-repeat;
	width:225px;
	height:37px;
	padding-left:0px;
}
.search {
	padding-top:12px;
	padding-left:0px;
}
#banner-top-div {
	background-image:url(images/main/header_name.jpg);
	background-repeat: no-repeat;
	width:713px;
	height:114px;
	text-align: right;
	background-position:top;
	padding:0;
	margin:0;
}
#banner-top-div h2 {
	color: #FFFFFF;
	font-size: 23px;
	font-weight: bold;
	margin-right:15px;
	display: inline;
}


/* header css */

#table-header {
	background-image:url(images/header-full.jpg);
	background-repeat: no-repeat;
	background-position:top center;
}


/* text styles */


/* button CSS */

.btn1 {
	background-image:url(images/main/btn1.gif);
	background-repeat: no-repeat;
	width:88px;
	height:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#fff;
	font-size:10px;
	margin-top:10px;
}
.btn-text1 {
	padding-top:3px;
	text-align:center;
}
a.btn:link {
	font-weight: bold;
	color:#fff;
	font-size:10px;
	text-decoration:none;
}
a.btn:visited {
	font-weight: bold;
	color:#fff;
	font-size:10px;
	text-decoration:none;
}
a.btn:hover {
	font-weight: bold;
	color:#08285a;
	font-size:10px;
	text-decoration:none;
}
a.btn:active {
	font-weight: bold;
	color:#e99503;
	font-size:10px;
	text-decoration:none;
}
.btn2 {
	background-image:url(images/main/btn2.gif);
	background-repeat: no-repeat;
	width:67px;
	height:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#fff;
	font-size:10px;
	margin-top:10px;
}

/* NAV */

#nav {
	background-image:url(images/main/nav-bg.jpg);
	background-repeat: no-repeat;
	width: 933px;
	height: 25px;
	font-size:10px;
	color: #333333;
}
.nav-items {
	padding-top:11px;
	margin-left: 320px;
}



/* footer */

#footer {
	width: 933px;
	margin: 0 auto;
	text-align:center;
	font-size: 11px;
	color: #b5b5b4;
	font-weight: bold;
	padding-top: 10px;
}
a.footer:link {
	font-size: 11px;
	color: #b5b5b4;
	text-decoration: none;
	font-weight: bold;
}
a.footer:visited {
	font-size: 11px;
	color: #b5b5b4;
	text-decoration: none;
	font-weight: bold;
}
a.footer:hover {
	font-size: 11px;
	color: #e9c85e;
	text-decoration: none;
	font-weight: bold;
}
a.footer:active {
	font-size: 11px;
	color: #b5b5b4;
	text-decoration: none;
	font-weight: bold;
}

