/* colors
bg

text
page border gray		666
header yellow			f9c600
anchors body green		690
footer divider green	6c0
*/

body{
	margin: 0;
	padding: 0;
	background: url('/images/bg_page.gif');
}
body, th, td{
	font-size: 12px;
	line-height: 1.4;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #d9c600;
}
h1{
	margin-bottom: 17px;
	font-size: 22px;
}
h2{
	margin: 10px 0 13px;
	font-size: 16px;
}
p{
	margin: 0 0 15px 0;
	padding: 0;
}
a{
	margin: 0;
	text-decoration: none;
	color: #580;
}
a:hover{
	text-decoration: underline;
}
img{
	border: none;
}

/* reusable classes */
.screen_reader_only, #jump_to_main a{
	position: absolute;
	left: -9000px;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.clear_both{
	clear: both;
}
.boxed, .boxednormal{
	border: 2px solid #f9c600;
}

.images_box .boxednormal{
	margin-bottom: 21px;
}

.images_box .caption{
	margin-bottom: 21px;
	text-align: center;
}


/* pagewrap */
#pagewrap{
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #666;
	border-top: none;
	border-bottom: none;
	width: 960px;
}

/* header */
#header{
	position: relative;
	background: url('/images/bg_topnavigation.jpg') repeat-x center top;
}
#jump_to_main{
	position: absolute;
}
.screen_reader_only, #jump_to_main a{
	position: absolute;
	left: -9000px;
}
#jump_to_main a:hover, #jump_to_main a:active, #jump_to_main a:focus{
	position: relative;
	left: 0;
}
#top_navigation{
	width: 960px;
	height: 40px;
	list-style: none;
}
#top_navigation ul{
	margin: 0 auto;
	padding: 10px 0 10px 0;
	text-align: center;
	vertical-align: middle;
}
#top_navigation li{
	display: inline;
	padding: 0 11px; 
	height: 20px;
}
#top_navigation a{
	padding: 4px 9px 4px 12px;
	text-transform: uppercase;
	font-weight: 500;
	color: white;
}
#top_navigation a span{
	padding: 4px 2px 4px 10px;
}
#top_navigation a:hover, #top_navigation a:focus, #top_navigation a:active{
	text-decoration: none;
	background: url('/images/bt_topnavigation_right.gif') no-repeat right center;
}
#top_navigation a:hover span, #top_navigation a:focus span, #top_navigation a:active span{
	background: url('/images/bt_topnavigation_left.gif') no-repeat left center;
}
#logo{
	display: block;
	width: 960px;
	height: 200px;
	background: url('/images/bg_logo.jpg') no-repeat top center;
}
#logo:hover{
	text-decoration: none;
}
#logo_subtag{
	position: absolute;
	bottom: 10px;
	left: 22px;
	font-size: 20px;
	color: black;
}
#header_info{
	position: absolute;
	right: 15px;
	bottom: 6px;
}
#header_info a{
	color: black;
}
#header_info .tel{
	display: inline;
}
/* mainwrap */
#mainwrap{
}

/* maincontent */
#maincontent{
	position: relative;
	padding: 34px 42px 55px;
	background: white;
}
#main_left{
	float: left;
	padding-right: 45px;
	width: 577px;
}
#main_divider{
	position: absolute;
	top: 34px;
	right: 295px;
	bottom: 40px;
	width: 15px;
	background: url('/images/divider_bottom.gif') no-repeat right bottom;
}
#main_divider_top{
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 6px;
	width: 15px;
	background: url('/images/divider_top.jpg') no-repeat right top;
}
#main_divider_middle{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 14px;
	width: 15px;
	background: url('/images/divider.gif') repeat-y right top;
}
#main_right{
	float: right;
	padding-left: 42px;
	width: 209px;
}

/* footer */
#footer{
	padding: 19px 21px 27px;
	font-size: 11px;
	line-height: 1;
	background: #690;
}
#footer ul{
	margin: 0 18px 0 0;
	padding: 0;
	list-style: none;
}
#footer h3{
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 600;
	color: white;
}
#footer a{
	color: black;
}
#footer_metro_market{
	float: left;
	width: 565px;
	border-right: thin solid #6c0;
}
#footer_state{
	float: right;
	padding-left: 40px;
	width: 280px;
}
#footer .column{
	float: left;
}

/* form error / success */

.formerror {
	width:100%; 
	padding:5px; 
	border:1px solid #CC8EBB; 
	background-color:#FFE4F4; 
	color:red; 
	margin-bottom:10px;
}

.formsuccess {
	width:100%; 
	padding:5px; 
	border:1px solid #69CC72; 
	background-color:#D6FFD8; 
	color:green; 
	margin-bottom:10px;
}

/* gallery */

.gallerywrap {
	float:left;
	margin: 0px 20px 20px 0px;
}

.gallerytitle {
	font-weight:bold;
	font-size:14px;
	text-align: center;	
}

.gallerythumbborder {
border: 2px solid #ccc;
}


