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

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #dadada;
	background-image: url(../images/cbg.gif);
	background-repeat: repeat-y;
	color: #365881;	
	padding: 0;
	margin: 0;
}

a {
	color: #0f3e78; 
	text-decoration:none;

}

a:hover {
	color: #0f3461;
}

.homelist { font-size: 11px; margin-top: 10px; }
.homelist a { display: block; line-height: 13px; margin-bottom: 5px; }

h1 {
	color: #0f3e78;
	font-size: 16px;
	margin-top: 0px;
}

h2 {
	font-size: 14px;
	color: #0f3e78;
	margin-top: 0px;
	margin-bottom: 3px;
}

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

.clear {
	clear: both;	
}

a img {
	border: none;
}

.headline {
	width: 874px;
	height: 59px;
	background-image: url(../images/headline.gif);
}

.location-pic { float: right; margin-right: 15px; }

.head {
	width: 874px;
	height: 146px;
	background-image: url(../images/head.jpg);
}

.minibacklink { font-size: 10px; } 

.main {
	width: 874px;	
}

.advolist { padding: 12px; font-size: 10px; float: left; width: 120px; line-height: 12px; }

.advo-text {float: left; width: 370px; margin-top: 20px; }

.advo-pic {float: right; width: 180px; margin-top: 20px; margin-right: 10px; }

.navigation {
	float: left;
	width: 175px;
	margin-left: 35px;
	margin-top: 15px;
	color: #fff;
}

.navigation a {
	color: 	#fff;
}

.navigation a:hover {
	color: 	#5b7ea9;
}

.subnavigation {
	float: left;
	width: 175px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 12px;
}

.contents {
	font-size: 12px;
	line-height: 19px;
	float: left;
	width: 597px;
	margin-left: 45px;
	margin-top: 15px;
	min-height: 500px;
}

.contents a { font-weight: bold; }

.homebox {
	width: 278px;
	float: left;
	font-size: 11px;
	margin-left: 13px;
	margin-top: 30px;
	line-height: 14px;
	font-size: 11px;
}

.homeboxsmall {
	width: 183px;
	float: left;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 30px;
	line-height: 14px;
	font-size: 11px;
}

.footer {
	padding-bottom: 0px;
	font-size: 11px;
	height: 60px;
	background-repeat: repeat-y;
}

.contactlocs {
	float: left;
	width: 270px;
	margin-right: 20px;
	margin-bottom: 15px;
}

.flash {
	width: 615px;
	height: 127px;
	margin-left: 240px;
	padding-top: 12px;

}



.locationlisting {
	float: left;
	width: 270px;
	height: 150px;
	margin-bottom: 30px;
	text-align: center;
}
	



.locationtextbox {
	width: 580px;
	height: 150px;
	margin-bottom: 20px;
}


.fieldset_form {
	width: 				520px;
	border-top: 		1px solid #ddd;
	border-bottom:		1px solid #ddd;
	border-left: 		none;
	border-right: 		none;
	font-size: 			11px;
	padding-bottom: 	10px;
}

.fieldset_ok {
	width: 				500px;
	border: 			1px solid #ddd;
	background-color: 	#5daa4e;
	padding: 			12px;
	color: 				#fff;
}

.fieldset_error {
	width: 				520px;
	border: 			1px solid #ddd;
	background-color: 	#dd705d;
	padding: 			12px;
	color: 				#fff;
}

.fieldset_submit { 
	width: 				520px;
	border-top: 		1px solid #ddd;
	border-bottom:		1px solid #ddd;
	border-left: 		none;
	border-right: 		none;
	font-size: 			11px;
	padding-bottom: 	10px;
	text-align: 		center;
}

legend {
	font-weight:		bold;
	font-size: 			11px;
	margin: 			5px;
	padding: 			5px;
}

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

.formlabel {
	display: 			block;
	float: 				left; 
	width: 				160px;
	padding-right: 		10px; 
	margin-top: 		6px; 
	text-align: 		right; 	
}

.inputfld {
	margin-top: 		5px; 
	width: 				280px;
	border: 			1px solid #bbb;
	background-color:	#efefef;
	color:				#000;
}

.inputfld_search {
	width: 				106px;
	border: 			1px solid #bbb;
	background-color:	#efefef;
	color:				#698605;
	padding: 			3px;
	font-size: 			11px;
	font-weight: 		bold;
}

textarea {
	margin-top: 		5px; 
	width: 				380px;
	border: 			1px solid #999999;
	background-color:	#eee;
	background-image:	url(/images/textarea_background.gif);
	background-repeat:	repeat-x;
}

.button {
	font-size: 			11px;
	font-weight: 		bold;
	padding: 			2px 10px 2px 10px;
	margin: 			0px;
	border: 			1px solid #808080;
	color:				#fff;
	background-color: 	#2d5b96;
	background-repeat:	repeat-x;
}

.button:hover {
	background-image:	url(/images/btn_bg_h.gif);
	border: 			1px solid #404040;
	color:				#fff;
}

.inputfld:hover, .inputfld_search:hover, .textarea:hover, .inputfld_mini:hover {
	border: 			1px solid #2d5b96;
}

.inputfld:focus, .inputfld_search:focus, .textarea:focus, .inputfld_mini:focus {
	border: 			1px solid #0d315e;
	background-color:	#f0f0f0;
	background-image: 	none;
}


	#gallery {

	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 1px solid #ccc;
		margin-right: 8px;
		background-color: #fff;
	}
	#gallery ul a:hover img {
		border: 1px solid #999;
	}
	#gallery ul a:hover { color: #fff; }
	
	
	
	
#slideshow {
    position:relative;
    height:127px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
