*{
	margin: 0px;
	padding: 0px;
}
body{
	background: #FFFFFF;
	font-size: 13px;
	font-family: "Arial", helvetica, sans-serif;
	color: #876630;
	margin:0px;
	padding:0px;
}
a{
	color:#00889E;
	text-decoration:none;
}
a:hover{
	color:#876630;
	text-decoration:none;
}
#main{
	background:#FFFFFF url('images/outer_border.gif') repeat-y;
	position: relative;
	width: 760px;
	height:100%;
	margin: auto;
}
#head{
	position:relative;
	padding:10px 25px 10px 25px;
	width:inherit;
	height:100%;
}
#logo{
	background:url(images/logo_co.jpg) no-repeat;
	width:150px;
	height:200px;
}
#banner{
	position:relative;
	left:155px;
	top:10px;
	background:url(images/pano_header_04.jpg) no-repeat;
	width:535px;
	height:180px;
}
#banner_text{
	position:relative;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding:10px 10px 0px 10px;
}
#banner_link{
	position:relative;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-align:right;
	padding:125px 20px 0px 0px;
}
#banner_text a{
	color:##00889E;
	text-decoration:none;
}
#banner_text a:hover{
	color:#876630;
	text-decoration:none;
}
#menu_indent{
	width:150px;
	height:auto;
}
#menu{
	position:relative;
	left:160px;	
	width:535px;
	height:20px;
	padding:0px;
}
#menu ul{
}
#menu ul li{
	font-size:12px;
	display:inline;
	text-indent:none;
	padding:0px 21px 0px 0px;
}
#menu ul li a{
	color:#00889E;
	font-weight:bold;
	text-decoration:none;
}
#menu ul li a.active{
	color:#876630;
	border-bottom:1px dotted #00889E;
}
#menu ul li a:hover{
	color: #ABB0B6;
	text-decoration: none;
	border-bottom: 1px dotted #876630;
}
#head_spacer{
	position:relative;
	width:675px;
	height:5px;
	border-bottom: 1px dotted #876630;
	padding:0px 7px 0px 7px;
}
#content{
	position:relative;
	width:665px;
	height:auto;
	margin:0px 40px 20px 40px;
}
#trim{
	position:relative;
	left:-7px;
	margin:auto;
	width:717px;
	background:url(images/bottom_border.gif) repeat-x;
}
/* HOME PAGE STYLES ----------------------*/
#main_body{
	position: relative;
	width: 410px;
}
#main_body .post{
	padding-right:5px;
}
#main_body .post .header{
	padding-left:5px;
	background:url(images/post_title.jpg) repeat-x;
}
#main_body .post .header h3{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}
#main_body .post .body{
	padding:5px 10px 5px 10px;

}
#main_body .post .links{
	height:20px;
	padding:5px 10px 5px 10px;
	background:url(images/post_border.jpg) repeat-x;
}
#main_body .post .links a{
	color:#00889E;
	text-decoration:none;
}
#main_body .post .links a:hover{
	color:#876630;
	text-decoration:none;
}
#sub_body{
	position: relative;
	width: 240px;
	float:right;
}
#sub_block{
	padding:5px 0px 5px 5px;
	height:160px;
}
#sub_header{
	font-size:12px;
	font-weight:bold;
	color:#00889E;
	text-align:right;
	background:url(images/sm_phant.gif) no-repeat;
	border-bottom:1px dotted #876630;
}
#sub_copy{
	text-align:right;
	padding-top:5px;
}
#sub_copy img{
	float:left;
}
#sub_copy a{
	color:#00889E;
	text-decoration:none;
}
/* END HOME PAGE STYLES------------------------*/
#footer{
	position:relative;
	clear:both;
	width: 485px;
	height:auto;
	left:160px;
}
#footer ul{
	padding-bottom:10px;
}
#footer ul li{
	font-size:10px;
	display:inline;
	text-indent:none;
	padding:0px 22px 0px 0px;
}
#footer ul li a{
	color:#00889E;
	font-weight:bold;
	text-decoration:none;
}
#footer ul li a.active{
	color:#876630;
	border-bottom:1px dotted #00889E;
}
#footer ul li a:hover{
	color: #ABB0B6;
	text-decoration: none;
	border-bottom: 1px dotted #876630;
}
#footer p{
	color: #ABB0B6;
	font-size:10px;
	padding:0px 40px 0px 120px;
}