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

* {margin: 0; padding: 0;}

html {
	height: 100%; 
}

a:link {text-decoration: none; color: #de8300;}
a:visited {text-decoration: none; color: #de8300;}
a:hover {text-decoration: underline; color: #de8300;}
a:active {text-decoration: none; color: #de8300;}

a.footer_link:link {text-decoration: none; color: #de8300;}
a.footer_link:visited {text-decoration: none; color: #de8300;}
a.footer_link:hover {text-decoration: underline; color: #de8300;}
a.footer_link:active {text-decoration: none; color: #de8300;}

div.clearer {
	clear: both;
	height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.admin_menu_module_container {
	float: left;
	
}

.contact_form_field {
	margin-bottom: 8px;
}

.contact_form_field_textarea {
	margin-bottom: 8px;
}

.contact_form_select_field {
	margin-bottom: 8px;
}

body {
	font: normal 15px Arial, Verdana, sans-serif;
	color: #000000; 
	text-align: left;
    line-height: 20px;
	height: 100%;
	background-image: url(../../images/layout/bg3.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #afaf88;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
	
/* BASE CLASSES FOR IMAGES WHICH AREN'T OVERRIDDEN */
img {
	border: 0;
	display: block;
}

.container {
	margin: 0px auto 0px auto;
	width: 900px;
	display: block;
	background-color: #000000;
	border: solid #999999;
	border-width: 0px 1px 0px 1px;
}

	.header_container {
		width: 900px
		height: 109px;
		background-image: url(../../images/layout/header.png);
		background-repeat: no-repeat;
	}
	
	.top_nav_container {
		float: left;
		width: 900px;
		height: 35px;
		background-image: url(../../components/modules/pro_dropdown/three_0.gif);
		background-repeat: repeat-x;
		z-index: -90;
	}
	
		.top_nav_button {
			float: left;
		}
	
	.main_content {
		background-image: url(../../images/layout/main_bg.png);
		background-repeat: repeat-y;
		background-position: center;
		background-color: #ffffff;
		padding: 40px 20px 20px 20px;
		min-height:390px;
		height:auto !important;
		height:390px;

	}
	
	.footer {
		background-image: url(../../images/layout/footer_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		margin: 0px auto 20px auto;
		padding: 14px 0px 5px 0px;
		width: 900px;
		height: 70px;
		border: solid #999999;
		border-width: 0px 1px 1px 1px;
		text-align: center;
		color: #ffffff;
		font-size: 11px;
	}


.contact_left {
	float: left;
	width: 400px;
}

.contact_right {
	float: left;
	width: 400px;
}

h2 {
	color: #000000;
	margin-bottom: 12px;
	margin-top: 22px;
	font-size: 18px;
}

h3 {
	color: #660000;
	margin-bottom: 12px;
	margin-top: 22px;
	font-size: 16px;
}

h4 {
	color: #000000;
	margin-bottom: 12px;
	margin-top: 22px;
	font-size: 15px;
	line-height: 35px;
}

.static_image_left {
	margin: 10px 20px 10px 0px;
	float: left;
}

.static_image_right {
	margin: 10px 0px 10px 20px;
	float: right;
}

ul {
	margin-left: 22px;
}

.contact_break {
	width: 100%;
	height: 4px;
	background-color:#666666;
	margin: 20px 0px 20px 0px;
}

.message_text {
	color: #990000;
}

.photo_box {
	float: left;
	text-align: center;
	padding: 12px;
	background-color: #CCCCCC;
	margin: 6px;
	width: 225px;
}

.photo_content {
	text-align: center;
}

/* Slick Player Styles */
.pics {  
    height:  230px;  
    width:   557px;  
	border-top: 1px #996666 solid;
	float: left;
} 
 
.pics img {  
    padding: 0px;  
    background-color: #eee;  
    width:  557px; 
    height: 230px; 
} 

.slideshow_div_bookend_left {
	width: 173px;
	height: 230px;
	background-image: url(../../images/layout/bookend_left.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}
.slideshow_div_content {
	width: 557px;
	height: 230px;
	float: left;
}
.slideshow_div_bookend_right {
	width: 170px;
	height: 230px;
	background-image: url(../../images/layout/bookend_right.jpg);
	background-repeat: no-repeat;
	background-position: center;
	float: right;
}

.quote_box {
	margin-top: 12px;
	width: 100%;
	text-align: center;
}

.quote {
	background-color:#f7bf62;
	margin:0 auto;
	text-align:center;
	width:95%;
	padding: 16px;
	border: 1px dotted #660000;
}

.quote_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
}

.slideshow_image_exposed {
	width:557; 
	height:230;
}
.slideshow_image {
	width:557; 
	height:230;
	display: none;
}