@charset "UTF-8";
/* CSS Document */


body { 
background-color:#131A46;
}

/* the main wrapper div holds all other divs and centers the page in the browser */

#main_wrapper {
	width:980px;
	margin:20px auto 0px auto;
	background-color:#FFFFFF;
	}
	
	
/* the following divs and styles apply to the header which appears all pages*/

#home_header_wrapper {
	width:980px;
	background-color:#131A46;
	}
	
#search_bar {
	width:980px;
	clear:both;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#C1390D;
	font-size:12px;
	}
	
#main_nav_wrapper {
	width:980px;
	height:63px;
	background-image:url(../images/logo_with_bottom_stripe.jpg);
	padding-top:40px;
	}
	
#main_nav_box {
	width:715px;
	height:18px;
	margin:0px 0px 10px 265px;
	background-color:#C1390D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:7px;
	text-align:center;
	color:#FFFFFF;
	}
	
#main_nav_box a:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	}
	
#main_nav_box a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	}
	
#main_nav_box a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#131A46;
	font-size:11px;
	text-decoration:none;
	}
	
#main_nav_box a:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#131A46;
	font-size:11px;
	text-decoration:none;
	}
	
	
	
/* The following divs and styles apply to the content area of the home page */

#home_main_image {
	width:980px;
	background-color:#FFFFFF;
	}

#home_content_wrapper {
	width:920px;
	background-color:#FFFFFF;
	padding:0px 30px;
	}
	
#home_content_wrapper img{
	border:none;
	}
	
#home_content_wrapper h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#009ddc;
	}
	
#home_content_wrapper p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#000000;
	text-align:justify;
	}
	
#home_buttons {
	width:230px;
	border:0;
	display:inline;
	/*margin-right:9px;*/
	margin:0 auto;
	text-align:center;
	}	
	
/* The following styles the video box on the home page */

#video_box {
	width:480px;
	padding:10px 10px 10px 0px;
	float:left;
	}
	
#video_box a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#009ddc;
	}
	
#video_box a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#009ddc;
	}
	
#video_box a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#131A46;
	}
	
#video_box a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#131A46;
	}

/* The following stykes the footer which appears on every page */

#footer {
	width:980px;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#FFFFFF;
	background-color:#131A46;
	}
	
#footer a:link {
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	}
	
#footer a:visited {
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	}
	
#footer a:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#009ddc;
	text-decoration:none;
	}
	
#footer a:active {
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#009ddc;
	text-decoration:none;
	}

/* the following serves as the wrapper for and the background of the content and left rail area of all interior pages*/

#interior_page_wrapper {
	width:980px;
	background-image:url(../images/interior_back.jpg);
	}
	
/* the following styles the left rail menu on all interior pages */

#left_rail_wrapper {
	width:228px;
	float:left;
	padding-top:100px;
	}
	
/* The following styles the content area for the interior pages. */

#main_content {
	width:690px;
	padding: 0px 30px 10px 0px;
	float:right;
	}
	
#main_content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#009ddc;
	margin-left:30px;
	}
	
#main_content h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#C1390D;
	margin-left:30px;
	}
	
#main_content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	margin-left:30px;
	color:#000000;
	text-align:justify;
	}
	
#main_content a:link {
   text-decoration:none;
   color:#009ddc;
   
   }

#main_content a:visited {
   text-decoration:none;
   color:#009ddc;
   }

#main_content a:hover {
   text-decoration:none;
   color:#131A46;
   }

#main_content a:active {
   text-decoration:none;
   color:#131A46;
   }
   
#table_div {
	width:660px;
	margin-left:30px;
	}
	
.text_nomargin {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	margin-left:-30px;
	color:#C1390D;
	text-align:justify;
	}
	
/* The following styles the text for the aerial photos pages. */


.table_head {
   text-decoration:underline;
   color:#C1390D;
   }
   
.orange_text {
   color:#C1390D;
   font-size:12px;
   line-height:16px;
   text-align:left;
   }
   
.click_text {
   color:#C1390D;
   font-size:12px;
   line-height:20px;
   text-align:left;
   }
   

/* The following styles the lightbox for the progression pages. */
	
#light_box_gallery {
	width:250px;
	}
	
#light_box_gallery img {
	margin:5px;
	}
	
#light_box_gallery p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#009ddc;
	padding:0px 10px;
	}

/* The following styles the logos on Attractions pg. */

#logo {
	float:right;
	margin:0 0 2px 8px;
	}
	
/* The following styles name text on Contact/sales pgs. */

.name {
	font-size:14px;
	color:#C1390D;
	}

/* The following styles text on the stie map */

.top_level {
	color:#C1390D;
	}
	
/* the following is used to position the header images*/

.header_image {
margin:-12px 0px 20px -30px;
}

/* The following styles left border on Contact/sales table */

.table_border {
	border-left:solid 2px #999;
    }

	
