/* 
Description: Global styles for new MyrtleBeachHotelCondo.com Home page
Author: Sam Stevens, Stevens Media, www.stevensmedia.com
Version: 06.16.09

Table of Contents:
1.0		Structure
2.0 	Typography
3.0 	Lists
4.0 	Miscellaneous Classes
5.0 	Images
*/

/* 1.0 Structure */

BODY {
	background: url(../image/bkgd.jpg) no-repeat #DABC96;
	text-align: center;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 900px;
	background-color: White;
	margin: 20px auto 0 auto;
	text-align: left;
	position: relative;
}

#search {
	float: right;
	padding-top: 30px;
	padding-right: 20px;
}

#nav {
	width: 860px;
	height: 30px;
	margin: 0 20px 20px;
	border-top: 1px solid #216134;
	background-color: #59A33A;
}

#header {
	z-index: 0;
}

#content {
	width: 570px; /* 610 w/ padding */
	float: left;
	padding: 0 20px 40px 20px;
}

	.secondary #content {
		width: 640px; /* 680 w/ padding */	
	}

#content-wrapper {
	background-color: White;
}

#browse {
	width: 200px;
	float: right;
}

	.secondary #browse {
		margin-right: 20px;
		float: none;
		margin-left: 680px;
	}

	#browse-inner {
		margin-top: -13px;
		border-right: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		border-left: 1px solid #CCC;
		background-color: #F7F7F7;
	}

#featured {
	width: 350px;
}

	.secondary #featured {
		width: 640px;
	}

	#featured .property {
		width: 150px; /* 175px w/ padding */
		float: left;
		padding: 10px 15px 0 10px;
		text-align: center;
		color: Black;
	}
	
		.secondary #featured .property {
			width: 285px; /* 310px w/ padding */
			margin: 0 5px 10px 5px;
			text-align: left;
		}
		
#propertyimages {
	width: 120px;
	float: left;
	margin-top: -20px;
}

#propertydetails {
	width: 120px;
	float: right;
	margin: 0 20px;
}

#content-inner {
	margin-left: 120px;
}
	
/* Home only */
#adcol {
	width: 290px;
	margin-left: 610px;
}

	#adcol IMG {
		padding-right: 13px;
		padding-bottom: 20px;
	}
/* Home only */	

#leaderboard {
	clear: left;
	text-align: center;
	padding: 40px 0;
}

#footer {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #4073B5;
}

	#footer-wrapper {
		width: 900px;
		margin: 0 auto;
		padding: 5px;
		color: White;
	}

/* 2.0 Typography */

BODY {
	font: normal normal 10px Arial, Helvetica, sans-serif;
	color: Black;
}

A:HOVER {
	text-decoration: none;
}

#nav {
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
}

#nav A {
	color: White;
}
	
	#nav A:HOVER {
		text-decoration: none;
		color: Yellow;
	}
	
#nav LI UL {
	font-size: 0.9em;
	font-weight: normal;
}

	#nav LI UL A {
		text-decoration: none;
		font-weight: bold;
	}

#content {
	font-size: 1.3em;
	line-height: 1.5em;
}

H1, H2, H3, H4, H5 {
	color: #2B7EB7;
}

H1 {
	font: normal 2em Helvetica, Arial, sans-serif;
}

H2 {
	font: normal 1.6em Helvetica, Arial, sans-serif;
}

H3 {
	font: normal 1.4em Helvetica, Arial, sans-serif;
}

H4 {
	font: normal 1.3em Helvetica, Arial, sans-serif;
}

#content A {
	color: #2B7EB7;
}

	.secondary #browse {
		font-size: 1.2em;
	}

#browse H3, #featured H3 {
	background-color: #469AD3;
	font: bold 0.95em Verdana, Arial, Helvetica, sans-serif;
	color: White;	
	margin-top: 0;
	padding: 2px 2px 2px 10px;
}

	.secondary #browse H3 {
		font-size: 1em;
	}

#browse A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
}

#featured H3 {
	margin-bottom: 5px;
}

#featured .property P {
	font-size: 0.85em;
	line-height: normal;
	margin: 5px 0;
	text-transform: uppercase;
}
	
	.secondary #featured .property P {
		text-transform: none;
	}
	
#featured .property A {
	color: #AD0E49;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}

	.secondary #featured .property A {
		font-size: 1.4em;
	}
	
#propertydetails H3 {
	font: bold 0.95em Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #59A33A;
	color: #59A33A;	
}

#propertydetails P {
	color: #216134;
	line-height: normal;
	font-size: 0.85em;
}

#propertydetails A {
	color: #59A33A;
	font-weight: bold;
}

#footer-wrapper {
	font-size: 1.1em;
}

#footer-wrapper H3 {
	font: bold italic 2em "Times New Roman", Times, serif;
}

#footer-wrapper A {
	color: White;
	text-decoration: none;
}

	#footer-wrapper A:HOVER {
		color: Yellow;
	}

/* 3.0 Lists */

#nav UL {
	margin: 0;
	padding: 0;
	list-style-type: none;	
	text-align: center;
}

#nav LI {
	float: left;
	padding: 8px 0;
}

/* Suckerfish */

#nav A { 
	display: block; 
	width: 10em; 
} 

#nav LI UL {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav LI:HOVER UL, #nav LI.sfhover UL {
	left: auto;
	top: 120px;
	margin-left: 5px;
}

#nav LI:HOVER, #nav LI.hover {  
    position: static;  
	background-color: #59A33A;
 } 

/* EO Suckerfish */

#nav LI UL {
	z-index: 99;
	border: 1px solid #216134;
}

#nav UL UL LI {
	background-color: #6ABD45;
	border-bottom: 1px solid #216134;
}

#browse UL {
	margin: 0;
	padding: 10px 0 0 0;
}

#browse LI {
	list-style-type: none;
	padding: 0 5px 10px 10px; 
}


/* 4.0 Misc */

BR.clear {
	clear: both;
}

INPUT.searchquery {
	border: 1px solid #469AD3;
	margin-right: 10px;
}

INPUT.hideme {
	position: absolute;
	left: -999em;
}

/* 5.0 Images */

/*#header, #header IMG {
	position: fixed;
}*/

.secondary #featured .property IMG {
	float: left;
	margin: 0 10px 10px 0;
}
	
#propertyimages .images {
	margin: 20px 5px;
}

#propertyimages .images A IMG {
	border: none;
	text-decoration: none;
}