/* Basic Layout Styles */

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align:center;
	background-image: url(images/bkgnd_tile.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	background-color: #790000;
	}
#navigation {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 252px;
	text-align: center;
}
.clear {
	clear:both;
}
	
#wrapper {
	width: 800px;
	text-align: center;
	background-position: center top;
	background-attachment: scroll;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(images/header_bkgnd.jpg);
	}
#homeingsignal {
	height: 126px;
	width: 350px;
	padding-left: 40px;
}
	
#content_wrapper {
	background-image: url(images/content_bkgnd.jpg);
	background-repeat: repeat-y;
	float: left;
	text-align: left;
	width: 800px;
}


#main_content {
	float: left;
	width: 525px;
	background-image: url(images/content_watermark.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 30px;
	color: #000;
	font-size: 1em;
	line-height: 1.3em;
}
#main_content h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.4em;
	color: #F00;
	padding-top: 15px;
	margin-bottom: -5px;
	padding-bottom: 10px;
}
#main_content p {
	margin-top: 15px;
}
.bold {
	font-weight: bold;
}
#main_content ol {
	display: block;
	list-style-position: outside;
	padding-left: 30px;
	padding-top: 15px;
}
#main_content ol li {
	padding-bottom: 5px;
}
#main_content ul {
	display: block;
	list-style-position: outside;
	padding-left: 30px;
	padding-top: 15px;
}
#main_content ul li {
	padding-bottom: 5px;
}



#main_content a {
	color: #EF3D22;
	text-decoration: underline;
}
#main_content a:hover {
	text-decoration: none;
	color: #999;
}
#main_content a:visited {
	color: #EF3D22;
	text-decoration: underline;
}
#main_content a:hover:visited {
	color: #999;
	text-decoration: none;
}

.testimonies_name {
	font-style: italic;
	font-weight: bold;
	text-align: right;
	color: #F00;
	display: block;
}











#sidebar {
	float: right;
	width: 225px;
	clear: right;
	text-align: right;
}
.sidebar_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 1.1em;
	text-align: left;
	color: #780807;
	padding-right: 30px;
	padding-left: 30px;
}

#footer {
	background-image: url(images/footer_bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	color: #FFF;
	padding-top: 40px;
}






#footer a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: .8em;
}
.footer_address {
	font-size: .8em;
}
#footer a:hover {
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: underline;
	color: #999;
}
#footer a:visited {
	color: #FFF;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
}
#footer a:hover:visited {
	color: #999;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: underline;
}

#secondary_nav {
	height: 23px;
}

.italic {
	font-style: italic;
}
.image_float_left {
	padding: 5px;
	float: left;
	margin-right: 10px;
	border: thin solid #7A0000;
}

