*{
	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.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 10px 40px;
}
#trim{
	position:relative;
	left:-7px;
	margin:auto;
	width:717px;
	background:url(images/bottom_border.gif) repeat-x;
}
/* HOME PAGE STYLES ----------------------*/
#pan_image{
	clear:both;
	position:relative;
	width:665px;
	float:left;
	height:auto;
	padding-bottom:15px;
}
#left_image{
	clear:both;
	position:relative;
	width:315px;
	float:left;
	height:auto;
	padding-right:10px;
}
#right_image{
	position:relative;
	width:315px;
	float:right;
	height:auto;
	padding-left:15px;
	padding-bottom:15px;
	text-align:right;
}
#extra_t{
	clear:both;
	position:relative;
	width:665px;
	height:auto;
	margin-bottom:10px;

}
#extra_t a{
	color:#00889E;
	text-decoration:none;
}
#extra_t a:hover{
	color:#876630;
	text-decoration:none;
}
/* END HOME PAGE STYLES------------------------*/
#footer{
	clear:both;
	position:relative;
	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;
}