/* 
Description: Styles for LeisureAdvertising.com 
Author: Sam Stevens, Stevens Media, www.stevensmedia.com 
Version: 06.24.09 

Table of Contents: 
1.0 Structure 
2.0 Typography 
3.0 Lists  
*/ 

/* 1.0 Structure */ 

BODY {
	background: url(../img/bkgd.jpg) repeat-x White;
	text-align: center;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#nav {
	width: 160px;
	float: right;
	margin-top: 17px;
	margin-right: 10px;
}

#rightcol {
	width: 230px;
	float: right;
	padding: 50px 0;
	margin-left: 20px;
}

#contact-wrapper {
	border: 1px solid #B5BDC6;
	background-color: #ECEEF0; 
	padding: 10px;
}

#contact {
	border: 1px solid #B5BDC6;
	background-color: White; 
	padding: 10px;
}

#content {
	padding: 20px 20px 40px 20px;
	width: 610px;
}

.featuredproperties {
	width: 290px; 
	float: left;
	margin: 0 10px 10px 0;
}

#footer-wrapper {
	width: 100%;
	background-color: #B5BDC6;
	clear: right;
}

	#footer {
		width: 860px; /* 900 with padding */
		margin: 0 auto;
		text-align: left;
		padding: 20px;
	}
		

/* 2.0 Typography  */ 

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

A {
	color: #976624;
}

A:HOVER {
	text-decoration: none;
}

#nav {
	font-size: 1.1em;
}

#nav, #nav A, #footer, #footer A {
	color: White;
}

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

H1 {
	font: normal 1.2em Georgia, "Times New Roman", Times, serif;
	color: #59646C;
	text-transform: uppercase;
}

H2 {
	font: normal 1em Georgia, "Times New Roman", Times, serif;
	color: #59646C;
	text-transform: uppercase;
	border-bottom: 2px solid #ECEEF0;
	margin-top: 20px;
}

#submissionForm P {
	font-size: 0.8em;
	line-height: normal;
}

#rightcol {
	font-size: 1.3em;
}

#rightcol H3 {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #B5BDC6; 
}

#footer {
	text-transform: uppercase;
	line-height: 1.6em;
}

/* 3.0 Lists  */ 

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

#nav UL LI {
	float: left;
}

UL.inlinelist {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

UL.inlinelist LI {
	float: left;
	width: 200px;
}

/* 4.0 Misc */

BR.clear {
	clear: both;
}