@charset "utf-8";

@media screen, projection, tv, print {

html, body, div, h1, h2, p, a, abbr, em, strong, ul, li  { 
	border:0;
	font-family:inherit;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline; 
}

}
 
@media screen, projection, tv {

body {
	background:rgb(255, 255, 255) url(bg.png) 0 0 repeat-x;
	color:rgb(26, 63, 62);
	font-family:"Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;
}

h1 {
	font-weight:700;
	height:96px;
	letter-spacing:-1px;
	margin:0 auto;
	padding:48px 0 24px 0;
	text-indent:-9999px;
	width:888px;
}

h2 {
	font-size:24px;
	font-weight:700;
	letter-spacing:-1px;
	line-height:24px;
	margin:0 0 24px;
}

p {
	font-size:16px;
	line-height:24px;
	margin:0 0 24px;
}

a {
	color:rgb(45, 111, 109);
	font-weight:700;
}

a:focus, a:hover, a:active {
	color:rgb(32, 79, 78);
	text-decoration:none;
}

abbr {
	cursor:help;
}

ul {
	font-size:14px;
	line-height:24px;
	list-style-type:disc;
	margin:0 0 24px;
	padding:0 0 0 24px;
}

ul li ul {
	list-style-type:square;
	margin:0;
}

strong {
	color:rgb(32, 79, 78);
	font-weight:700;
}

#container {
	background:url(layout.jpg) 0 0 no-repeat;
	margin:0 auto;
	width:990px;
}

#introduction, #description, #location {
	hyphen:outside;
	punctuation:hang;
	quotes:outside;
	text-align:justify;
	width:408px;
}

#contact {
	margin:0 auto 48px;
	width:696px;
}

#features {
	margin:0 auto;
	width:696px;
}

#rates {
	margin:0 auto 24px;
	width:696px;
}

#introduction {
	background:url(01.jpg) 0 0 no-repeat;
	margin:0 auto 24px;
	padding:0 0 0 288px;
}

#description {
	background:url(02.jpg) 100% 0 no-repeat;
	margin:0 auto 48px;
	padding:0 288px 0 0;
}

#location {
	background:url(03.jpg) 0 0 no-repeat;
	margin:0 auto 48px;
	padding:0 0 0 288px;
}

#introduction h2, #contact h2 {
	color:rgb(218, 160, 91);
}

#description h2, #rates h2 {
	color:rgb(190, 203, 143);
}

#location h2 {
	color:rgb(225, 203, 101);
}

#features {
	overflow:hidden;
}

#features h2 {
	color:rgb(61, 117, 115);
}

#features div {
	float:left;
	width:348px;
}

}

@media print {

body {
	font-family:Helvetica, Arial, sans-serif;
}

h1 {
	font-size:18pt;
	font-weight:700;
	line-height:18pt;
	margin:0 0 9pt;
}

h2 {
	font-size:14pt;
	font-weight:700;
	line-height:18pt;
	margin:0 0 9pt;
}

p {
	font-size:12pt;
	line-height:18pt;
	margin:0 0 9pt;
}

ul {
	font-size:10pt;
	line-height:18pt;
	margin:0 0 9pt 18pt;
}

ul li ul {
	margin:0 0 0 18pt;
}

a {
	color:rgb(0, 0, 0);
}

#location a, #contact a {
	display:none;
}

#features {
	overflow:hidden;
}

#features div {
	float:left;
	width:50%;
}

}