@charset "UTF-8";
/* CSS Document */
 
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 67%;
	background-color: #044C2B;
	
}
.container  {
	max-width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #044C2B;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	min-width: 225px;
	width: 90%;
	border: 1px solid #666;
	padding-bottom: 10px;
} 
.header {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 90%;
	background-color: #044C2B;
	margin-left: 0px;
	text-align: center;
} 
h3 {
	color: #FFF;
}
.header_nav {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 25px;
} 
.header_thumbs {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 5px;
} 
.header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	line-height: 24px;
}
.content {
	padding-top: 45px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 25px;
	width: 90%;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #CCC;
}
.content_layers {
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	width: 90%;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #066;
}
.content_green {
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	width: 100%;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #044C2B;
	text-align: center;
}
.textbox {
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 2px;
	padding-left: 30px;
	width: 87%; /* this overrides the text-align: center on the body element. */
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #CCC;
	text-align: left;
}
.wrapper {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	width: 1120px;
	text-align: center;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	border: thin solid #666;
}

.footer {
	background:#044C2B;
	width: 90%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
} 

.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCC;
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 1em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.captioned_photo {
	float: none;
	line-height: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	width: 576px;
	border: 1px solid #F1F1F1;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	margin: 5px;
	padding: 9;
}

.linearound {
	border: 1px solid #CCC;
}

a:link {
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 100;
	color: #9F0;
	text-decoration: none;
}
a:visited {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 100;
	color: #900;
	text-decoration: none;
}
a:hover {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 100;
	color: #06F;
	text-decoration: none;
}
.imagelinepad {
	margin: 5px;
	padding: 5px;
	border: 1px solid #666;
}


p {
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: 100;
	color: #333;
}
h2 {
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 18px;
}
h2 {
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: lighter;
	color: #333;
}


[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]


#body_hom #container #mainContent2 blockquote blockquote blockquote p {
	font-size: 10px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	max-width: 100%;
}

img {
	max-width: 100%;
	padding: 2px;
}
caption {
	color: #FFF;
}
#body_one .container .content .textbox p a {
	color: #03C;
	text-decoration: none;
}
.container .header p {
	color: #CCC;
}
