/* global styles */
*{
	margin:0;
	padding:0;
}
html{
	height:100%;
	overflow-y:scroll;
}
body{
	background-color:transparent;
	height:100%;
	border-top:1px transparent solid;
	margin-top:-1px;
	z-index:0;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#3e3e3e;
}
a{
	outline:none;
	cursor:pointer;
}
a,a:link,a:visited{
	color:#690d15;
	text-decoration:none;
}
a:hover,a:active{
	color:#690d15;
	text-decoration:underline;
}
img{ border:none; }
h1,h2,h3,h4{
	display:block;
	text-align:left;
}
h2{
	background-color:#630b13;
	color:#ffffff;
	height:17px;
	line-height:17px;
	font-size:12px;
	margin:0 0 15px 4px;
	padding:0 11px;
	width:553px;
}
.block{ display:block; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; }
a[href $='.pdf'],
a[href $='.zip'],
a[href *='mailto'],
a[href $='.html'],
div.border a[href *='.8.html'],
a[href *='modalBackground'],
a[target ^="_blank"]{
	padding-left:20px;
	line-height:16px;
}
a[href $='.pdf']{
	background:url(../pics/ico_pdf-trans.png) no-repeat center left;
}
a[href $='.zip']{
	background:url(../pics/ico_zip-trans.png) no-repeat center left;
}
a[href *='mailto']{
	background:url(../pics/ico_mail-trans.png) no-repeat center left;
}
a[href $='.html']{
	background:url(../pics/ico_more-trans.png) no-repeat center left;
}
div.border a[href *='.8.html'],
a[href *='modalBackground']{
	background:url(../pics/ico_tv-trans.png) no-repeat center left;
}
a[target ^="_blank"]{
	background:url(../pics/ico_link-trans.png) no-repeat center left;
}

/* basic */
img#background{
	height:100%;
	width:100%;
	z-index:-1;
	position:fixed;
	color:white;
}
#wrapper{
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-438px;
	width:876px;
	padding-bottom:18px;
}
#top{
	width:863px;
	padding-right:13px;
	height:19px;
	background:url(../pics/border_top-trans.png) no-repeat bottom left;
	text-align:right;
	color:#ffffff;
	font-size:9px;
	line-height:11px;
}
#top a:link,
#top a:visited{
	color:#ffffff;
	text-decoration:none;
}
#top a:hover,
#top a:active{
	color:#f7931d;
}
#top a.active:link,
#top a.active:visited{
	color:#f7931d;
	text-decoration:none;
}
#left{
	float:left;
	background:url(../pics/border_left_bg-trans.png) repeat-y top left;
	width:13px;
	vertical-align:bottom;
}
#container{
	float:left;
	background-color:#ffffff;
	width:844px;
	padding:0 3px;
}
#right{
	float:left;
	background:url(../pics/border_right_bg-trans.png) repeat-y top left;
	width:13px;
	vertical-align:top;
}
#left,
#container,
#right{
	min-height:839px;
	height:auto;
}
* html #left,
* html #container,
* html #right{
	height:839px;
}
#bottom{
	clear:both;
	width:876px;
	height:9px;
	background:url(../pics/border_bottom-trans.png) no-repeat top left;
}
#content{
	background:url(../pics/bg_content.jpg) no-repeat top left;
	width:844px;
	min-height:675px;
	height:auto;
	overflow:hidden;
}
* html #content{
	height:675px;
}
#nav{
	position:absolute;
	top:205px;
	left:50%;
	margin-left:-427px;
	width:234px;
}
#nav a{
	display:block;
	margin-bottom:5px;
}
#footer{
	clear:both;
	background:url(../pics/bg_footer.jpg) no-repeat top left;
	text-align:center;
	width:844px;
	height:31px;
	font-size:9px;
	line-height:12px;
	color:#dfc09c;
	padding-top:5px;
}
#footer a{
	color:#dfc09c;
}

/* styles */
#main{
	padding-left:248px;
	width:583px;
	overflow:hidden;
}
#main div.border{
	padding:0 15px 15px 15px;
	width:553px;
	background:url(../pics/bg_content_box.jpg) no-repeat bottom left;
	margin-bottom:15px;
	overflow:hidden;
}
#main p{
	padding:0;
	margin:0;
}
#main div.border img{
	margin-right:22px;
}
#main div.border ul{
	clear:both;
	padding:0 0 0 15px;
	background:none;
	margin:0;
	overflow:hidden;
	width:553px;
}
#contentheader{
	position:absolute;
	z-index:999;
}
#contactmap{
	margin:0 0 9px 4px;
	width:575px;
	height:335px;
}
#route,
#googleDirections,
.formrow{
	width:553px;
	background-color:#ffffff;
	overflow:hidden;
}
.formrow{
	clear:both;
	margin-bottom:5px;
}
#route label,
.formrow label{
	float:left;
	width:100px;
	cursor:pointer;
	padding:0;
	margin:0;
}
.formrow label{
	width:200px;
}
#route input,
.formrow input,
.formrow select,
.formrow textarea{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	border-top:1px solid #e2e2c9;
	border-right:none;
	border-bottom:none;
	border-left:1px solid #e2e2c9;
	background-color:fbfbf4;
	padding:2px;
	width:340px;
	height:14px;
	color:#3e3e3e;
}
.formrow input,
.formrow textarea{
	width:348px;
}
.formrow select{
	width:353px;
	height:20px;
}
.formrow textarea{
	height:100px;
}
#route .button,
.formrow .button{
	float:left;
	width:100px;
	height:20px;
	margin:0 0 0 8px;
	border:none;
	border-right:1px solid #6f6f66;
	border-bottom:1px solid #6f6f66;
	padding:0;
	cursor:pointer;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	color:#ffffff;
	background-color:#630b13;
	vertical-align:middle;
}
#route .button:hover,
.formrow .button:hover{
	color:#630b13;
	background-color:#ffffff;
}
.gallery{
	float:left;
	background:url(../pics/bg_gallery-trans.png) no-repeat top left;
	width:172px;
	height:172px;
	padding:5px 5px 23px 5px;
	border:0;
	margin:0;
	overflow:hidden;
}
.gallery img{
	margin-right:0px;
}
.modalBackground{
	background-color:#000000;
	opacity:.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}

