body	{
	margin: 25px 0 30px 0;
	font-family: "Trebuchet MS", verdana, arial, helveticaa, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #000;
	background: #d9860f;
}

#container	{
	position: relative;
	width: 825px;
	text-align: left;
	margin: 0;
	background: #e3f0c7;
}

/*---------- HOME CONTENT --------------------*/
#homeheader	{
	width: 825px;
	background: #fff url("graphics/home/head-bg.jpg") no-repeat top right;
	margin-bottom: 0;
}

#homeheader h1	{
	display: none;
}

#homecontent 	{
	background: transparent url("graphics/topshadow.jpg") repeat-x;
	/*border: 1px solid red;*/
	/*margin-top: 2px;*/
}

#homecontent p	{
	font-size: 14px;
	line-height: 1.8;
	margin: 0px 40px 1.5em 25px;
	color: #1d9634;
}

#homecontent div.text	{
	padding-top: 30px;
	width: 275px;
	float: left;
}

#homecontent div.homerotate	{
	padding-top: 30px;
	width: 500px;
	height: 420px;
	float: left;
	margin-bottom: 0px;
}

p.pics 	{
	text-align: right;
	width: 500px;
}

p.pics a 	{
	color:#1d9634;
	text-decoration:underline;
}

p.pics a:hover 	{
	color:#d9860f;
	text-decoration:underline;
}

#news	{
	background: transparent url("graphics/bottomshadow.jpg") repeat-x;
	background-position: bottom;
	padding-bottom: 25px;
}

#news h2	{
	font-size: 18px;
	line-height: 1.8;
	margin: 0 0 0 25px;
	color: #1d9634;
}

#news p	{
	margin: 0px 20px 1em 25px;
	width: 375px;
}

#links	{
	float: right;
	margin-right: 50px;
	padding-top: 36px;
}

/* end home content */

/*---------- INTERIOR PAGES --------------------*/

#header	{
	width: 825px;
	background: #fff url("graphics/interior/head-bg.jpg") no-repeat top right;
	margin-bottom: 0;
}

#header h1	{
	display: none;
}

#content 	{
	background: transparent url("graphics/topshadow-white.jpg") repeat-x;
	/*border: 1px solid red;*/
	/*margin-top: 2px;*/
}

#content h1	{
	margin: 0px 40px 1.5em 0px;
	color: #666;
	font-weight: bold;
	font-size: 14px;
}

#content h2	{
	margin: 0px 40px 0px 0px;
	color: #666;
	font-weight: bold;
	font-size: 12px;
}

#content p	{
	margin: 0px 40px 1.5em 0px;
	color: #666;
}

#content div.form	{
	margin: 0px 40px 1.5em 0px;
	color: #666;
}

#content div.text	{
	padding-top: 30px;
	width: 550px;
	float: left;
}

#shadow	{
	background: transparent url("graphics/bottomshadow-white.jpg") repeat-x;
	background-position: bottom;
	padding-bottom: 25px;
}

div.prices	{
	width: 400px;
	margin: 0px 40px 1.5em 0px;
	color: #666;
}

div.prices {
	width: 400px;
	margin: 0;
	padding: 0;
	clear: both;
	list-style: none;
}

div.prices li	{
	float: left;
}

li.money	{
	width: 65px;
	font-weight: bold;
}

div.text ul	{
	margin: 0 0 10px 18px;
	padding: 0;
}

/* end interior pages */

/*---------- NAVIGATION --------------------*/

#navcontainer	{
	height: 31px;
	margin: 0;
	padding: 0;
}

#navcontainer ul	{
	padding: 0 0 0 225px;
	margin: 0;
	background-color: #99CC33;
	color: White;
	float: left;
	width: 600px;
	/*font-family: arial, helvetica, sans-serif;*/
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a	{
	padding: 3px 1.5em;
	background-color: #99CC33;
	color: #000;
	text-decoration: none;
	float: left;
	/*border-right: 1px solid #fff;*/
}

#navcontainer ul li a#current	{
	background-color: #b8d578;
}

#navcontainer ul li a:hover	{
	background-color: #b8d578;
	color: #000;
}

#navlist	{
	margin: 0;
	padding: 0;
}

#content div.sidenav	{
	padding-top: 30px;
	width: 225px;
	float: left;
	font-size: 13px;
	height: 300px;
	
}

.sidenav ul	{
	margin: 0 0 0 25px;
	padding: 0;
	list-style: none;
}

.sidenav li	{
	margin: 0 0 1.5em 0;
	padding: 0;
}

.sidenav li ul	{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidenav li li	{
	font-size: 12px; 
	margin: 0 0 0 10px;
	padding: 0;
}

.sidenav li a	{
	color: #1d9634;
	text-decoration: none;
	font-weight: bold;
}

.sidenav li a:hover	{
	color: #005d27;
	text-decoration: none;
}

.sidenav li li a	{
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

.sidenav li li a:hover	{
	color: #005d27;
	text-decoration: none;
}

a	{
	color: #d9860f;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

/* end navigation */

#footer	{
	background-color: #99CC33;
	font-size: 14px;
	color: #fff;
}

#footer p	{
	margin: 20px 0px 25px 25px;
	float: left;
	width: 255px;
}

#footer a	{
	color: #fff;
	text-decoration: none;
}

#footer a:hover	{
	text-decoration: underline;
}

.clear	{
	clear: both;
}