@charset "UTF-8";
/* CSS Document */
*{
	font-family: Lucida Grande, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666;
	margin: 0px 0;
	padding: 0px 0;
}

body{
	background: #f5f4f3 url(Images/background.jpg) center repeat-y;
	padding: 0;
	margin: 0;
}

ul{
	list-style-position: inside;
	font-size: 11px;
	margin: 0 0px;
	padding: 0 1em;
	text-indent: 20px;
}

li{
	text-indent: 2px;
}

/*CONTAINERS----------------------------------------*/

#wrapper {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url(Images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;		
}

#header_cont{
	width: 100%;
	height: 24px;
	background-color: #8b8482;
	padding: 0px 0;
	margin: 0px 0;
}

#nav_cont{
	width: 807px;
	height: 134px;
}

#body_cont{
	width: 807px;
	height: auto;
	padding: 0px;
	margin: 0px;
	min-height: 300px;
}

#footer_cont{
	position: relative;
	width: 100%;
	height: 50px;
	background: none;
	padding: 0px 0;
	margin: 0px 0;
	float: left;
}

/*HEADER--------------------------------------------*/

#top_nav{
	height: 24px;
	padding-left: 500px;
}


/*NAVIGATION----------------------------------------*/

#logo{
	width: 188px;
	height: 134px;
	float: left;
}

#flash_nav{
	width: 619px;
	height: 134px;
	float: left;
}
	

/*CONTENT----------------------------------------*/

#body_img{
	width: 807px;
	height: 250px;
	float: left;
	background-color: #FFF;
	margin-bottom: 30px;
}

#submenu{
	width: 247px;
	padding-right: 30px;
	height: 300px;
	float: left;
	text-align: right;
	padding-top: 48px;
}

#body_copy{
	width: 500px;
	padding-right: 30px;
	float: right;
	text-align: left;
	background-color: #FFF;
}


.style1{
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

.subhead{
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}

.subhead2{
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #999999;
}

.subhead3{
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #98201f;
}

.subhead4{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #98201f;;
}

.subhead5{
	font-size: 24px;
	line-height: 20px;
	font-weight: bold;
	color: #98201f;
}

#feedLine{
	height: 15px;
	width: 377px;
	border-bottom: dotted 1px #666;
}

#dot_line{
	width: 500px;
	height: 5px;
	border-bottom: dotted 1px #666;
}

#body_cont a{
	border-bottom: dotted 1px #666;
	text-decoration: none;
	margin: 2px;
}

#body_cont a:hover{
	text-decoration: none;
	color: #FFF;
	margin: 2px;
	background: #666;
}

/*CONTENT----------------------------------------*/

#news_box{
	width: 407px;
	background: #FFF;
	float: left;
	text-align: left;
}

#news{
	height: 260px;
	width: 377px;
	min-height: 260px;
	padding: 0px 30px 20px 0px;
}

#short_text{
	width: 400px;
	height: auto;
	float: left;
	text-align: left;
}

#quicklink{
	width: 400px;
	height: auto;
	border-top: dotted #666 1px;
	float: left;
}