/*Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin: 0; padding: 0;}

/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6
{font-size: 100%;}

/*Removes list-style from lists*/
ol, ul
{list-style: none;}

/*Normalizes font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, strong, th, var
{font-style: normal; font-weight: normal;}

/*Removes borders and spacing from tables*/
table
{border-collapse: collapse; border-spacing: 0;}

/*Removes border from fieldset and img*/
fieldset, img
{border: 0;}

/*Left-aligns text in caption and th*/
caption, th
{text-align: left}

html{
text-align: center;
background-image: url(/graphics/bg.jpg);
background-repeat: repeat-x;
background-color: #D8DD99}

body {
position: relative;
width: 864px;
padding-top: 30px;
margin: 0 auto;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3C2415;
}

a:link, a:visited {
	color: #67adcb;
	text-decoration: none;
	border-bottom: 1px dashed;
}    

a:hover {
	color: #b1b564;
	text-decoration: none;
	border-bottom: 0px;
}

div#branding p {
position: absolute;
margin-top: 6px;
width: 864px;
color: #3C2415;
text-align: center;
font-weight: bold;
text-transform: uppercase;
font-size: 18px;
letter-spacing: 2px;
}

div#branding h1 {
	background-image: url(/graphics/branding.gif);
	background-repeat: no-repeat;
	height: 274px;
	text-indent: -9999px;
}

div#content, div#content_main, div#content_sub{
}

div#content { 
color: #3C2415;
position : relative; 
width : 100%;
background-color: #fff;
overflow: hidden;}

div#branding, div#nav_main, div#site_info {
width : 100%; }

div#content_main {
left : 0; 
width : 350px; 
float: left;
padding : 8px; 
margin-top: 20px;
line-height: 28px;}

div#content_main h2{
font-size: 18px;
}

div#content_main p{
margin-bottom: 20px;
}

div#content_main ul li{
margin-left: 20px;
list-style:outside;
list-style-type:circle;
line-height: 20px;
}

div#content_main li{
padding-bottom: 8px;
}

div#content_main blockquote{
line-height: 20px;
margin: 0;
padding: 0;
}

div#content_main blockquote{
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 15px;
  border-left: 1px dashed #67adbc;
} 


div#content_main cite{
line-height: 14px;
font-size: 12px;
color: #67adcb;
margin-left: 0px;
padding-left: 0px;
}
  
div#content_sub { 
left : 0;  
width : 242px;
float: left;
padding : 8px; }

div#testimonials {
}

div#testimonials h3 {
text-indent: -9999px;}

div#testimonials blockquote{
color: #b1b564;
font-size: 18px;
margin-top: 10px;
margin-bottom: 20px;
padding-left: 32px;
background-image: url(/graphics/quote.jpg);
background-repeat: no-repeat;
background-position: left top;
}

div#testimonials a:link, div#testimonials a:visited {
	color: #b1b564;
	text-decoration: none;
	border-bottom: 0px;
}    

div#testimonials a:hover {
	color: #b1b564;
	text-decoration: none;
	border-bottom: 1px solid;
}

div#testimonials cite {
color: #67adcb;
font-size: 10px;
text-transform: uppercase;
line-height: 14px;
padding-top: 20px;
margin-top: 20px;
}

div#nav_main {
width: 240px;
float: left;
background-image: url(/graphics/bg_nav.jpg);
background-repeat: repeat-y;
}

div#features{
width: 240px;
float: right;
}

div#features img{
	margin-left: 84px;
}

div#features a:link, div#features a:hover, div#features a:visited{
	color: #fff;
	text-decoration: none;
}

#vertmenu {
font-size: 100%;
width: 130px;
padding: 0px;
margin: 0px;
margin-left: 22%;
margin-right: 20%;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
text-align: center;
line-height: 24px;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 14px;
display: block;
border-bottom: 1px dashed #67adbc;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #fff;
width:130px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #d8de9a;
}

div#nav_main_footer{
background-image: url(/graphics/bg_nav_footer.jpg);
width: 240px;
height: 46px;
}

#clear{
clear: both;
}

div#footer{
background-image: url(/graphics/bg_content_footer.jpg);
background-repeat: no-repeat;
width: 864px;
height: 31px;
margin-bottom: 10px;}

div#site_info{
background-color: #D8DD99;
text-align: center;
font-size: 10px;}

div#site_info a:link, div#site_info a:visited {
	color: #3C2415;
	text-decoration: underline;
}    

div#site_info a:hover {
	color: #3C2415;
	text-decoration: none;
}
