@charset "utf-8";
/* CSS Document */

body {
margin: 0px 0px 0px 0px; 
padding: 0;
height: 100%;
background-color: #bfc89b;
font-family: Helvetica, Arial, sans-serif;
font-size: 1em;

}
p {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 1em;
}

ul {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 1em;
}

a {
color: #931D11;
text-decoration:none;
	
}
a:hover {
	color: gray;
	text-decoration:none;
	
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.75em; 
	line-height: 1.2;
	
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	
}


	
#mainwrap {
	
margin-top:0px;
margin-left: auto;
margin-right:auto;
width: 1030px;
height:100%;

}

#container {background-image:url(images/extend_bar.jpg);
	background-repeat:repeat-y;

	margin: -70px 0px 0px 14px; 
	padding: 0px;
	width: 1030px;

}


div#content {
width:890px;
margin: 0px 0px 0px 70px;


}

#indexleft {
	width:520px;
	float: left;
}

#indexright {
	width:300px;
	float: right;
}

#indexsq {
	height: 80px;
	width: auto;
	float:left;
	vertical-align:middle;
	}
	
div#header {height:250px; width: 890px; 
 margin:0px 0px 0px 75px; 
}

div#nav {
	background-image: url(images/nav_background.jpg);
background-repeat:no-repeat;
width: 890px; height: 52px;
 margin: 0px 0px 0px 67px;

}


div#navcontainer {
	
width: 890px; height: 30px;
 margin: 0px 0px 0px 185px;
padding: 5px;
 

}

div#topbar { width: 1030px; height: 100px;
background-image: url(images/top_bar.jpg);
background-repeat:no-repeat;
 margin: 0px 0px 0px 14px;
 
}

div#footer { width: 1030px; height: 100px;
background-image: url(images/footer_bar.jpg);
background-repeat:no-repeat;
 margin: -20px 0px 0px 14px;
 
}
div#footernav {width:300px; height: 40px;
 margin: 0px 0px 0px 768px;
padding: 22px;
}

div#footerimage {width: 975px; height: 100px;
margin: 30px 0px 0px 29px;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}