@charset "utf-8";
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.88em;
}
#hdr {
	background:#fff url(/images/hdr.jpg) top left no-repeat;
	height:35px;
	padding:35px 44px 0px 460px;
}
#hdr img { float:right; }
#bar {
	padding: 0px 44px 0px;
	background:#9cb4b8 url(/images/barbg.jpg) bottom left repeat-x; 
	font-variant:small-caps;
	font-size:.9em;
	min-width:725px;
}
#bar ul, #bar li {
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}
#bar a {
	padding:3px 8px 4px;
	display:block;
	float:left;
	text-decoration:none;
	color:#fff;
	border-left:1px solid #bacacd;
	border-right:1px solid #7A9BA0;
}
#bar a:hover, #bar a:active {
	background:#e8edee url(/images/barbghover.jpg) bottom left repeat-x;
	color:#000;
}
#contlk a { float:right; }
#hmpg #hmlk a, #hmpg #hmlk a:hover, #extpg #extlk a, #extpg #extlk a:hover, #locpg #loclk a, #locpg #loklk a:hover, #citypg #citylk a, #citypg #citylk a:hover, #contpg #contlk a, #contpg #contlk a:hover {
	cursor:default;
	background:#fff;
	color:#660000;
	border-right:#ddd;
}
.clr { clear:both; }
#interior {
	width:350px;
	height:600px;
	background:url(/images/interior.jpg) no-repeat;
	float:left;
	margin:0px 10px 20px 30px;
}
#main {
	padding: 20px 35px 10px 0px;
}
#content, #contimg { margin:0px 0px 12px 12px; }
#content {
	width: 350px;
	float:left;
	line-height:1.3;
}
#content a {
	color:#660000;
}
#content a:visited {
	color:#725C5C;
}
#content a:hover, #content a:active {
	color:#E10000;
}
#contimg {
	width:350px;
	float:left;
	border:1px solid #660000;
}
#ft {
	border-top:1px solid #9cb4b8;
	font-size:.84em;
	clear:left;
	padding: 2px 45px 12px;
	font-variant:small-caps;
}
#ft a { color:#9cb4b8; text-decoration:none; }
#ft a:hover { color:#660000; }
/* styles */
h1, h2, h3, h4, p {
	margin:0;
	padding:.35em 0em .25em;
}
h1 { padding-top:0; }
h2 { padding-left: 25px; color:#660000; background:url(/images/check_sm.png) center left no-repeat; }
form { margin-top:6px; border:1px solid #660000; padding:3px 4px; font-size:.9em; }
textarea, input[type='text'] { border:1px solid #9cb4b8; margin:2px 0px; margin-right:4px;}
textarea { width:325px; height:125px; }
.nte { font-style:italic; font-size:.9em; }