@charset "utf-8";
/* CSS Document */

body {
	background:#5b2b1e url(images/texture.jpg) repeat-y fixed top center;
	margin:0;
	padding:0;
	font-family: Georgia, Times, serif;
	color:#000;
}
#cont {
	position:relative;
	margin:0 auto 0 auto;
	width:936px;
}
#header {
	width:936px;
	height:50px;
}
#navcolumn {
	display:inline;
	float:right;
	background:transparent;
	width: 175px;
	height:210px;
	margin:0 70px 0 10px;
	padding:10px 0 0 0;		
	border-left:1px solid #670000;
}
#copy {
	display:inline;
	float:left;
	background:transparent;
	width:570px;
	margin:0 0 0 90px;
	padding:0;		
}
#footer {
	clear:both;
	width:936px;
	height:50px;
}

/* start text styles */

#copy p, #copy ul, .bod, table {
	font-size:12px;
	font-weight:normal;
	color:#000;
	text-align:left;
	line-height:18px;
	list-style:url(images/bullet.gif);
	text-transform:none;
}
#copy ul li {
margin-bottom:5px;
}
#copy ul strong {
	font-weight:bold;
	text-transform:uppercase;
}

h1, .head {
	font-size:20px;
	font-weight:bold;
	color:#65392d;
	text-transform:uppercase;
}
h1 span {
	display:none;
}

/* Headline Classes */
.location {
	background:transparent url(images/hd_location.gif);
	height:53px;
	width:183px;
}
.house {
	background:transparent url(images/hd_house.gif);
	height:47px;
	width:142px;
}
.rates {
	background:transparent url(images/hd_rates.gif);
	height:52px;
	width:151px;
}
.getting {
	background:transparent url(images/hd_getting.gif);
	height:60px;
	width:171px;
}
.exploring {
	background:transparent url(images/hd_exploring.gif);
	height:58px;
	width:240px;
}
.services {
	background:transparent url(images/hd_services.gif);
	height:54px;
	width:240px;
}
.contact {
	background:transparent url(images/hd_contact.gif);
	height:40px;
	width:144px;
}
.intro {
	background:transparent url(images/hd_intro.gif);
	height:48px;
	width:538px;
}
h2 {
	background:transparent url(images/swirl.gif) no-repeat top left;
	font-size:14px;
	font-weight:bold;
	color:#670000;
	text-transform:uppercase;
	margin-bottom:0;
	margin-top:40px;
	padding-left:40px;
	height:22px;
}
h3 {
	background:transparent url(images/swirl.gif) no-repeat top left;
	font-size:14px;
	font-weight:bold;
	color:#670000;
	text-transform:uppercase;
	margin-bottom:0;
	padding-left:40px;
	height:22px;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#333;
	text-transform:none;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#FFF;
	text-align:center;
}

#navcolumn ul {
	list-style:none;
	margin:0 0 0 18px;
	padding:0;
	line-height:24px;
}
#navcolumn ul li a {
	display:block;
	width:100%;
}

#navcolumn a:link, #navcolumn a:visited {
	color:#000;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}
#navcolumn a:hover {
	color:#670000;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
}
#copy .caption {
	float:left;
	margin:50px 10px 0 0;
	padding:0;
}
#copy .caption p {
	color:#670000;
	font-style:italic;
	margin:5px 0 0 0;
}
#copy a:link, #copy a:visited {
/*	color:#00688e;		*/
	color:#50707c;		
	text-decoration: none;
}
#copy a:hover {
	text-decoration:underline;
}