body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background: #E4E7D6 url(images/bg.gif);
}
body, td, div {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin: 0 0 1em;
	line-height:1.3em;
}
h1 {
	font-size: 1.5em;
	margin-top: 0;
	margin-bottom: .6em;
}
h2 {
	font-size: 1.2em;
	margin-top: 1.5em;
	margin-bottom: .6em;
}
a {
	color: #566422;
	text-decoration: none;
}
a:hover {
	color: #5A2049;
	text-decoration: underline;
}
#pagewidth{
	width:780px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background: #E3E6D4 url(images/content-bg.gif) repeat-y left top;
	margin-bottom: 1em;
	border: 1px solid #450B34;
} 
 
#header{
	position:relative;
	height:171px;
	width:100%;
	background: #FFFFFF url(images/head-left.gif) no-repeat left top;
}
 #innerhead{
	position:relative;
	height:171px;
	width:100%;
	background: url(images/head-right.jpg) no-repeat right top;
}
#logo {
	margin: 12px 0px 0px 132px;
}
#linehead {
	border-top: 9px solid #566422;
	border-bottom: 2px solid #FFFFFF;
	position: relative;
}
#subhead{
	position:relative;
	height:30px;
	width:100%;
	background: url(images/content-top.gif) no-repeat left bottom;
	border-top: 2px solid #5A2049;
} 
 
#leftcol{
 width:238px; 
 float:left; 
 position:relative; 
  }
 
#maincol{
	float: right;
	display:inline;
	position: relative;
	width:542px;
	padding-top: 10px;
 }
#maincol p {
	margin-right: 30px;
	margin-left: 40px;
}
 #linefoot {
	border-top: 9px solid #5A2049;
	border-bottom: 2px solid #FFFFFF;
	clear: both;
}
#footer{
	height:136px;
	background-color:#566422;
	clear:both;
	background-image: url(images/footer-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 2px solid #FFFFFF;
	padding-top: 10px;
	padding-bottom: 1px;
 } 
#footer a, #footer a:hover {
	color: #E3E6D4;
	text-decoration: underline;
}
#footer p {
	margin-right: 30px;
	margin-left: 280px;
	color: #FFFFFF;
}
 #subfoot{
	background-color:#ffffff;
	color: #5A2049;
	border-top: 2px solid #5A2049;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
 }
#footer-no-testimonials{
	height:0px;
	background-color:#566422;
	clear:both;
	background-image: url(images/footer-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 2px solid #FFFFFF;
	padding-top: 10px;
	padding-bottom: 0px;
 } 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


/* Nav */
#nav ul {
	color: #fff;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 238px; /* Width of Menu Items */
	}

#nav ul li {
	position:relative;
	}

#nav ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #5A2049; /* IE6 Bug */
	padding: 5px;
	margin-left: 20px;
	font: 1.5em "Times New Roman", Times, serif;
	}

#nav {
	color: #fff;
	}

/* Fix IE ul height bug. Hide from IE Mac \*/
* html #nav ul li { float: left; height: 1%; }
* html #nav ul li a { height: 1%; }
/* End */

#nav ul li a:hover {
	color: #C28EB3;
	font-weight: bold;
	text-decoration: none;
}

#nav ul li ul li a {
    font: 1em Verdana, Arial, Helvetica, sans-serif;
    margin-left: 30px;
}

#optinhead {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #5A2049; /* IE6 Bug */
	padding: 5px;
	margin-left: 10px;
	font: 1.3em fantasy;
	font: 1.3em "Times New Roman", Times, serif;
	font-style: italic;
	}

#optinname {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #5A2049; /* IE6 Bug */
	padding: 5px;
	margin-left: 15px;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	}

#optinemail {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #5A2049; /* IE6 Bug */
	padding: 5px;
	margin-left: 15px;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	}

#optinbutton {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #5A2049; /* IE6 Bug */
	border: 2px solid #566422; 
/*	padding: 5px;
	margin-left: 20px;*/
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	}

/*#optinbutton:hover {
	color: #C28EB3;
	border: 2px solid #788644; 
	background: #491038;
	}*/

#optinbutton:hover {
	color: #C28EB3;
	border: 2px solid #788644; 
/*	background: #491038;*/
	}



 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
