/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #97B09A;
	color: #000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 100%;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 900px;
	background-image: url(../images/page_elements/background.gif);
	background-repeat: repeat-y;
}
#header {
	background-image: url(../images/page_elements/header.gif);
	height: 145px;
}
#contentWrapper {
	background-image: url(../images/page_elements/page_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#navBar {
	background-image: url(../images/page_elements/navBar.gif);
	background-repeat: no-repeat;
	height: 30px;
	text-align: center;
	font-weight: bolder;
	color: #FFFFFF;
}
#navBar a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#navBar a:hover {
	color: #000000;
	background-color: #EFECCA;
}
#navBar h6 {
	font-size: 80%;
	padding-top: 6px;
}
#pageTop {
	text-align: center;
	height: 40px;
}
#pageTop h1 {
	color: #FFFFFF;
	position: relative;
	top: 5px;
}
#pageTop h2 {
	color: #FFFFFF;
	font-size: 90%;
}



/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#content {
	margin-right: 20px;
	margin-left: 20px;
}
#wagt_map_2 {
	margin-left: 50px;
	border: 2px solid #999999;
}
#printBox {
	height: 30px;
	width: 120px;
	float: right;
	margin-right: 50px;
	position: relative;
	top: 50px;
	right: 50px;
	padding-top: 5px;
}


#footer {
	padding: 0px;
	text-align: center;
	background-image: url(../images/page_elements/footer.gif);
	height: 40px;
}
#footer a:hover {
	color: #FFFFFF;
	background-color: #046380;
}
#footer h6 {
	font-size: 70%;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d4d4d4;
	margin-right: 160px;
	margin-left: 160px;
	padding-top: 4px;
}
#photo_div_right {
	float: right;
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-left: 10px;
}
#photo_div_right img {
	border: 2px solid #666666;
}
#video {
	width: 356px;
	height: 330px;
	float: right;
	margin-bottom: 10px;
	margin-top: -20px;
	margin-left: 10px;
	text-align: center;
}
#video_left {
	width: 356px;
	height: 330px;
	float: left;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 10px;
	text-align: center;
}

/* Sets the style for unvisited links. */
a,  a:link {
	text-decoration: none;
	font-weight: normal;
	color: #046380;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #FFFFFF;
	background-color: #046380;
	font-weight: bold;
}

li {
	margin-top: 10px;
	padding-left: 5px;
	margin-left: 10px;
	margin-right: 20px;
	font-size: 90%;
}
p {
	font-size: 90%;
	line-height: normal;
}
h1 {
	color: #002F2F;
	text-align: center;
	font-size: 130%;
	font-style: italic;
}
h2 {
	color: #000000;
	text-align: center;
	font-size: 100%;
	padding-top: 5px;
}
h3 {
	color: #803030;
	margin-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00292F;
	font-size: 90%;
	background-color: #EFF2CA;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	display: inline;
	padding-right: 5px;
}
h4 {
	text-align: left;
	font-size: 90%;
	margin-bottom: 10px;
	background-color: #00292F;
	padding: 3px 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	color: #FFFFFF;
	display: inline;
}
h5 {
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bold-italic {
	font-style: italic;
	font-weight: bold;
}
.testimonial {
	font-style: italic;
	color: #803030;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
}
.testimonial_header {
	border: 2px outset #97B09A;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: inline;
	background-color: #EDF0C8;
}
.indent_20 {
	margin-left: 20px;
}



/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
.clearFloat {
  clear: both;
  display: block;
}
.img_left {
	float: left;
	border: 2px outset #999;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.img_right {
	float: right;
	border: 2px outset #999;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	clear: right;
}
.img_photo_gallery {
	border: 2px outset #000000;
	margin: 10px;
}

.header_right {
	text-align: right;
	display: inline;
	clear: none;
	float: none;
}
.caption_right {
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	float: right;
}
.text_border {
	padding: 3px;
	border: 2px solid #803030;
	margin-right: 50px;
	margin-left: 50px;
}
.clear_all {
	clear: both;
}
.textIndent-320 {
	margin-left: 320px;
}
