/* =html */
html { background-image : url("images/bg.jpg");
background-color : #847d35;
background-repeat : repeat-x; 
margin : 0;
padding : 0;}

/* =body */
body { margin : 0;
padding : 0;
text-align: center; 
min-width : 850px; }

/* =container */
#container { 
margin:0 auto;
width:850px;
text-align: left; 
background-color : #fff; 
border-top : 1px solid #304c01;
border-left : 1px solid #304c01;
border-right : 1px solid #304c01; 
border-bottom : 1px solid #304c01; 
overflow : auto;}

/* =header */
#header h1{ position : relative;
background: url("images/header.jpg");
background-repeat : no-repeat;
background-position : center; 
margin: 0 0 0 0;
height : 198px; 
text-indent : -9999px;}

/* =navigation */
#navcontainer { width : 100%;
float : left;
background-color : #304c01; 
margin : 0 0 15px; 0}

#navcontainer ul { padding: 0;
margin: 0;
list-style-type: none;
color: #FFF;
width: 100%;
font: 12px  arial, helvetica, sans-serif;
text-align: center; }

#navcontainer ul li {display : inline;
position : relative;}

#navcontainer li a { float : left;
text-decoration: none;
letter-spacing : 1.5px;
background-color: #304c01;
color: #FFF;
padding: .5em 1.2em;
}

#navcontainer li a:hover { background-color: #aef13f;
background-image : url("images/hover.jpg");
color: #b71e56; }

#navcontainer li#active a{ background-image : url("images/hover.jpg");
color : #b71e56; }


/* =======================================================================*/

/* =disclaimer */
#disclaimer { float : left;
width : 840px;} 

#disclaimer h2#disclaimerstitle,
#disclaimer p { margin:0 25px 70px 40px; }

#disclaimer p#disclaimerstrong {margin-bottom : 0;}

/* =testimonial title */
#disclaimer h2#disclaimertitle { background : url("images/disclaimertitle.jpg");
background-repeat : no-repeat;
text-indent : -9999px;
height : 27px; 
margin : 15px 0 15px 35px;
width : 775px;
border-bottom : 3px solid #ab344c;}



p {padding : 7px;}



/* =======================================================================*/

/* =footer */
#footer { 
clear : both;}

#footer p{ padding : 10px 25px;
margin : 0;
background :  #304c01; 
text-align : right;}


