/* Reset All Defaults on element paddings and margins */
* {	margin: 0; padding: 0; }
ul, ol { list-style: none; margin: 0; padding: 0; }
a img,:link img,:visited img,fieldset { border: none; }
a:link{text-decoration:none;}
a:hover{text-decoration:none;}

body {
	background:url(images/background.jpg);
	text-align: center;
	font:normal 13px Arial, Helvetica, sans-serif;
}

div#header {
	border-bottom: solid 5px #404040;
	background:url(images/background.jpg);
	float: left;
}

div#container {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 719px;
	text-align: left;
}

div#top_menu {
	float: left;
	list-style-type: none;
	line-height: 44px;
	width: 100%;
}
div#top_menu li {
	float: left;
	background: #FAFAF0;
}

div#content_container {
	background: #FAFAF0;
	font-size: 1em;
	line-height:15px;
	color:#000;
	border-bottom: solid 5px #404040;
}

div#footer_container {
	font:normal 1em Arial, Helvetica, sans-serif;
	line-height:15px;
	color: #C0C0C0;
	padding: 10px;
	text-align: center;
}

#footer_container a:link {
	text-decoration: underline;
}

#footer_container a:link, a:hover, a:visited, a:active {
	color: #C0C0C0;
}

img.banner-quoteus {
	float: left;
}
img.banner-wwwquoteus {
	float: right;
	margin-top: 25px;
}
hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}

div#index_banner {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 191px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: #FAFAF0 url('/images/index_banner.jpg') no-repeat;
	background-position:center; 
}

div#index_banner_text {
	text-align: left;
	font-size: 0.9em;
	margin-left: 482px;
	width: 223px;
	height: 191px;
}

div#centered_banner {
	background: #EFEFE5;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div#text_container {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#content_container p {
	padding: 8px;
	padding-left: 18px;
	padding-right: 18px;
}

div#text_container h2 {
	padding-left: 15px;
	font-size: 120%;
	text-decoration: underline;
}
div#text_container h3 {
	padding-left: 15px;
	font-size: 110%;
}