@charset "utf-8";
/* CSS Document */

body{
	background: #798999 url('images/background.gif') repeat-x 0 0;
	color: #76818d;
	font-family: Verdana, Arial, Tahoma, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
	font-size: 11px;
	line-height: 135%;
	margin: 0px;
	padding: 0px;
	text-align: center; 
}
a:link,
a:visited,
a:active{
	background: transparent;
	color: #798999;
	text-decoration: underline;
}

a:hover{
	color: #6d9904;
	background: transparent;
}

#container{
	text-align: center;
	background: #f3f3f3;
	margin: 0 auto 0 auto;
	text-align: left; 
	width: 95%;
	min-width: 827px;
}
#banner_content{
	height: 133px;
}
#leftlogo {
	float: left;
	background: url('images/banner_logo.jpg') no-repeat 100% 0;
	height: 100%;
	width: 414px;
}
#rightlogo {
	float: right;
	background: url('images/banner_right.jpg') no-repeat 100% 0;
	height: 100%;
	width: 185px;
}
#banner_right{
	background: url('images/banner_right.jpg') no-repeat 100% 0;
	height: 100%;
}

#banner{
	background: url('images/banner_logo.jpg') no-repeat 0 0;
	height: 100%;
}
#title_left{
	background: url('images/cat_left.gif') no-repeat 0 0;
	float: left;
	height: 37px;
	width: 6px;
}
#title_right{
	background: url('images/cat_right.gif') no-repeat 0 0;
	float: right;
	height: 37px;
	width:  5px;
	
}
#title_bg{
	background: url('images/tile_cat.gif');
	height: 37px;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0;
}
#top{
	background: url('images/banner_bg.gif') repeat-x 0 0;
	height: 100%;
}
#main{
	padding-top: 10px;
}
#content{
	padding: 10px;
}
#navstrip{
	background: #e4eccf;
	border:1px solid #afbc8c;
	color: #6d9904;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 8px; 
}
#nav{
	margin: 0 0 0 0px;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	top: 98px;
	height: 35px;
	border-left: 1px solid #fff;
}

#nav ul{
	margin:0;
	padding:0;
}

#nav li{
	display: inline;
	margin: 0;
	padding: 0;
}

#nav li a:link,
#nav li a:active,
#nav li a:visited,
#nav li a:hover{
	float: left;
	color: #fff;
	padding: 9px 7px 9px 7px;
	margin: 0;
	display: block;
	width: auto;
	height: 15px;
	text-decoration: none;
	background: #a7afb6;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#nav li a:hover,
#nav li a:link.current,
#nav li a:active.current,
#nav li a:visited.current,
#nav li a:hover.current{
	color: #798999;
	background: #d1d2d2;
	padding-bottom: 10px;
	text-decoration: none;
	border-bottom: 0;
}
.main_text{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	background:transparent;
	border:0;
	padding: 10px 15px 10px 15px;
}
.borderwrap,
.borderwrapm{
	border: 1px solid #798999;
	background: #FFF;
	padding: 5px; 
	margin: 0px; 
	font-size: 12px;
}
