/* CSS Document */

/* HTML tag styles                             */
body{
	color: #000000;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #006699;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
	color: #999999;
}

/************** header tag styles **************/


/*************** list tag styles ***************/


/*************** search styles *****************/
#search{
	z-index: 101;
	color: #FFFFFF;
	text-align: right;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	
}

#search a:hover{
	color: #666666;
	text-decoration: none;
}


/***********   Layout Divs     ************/

#wrapper{
	width: 760px;
	background-color: #FFFFFF;
	margin: 5px auto 10px;
	padding: 0px;
	text-align: left;
}

#banner{
	margin: 0px auto 2px;
	font: 80% Arial, Helvetica, sans-serif;
	padding: 0px;
}

#breadcrumb{
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 65%;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

#breadcrumb a{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

#breadcrumb a:hover{
	color: #000000;
	text-decoration: underline;
}

#content{
	margin: 5px auto 0px;
	padding: 10px 0px 0px;
	text-align: center;
	border-top: 1px dashed #999999;
	border-right: 0px dashed #999999;
	border-bottom: 0px dashed #999999;
	border-left: 0px dashed #999999;
	clear: both;
}

.gall_content p{
	margin: 0px 35px 5px;
	font: normal 80% Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
	color: #000000;
	padding-bottom: 0px;
	padding-top: 0px;
}

.container{
	width: 590px;
	float: right;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#page_nav_left{
	width: 140px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 0px solid #999999;
	border-left: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}

.left_container{
	width: 140px;
	padding: 0px;
	margin-bottom: 5px;
	float: left;
}

#left_filler{
	width: 140px;
	padding: 0px;
	margin-top: 1px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}

#left_fill_space{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	margin-bottom: 0px;
	height: 10px;
	padding: 5px;
	margin-top: 5px;
}

/*
#bottom_content_box{
	margin: 0px 0px 5px;
	padding: 2px;
	border: 1px solid #000000;
}
*/

#copyright_bar{
	border: 1px solid #666666;
	padding: 0px;
	margin: 0px 0px 5px;
	background: #E1E2E8;
	color: #000000;
	font-size: 70%;
	display: block;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	clear: both;
}

#site_info_bar{
	color: #666666;
	text-align: left;
	display: block;
	vertical-align: middle;
	text-decoration: none;
	font: 70% Arial, Helvetica, sans-serif;
	padding: 0px 2px 2px;
	margin: 0px;
}

#top_page_block{
	border: 0px solid #000000;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	background-color: #56749A;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(../media/double_dots.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#top_page_block h1{
	font-size: 150%;
	color: #FFFFFF;
	text-align: left;
	font-weight: 400;
	position: static;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	margin: 0px;
	padding: 2px 0px;
}

#center_hold {
	width: 760px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	clear: both;
}

.centercontainer{
width: 99%; 
float:right;
}

/************** utility styles *****************/

#utility{
	text-align: right;
	margin: 0px;
	padding: 0px;
	font: 80% Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#utility a{
	color: #006699;
	text-decoration: none;
}

#utility a:hover, #utility a:focus{
	color: #000000;
}

/************** Page_nav_left Styles ************/

#sectionlinks{
	margin: 0px;
	padding: 0px;

}

#sectionlinks a:link, #sectionlinks a:visited {
	display: block;
	padding: 3px 0px 3px 13px;
	color: #006699;
	text-decoration: none;
	font-size: 65%;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-image: url(../media/chevron_10px_white.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;
	width: 127px;
}

#sectionlinks a:hover, #sectionlinks a:focus{
	background-color: #E5E5E5;
	background-image: url(../media/chevron_10px_gray_lt.gif);
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	display: block;
	background-repeat: no-repeat;
	background-position: 2px 50%;
	width: 127px;
}

/************** Section Content Styles ***************/

#section_content{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 5px;
}

#section_content p{
	margin: 0px 35px 5px;
	font: normal 80% Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
	color: #000000;
	padding-bottom: 5px;
}

#section_content h1{
	color: #993300;
	vertical-align: middle;
	letter-spacing: 1pt;
	text-align: left;
	margin: 0px 0px 5px;
	background-color: #FFFFFF;
	padding: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	font-size: 85%;

}

#section_content h2{
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	padding-left: 5px;
	display: block;
	border: 1px solid #CCCCCC;
}

#section_content h3{
	color: #000000;
	vertical-align: middle;
	letter-spacing: 1pt;
	text-align: left;
	margin: 0px 0px 5px;
	background-color: #FFFFFF;
	padding: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	font-size: 70%;
}

#section_content h3 a:link, #section_content h3 a:visited{
	text-decoration: none;
	color: #006699;
}

#section_content h3 a:hover{
    color: #999999;
}

#section_content h4{
	font-size: 70%;
	color: #666666;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-weight: normal;
	letter-spacing: 1px;
}

#section_content h5{
	margin: 5px 35px 0px;
	font: bold 80% Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
	color: #666666;
	padding-bottom: 0px;
}

#section_content h6{
	margin: 5px 35px 0px;
	font: bold 80% Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
	color: #000000;
	padding-bottom: 0px;
}

#section_content ul{
	font-size: 75%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	list-style-type: none;
	border-top-width: 0px;
	padding-left: 100px;
}

 

#section_content ul li{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	display: list-item;
	list-style-type: disc;
	letter-spacing: 1px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
}

#section_content_border{
	border-top: 0px dotted #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

/************** Leftbox styles ****************/

#main_body{
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}


#main_body h1{
	font-size: 150%;
	color: #56749A;
	margin: 0px;
	text-align: left;
	font-weight: 400;
	vertical-align: middle;
	text-indent: 5pt;
	background: no-repeat 2px 50%;
	position: static;
	text-decoration: none;
	letter-spacing: 1px;
	border-top: 0px dotted #999999;
	border-right: 0px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-left: 0px dotted #999999;
}

#main_body h2{
	display: block;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	font: normal 95% Arial, Helvetica, sans-serif;
	text-indent: 45pt;
	width: 490px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0;
	border-top: 0px dotted #999999;
	border-right: 0px dotted #999999;
	border-bottom: 0px dotted #999999;
	border-left: 0px dotted #999999;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../media/arrow_nav_small_white.gif);
	background-repeat: no-repeat;
	background-position: 43px 50%;
	background-color: #FFFFFF;
}

#main_body h2 a{
	vertical-align: middle;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	display: block;
	background: url(../media/arrow_nav_small_white.gif) no-repeat 43px 50%;
	width: 490px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#main_body h2 a:hover, #main_body h2 a:focus{
	color: #003366;
	background: #CCCCCC url(../media/arrow_nav_small_gray.gif) no-repeat 43px 50%;
	width: 490px;
	display: block;
}

#main_body h3{
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	font: normal 95% Arial, Helvetica, sans-serif;
	text-indent: 45pt;
	width: 490px;
	padding: 7px 0px;
	margin: 0px;
	margin: 0px;
	display: block;
	background: url(media/arrow_nav_small_white.gif) no-repeat 43px 50%;
	border-top: 0px dotted #999999;
	border-right: 0px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-left: 0px dotted #999999;
}

#main_body h3:hover, #mainbody h3:focus{

	background: #CCCCCC url(media/arrow_nav_small_gray.gif) no-repeat 43px 50%;
	display: block;
	color: 003366;
}

#main_body h3 a:link{
	vertical-align: middle;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	display: block;
	background: url(media/arrow_nav_small_white.gif) no-repeat 43px 50%;
	width: 490px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}


#main_body_gallery_links{
	font-size: 75%;
}

.home_gallery_small{
	font-size: 75%;
	text-decoration: underline;
}
.home_gallery_small_nu {
	font-size: 75%;
}
/************** Rightbody styles ****************/

.leftgraybar {
	margin: 0% 5px 3px;
}

/************* Copyrightbar styles ****************/
#copyright_bar a{
	color: #000000;
	text-decoration: none;
	font-weight: lighter;
	padding: 0px;
}

#copyright_bar a:hover, #copyright_bar a:focus{
	color: #666666;
}

#copyright_bar_text_right{
	text-align: right;
	padding: 2px;
}

#copyright_bar_text_left{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.bottomleftimage{
	float: left;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	border: 1px solid #000000;
	clear: both;
}

/************* Footer nav styles ***************/

#site_info_bar{
	color: #666666;
	text-align: left;
	display: block;
	vertical-align: middle;
	text-decoration: none;
	font: 70% Arial, Helvetica, sans-serif;
	padding: 0px 2px 2px;
	margin: 0px;
}

#site_info_bar a{
	color: #666666;
	text-decoration: none;
}

#site_info_bar a:hover, #site_info_bar a:focus{
	color: #000000;
	text-decoration: none;
}


/************* General Styles ******************/

.leftimage{
	float: none;
	border-top: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

.leftimage2{
	margin-left: 5px;
	border: 1px solid #000000;
	float: left;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 5px;
	clear: both;
}

.leftimagelast{
	float: none;
	border-top: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.bottom_left_image{
	float: none;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	border: 1px solid #000000;
}

.bottom_left_image_last{
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #000000;
}

.rightimage{
	float: right;
	margin-left: 15px;
	clear: both;
	margin-top: 5px;
}

.rightimage_border{
	float: right;
	margin-left: 15px;
	clear: both;
	margin-top: 5px;
	border: 1px solid #000000;
}

.rightimage2{
	margin-left: 15px;
	border: 1px solid #000000;
	float: right;
}

.rightimage3{
	margin-left: 5px;
	border: 1px solid #000000;
	float: left;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
}

hr{
	clear: both;
	visibility: hidden;
}

.clearit{
	clear: both;
}

.border_black{
	margin-top: 0px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.border_black_all{
	border: 1px solid #000000;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.border_space_btm{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.tour_links{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
}

.tour_links a{
	color: #006699;
	text-decoration: underline;
}

.tour_links a:hover{
	text-decoration: none;
	color: #999999;
}

#contact_us{
	margin: 0px;
	padding: 0px;
	background-image: url(../media/phone-icon.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;

}

#contact_us a:link, #contact_us a:visited{
	display: block;
	padding: 6px 0px 6px 27px;
	color: #993300;
	text-decoration: none;
	font-size: 75%;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-repeat: no-repeat;
	background-position: 2px 50%;
	width: 115px;
	margin-bottom: 10px;
}

#contact_us a:hover, #contact_us a:focus{
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-position: 2px 50%;
	width: 115px;
	color: #999999;
}

#left_sub_links p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding-left: 15px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-bottom: 10px;
	border-bottom-color: #999999;
	margin: 0px 0px 10px;

}

#main_sub_links p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-bottom: 5px;
	border-bottom-color: #999999;
	margin: 3px 0px 10px;
	text-align: center;
}

.photo_captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	margin: 0px;
	padding: 0px;
	
}

.center_photo {
	border: 1px solid #000000;
	margin: 0px 0px 5px;
	padding: 0px;
}

.multi_image_layout{
	margin: 0px;
	padding: 0px 10px 10px 5px;
	text-decoration: none;
}

.black_text{
	color: #000000;
}

.gray_text{
	color: #666666;
	font-size: 75%;
}

.special_paragraph{
	margin: 0px 35px 15px 65px;
	font: normal 80% Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
	color: #000000;
	padding-bottom: 5px;
	display: block;
}

.search{
	font-size: 70%;
}


.site_map_sub{
	font-size: 70%;
	color: #666666;
	margin: 0px;
	padding: 0px 0px 0px 75px;
	font-weight: normal;
	letter-spacing: 1px;
	display: block;
}
