@charset "utf-8";
/* CSS Document */

/*** Color Palette
Dark Teal for Headers		#0e3745
Logo Teal	                #009966
Logo Blue                   #006699
navigation color            #f0f0f0
content area color          #f0f0f0
border-navigation color     #dcdcdc

**************************/
 
/***************************
remove defaults
****************************/

/************************************
got the following code from 
http://codesnippets.joyent.com/posts/show/1923

it works like a champ!
*************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000000; 

}

:focus {
	outline: 0;
}
td {
	vertical-align:top;
}

/*** LAYOUT ***/
body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color:#ffffe8;
	background-position:center;
}
.logo {
	background-color:#FFF;
	padding:0px;
	text-align:center;
}
.header {
	background-color:#ffffe8;
	font-size:x-large;
	text-align:right;
	padding:12px;
	color:#000;
	background-image:url(images/ltagline.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height: 220px;
}

.contentHead {
	background-color:#006699;
	font-size:14px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	border-right:0px solid #fff;
	border-top:0px solid #dcdcdc;
	vertical-align:middle;
	height: 35px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
}




.navigation {
	background-color:#ffffe8
	;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #dcdcdc;
}
.banner {
	background-color:#ffffe8;
	text-align:center;
	vertical-align:middle;
	/** font-family: "Comic Sans MS", serif; **/
}
.intro {
	background-color:#fff;
	padding:20px;
}
.contentArea {
	background-color:#ffffe8;
	padding-top:16px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	border-right:0px;
	border-top:0px;
}
.contentWhite {
	background-color:#fff;
	padding-top:16px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	border-right:0px;
	border-top:0px;
	color:#000;
}
.footer {
	background-color:#ffffe8;
	text-align:center;
	font-size:12px;
	color:#000;
	padding:18px;
	border-top:0px;
}

/*** NAVIGATION ***/

#nav {
	list-style:none;
	/** font-family: "Comic Sans MS", serif; **/
}
#nav li {
	font-size:14px;
	font-weight:bold;
	float: left;
	border-right:0px solid #fff;
	
}
#nav li a {
	display: block;
	border-top:6px solid #ffffe8;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 18px;
	padding-left: 12px;
}
#nav li a:hover {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #000000;
	/** font-family: "Comic Sans MS", serif; **/
	font-size: 14px;
}
#nav li a.currentpage {
	/** color:#000000; **/
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #000000;
}

/*** CONTENT ***/

h1 {
	color:#000;
	font-size:36px;
}
up {
	color: #0F0;
	font-size:50px;
	text-align:center;
}
h2 {
	color:#000;
	font-size:22px;
	margin-top:12px;
	/** font-family: "Comic Sans MS", serif; **/
}
h3 {
	color:#000000;
	font-size:12px;
	margin-top:2px;
	margin-bottom:2px;
	text-align: center;
}
.intro li {
	font-size:12px;
	line-height:15px;
	color:#666;
	padding-bottom:8px;
}
.contentArea li {
	font-size:12px;
	line-height:16px;
	color:#666;
	font-weight:bold;
}


.bullets {
	margin-left:20px;
}
.bullets li {
	padding-bottom:8px;
}
.navlist {
	padding:0;
	margin:0;
}
.navlist li {
	list-style:none;
	border-bottom:0px solid #dcdcdc;
	padding-top:4px;
	padding-bottom:6px;
}
.navlist a {
	display:block;
}

p {
	color:#000;
	font-size:18px;
	line-height:18px;
	margin-bottom:15px;
	/* [disabled]text-align: left; */
}
.contentWhite li {
	font-size:12px;
	line-height:16px;
	color:#666;
	padding-bottom:6px;
}
.contentWhite p {
	color:#666;
	font-size:12px;
	line-height:18px;
	margin-bottom:10px;
}
.contentWhite ul {
	margin-left:40px;
}
.superbold {
	font-size:18px;
	color:#0e3745;
}

.bannerbold {
	font-size:xx-large;
	color:#0e3745;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

/*.quote {
	font-size:11px; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-style:italic;
}*/
.quote { 
	text-indent: -.4em; 
	margin-left: .4em;
	margin-top:12px;
	font-size:10px;
	line-height:13px; 
	/*font-family:Georgia, 'Times New Roman', Times, serif; */
	font-style:italic; 
} 

/*** LINKS ***/

a:link {
	text-decoration:none;
	/** color:#000000; **/
}
a:visited {
	text-decoration:none;
	/** color:#000000; **/
}
a:hover {
	text-decoration:none;
	/** color:#000000; **/
}
a:active {
	text-decoration:none;
	/**color:#365f67; **/
}
.contentArea a, .contentWhite a {
	font-weight:bold;
	/**color:#006699;**/
}
.footer a {
	font-weight:bold;
	/**color:#006699;**/
}

.contentArea a:hover, .contentWhite a:hover {
	font-weight:bold;
	/**color:#009966;**/
	text-align: justify;
}
.footer a:hover {
	font-weight:bold;
	/**color:#009966;**/
}

.header .bannerbold {
	font-weight: normal;
}
.contentHead div {
	color: #fff;
}
