﻿/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 10px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0F3734;
	font-size: 10px;
	margin: 0;
	padding: 0;
	border: 0;
}
#wrapper {
	width: 750px;
	margin:0 auto;
	position: relative;
	padding-bottom: 1.5em;
	padding-top: 1.5em;
}

.bodyCentered {
    text-align:center;
}

.bodyRight {
	display:block;
	text-align:right;
}

.logo {
	text-align: center;
	border-bottom:solid 1px #DBF5F3;
	background-color:#000;
}
.logo a{
    text-decoration:none;
    border:0;
}
.logo img
{
    border:0;
}
.home {
	text-decoration: none;
	color: #666666;
	padding-left: 0em;
	text-align: left;
}
.homecaps {
	text-transform: uppercase;
	text-decoration: none;
	color: #666666;
	padding-left: 0em;
	text-align: left;
}
.background {
	background-color: #ebf6ea;
}

/*Navigation Section */
.nav {
	padding-bottom: 0.8em;
	padding-top: 0.8em;
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	width:750px;
}
.tabs {
	background-color: #e1ece0;
	text-align: center;
	margin: 0em;
	line-height: 2em;
	border-top-width: 0.1em;
	border-top-style: solid;
	border-top-color: #cddfcb;
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #cddfcb;
}
.tabs       a:link {
	text-decoration: none;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tabs       a:visited {
	text-decoration: none;

}
.tabs       a:hover {
	text-decoration: underline;
	background-color: #cddfcb;
}
.tabs       a:active {
	text-decoration: none;
}
.tab-highlight   {
	background-color: #e1ece0;
	border-top-width: 0.1em;
	border-top-style: solid;
	border-top-color: #e1ece0;
}
.tab-no-highlight {
	border-top-width: 0.1em;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
/*end of navigation styles*/

/*Main Section*/
.main {
	border: .1em solid #FFFFFF;
	vertical-align: top;
	width:100%;
}
.main td {
	vertical-align: top;
}
.main p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
.main h1 {
	font-size: x-large;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 1em;
}
.main h2 {
	font-size: large;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 1em;
	font-variant: normal;
	text-transform: uppercase;
}
.main h3 {
	font-size: larger;
	line-height: 1em;
	text-transform: uppercase;
	color: #638D8A;
	font-weight: normal;
	margin-bottom: 1em;
}
.main ul {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 1.1em;
	line-height: 1.5em;
	padding-left: 1.5em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 1em;
	margin: 0em;
}
.main a:link {
	color: #0F3734;
}
.main a:visited {
	color: #5F817E;
}
.main a:hover {
	color: #0F3734;
}
.main a:active {
	color: #0F3734;
}
.div-style {
	text-align:left;
}
/*end of main styles*/

.thumb-box {
	background-color: #e1ece0;
	border: .1em solid #FFFFFF;
	padding-top: 0em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0em;
}
.thumb-box img {
	border: 0em;
}
.pic-box1 {
	text-align: center; 
	float:left; 
	margin:0 0 10px 0;
}
.pic-box {
	text-align: center; 
	float:left; 
	margin:0 0 10px 0;
}
.pic-box img {
	text-align: center;
	border: 2.0em solid #FFFFFF;
	width:105px;
}
.pic-box p{
    width:100%; margin:0 2.0em;
}
.bluebox {
	background-color: #C7EFED;
	border: .1em solid #FFFFFF;
	padding: 2.6em;
}

/*Footer Section*/
.footer {
	text-align: center;
	color: #666666;
	padding-top: 2em;
	
}
.footer-hdg {
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: 1em;
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #DBF5F3;
	color: #0F3734;
}
.footer li {
	display: inline;
	padding: .7em;
}
.footer a:link {
	color: #666666;
	text-decoration: none;
}
.footer a:visited {
	color: #666666;
	text-decoration: none;
}
.footer a:hover {
	color: #666666;
	text-decoration: underline;
}
.footer a:active {
	color: #666666;
	text-decoration: none;
}
.media-image {
	color: #666666;
	text-decoration: none;
	border: 5px solid #FFFFFF;
}
input text{
	background-color: #fff;
	border: 1px solid #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
textarea {
	background-color: #fff;
	border: 1px solid #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}