body {
	background: #CAE593 url(../graphics/repeatx.gif) top left repeat-x;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #006400;
}

.clear {
	clear: both;
}

.black {
	color: black;
}

#outerwrap {
	background: url(../graphics/repeaty.gif) top center repeat-y;
	width: 900px;
	margin: 0 auto;
}

#wrapper {
	width: 100%;
	background: url(../graphics/headerBG.jpg) top center no-repeat;
}

/*-----------------------------------------
--> HEADER SPECS
-----------------------------------------*/
#header, #main {
	width: 720px;
	margin: 0 auto;
}

#header {
	padding-top: 210px;
}

p#contactinfo {
	position: absolute;
	margin: -128px 0 0 310px;
	border-left: 1px solid #953d39;
	color: #953d39 !important;
	padding-left: 12px;
	line-height: 16px;
}

#main {
/*
	border: 1px solid black;
*/
	margin-top: 12px;

}

p.pageIntroP {
	width: 500px;
/*
	border-bottom: 1px solid #DDD;
*/
}

/*-----------------------------------------
--> HOMEPAGE SPECS
-----------------------------------------*/
img.homeFeatureImg {
	border: 1px solid #006400;
	float: left;
	margin: 20px;
}



h3#pgtitle {
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	border-bottom: 1px solid #006400;
	margin: 0 60px 12px 0;
	padding-bottom: 6px;
}

/*-----------------------------------------
--> FOOTER SPECS
-----------------------------------------*/
#footer {
	background: #CAE593 url(../graphics/footerBG.jpg) top center no-repeat;
	padding-top: 30px;
}

#footer p {
	text-align: center;
	font-size: 9px !important;
}


/*------------------------
NAV SPECS
------------------------*/
ul#nav {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	top: -8px;
}

ul#nav li {
	margin: 0;
	padding: 0;
	display: inline;
}

ul#nav a, .active {
	border: 1px solid #5C0B09;
	margin: 2px;
	padding: 2px 6px;
	color: #5C0B09;
	text-decoration: none;
}

ul#nav a {
	background: white;
}

.active {
	background: #CAE593;
}

ul#nav a:hover {
	color: white;
	background: #5C0B09;
}

.homebtn {
	position: absolute;
	top: -25px;
}

.homebtn a {
	background: none !important;
	border: none ! important;
}


/*------------------------
RENTAL SPECS
------------------------*/
table.rentalTable {
	color: black;
}

table.rentalTable th {
	color: #006400;
}

/*------------------------
CONTACT SPECS
------------------------*/

#jillFeature {
	width: 400px;
	height: 250px;
	border: 1px solid #CAE593;
	float: left;
	margin-right: 20px;
}

#jillFeature img {
	float: right;
	margin: 12px;
}

#jillFeature p {
	margin: 12px;
	line-height: 18px;
}

#contactInfo {
	width: 250px;
	float: left;
}

#contactInfo p {
	margin: 4px;
}

.contactHeading {
	font-size: 14px;
	margin-top: 18px !important;
	border-bottom: 1px solid #CAE593;
}

/*------------------------
GALLERY SPECS
------------------------*/
#galleryN {
	margin-top: 12px;
	padding-top: 12px;
}

.galleryThumb {
	position: relative;
	width: 125px;
	height: 125px;
	float: left;
	margin: 0 12px 12px 0;
	border: 1px solid #999;
}

.galleryThumb img {
	margin: 0 !important;
	border: 0;
}

div.enlgBtn {
	position: absolute;
	top: 1px;
	left: 1px;
	background: white;
	opacity: .7;
	width: 100%;
}

div.enlgBtn p {
	margin: 1px 6px 2px 0 !important;
	text-align: right;
	font-size: 9px;
	color: black;
}

.galleryFeature p {
	text-align: center;
}

.galleryFeature img {
	vertical-align: middle;
	margin: 12px;
	border: 0;
}


/* OLD */
.galItem {
	width: 235px;
	height: 250px;
	float: left;
	margin: 2px;
}
.galItem p {
	text-align: center;
	margin: 0;
}





