@charset "UTF-8";

/**** Bishopswood ****/

html, body, ul, ol, form, fieldset, object {
	border: 0; margin: 0; padding: 0; 
}

body {
	background: #1c1c1c;
	color: #ccc;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", sans-serif;
	font-size: 100.01%;
	text-align: center;
}

/* Link styles */

a {color: #b7bea8;} 
a:link {color: #b7bea8;}
a:visited {color: #505447;}
a:active {color: #6fa842;}
a:hover {color: #fff; text-decoration: none;} 

.accessibility {
	height: 0 !important;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -4000px;
}

img { border: 0; padding: 0; margin: 0; }

/* Skip */

#skipnav {
	background-color: #CCC;
	height: 0 !important;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	width: 980px;
}
#skipnav p, #skipnav li, #skipnav h2 { font-size: 1px; height: 0; text-indent: -4000px; }
#skipnav a:link, #skipnav a:visited, #skipnav a:hover { text-decoration: none; }


/* Header */

#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
	background-color: #0f0f0f;
	background-repeat: no-repeat;
	background-position: center top;
}
.home #wrapper { background-image: url(../images/home/back.jpg); }
.estate #wrapper { background-image: url(../images/estate/back.jpg); }
.packages #wrapper { background-image: url(../images/packages-prices/back.jpg); }
.location #wrapper { background-image: url(../images/location/back.jpg); }
.contact #wrapper { background-image: url(../images/contact/back.jpg); }

#header {
	background: #000 url(/images/generic/logo.gif) 0 20px no-repeat;
	font-size: 100%;
	margin: 80px 0 50px 0;
	text-align: center;
	width: 200px;
	float: left;
}



/* Page */

#page {
	background: url(../images/generic/background.png) repeat-y;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 980px;
}


/* Columns */

#mainarea {
	float: left;
	margin: 80px 0 0 0;
	padding: 0;
	width: 780px;
}
.main_content {
	float: left;
	margin: 0 50px;
	display: inline;
	padding: 10px 0 30px 0;
	width: 480px;
}
.img_content {
	float: left;
	margin: 0;
	padding: 0;
	width: 580px;
	background: #505447;
}


/* Sign off */

#address,
#signoff {
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	width: 980px;
}
#address {
	border-bottom: 1px solid #333;
}

#address p,
#signoff p {
	color: #999;
	font-size: 60%;
	line-height: 150%;
	margin: 0;
	padding: 5px 0 10px 0;
}
#address p a {
	color: #fff;
	text-decoration: none;
}
#signoff p a {
	color: #999;
	text-decoration: none;
}
#signoff p strong,
#signoff p strong a {
	color: #999 !important;
	text-decoration: none;
}

/* Main Area and Typefaces */

#mainarea h1, #mainarea h2, #mainarea h3, #mainarea h4, #mainarea h5,
#mainarea h1 a, #mainarea h2 a, #mainarea h3 a, #mainarea h4 a, #mainarea h5 a {
	color: #b7bea8;
	letter-spacing: -0.04em;
	padding: 5px 0 5px 0;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}
#mainarea h1 a:hover, #mainarea h2 a:hover, #mainarea h3 a:hover, #mainarea h4 a:hover, #mainarea h5 a:hover {
	color: #fff;
}
#mainarea h1 {font-size: 240%; padding: 5px 0 30px 0; }
#mainarea h2 {font-size: 150%; padding: 20px 0 20px 0; }
#mainarea h3 {font-size: 110%;}
#mainarea h4 {font-size: 90%;}
#mainarea h5 {font-size: 80%;}

#mainarea ul {
	list-style-type: none;
	padding: 2px 0 3px 0;
}
#mainarea ol {
	list-style-type: decimal;
	padding: 2px 0 3px 25px;
}
#mainarea ol li {
	background-image: none;
	font-size: 72%; line-height: 150%; 
	padding: 2px 0 3px 5px;
}
#mainarea li {
	font-size: 72%; line-height: 150%; background-image: url(/images/generic/bullet.gif); background-repeat: no-repeat; background-position: 0px 5px; padding: 0 0 5px 15px;
}
#mainarea li li {
	font-size: 100%; line-height: 150%; background-image: url(/images/generic/bullet.gif); background-repeat: no-repeat; background-position: 2px 5px; padding: 2px 0 3px 15px;
}
#mainarea p {
	font-size: 72%;
	line-height: 1.5;
	letter-spacing: 0;
	padding: 5px 0 10px 0;
	margin: 0;
}

#mainarea p.mainarea_intro {
	color: #b7bea8;
	font-size: 90%;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	padding: 5px 0 25px 0;

}
#mainarea .subtext {
	font-size: 60%;
}
 

/* Layout */

.layout_clear {
	clear: both;
	font-size: 1% !important;
	height: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	padding: 0 !important;
	width: 20px;
}

.layout_2col,
.layout_2col_end,
.layout_3col,
.layout_3col_end {
	float: left;
	display: inline;
	margin-right: 20px;
	padding: 0;
}
.layout_2col { width: 220px; }
.layout_2col_end { width: 220px; margin-right: 0; }
.layout_3col { width: 140px; }
.layout_3col_end { width: 140px; margin-right: 0; }

.layout_img_float_l,
.layout_img_float_r {
	padding: 0;
	display: inline;
}
.layout_img_float_l { margin: 0; float: left;  }
.layout_img_float_r { margin: 0; float: right; }

.layout_box { width: 280px; margin: 5px 0 5px 0; float: left; display: inline; }

.layout_signoff_col1 { width: 140px; margin: 0 60px 0 50px; float: left; text-align: left; display: inline; }
.layout_signoff_col2 { width: 700px; margin: 0; float: left; text-align: left; display: inline; }
.layout_signoff_col2 p { color: #fff !important; }

.layout_col1 { width: 140px; margin: 0 60px 0 50px; float: left; text-align: left; display: inline; }
.layout_col2 { width: 700px; margin: 0; float: left; text-align: left; display: inline; }
.layout_col2 p { color: #999 !important; }