/* Luxury Norfolk Stylesheet - design by www.josh.biz */ 

* {
	margin: 0;
	padding: 0;
	}

body{
	background: #fff;
	color: #333;
	font: 101% Verdana, Arial, Helvetica, sans-serif;
	}

#hdr_bg {
	height: 125px;
	background: transparent url(../images/hdrbg.jpg) repeat-x;
	color: #000;
	margin: 0;
	}

#header {
	background: transparent url(../images/header.jpg) 100% 0% no-repeat;
	}

#lh-col {
	position: absolute;
	top: 166px;
	left: 0px;
	width: 200px;
	margin: 0;
	padding: 0;
	height: 400px;
	font-size: 80%;
	}

#rh-col {
	margin: 0 0 0 200px;
	background: #fff;
	color: #333;
	padding: 0 25px 100px 25px;
	font-size: 80%;
	}

#rh-col a:link, #rh-col a:visited {
	color: #5e7491;
	background: inherit;
	}
	
#rh-col a:hover, #rh-col a:active {
	color: #000;
	background: inherit;
	}

h1 {
	font-size: 140%;
	margin: 40px 0 25px 5px;
	color: #5e7491;
	background-color: inherit;
	padding-bottom: 5px;
	border-bottom: solid 1px #ccc;
	}

.sleeps {
	font-size: 75%;
	}

h2 {
	font-size: 115%;
	margin: 25px 0 15px 5px;
	color: #666;
	background-color: inherit;
	}

h3 {
	font-size: 100%;
	margin: 10px 0 5px 5px;
	color: #5e7491;
	background-color: inherit;
	}

p {
	padding: 5px 5px;
	font-size: 100%;
	line-height: 150%;
	}

.prop_box {
	padding: 20px;
	margin: 12px 0;
	background: #fff url(../images/prop_grad.gif) repeat-x 0px 0px;
	border: 1px solid #ccc;
	min-height: 198px;
	}

* html .prop_box {
    height: 198px;/*fix for ie content height*/
	}

.prop_box2 {
	padding: 20px;
	margin: 15px 0;
	background: #fff url(../images/prop_grad2.gif) repeat-x 0px 0px;
	border: 1px solid #ccc;
	min-height: 198px;
	}

* html .prop_box2 {
    height: 198px;/*fix for ie content height*/
	}

.prop_desc {
	margin-right: 284px;
	}

.prop_pic {
	float: right;
	margin: 0;
	}

.prop_desc h2{
	font-size: 140%;
	margin: 0 0 10px 0;
	padding: 0;
	color: #808080;
	background-color: inherit;
	}

.prop_desc h3{
	font-size: 110%;
	margin: 0 0 15px 0;
	padding: 0;
	color: #505d77;
	background-color: inherit;
	}

.prop_desc p {
	margin: 0;
	padding: 5px 0;
	line-height: 140%;
	}

p.readmore {
	padding-top: 10px;
	font-size: 125%;
	}

.prop_desc a:link, .prop_desc a:visited {
	color: #505d77;
	}

.prop_desc a:hover, .prop_desc a:active {
	color: #000;
	}


/* Left hand vertical navigation */

#menu {
	width: 200px;
	font-weight: bold;
	}

#menu ul {
	list-style: none;
	}

#menu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu li a:link, #menu li a:visited {
	color: #D3E4E9;
	display: block;
	background: url(../images/menu.gif);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #fff;
	background: url(../images/menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #fff;
	background: url(../images/menu.gif) 0 -64px;
	padding: 8px 0 0 10px;
	}

#menu li.selected a:link, #menu li.selected a:visited,
#menu li.selected a:hover, #menu li.selected a:active {
	color: #fff;
	background: url(../images/menu.gif) 0 -64px;
	padding: 8px 0 0 10px;
	}


/* Navigational Bar */

#nav {
	margin: 0;
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	padding: 7px;
	background: #b4b4b4 url(../images/menu_grad.gif) repeat-x 0px 0px;
	color: #5e7491;

	}

#nav li {
	list-style: none;
	margin: 0;
	display: inline;
	}

#nav li a, #nav li a:visited {
	margin-right: 15px;
	color: #6d6e71;
	text-decoration: none;
	}

#nav li a:hover {
	color: #415063;
	text-decoration: underline;
	}

#nav li a#active {
	color: #c9d300;
	}

/* Extras */

.thumbnail_1 {
	float: left;
	width: 250px;
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 15px;
	line-height: 200%;
	background: #fff url(../images/prop_grad.gif) repeat-x 0px 0px;
}

.thumbnail_2 {
	float: left;
	width: 250px;
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 15px;
	line-height: 200%;
	background: #fff url(../images/prop_grad2.gif) repeat-x 0px 0px;
}

.clearboth {
	clear: both;
	}

.features {
	font-size: 125%;
	color: #4D391E;
	background-color: inherit;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 150%;
	}

#nav img {
	float: left;
	margin-top: -16px;
}

form {
	margin: 20px 200px 30px 30px;
	padding: 25px;
	background: #eff1f4;
	color: #000;
	border: solid 1px #ccc;
	}

tr {
	height: 30px;
	}
.photos {
	position: relative;
	float: right;
	padding: 20px 0 20px 20px;
	}

#footer {
	font-size: 80%;
	text-align: right;
	margin: 0;
	padding: 10px 25px 10px 25px;
	background: url(../images/foot_grad.gif) repeat-y right top;
	}

p.back {
	margin-top: 25px;
	}

p.back a:link, p.back a:visited {
	color: #666;
	text-decoration: none;
	}

#rh-col #footer ul.basenav {
	list-style: none;
	margin-bottom: 15px;
	line-height: 150%;
	}

#rh-col #footer ul.basenav li.selected a:link, #rh-col #footer ul.basenav li.selected a:visited,
#rh-col #footer ul.basenav li.selected a:hover, #rh-col #footer ul.basenav li.selected a:active {
	color: #000;
	}

#rh-col #footer p.josh {
	margin: 30px 0 0 0;
	padding: 0;
	}
#rh-col #footer h3 {
	margin-bottom: 10px;
}

#rh-col #footer ul.basenav a:link, #rh-col #footer ul.basenav a:visited {
	color: #666;
	text-decoration: none;
	}
	
#rh-col #footer ul.basenav a:hover, #rh-col #footer ul.basenav a:active {
	text-decoration: underline;
	}

#rh-col #footer img {
	margin: 15px 0;
	border: none;
}
#rh-col ul {
	padding: 5px 5px;
	font-size: 100%;
	line-height: 150%;
	margin-left: 50px;
}

.strap {
	font-size: 1.5em;
	color: #4A4A4A;
	margin: 20px 0;
}