/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	margin: 0 auto;
}
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
	font-size: 100%;
	color: #ffffff;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}			


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#page-wrap {
	width:806px;
	margin: 0 auto;

}
#banner_background {
	background-image:url(banner_images/background_slice.gif);
	background-repeat:repeat-y;
	margin-bottom:0px;
	padding-bottom:0px;
}
#nav_background {
	background-image: url(Images/nav_bar.gif);
	height:46px;
	margin-top:0px;
	padding-top:0px;
}
#left_content {
	vertical-align:text-top;
}
#right_content {
	padding-right:30px;
}
#main_content {
	background-image:url(Images/total_width_slice.gif);
	background-repeat:repeat-y;
}
#google_map {
  	background-image:url(Images/map_background.gif);
	background-repeat:no-repeat;
	float:right;
	height:227px;
	width:264px;
	margin-top:15px;
	margin-left:22px;
	padding-top:18px;
	padding-left:8px;
}
#centre_container {
	margin-left:20px;
}
#box_top {
	background-image:url(Images/shadow_box_top.gif);
	background-repeat:no-repeat;
	height:18px;
}
#box_centre {
	background-image:url(Images/shadow_box_centre.gif);
	background-repeat:repeat-y;
}
#box_bottom {
	background-image:url(Images/shadow_box_bottom.gif);
	background-repeat:no-repeat;
	height:21px;
	padding-bottom:30px;
}
#centre_content {
	margin-left: 20px;
	margin-right: 35px;
}
#dredge_divider {
	background-image:url(Images/basic_divider.gif);
	background-repeat:no-repeat;
	height:22px;
	line-height:2.5ex;
	margin-bottom:10px;
	padding-left:55px;
}
#photo_content {
	margin-left:10px;
}
#photo_divider {
	background-image:url(Images/photo_divider.gif);
	background-repeat:no-repeat;
	height:22px;
	line-height:20px;
	margin-bottom:10px;
	padding-left:55px;
}
#map_content {
	margin-left:5px;
}

/***********************************************/
/* Formatting                                */
/***********************************************/
	
.body_text {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 17px;
}
.first_header {
	padding-top: 10px;
	color:#000000;
	font-size:16px;
	font-weight: bold;
}
.white_header {
	width: 220px;
	padding-top: 5px;
	padding-left: 15px;
	color:#FFFFFF;
	font-size:16px;
	font-weight: bold;
}
.sidebar_text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	width: 175px;
	padding-right: 25px;
	padding-left: 22px;
	color:#333333;
}

.dropcap:first-letter {
	font: bold 200% "Times New Roman", Times, serif;
	color:#3333FF;
	float:left;
	margin-right:4px;
	margin-bottom:4px;
}
.no_gap {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.copyright {
	height:35px;
	font-size:9px;
	color:#999999;
	text-align:center;
}
.photo_table {
	border:#CCCCCC;
	border-style: outset;
	border-width:thin;
}

