	/*
	light blue #6683AC;
	dark blue #003A70;
	Green #2A7148;
	
	*/


html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form {  
margin: 0; 
padding: 0; 
border: 0; 
}

html, body {
min-height: 100%;
margin-bottom: 1px;
}

body {
background-color: #666666;
	background-image: url(../images/background2.gif);
	font-size: 100.01%;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #49453F;
}

#wrapper {
width: 772px;  
w\idth: 769px;  /*value for IE6*/
margin: 10px auto; 
position: relative;  
background-image: url(../images/wrapper_bg3.jpg); 
background-repeat: repeat-y;
background-color: transparent; 
border: 1px solid #B8B4AD; 
text-align: left; 
}

/* top headerpic */
#strap {
height: 226px;
background-image: url(../images/strap_4.jpg);
background-repeat: no-repeat;
}

/* main content area */
#content {
	border-left: 1px solid #fff;
	width: 520px; 
	margin-left: 194px;
	width:/**/520px;
	padding: 10px 20px;
	background-color: transparent;
	font: .95em Arial, Helvetica, sans-serif;
}

* html body #content {
	width: 526px;  
	margin-left: 190px;
}

/* Heading styles for the content area */
#content h1 {
	font-size: 100%;
	color: #49453F;
}

#content h2 {
	font-size: 90%;	
	color: #999999;
	margin-bottom: 1.0em;
	letter-spacing: .1em;
}

#content h3 {
	font-size: 85%;	
	color: #AFACB7;
	margin-bottom: 0.9em;
	letter-spacing: .1em;
}

#content h4 {
	margin-top: 25px;
	color: Maroon;
}

/* styles the paragraphs in the content area */
#content p {
	margin: 15px 0;
	font-size: 85%;
	line-height: 135%;
	color: #000;
}
#content a {
	color: #8F8F8F;
}

#content ul {
	padding: 15px 20px 10px 30px;
	list-style-position: inside;
}

#content ul li {
	font-size: 85%;
	line-height: 1.5em;
	list-style-image:url(../images/bullet.gif);
	padding-bottom:10px;
	/*list-style-type: disc;*/
}


#content img {
	margin: 3px 8px 1px 0;
	/*border: 1px solid black;*/
}

hr {
	width: 350px;
	margin-left: 35px;
}

/* styles to float images in the content area */
#content .leftfloat {
	float: left;
	margin: 4px 10px 1px 0;
	padding: 2px;
}
#content .rightfloat {
	float: right;
	margin: 4px 5px 1px 10px;
	padding: 2px;
}
/* end image styles */

/* footer area styles */
#footer {
 background-color: #003A70;
height: 50px;
  clear: both; 
  background-image: url(../images/footer.jpg);
  background-repeat: repeat-y;  
}

#footer p {
	font-size: 70%;
	text-align: right;
	padding: 7px 7px 2px 0;
	padd\ing: 9px 15px 0 35px;  /*value for IE6*/
	color: #DBDBDB;
	padding-top: 30px;	
}

/* footer link styles */
#footer a {
color: #DBDBDB;
}

#footer a:hover {
	color: #D0BFAF;
}
	
/* left column styles */
#leftcol {
	width: 170px;
	height: 250px;
	float: left;
	margin: 35px 0 10px 10px;
	font-size:85%;
}
/* For IE6  - so that the menu doesn't sit right on the sidebar edge on right */
* html body #leftcol {
	width: 170px;
	height: 250px;
	float: left;
	margin: 25px 0 10px 5px;
}

#leftcol p {
	color:#fff;
	font-size:85%;
} 
#leftcol h4 {
	font-size:120%;
	color:#fff;
}
/* SETS CURRENT PAGE STATE OF MENU BUTTONS */
#current a:link, #current a:visited, #current a:hover, #current a:active {
	color: #484848;
	text-decoration:none;
	background-color: #EAEAEA;
}


/***** Begin laying out the contact form *****/
/* FORM STYLES */
form {
width: 450px;
margin-top: 25px;
}

fieldset{
	padding:10px;
	border:1px solid #003366;
	margin-bottom:15px;
width: 460px;
}

.textarea2{
background-color:#F0F0FF;
background-image: none;
border: 1px solid #006666;
margin: 4px;
padding: 6px;
}
/*styles the input fields*/

input,textarea{
background-color: #F9F9FF;
border: 1px solid #696A77;
margin: 4px;
}

label{
	color:#666666;
	font-weight: bold;
	font-size: 80%;
}
legend{
padding:10px;            /*gives a bit of padding between the border and the test*/
color:#000066;

}
.submitbutton {
	border: 1px solid #003366;
	background-color: #707481;
	color: white;
}
#textarea:focus, input:focus, select:focus {
	background-color: #E6E6E6;
	color: #464545;}

/*end of form styles */

#author {
	font: .9em "Times New Roman", Times, serif;
	font-style:italic;
}

#testimonial {
	font: 1em Arial, Helvetica, sans-serif;
	line-height:.9em;
}