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

html, body{
	margin: 0;
	padding: 0;
	background-color: #D8ECF3;
	background:#D8ECF3 url(../images/sitedesign/bg.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
}

img{ margin: 0; }
label{ display: block; }

.clear{
	clear: both;
}

/* ************ LAYOUT / STRUCTURE ******************* */

#wrapper{
	width:1000px;
	margin:0 auto;
	padding:0;
	background-color:#00366C;
}

#header_container{
	padding-bottom:10px;
}

#header_flash{

	height:auto;
	position: relative;
	z-index: 99;
	
}


#header{
	background: #00366C url(../images/sitedesign/header_bg2.jpg) no-repeat;
	height: 57px;
	position: relative;
	z-index: 99;
}

#header_menu{
	position: absolute;
	height: 75px;
	bottom: -25px;
	*bottom: -20px; /* targets IE6 and 7 */
	_bottom: -30px; /* targets IE6 */
	left: 25px;
}
#menu_footer{
	height:30px; 
	border: 4px white solid; 
	background-color:#9BC4E4; 
	width:965px; 
	margin:0px auto 0px auto;
}

#header_menu ul, #header_menu ul li{
	margin: 0;
	padding: 0;
}

#header_menu ul li{
	display: inline;
	margin-right: 2px;
}

#main_container{
	position: relative;
}

#main{
	position: relative;
	background-color: #00366C;
	min-height:500px;
	height: auto !important;
	height:500px;	
	padding:0 6px;
}

#footer_container{
	height: 80px;
	margin:20px 0;
	border:1px #00366C solid;
	background-color:#00366C;
}

.box{
	border:4px solid #fff;
	padding:10px;	
	margin: 5px;
  	float: left;
	min-height:100px;
	height: auto !important;
	height:100px;		
}

.grey {
	background: #698596 url(../images/sitedesign/grey_bg_box_tile.png) repeat-x;
}
.blue {
	background: #0196D0 url(../images/sitedesign/main_bg_tile.jpg) repeat-x;
}
.green{
	background: #0096D1 url(../images/sitedesign/green_bg_box_tile.png) repeat-x;
}
.orange {
	background: #0096D1 url(../images/sitedesign/orange_bg_box_tile.png) repeat-x;
}
.purple {
	background: #0096D1 url(../images/sitedesign/purple_bg_box_tile.png) repeat-x;
}

#search_container{
	color:black;
}
.search_container{
	margin:10px;
}
#box1_top{
	width: 980px;
	margin: 0 auto;
	background: url(../images/sitedesign/main_bg_top.jpg) no-repeat;
	height: 35px;
}
.gallery_pic_frame {
	border:1px solid white; display:block;
	width:144px; height:144px; overflow:hidden; text-align:center; position:relative;	
}
.gallery_pic_frame:hover {
	border:1px solid black;
}
.gallery_pic_title{
	position:absolute; bottom:0px; width:150px; height:20px; margin:0 auto; overflow:hidden; color:white; background:black; filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
}

.picture_delete{
	position:absolute;
	top:2px;
	left:2px;
}
.picture_edit{
	position:absolute;
	top:2px;
	right:2px;
}

.submenu{

	padding: 0 15px; 

	min-height: 150px; 
}
.submenu ul{
	list-style-image:url(../images/sitedesign/arrow_green.gif);
	color:#E9E070;	
}
.submenu li{
	padding-bottom:5px;
}
.submenu a{
	color:E9E070 !important;
	text-transform:uppercase;
	font-weight:bold;
}
.submenu a:hover{
	color:#00366C !important;
	text-decoration:none !important;
}

.header_row th{
	background-color:#0181D6;
	color:black;
	border:none;
}
.thumbnail{
	padding:1px;
	margin-left:-4px;
	border:white 2px solid;
}

/* ************ TEXT FORMATTING ******************* */

#main a{
	color:#FFFC7F;
	text-decoration:none;
}
#main a:hover{
	text-decoration:underline;
	color:white;
}
#main h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid white; 
	padding-bottom:5px; 
	margin-bottom:15px;
	color:white;	
}
#main h2{
	font-size:12px;	
	font-weight:bold;
	margin:0;
	padding:0;	
	color:white;

}
#main h3{
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;	
	color:white;

}

.black{
	color:#000000 !important;
}
.whitefont{
	color:white !important;
	border-color:white !important;
}
.menu_footer, .menu_footer a{
	color:#44A2D5;
	text-align:center;
	text-decoration:none;
	margin-bottom:10px;
}

.menu_footer a:hover{
	color:white;
	text-decoration:underline;
}

#welcome_text h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 13px;
	color: #FFFC7F;
	font-weight: bold;
}

#welcome_text p{	
	padding-bottom: 5px;
	border-bottom: 1px dotted #FFFC7F;
	margin-bottom: 5px;
}

#welcome_text ul, #welcome_text ul li{
	margin: 0;
	padding: 0;	
}
#welcome_text ul{
	border-bottom: 1px dotted #FFFC7F;
	padding-bottom: 5px;
}
#welcome_text ul li{
	margin-left: 15px;
}

h1.title, h1.title-white{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFC7F;
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h1.title-white, .title-white{
	color: white;
	font-weight: bold;
}

h2.subtitle{
	font-size: 12px;
	color: #fff;
	margin-top: 0;
	padding-top: 0;
}

#news_list h1{
	font-size: 13px;
	color: #000;
	font-weight: bold;
	margin: 0; padding: 0;
	margin-bottom: 3px;
}
#news_list h2, #news_list h2 a{
	font-size: 12px;
	font-weight:bold;
	color: black;
	margin: 0 !important; padding: 0 !important;
}

#news_list p{

	margin: 0; padding:0;
	
}

.bold{ font-weight: bold; }

.date{
	color:#666666;
	font-size:10px;
	margin:0 !important;
	padding:0 !important;
	line-height:10px;
}
.line{
	border-bottom:1px white dotted;
	margin:8px 0 !important;
	padding:0;
	line-height:1px;
}
.caption{
	font-size:11px;
	color:#CCCCCC;
}

/* ************ SPECIFC ELEMENTS / PAGES ******************* */

#promo{
	position: absolute;
	/*background: url(../images/sitedesign/main_promo.jpg);*/
	width: 460px;
	height: 258px;
	right: 15px;
	top: 68px;
}

.more{
	color: #FFFC7F;
	font-weight: bold;
}
#find_content table{
	margin: 0 auto;
	margin-top: 10px;
	width: 90%;
}

#find_content table tr td{
	border: none;
}
.find_block{
	padding: 16px; 
	border: 1px solid #56C4F8; 
	background-color:white;
	margin: 5px 3px 5px 3px;
	width: 46%;
	*width: 45%;
	float: left;
}

.find_block select, .find_block input{
	width: 95%;
}

.find_block label{
	font-size: 10px;
	color: #999999;
	text-transform: uppercase;
}
#find_category label{
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
}

#find_header{

}



#news_list{
	margin-top: 5px;
}

#services_content .services_block{
	clear: both;
	margin-bottom: 15px;
}

#hot_list{
	margin-top: 20px;
}

#hot_list p{
	color: #fff;
}

#hot_list h1{
	
}

.hot_block{
	border-bottom: 1px dotted #fff;
	margin-bottom: 10px;
	min-height: 145px;
}
#gallery_albums{
	list-style-image:url(../images/sitedesign/arrow_green.gif);
}
#gallery_albums a{
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	color:#003399;
}
#gallery_albums a:hover{
	text-decoration:none;
}
.gallery_button{
	padding:10px; background-color:#F0F0F0; border:1px dotted #999999; margin:10px 0px 10px 0
}