@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color:#000;
	background-color: #422711;
	font-family: Times, "Times New Roman", serif;
	font-size: 100%;
	line-height: 1.125em; /* 16x1.125=18 */
	height: auto;
	}

 #container {
	
	width: 920px;  
	height:auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* overrides the text-align: center on the body element. */
	padding: 0px;
	background-color:#fff;
	
	
	}
	
div, h1, h2,h3, p, ul, li, label, form, input, img, span{
	margin:0; padding:0;
}

ul{
	list-style-type:none;
}

.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}	
	
#header {
		height: 255px;
			}	
			


.clear { clear:both;}

	/*----- Footer ---*/
 #footer {
		width: 920px;
	height: auto;
	text-align:center;
	font-size: 1em;
	line-height: .9em;
	background-image: url(images/01Home/05Footer/1Pixel_BG.jpg);
	background-repeat: repeat-x;
	
		 }

/*-- IMAGES img ---- */

	/* --- Navigation -----*/	
	
	
	
#mainNav{
	width:750px;
	height:95px;
	
	margin:0px;
		
	}

#LeftSide {
	background-color: #733d17;	
}
#RightSide {
	height:650px;
	width: 203px;
	
	
}
img {
	padding: 0;
	margin: 0;
}



/* ----- End Navigation ---*/

	/* --- SideNav -----*/	
#sidenav{
	width:200px;
	height:auto;
	margin:0 auto;}

.schedule {
		
		font-size: .8em;
		
}	

#schedule,#schedule2 {
		margin-left: 30px;	
}
.mande { padding-left: 10px;}

/* -- LINKS -- */

 a:link { color:#44555f; }
 a:visited {color: #000000; }
 a:hover { color: #7b9baa; }
 
 #footer a:link { color:#ffc29f; }

#footer a:hover { color: #fff; }
 
/* -- hacks and work arounds */

#clear { clear: both;}

/* paragraphs p tags */
#copy p, #copy-noflash p, #copy-noflash p {
	padding: 10px 15px 5px 20px;		
} 
#footer p {
 padding: 	10px 40px;
}

/* ---- LI UL OL ordered lists and unordered lists -- */




/* --- h tags headings heading -- */

h1  {
	padding: 20px 20px 10px 20px;	
	margin: 0;
	
	
}

h2, h2 {
		padding: 0px 0px 10px 0px;	
	margin: 0;
}
h1, .heading1, #copy-noflash h1{    
        line-height: 24px;
		font-size:22px;
}
h2, .heading2, #copy-noflash h2 {    
        line-height: 22px;
		font-size:18px;
}
h3, .heading3, #copy-noflash h3{    
        line-height: 16px;
		font-size:14px;
}


/*-------- eliminate link or image outlines -----*/
:link img {
  border: none;
}
img {
	border: none;
	}
a {
outline: none;
}
/*----------- typography ----------------*/

p {
	padding: 10px 20px 20px 20px;	
	font-size: .8em;
}



/* ------------- FORM ----------------------*/

#roundedform {
  	width: 160px;
	height: auto;
	margin-left: 10px;
	margin-top: 10px;
	font-size: .75em;
	color: #000;
	font-weight: bold;
	background: #fff;
	padding: 10px;
	border: solid black 1px;
		}
#roundedform .call {
	font-size: 18px;
	line-height: 20px;
	color: #44555f;
	}	
	

#roundedform p.priv {
		padding: 10px;
				}
		
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}


label {
	display: block;
	padding: 5px 0 2px 0;
	}

input {
	width: 150px;
	background-color:#fff;
	
}		

textarea {
	width: 150px;
	height: 60px;
    background-color: #fff;
}



input[type="text"], textarea {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-bottom-color: #fff1d4;
	
}

input:focus, textarea:focus {
background-color: #fff;
}		


#roundedform a:link {color: #d6a640; }
#roundedform a:visited {color: #577ebf; }
#roundedform a:hover {color: #7b9baa; }
#roundedform  a.privacylink:hover  { color: #000000;}
.button{
	margin: 10px 0 0 0;	
}
	
.confidential {
	color: #fff;	
}


.state h2,.state table p, .state table h3,.state table ul, .state p, .state h1{ 
		padding: 10px 80px 20px 80px;
		text-align:left;
}
.priv, .formhead {
	color: 3f7cd27;	
}