@charset "UTF-8";
/* CSS Document */

/* --------------Blanket rules for all elements----------- */

html, body, table, ul, li,p {
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
	

	/*
	background-color: #584329;
	This was the original background.
	To change background color, use the layout page
	
	*/
	
	}
	
h1 {
	font-size: 20px;
	line-height: 100%;
	color: #004712;
	}
	
h2 { 
	font-size: 17px;
	line-height: 100%;
	color: #004712;
	}
	
h3 {
	font-size: 110%;
	}
	
	
.caption {
	font-size: 90%;
	line-height: 120%;
	}
	
/* --------- Blanket rules: navigation ---------- */


		
/* ------------- layout --------------*/

#wrapper {
	width: 800px;
	height:550px;
	padding: 0px;
	background-color: #f8e7cc;
	margin-left:auto;
	margin-right: auto;
	border: none;
	}
	
#masthead {
	width:800px;
	background-color: none;
	height:147px;
	margin-top: 0px;
	margin-left:auto;
	margin-right: auto;	
	}

#navigation {
	float: left;
	margin-left: 0px;
	height: 295px;
	width: 119px;
	padding: 0px;
	border: 0px;
	}
#shimmy{
width: 815px;
height: 20px;
margin: auto;
margin-top: -32px;
text-align: left;
}
#botNav {
background-color:#BA5622;
color:#FFFFFF;
font-size:12px;
line-height: 20px;
width: 804px;
height: 20px;
border: solid 1px #000000;
}	
#botNav a{
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}
#img_bar {
	float: right;
	width:240px;
	height:295px;
	}

#main_content_index {
	width: 675px;
	height: 295px;
	margin-left:15%;
	padding:0px;
	border:0px;
	}
	
#main_content_inside {
	margin-top: -5px;
	margin-left:15%;
	margin-right: 30%;	
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 420px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width: 400px;
	}
	
#body_text_index {
	text-align: left;
	margin-left:15%;
	background-color:#f8e7cc;
	padding:10px;
	width: 620px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width: 600px;
	}
				
/* ---------------footer-------------- */

#footer {
	clear: both;
	padding: 20px;
	border: none;
	}
	
#footer p {
	text-align:center;
	font-size: 110%;
	line-height: 100%;
	color:#666;
	}
	
#footer  a:link, a:visited {
	color: #666;
	font-weight: normal;
	}
	
#footer  a:hover {
	text-decoration: underline;
	color: #666;
	font-weight:normal;
	}
	
/*----------- image floats -----------*/

.image_float_right {
	float:right;
	margin: 5px 10px 10px 10px;
	}

.image_float_left {
	float:left;
	margin:0, 0, 0, 0;
	
	}

.image_float_nav {
	float:left;
	margin:0, -4, 0, 0;
	
	}

.image_float {
	margin:0px;
	padding: 0px;
	}

.clear {
	clear:left;
	padding-top:10px;
	}
	
.spacer {
	clear:both;
	}
.navlink:visited {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

.contentBackground {
	
	background-color: #F8E7CC;

}
#modal{
	position: absolute;
	top: 20px;
	left: 50%;
	z-index: 2000;
	background-color: #111111;
	background-image: url(../images/imgCloser.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 25px 4px 4px 4px;
	-moz-border-radius: 4px;
	border: solid 1px #cccccc;	
}
#modal:hover{
	cursor: pointer;
}
