/**
 * Generic elements
 */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #444;
	background: #f4f4ed url(../images/body_bg.gif) top left repeat-x;
}
img {
	border: none;
}
input {
}
textarea, select {
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: trebuchet,"Trebuchet MS", serif;
	color: #784000;
}
h1 {
font-size: 150%;
line-height: 1.1em;
}
h2 {
	font-size: 120%;
	line-height: 1.5em;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 90%;
}
h6 {
	font-size: 80%;
}

quote, code, fieldset {
	margin: .5em 0;
}

p {
margin: 0.6em 0 1.2em;
padding: 0;
}

a:link,
a:active, 
a.active
{
	color: #784000;
	text-decoration: none;
}
a:hover {
	color: #C46900;
	text-decoration: underline;
}
a:visited {
	color: #C46900;
}

hr {
	background-color: #E5E5D9;
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #E5E5D9;
	height: 1px;
}

ul {
	margin: 1em 0 2em;
	padding: 0;
}

ol {
	margin: 1em 0 2em;
	padding: 0;
}

ol li, ul li {
	margin: 0.4em 0 0.4em 3em; /* LTR */
}

/****** Layout DO NOT CHANGE WIDTH OR HORIZONTAL PADDING & MARGINS IN THIS SECTION! ******/
.wrapper{
	width: 792px;/*865px;*/
	margin: 0 auto;
	text-align: left;
}
#header{
	background: transparent url(../images/header_bg.gif) top left repeat-x;
	height: 76px;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
	font-family: trebuchet,"Trebuchet MS", serif;
	color: #fff;
}

#logo{
	margin-top: 22px;
	margin-left: 22px;
}
#tagline{
	margin-left: 22px;
	font-size: 80%;
	line-height: .5em;
	font-family: trebuchet,"Trebuchet MS", serif;
}

#feature{
	height: 407px;
	padding: 0 30px;
	color: #fff;
	background: transparent url(../images/feature.jpg) top left no-repeat;
}
#facts{
	font-size: 110%;
	padding: 225px 0 0 375px;
	font-family: trebuchet,"Trebuchet MS", serif;
}
.front #container{
	float:left;
	width:264px;
	border-left:264px solid transparent; /* The width and color of the left  */
	border-right:264px solid transparent; /* The width and color of the right  */
}
.front #left{
	float:left;
	width:264px;
	margin-left:-264px;
	position:relative;
}
.front #center{
	float:left;
	width: 264px;
	margin-right:-264px;
}
.front #right{
	float:right;
	width:264px;
	margin-right:-264px;
	position:relative;
}
.secondary #center{
	float:left;
	width: 66%;
}
.secondary #right{
	float:right;
	width: 33%;
}
#container h1,
#container p
{
	padding: 0 5px;
}
#footer{
	background: transparent url(images/footer_bg.gif) top left no-repeat;
}

#primary_nav{
	margin: 0;
	padding-top: 22px;
	list-style:none;
}
#primary_nav li{
	position:relative;
	float:right;
}

#primary_nav a:link {
	font-weight : bold; 
	text-decoration : none;
	color: #EEEEEE;
	background: transparent; 
	}
	
#primary_nav a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #EEEEEE;
	background: transparent; 
	}

/****** Site wide utils ******/
.highlight{
	color: #C46900;
}
.clear {
	clear:both;
}
IMG.right {
	float: right;
}
.two_col_left{
	float: left;
	width: 49%;
}
.two_col_right{
	float: right;
	width: 49%;
}

#container img{
	margin: 5px;
	border: 2px solid #fff;
}
.secondary #right h1{
	color: #C46900;
}
