/* CSS Document */
*, html {
	margin: 0;
	padding: 0;
}

html {
	text-align: center;
}

body {
	margin: 0 auto;
	width: 1000px;
	background-color: #F9DFBE;
	color:			#857C69;
}

img {
	margin: 0;
	border: 0;
	padding: 0;
}

p {
	padding-bottom: 18px;
}

a.back:hover
{
	text-decoration: underline;
}

.imgContainer {
}

#headerWrapper {
	background-color: #000049;
	height: 90px;
}

#complete{
	border-style:	solid;
	border-width:	1px;
	border-color:	#5C695F;
	background:	#FFFFFF;
	width:		1000px;
}

#header {
	position: relative;
	text-align: left;
}

#header h1 {
	color: #FFFFFF;
	background: url(../images/site_name.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 278px;
	position: absolute;
	left: 73px;
	top: 50px;
}

#header h1 a {
	height: 33px;
	width: 278px;
	cursor: pointer;
	display: block;
}

#header p {
	background: url(../images/site_description.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 170px;
	position: absolute;
	left: 430px;
	top: 55px;
}

#header span {
	display: none;
}

#slideshow {
	float: 		right;
	display: 		inline;
	/*background: 	url(../images/header_flash.jpg);*/
	width:		392px;
	height:		90px;
}

#bodyWrapper {
	padding-top: 2px;
	text-align: left;
}

#bodyWrapper:after {
	content: '.';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

#gridOne {
	position: relative;
	margin-right: 2px;
	float: left;
	width: 209px;
	height: 1%;
}

#navArea {
	background: url(../images/gridone_gradient.jpg) repeat-x top;
	margin-bottom: 2px;
	height: 405px;
}

#turtleLogo {
	position: absolute;
	left: 7px;
	top: 111px;
	z-index: 10;
}

#navigation {
	position: absolute;
	right: 0px;
	top: 20px;
	font: italic 15px Times, "Times New Roman", serif;
	font-weight: bold;
	text-align: right;
	z-index: 100;
}

#navigation ul {
	list-style: none;
}

#navigation li {
	padding-top: 		6px;
	padding-bottom:	6px;
	padding-left:		0px;
	padding-right:		0px;
}
#navigation li:hover {
	background: url(../images/left_menu_on.gif) no-repeat;
	background-position: 0px 0px;
}

#navigation a {
	color: 			#FFF9FD;
	text-decoration: 	none;
}

#navigation a:hover {
	color: #000877;
	text-decoration: none;
}

#gridOne .preFooter {
	background-color: #E0FFFF;
	height: 82px;
}

#gridTwo {
	position: relative;
	background-color: #FFFFFF;
	float: right;
	width: 789px;
	height: 1%;
}

#mainContent {
	height: 398px;
	background-color: #FFCC66;
	font: 11px/130% Verdana, Arial, Helvetica, sans-serif;
	color: #857C69;
	padding: 6px 12px 0 12px;
	margin-bottom: 2px;
	overflow: auto;
}

.preFooter1 {
	background: #0B4BA5 url(../images/rentalsmain-bottom-gradient.jpg) repeat-x top;
	margin-right: 2px;
	margin-bottom: 0;
	height: 176px;
	width: 303px;
	position: relative;
	clear: right;
	float: left;
}

.preFooter1 #searchText span {
	display: none;
}

.preFooter1 #searchText {
	background: url(../images/still_searching.jpg) no-repeat;
	height: 60px;
	width: 100px;
	position: absolute;
	left: 4px;
	top: 10px;
}

form.searchForm {
	float: right;
	width: 190px;
	padding-top: 10px;
	padding-right: 5px;
}

form.searchForm p {
	padding-bottom: 6px;
}

form.searchForm p label {
	float: left;
	width: 82px;
	font: bold 13px Arial, Helvetica, sans-serif;
	padding-top: 1px;
	display: block;
	color: #FFFFFF;
}

form.searchForm select {
	width: 100px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	height: 16px;
	padding: 0;
}

form.searchForm #sf_btn {
	position: absolute;
	top: 84px;
	right: 12px;
}

.preFooter2 {
	float: left;
	background: #FFCC66 url(../images/rentalsgrid3-gradient-bottom.jpg) repeat-x bottom;
	margin-bottom: 0;
	height: 176px;
	width: 484px;
}

.pscCamIcons {
	padding-top: 104px;
	padding-right: 40px;
	text-align: right;
}

#footerWrapper {
	clear: both;
	background: url(../images/bottom-slice-top-interiorpages.jpg) no-repeat top;
	padding-top: 59px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #999999;
	height: 1%;
}
#footer ul {
	list-style: none;
	display: block;
	padding: 0 0 12px;
	margin: 0;
}

#footer {
	background: url(../images/bottom-slice-bottom-interiorpages.jpg) no-repeat top;
	text-align: center;
	height: 35px;
	line-height: 125%;
}
#footer li {
	display: inline;
}
#footer a {
	color: #808080;
	text-decoration: none;
}
#footer a:hover {
	color: #E69E3A;
	text-decoration: underline;
}
