/* @group framework */
html * { margin:0; padding:0; }

html		{overflow: -moz-scrollbars-vertical;}



body		{
	margin-bottom: 200px;
	color: #666666;
	margin-top: 0;
	background-color: #dddddd;
	font: 70% Arial, Helvetica, Geneva, sans-serif;
	line-height: 14px;
}



#wrapper {
	position: relative;
	padding: 0px;
	font-size: 95%;
	text-align: left;
	width: 722px;
	background-color: #ffffff;
	margin: 6% auto;
	
}

#wrapper_content {

	position: relative;
	font-size: 95%;
	text-align: left;
	padding: 5px;
	margin: 0px 0px 50px 0px;
	*margin: 0px 0px 5px 0px;
	float: left;
	background-color: #ffffff;

}
	
#header {

	background:white url(includes/images//furniture/header-background.gif) top right no-repeat;
	position:relative;
	top:0;
	left:0;
	width: 722px;
	float: left;
	text-align: right;
	
}

#header img{
	float: left;
	margin: 0 0 0 0 ;
	width: 154px;
	height: 90px;

	}

/* @end */


/* 	NAVIGATION			*/

ul#main_nav {
	margin: 80px 0px 0px 10px;
	background-color: #ffffff;
	background:red;
}

#main_nav ul {
	float: left;
	text-align: left;
	white-space: normal;
	padding-top: 3px;
	padding-bottom: 4px;

	
}
#main_nav li {
	color: #666;
	letter-spacing: 1px;
	line-height: 2em;
	padding-right: 0px;
	float: left;
	margin: 0px;
	font-size: 1.0em;
	list-style: none;

}

#main_nav li a {
	text-decoration: none;
	text-align: left;
	letter-spacing: 1px;
	line-height: 2em;
	display: block;
	color: #5D9732;
	padding: 3px 8px 2px 8px;
	font-weight: bold;
}

#main_nav li.selected {
	background-color: #C7D5B4;;
	color: #5D9732;
}
#main_nav li.selected a:hover {
	background-color: #C7D5B4;;
	color: #5D9732;
}
#main_nav li a:hover {
	color: #5D9732;
	background-color: #ebebeb;
	
}
#second_nav {
	background-color:#C5D7B4;
	border-bottom:4px solid #5D9732;
	margin:0;
	padding:0;
	width: 722px;
	height: 28px;
	float: left;
}
#second_nav ul {
	text-align: center;
	white-space: normal;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
}
#second_nav li {
	color: #666;
	letter-spacing: 1px;
	line-height: 1.2em;
	padding-right: 6px;
	background-color: transparent;
	float: right;
	list-style: none;
	margin: 0px;
	font-size: 1.0em;
	font-weight: bold;
}
#second_nav li a {
	text-decoration: none;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
	display: block;
	color: #ffffff;
	padding: 4px 4px 2px 4px;
}

#second_nav ul li.selected a,
#second_nav li a:hover {
	color: #006f3d;
}

/* @end */


/* 	content	 */

#content {

	width: 722px;
	float: left;
	margin: 10px 0px 0px 0px;
	font-size: 110%;
	background-color: #ffffff;

}

#leftcontent	{

	float:left; 
	width:555px; 
}

#leftcontent h1	{

	font-size: 20px;
	margin: 10px 0px 10px 7px;
	padding: 0;
	line-height: 24px;
}

#leftcontent h2	{

	font-size: 16px;
	margin: 5px 0px 5px 7px;
	padding: 0;
	line-height: 20px;
}

#leftcontent h3	{

	font-size: 12px;
	padding: 0 0 0 10px;
	line-height: 14px;
}


#banner, #banner img {
		height: 107px;
		margin: 0px;
}

#leftcontent p   {

	padding:0 0 10px 10px;
	
}

#leftcontent ol	{

	list-style-type:decimal;
	padding:0px 0 10px 35px;
}

#leftcontent ol li	{

	padding:10px 0 0 0;
	list-style-position:outside;
}

#leftcontent ul	{

	list-style-type:none;
	padding:10px 0 10px 10px;
}

#leftcontent ul li 	{
	background:transparent url(includes/images//furniture/bullet.gif) 0 -2px no-repeat;
	padding:0 0 5px 20px;
}



#imagecontent	{
	clear:both;
	float:left;
	width:100%;
	margin:10px 0px 0px 5px;
}


/*	contact side bar		*/

#contact_top	{

	width:130px; 
	height:87px; 
	background:#C5D7B4; 
	padding:10px;

}

#contact_top, p	{

	line-height:14px;

}


#contact_bottom	{

	width:130px; 
	height:120px;
	background:#5D9732;
	padding:10px;

}

#contact_bottom p	{

	line-height:14px;
	color:white;
	
}


/* @group footer */

#footer {
	background-color: #5D9732;
	color: #fff;
	float: left;

	margin:30px 0px -3px 0px;
	width: 722px;
	clear: both;
	}
	
#footer p {
	padding: 0px;
	margin: 2px 0px 2px 0px;
	}
#footer a,
#footer a:active,
#footer a:visited,
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
	}
	
#footer p.footer-left{
	padding: 0px 0px 0px 10px;
	float: left;
	width: 400px;
	}
#footer p.footer-right{
	float: right;
	width: 100px;
	margin-right: -10px;
	}


img	{	border-style:none;	}

a:link,
a:visited
{
	text-decoration: underline;
	color: #C5D7B4;
}

a:hover, a:active, a:focus
{
	color: #C5D7B4;
	text-decoration: underline;
}


h1, h2, h3, h4, h5
{
	font-family: 'Trebuchet MS', 'Lucida Grande', sans-serif, Verdana;
	letter-spacing: .01em;
	color: #00703c;
	margin: 10px 0px 4px 0px;
}

h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4, h5, h6 { font-size: 1.1em; }


blockquote
{
	font-size: 96%;
	padding: 4px 0px 6px 20px;
	margin: 2px 0px 6px 0px;
	border-bottom: 1px solid #e3e3e3;
}

b
{
	color: #00703c;
	font-weight: bold;
}

abbr,
  acronym,
  span.abbr,
  acronym,
  .help
{
	cursor: help;
	color: #3e3a3a;
}

.vcard {
	
 }

.vcard span,
.vcard div
.vcard .tel,
.vcard .region,
.vcard .location,
.vcard .postal-code
{
	clear: both;
	margin-bottom: 3px;
}

.vcard .url,
.vcard .tel .type { display: none; }

#download-vcard
{
	float: left;
	padding: 10px;
	background-color: #91A321;
	font-size: 1.4em;
	clear: both;
}


.hidden		{	display:none;		}
.visible	{	visibility:visible;	} 
	
.clear	 	{	clear:both;		}
	
.left		{	float:left;		}

	
/* @end */
	