*
{
	margin:0px;
	padding:0px;
}


body 
{
	background-color:#efeddd;
	background-image:url(../images/interface/shadow.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	font-family:Arial,Verdana,sans-serif;
	font-size:12px;
	text-align:center;	
}

img 
{
	border:0px;
}

hr
{
	height:0px;
	border-bottom:1px solid #e5e5e5;
	border-top:0px;
	margin:0px 0px 10px 0px;	
	width:95%;
}

a:link, a:active
{
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}

a:visited
{
	color:#000;
	font-weight:normal;
	text-decoration:underline;
}

a:hover
{
	color:#000;
	font-weight:normal;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
}

h1
{
	font-size:22px;
	font-weight:bold;
	letter-spacing:1px;
	margin:0px 0px 15px 0px;
}

h2
{
	color:#363636;
	font-size:14px;
	margin:0px 0px 10px 0px;
}

h3, h4, h5, h6
{
	color:#000;
	font-size:12px;
	margin:0px 0px 10px 0px;
}

p
{
	margin:10px 0px 15px 0px;
}


form
{
	margin:0px;
	padding:0px; 
}

input, select, textarea
{
	background-color:#fff;
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	padding: 4px;
}

table
{
	border:0px;
	padding:0px;
}

/* Layout Creators */

div.wrapper
{
	background-repeat:repeat-y;
	margin: 40px auto 0px auto;
	position:relative;
	width:907px;
}

div.wrapper-content
{
	background-image:url(../images/interface/middle.png);
	min-height: 400px;
}

div.header
{
	background-image:url(../images/interface/header.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:120px;
	margin: auto auto;
	position:relative;
	width:907px;
}

div.home-link
{
	height:117px;
	left:0px;
	position:absolute;
	width:200px;
	z-index:100;
}

div.home-link a
{
	display:block;
	height:117px;
}

div.header2
{
	background-image:url(../images/interface/header2.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:118px;
	margin: auto auto;
	position:relative;
	width: 907px;
}

div.header ul
{
	left:218px;
	list-style:none;
	position:absolute;
	bottom:0px;
	width:700px;
}

div.header ul li
{
	border-right:1px solid #f2f0ed;
	float:left;
	height:30px;
	padding:10px 20px 0 20px;
	position:relative;
}

div.header ul li:last-child
{
	border-right:none;
}

div.header ul li a
{
	display: block;
	font-size:16px;
	height: 55px;
	text-decoration:none;
}



/* Lifestyle headers */

div.lifestyle-header-sweeping
{
	background-image:url(../images/lifestyle_headers/sweeping_lake.jpg);
	background-repeat:no-repeat;
	background-position: 2px 0px;
	height:205px;
	position:relative;
	width:907px;
}

div.lifestyle-header-westcoast
{
	background-image:url(../images/lifestyle_headers/west_coast.jpg);
	background-repeat:no-repeat;
	background-position: 2px 0px;
	height:205px;
	position:relative;
	width:907px;
}

div.lifestyle-header-history
{
	background-image:url(../images/lifestyle_headers/history.jpg);
	background-repeat:no-repeat;
	background-position: 2px 0px;
	height:205px;
	position:relative;
	width:907px;
}

div.lifestyle-header-lakeside
{
	background-image:url(../images/lifestyle_headers/lakeside.jpg);
	background-repeat:no-repeat;
	background-position: 2px 0px;
	height:205px;
	padding:0 0 0 2px;
	position:relative;
	width:907px;
}


div.sidebar
{
	display: inline;
	float:left;
	margin: 0px 20px 0px 20px;
	position: relative;
	text-align:left;
	width: 180px;
}

div.content
{
	float:left;
	min-height: 320px;
	position: relative;
	text-align:left;	
	width: 640px;
}

div.content-home
{
	float:left;
	font-size:14px;
	min-height:200px;
	padding:0 0 0 20px;
	position: relative;
	text-align:left;	
	width:500px;
}

div.sidebar-2
{
	display: inline;
	float:right;
	position: relative;
	text-align:left;
	width: 350px;
}

div.footer
{
	margin: auto auto;
	position: relative;
	text-align:center;
	width: 800px;
}

div.footer ul
{
	list-style:none;
	margin: auto auto;	
	position: relative;
	width: 450px;
}

div.footer ul li
{
	float:left;
	margin: 0px 10px 0px 10px;
}

div.footer ul li a
{
	color:#7c6d4d;
	font-size: 10px;
	text-decoration: none;
}

/* Custom */

.clear
{
	clear: both
}

/* Headings */

div.content h1, div.content-home h1
{
	color:#8cc63f;
	font-weight: normal;	
}

div.sidebar h1, div.sidebar-2 h1
{
	color:#09589e;
	font-weight: normal;
}

div.sidebar ul
{
	list-style:none;
}

div.sidebar ul li
{
	background-image:url(../images/interface/bullet.gif);
	background-repeat:no-repeat;
	background-position:left center;
	border-bottom: 1px solid #f1efec;
	padding: 4px 0px 4px 10px; 
	margin: 0px;
}

div.sidebar ul li a
{
	display: block;
	text-decoration:none;
}

div.content ul, div.content ol
{
	margin: 0px 45px 0px 45px;
}

div.content ul li, div.content ol li
{
	margin: 0px 0px 10px 0px;
}


/* Image alignment */

img.image-left
{
	float: left;
	margin: 0px 10px 10px 0px;
}

img.image-right
{
	float: right;
	margin: 0px 10px 0px 10px;
}


img.image-left-top
{
	float: left;
	margin: 0px 10px 10px 0px;
}

img.image-right-top
{
	float: right;
	margin: 20px 10px 20px 10px;
}

/* Flash movie related */

div.flashmovie
{
	height:537px;
	position: relative;
	width:907px	
}

div.flashmovie-placement
{
	left: 2px;
	position: absolute;
	top: 0px;
}

/* Form Styling */

form.cmxform fieldset 
{
	border: 0px;
	width: 500px;	
}

form.cmxform legend 
{
	color:#000;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

form.cmxform label 
{
	display: inline-block;
	line-height: 1.4;
	width: 100px; /* Width of labels */	
	vertical-align: top;
}

form.cmxform fieldset ol 
{
	margin: 0;
	padding: 0;
}

form.cmxform fieldset li 
{
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cmxform em 
{
	font-weight: bold;
	color: #f00;
}

form.cmxform textarea
{
	height: 90px;
	width:300px;
}

div.right-text
{
	float:right;
	font-size:11px;
	line-height:16px!important;
	width:200px;
}

.not-sale
{
	color:#900;
	font-size:16px;
}
