/*   =======   RESET    =======   */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
		{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body 	{ line-height: 1; }
a img, iframe, object { border: none; }
ol, ul 	{ list-style: none }
:focus 	{ -moz-outline-style: none; outline: 0; }
ins 	{ text-decoration: none; }
del 	{ text-decoration: line-through; }
table	{ border-collapse: collapse; border-spacing: 0; }

/*   =======   BASICS    =======   */

html, body { 
	height: 100%; 
	min-height: 100%; 
}
body { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #002b44;
	background: #688a7e url(../images/bg_full.jpg) no-repeat top center fixed;
}
h1, h2, h3, h4, h5, h6 { margin-bottom: 15px; }
h1	{ font-size: 2.375em;}
h2	{ font-size: 1.5em; }
h3	{ font-size: 1.25em; }
h4	{ font-size: 1em; }
p	{ 
	font-size: .875em; 
	line-height: 150%; 
	margin: 15px 0;
	font-family: Georgia, 'Times New Roman', serif;
}

a, a:link, a:visited, a:active { color: #002B44; text-decoration: underline; }
a:hover { color: #8EBBAB;  }
a:active { outline: none; }

.left { float: left }
.right { float: right }
.hide { display: none; }
.clear { clear:both; height:1px; font-size:1px; line-height:1px; }
.upperC { text-transform: uppercase; }
.noBorder { border: none !important; }

/*   =======   NAV  =======   */

.menu li {
	float: left;
	width: 134px;
	border-bottom: 1px solid #698a77;
	padding-bottom: 5px;
}
.menu a, .menu a:link {
	color: white;
	text-transform: uppercase;
	font-size: .6875em;
	display: block;
	text-decoration: none;
}
.menu ul {
	line-height: 1;
}
.menu ul li a:hover {
	color: #789399;
}
.menu li ul {
	position: absolute;
	left: auto;
	width: 140px;
	margin-top: 11px !important;
	padding: 0 !important;
	display: block;
}
.menu li li {
	border: none !important;
	margin: 0;
	margin-left: -6px;
	padding: 5px 0;
}
.menu li li a {
	padding: 6px;
}
.menu li li a:hover {
	color: #fff;
	background-color: #8eab89;
}
.menu .logoSmall {
	position: absolute;
	bottom: 25px;	
}

#fixedwrapper {
	width: 100%;
	position:fixed !important;
	bottom: 0;
	left: 0;
	margin-bottom: -270px;
	z-index: 1;
}
#nav {
	width: 100%;
	height: 225px;
	background: #002b45 url(../images/bg_footer_top.png) repeat-x top left;
	padding: 60px 0 20px;
}
#nav .menu {
	width: 940px;
	margin: auto;
	z-index: 100;
}
.navPush {
	height: 110px;
}
#overlayFade {
	width: 960px;
	height: 85px;
	margin: auto;
	background: url(../images/bg_subpage_fade.png) no-repeat;
}

/*   =======   LAYOUT HOMEPAGE  =======   */

#contentHome {
	width: 960px;
	min-height: 100%;
	margin: 0 auto !important;
}

#tagline {
	width: 282px;
	height: 21px;
	position: absolute;
	bottom: 350px;
	margin-left: 50px;
}
#logoHome {
	width: 86px;
	height: 68px;
	position: absolute;
	bottom: 23px;
	margin-left: 50px;
	z-index: 20;
	display: block;
}
#menuHelpHome {
	position: absolute;
	bottom: 31px;
	margin-left: 850px;
	z-index: 50;
	width: 50px;
	height: 20px;
	display: block;
}
#menuHelpHome a#menuUp { background: url(../images/text_menu.png) no-repeat; display: block; text-decoration: none; }
#menuHelpHome a#menuDown  { background: url(../images/text_menu_down.png) no-repeat; display: none; text-decoration: none; }

/*   =======   LAYOUT SUBPAGES  =======   */

#navExtra {
	width: 780px;
	margin: 0 auto;
	position: fixed;
	z-index: 1;
	bottom: 0;
	height: 100px;
}
	
#logo {
	width: 86px;
	height: 68px;
	position: absolute;
	bottom: 23px;
	margin-left: -13px;
	z-index: 20;
	display: block;
}
#menuHelp a {
	position: absolute;
	bottom: 31px;
	margin-left: 790px;
	z-index: 50;
	width: 50px;
	height: 20px;
}
#menuHelp a#menuUp { background: url(../images/text_menu_subpage_up.png) no-repeat; display: block; text-decoration: none; }
#menuHelp a#menuDown  { background: url(../images/text_menu_subpage_down.png) no-repeat; display: none; text-decoration: none; }

#contentSubpage {
	width: 780px;
	padding: 0 90px;
	min-height: 100%;
	margin: 0 auto !important;
	background: url(../images/bg_transp_white_88.png) repeat;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
#header {
	margin: 30px 0 15px 0;
	padding: 30px 0;
	border-top: 1px solid #7ca595;
	border-bottom: 1px solid #7ca595;
}
#header h1 {
	height: 106px;
	width: 777px;
	background: url(../images/bg_headers.jpg) no-repeat 0 0;
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	line-height: 2.7em;
	padding-left: 22px;
	margin: 0;
}
#colLeft {
	width: 220px;
	float: left;
}
#colRight {
	width: 540px;
	float: right;
}
#subMenu ul {
	margin-bottom: 30px;
}
#subMenu li {
	width: 189px;
	border-bottom: 1px solid #7ca595;
}
#subMenu li.subNavLast {
	border-bottom: none !important;
}
#subMenu li.subNavOn a {
	color: #8ebbab;
}
#subMenu li a {
	display: block;
	padding: 13px 0;
	color: #002b45;
	font-size: .75em;
	text-transform: uppercase;
	text-decoration: none;
}
#subMenu li a:hover {
	color: #8ebbab;
}
.testimonial {
	margin: 60px 0 0 0;
}
.testimonial blockquote {
	color: #7ca595;
	font-size: 1.25em;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', serif;
	line-height: 130%;
}
.testimonial .quoteName {
	display: block;
	color: #002b45;
	font-size: 80%;
}
#colRight h2{
	font-family: Georgia, 'Times New Roman', serif;
	color: #002b45;
	font-size: 1.125em;
	padding-top: 22px;
}
#colRight h3{
	font-family: Georgia, 'Times New Roman', serif;
	color: #002b45;
	font-size: 1em;
}
.staffInfo {
	overflow: auto;
	border-bottom: 1px solid #7ca595;
	padding-bottom: 20px;
	margin: 35px 0;
}
.staffInfo img {
	width: 115px;
	border: 1px solid #7ca595;
	padding: 10px;
	float: left;
	margin-right: 13px;
}
.staffInfo .staffText {
	float: left;
	width: 390px;
	
}
.newsPost {
	margin-bottom: 20px;
}
.newsPost h2, .newsPost h2 a {
	color: #002b44;
	margin-bottom: 5px;
	text-decoration: underline;
}
h4.newsDate {
	margin: 0;
	color: #666;
	font-weight: normal;
	font-size: .75em;
}
.viewArticle {
	margin: 0;
	overflow: auto;
}
.viewArticle a {
	text-decoration: underline;
	color: #002b44;
	float: right;
}
#colLeftText ul, #colLeftText ol {
	margin-bottom: 15px;
}
#colLeftText li, #colLeftText p {
	margin: 5px 0;
	color: #002b44;
	font-size: .75em;
	font-family: Georgia, 'Times New Roman', serif;

}

#colRight ul, #colRight ol {
	list-style: disc;
	margin-left: 15px;
}
#colRight li {
	font-size: .875em;
	line-height: 140%;
	font-family: Georgia, 'Times New Roman', serif;
}
/*   =======   FORMS  =======   */


label {
	display: block;
	font-size: .875em;
	color: #002b45;
	padding: 5px 0;
	font-family: Georgia, 'Times New Roman', serif;
}
input {
	border: 1px solid #b3cac1;
	padding: 3px;
	font-size: .875em;
	color: #333;
}
input.textInput {
	width: 300px;
	margin-bottom: 20px;
}
textarea {
	border: 1px solid #b3cac1;
	padding: 3px;
	width: 300px;
	display: block;
	margin-bottom: 20px;
	font-size: .875em;
	color: #333;
}
.checkboxLabel {
	display: inline;
	margin-left: 5px;
}
button.submitButton {
	background: url(../images/button_send.png) no-repeat;
	width: 60px;
	height: 27px;
	line-height: 1em;
	font-size: .75em;
	text-transform: uppercase;
	color: #a1c6b1;
	margin: 20px 0;
	display: block;
	border:1px solid #B3CAC1;
}

/*   =======   MISC  =======   */

#errorMsg {
	width: 300px;
	height: 30px;
	background: white;
	border: 2px solid yellow;
	position: fixed;
	bottom: 10px;
	left: 100px;
	z-index: 500;
	padding: 5px;
	line-height: 1em;
	text-align: center;
	text-indent: -999em;
}

#form_errorMsg {
	padding: 0 0 0 15px;
	margin: 10px 0;
	border: 1px dotted red;
	color: red;
	background: white;
	display: none;
}
#form_successMsg {
	padding: 0 0 0 15px;
	margin: 10px 0;
	border: 1px dotted green;
	color: green;
	background: white;
	display: none;
}


td a, td a:link, td a:visited { color:#002B45; }
td a:hover, td a:active { color:#8EBBAB; }
/*td a:active { color:#002B45;}*/



#subMenu li.subNavOnLast {
border-bottom: none !important;
}

#subMenu li.subNavOnLast a {
	color: #8ebbab;
}
