@charset "UTF-8";
/* CSS Document */

/* MASTER COLORS 
Gray (on white) - #4c4c4c
Gray (text on green) - #333333
Gray (input box borders, 1px) - #DEDEFE
Gray (main nav rollover) - #8d8d8c
Green (link, main nav off) - #016962
Green (dark tab) - #92bbb8
Green (light tab) - #b6d0ce

MASTER SIZES
Base text 11px/14px
Masthead text 13px/14px

TheSans fonts use cufón

*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}
a:link {
	color: #016962;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #016962;
}
a:hover {
	text-decoration: underline;
	color: #016962;
}
a:active {
	text-decoration: none;
	color: #016962;
}


p, p.main, h2, h2.main {
	margin: 0 0 14px 0;
	line-height: 120%;
}

/*h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #333333;
	margin: 0 0 15px 0;
}*/

hr {
	/*color: #fff;
	background-color: #fff;*/
 	height: 10px;
	border: none;
	border-top: 1px #b6d0ce solid;
}

hr.dkGreen {
	color: #92bbb8;
	background-color: #92bbb8;
 	height: 10px;
	border: none;
	border-top: 1px #b6d0ce solid;
}



h1.main {
	font-family: TheSans;
	font-weight:300;
	font-size: 19px;
	color: #333333;
	padding: 10px 14px;
	background-color: #b6d0ce;
	width: 772px;
	margin: 0 5px;
}

h2, h2.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	margin: 0 0 15px 0;
}

h2.hotNewsBox {
	font-family: TheSans;
	font-weight:600;
	font-size: 17px;
	color: #016962;
	margin:6px 0; padding:0;
}




/* masthead */
h1.masthead {
	font-family: TheSans;
	font-size: 20px;
	color: #4c4c4c;
	margin: 0 0 10px 0;
}

div.mastheadText {
    font-family: TheSans;
	font-size: 17px;
	line-height: 30px;
}

p.homeMasthead {
    font-family: TheSansB;
	font-size: 13px;
	line-height: 160%;
	
}



/* secondary navigation */

div.sNav {
    font-family: TheSans;
	font-size: 14px;
	line-height: 260%;
	color: #016962;
	margin: 0; padding:0;
}

/* tabs - works with spry ;) */
h1.tabHeadline {
	font-family: TheSans;
	font-weight:300;
	font-size: 19px;
	color: #333333;
}

/* quicklink navigation */
div.qLinks {
    font-family: TheSans;
	font-size: 19px;
	line-height: 300%;
	font-weight: bold;
	color: #333333;
	margin: 0; padding:0;
}

div.qLinks a:link {
	color: #016962;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
div.qLinks a:visited {
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #016962;
}
div.qLinks a:hover {
	text-decoration: underline;
	font-size: 14px; 
	font-weight: normal;
	color: #016962;
}
div.qLinks a:active {
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #016962;
}



h3 {
	
}

/* content */
h1.content {
	font-family: TheSansB;
	font-size: 19px;
	color: #333333;
	margin: 0 0 14px 0;
}

p.content {
    font-family: TheSansB;
	font-size: 11px;
	
}

h2.news {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size: 14px;
	color: #333333;
	padding: 10px 14px;
	background-color: #b6d0ce;
	width: 772px;
	margin: 0 5px;
}

/* footer */

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #4c4c4c;
}
.footerText a:link {
	color: #016962;
	text-decoration: none;
}
.footerText a:visited {
	text-decoration: none;
	color: #016962;
}
.footerText a:hover {
	text-decoration: underline;
	color: #016962;
}
.footerText a:active {
	text-decoration: none;
	color: #016962;
}




/* FORM ELEMENTS */
select {
	color: #555;
	border: 1px solid #dad9d9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal !important;
}

input, textarea  {
	color: #555;
	border: 1px solid #dad9d9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal !important;
	margin: 0 0 0 0;
}