@import 'reset.css';

@media screen { /*remove @media if supporting ie5/mac */

body {
	font: 76% Arial, Helvetica, sans-serif;
	background-color: #ECFFB4;
	color: #000066;
}
#wrapper {
	margin: 0 auto;
	width: 812px;
	padding-top: 25px;
}
#header {
	background: url(../layout/gradient_bar.jpg) no-repeat 0 100%;
	height: 112px;
}
/*navigation*/
#nav {
	background: url(../layout/nav_bg.jpg) no-repeat 0 0;
	width: 90px;
	height: 229px;
	float: left;
	padding-top: 15px;
	padding-left: 50px;
	margin-bottom: 5px;
}
#nav ul li {
	font-size: 13px;
	padding: 12px 0 12px 6px;
	border-bottom: 1px solid #99BC31;
	width: 75px;
}
#nav a:link, #nav a:active, #nav a:visited {
	color: #99BC31;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	color: #789426;
	text-decoration: underline;
}
#nav a.current {
	color: #40700D;
	cursor: default;
}
/*page elements*/
#content-wrapper {
	width: 615px;
	float: right;
	padding: 25px 25px 0 15px;
}
#content-wrapper_img {
	float: left;
	width: 260px;
	height: 270px;
	padding-right: 15px;
}
#content-wrapper p {
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: .05px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
}
#main {
	float: right;
	width: 335px;
}
#images_right {
	float: right;
	margin-right: 43px;
	padding-left: 25px;
}
#footer {
	background: url(../layout/gradient_bar.jpg) no-repeat 0 0;
	height: 12px;
	width: 800px;
	clear: both;
	margin-top: 15px;
}
#base_images {
	background: url(../layout/gradient_bar2.jpg) no-repeat 0 100%;
	float: left;
	width: 800px;
	padding-top: 7px;
}
#base_images img{
	float: left;
	padding-left: 7px;
	margin-bottom: 19px;
}
#base_images_right {
	background: url(../layout/gradient_bottom_right.jpg) no-repeat 0 100%;
	float: right;
	width: 12px;
	height: 314px;
	margin-top: -125px;
}
#copyright {
	padding-top: 18px;
	text-align: center;
	font-weight: bold;
	clear: both;
}
/*classes*/
h2 {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 8px;
}
.contact {
	border-bottom: none !IMPORTANT;
}
.padded-list li {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}
.amenities li {
	margin-top: 3px;
	font-size: 13px;
	font-weight: bold;
	list-style: circle;
}


} /* /@media */
