body {
	margin: 0;
	padding: 0;
	background-image:url('../images/beach_sand_background2.jpg');
}


#pageContainer {
	width: 780px;
	position: relative;
	color: #00000;
	margin: 0 auto;
	font-family; Verdana, Arial
	font-size: 12em;
}



#header {
	width: 780px;
	height: 315px;
	float: left;
	position: relative;
	background-image:url('../images/Header.jpg');
	background-repeat:no-repeat;
}



#siteNav {
	float: left;
	position: relative;
	margin-top: 248px;
	margin-left: 200px;
}



.navItems li {
	float: left;
	display: inline;
	margin-right: 20px;
}



.navItems li a:link {text-decoration: none; color: #0000FF;}
.navItems li a:visited {text-decoration: none;}
.navItems li a:active {text-decoration: none;}
.navItems li a:hover {text-decoration: underline; color: #000000;}


#listings_nav {
	float: left;
	width: 780px;
	position: relative;
	padding-top: 6px;
	padding-bottom: 5px;
	background-color: #CCCCCC;
}

#listings_nav a:link {text-decoration: none; color: #000000;}
#listings_nav a:visited {text-decoration: none; color: #000000;}
#listings_nav a:active {text-decoration: none; color: #000000;}
#listings_nav a:hover {text-decoration: underline; color: #0000FF;}

.btnSearch {
	margin-top: 3px;
	float: right;
	margin-left: 3px;
	cursor: pointer;
}

#listings_nav_type {
	float: left;
	position: relative;
	margin-left: 60px;
}



#listings_nav_region {
	float: left;
	position: relative;
	margin-left: 30px;
}


#content_listings {
	width: 780px;
	float: left;
	position: relative;
	background-color: #FFFFFF;
}

#content {
	width: 760px;
	float: left;
	position: relative;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

h1 {
	text-align: center;
}

img {
	border-style: none;
}

#bio {
	width: 463px;
	margin-left: 150px;
}

.Text  {
	color:#666666;
	font-size:12px;
	font-style:normal;
	padding:2px;
	text-align:left;
}

.contactInfo {
	text-align: center;
}

#welcomeMessage {
	width: 628px;
	height: 533px;
	float: right;
	position: relative;
	background-image:url('../images/welcomeMsg.jpg');
	background-repeat:no-repeat;
	text-align: center;
	margin-left: 60px;
	margin-top: 25px;
}

#sidemenu {
	width: 639px;
	height: 10px;
	float: left;
	position: relative;
	text-align: left;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 5px;
}

.msg {
	margin-top: 165px;
	margin-left: 235px;
	width: 200px;
	height: 200px;
}

#vacationRentalAd {
	width: 639px;
	height: 220px;
	float: left;
	position: relative;
	text-align: center;
	margin-left: 60px;
	margin-top: 25px;
	margin-bottom: 25px;
}


#footer {
	width: 780px;
	float: left;
	position: relative;
	text-align: center;
	background-color: #CCCCCC;
	height: 20px;
}




.pagination {
	float: left;
	width: 780px;
	position: relative;
	text-align: center;
	background-color: #CCFFFF;
}

.listingItem {
	float: left;
	width: 780px;
	position: relative;
	margin-top: 10px;
}

.listingItemHeader {
	float: left;
	width: 780px;
	position: relative;
	text-align: center;
	background-color: #ff6600;
}

.listingCode {
	float: left;
	position: relative;
	color: #FFFFFF;
	margin-left: 10px;
	width: 90px;
}

.listingRegion {
	float: left;
	position: relative;
	color: #FFFFFF;
	width: 290px;
}

.listingType {
	float: left;
	position: relative;
	color: #FFFFFF;
	width: 290px;
}

.listingStatus {
	float: right;
	position: relative;
	margin-right: 10px;
	color: #FFFFFF;
	width: 90px;
}

.listingItemContent {
	float: left;
	width: 780px;
	position: relative;	
}

.listingImage {
	float: left;
	position: relative;
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	width: 430px;
}

.listingInfoBlock{
	float: left;
	width: 310px;
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
}

.listingHeadline{
	float: left;
	width: 300px;
	position: relative;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
}

.listingInfo{
	float: left;
	width: 300px;
	position: relative;
	padding: 5px;
	font-size: 15px;
}

.listingPrice{
	float: left;
	width: 300px;
	position: relative;
	padding: 5px;
	font-size: 15px;
}

.listingContact{
	float: left;
	width: 300px;
	position: relative;
	padding: 5px;
	font-size: 15px;
}

.galleryPrev {
	width: 23px;
	height: 23px;
	float: left;
	position: relative;
	background-image:url('../images/leftArrow.jpg');
	background-repeat:no-repeat;
	cursor: pointer;
	margin-top: 125px;
}

.galleryNext {
	width: 23px;
	height: 23px;
	float: right;
	position: relative;
	background-image:url('../images/rightArrow.jpg');
	background-repeat:no-repeat;
	cursor: pointer;
	margin-top: 125px;
}

.gallery {
	width: 384px;
	height: 288px;
	display: block;
	float: left;
	position: relative;
}

.galleryPhoto {
	width: 384px;
	height: 288px;
	top: 0px;
	left: 0px;
	position: absolute;
}

.hidden {
	display: none;
}
