/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 5px auto;
	padding: 0px;
	text-align: center;
	background: #37757D;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, address {
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p, li, td, and address tags */
p, li, td, address {
	font-size: 11px;
}
/* Sets the line-height for these tags */
p, td {
	line-height: 18px;
}
li {
	line-height: 16px;
}
address {
	line-height: 14px;
	font-style: normal;
	}
/* Styles A links */
a img {
	border: 0px;
}
a:link {
	text-decoration: underline;
	color: #8BC3CA;
	}
a:visited {
	text-decoration: underline;
	color: #ffffff;
 }
a:hover {
	text-decoration: none;
	color: #98CFD6;
	}
a:active, a.selected {
	text-decoration: none;
	color: #C0E4E9;
	}
/* CLASS to remove the top margin for ordered/unordered lists; it helps remove gaps between paragraphs and lists */
ul.nomargin, ol.nomargin {
	margin-top: -10px;
}
ul {
	list-style: url(images/bullet.gif);	
	}
body>ul.leftul, body>div#leftpara, body>ul.rightul, body>div#rightpara, ul.leftul, div#leftpara, ul.rightul, div#rightpara {
	list-style: url(images/bullet.gif) inside;	
}
/* CLASSES to create columns for unordered lists in browsers other than IE. */
body>ul.leftul, body>div#leftpara {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	padding-bottom: 10px;
}
body>ul.rightul, body>div#rightpara {
	float: left;
	margin-left: 0px;
}
/* CLASSES to create columns for unordered lists in IE. */
ul.leftul, div#leftpara {
	float: left;
	margin-left: 14px;
	margin-right: 20px;
	margin-top: 5px;
	padding-bottom: 10px;
}
ul.rightul, div#rightpara {
	float: left;
	margin-left: 0px;
	margin-top: 5px;
}
/* Classes for paragraphs */
.clear {
	clear: both;
}
/* Styles heading (h1, h2, h3, h4, h5) tags */
h1, h2, h3, h4, h5 {
	font-family: Helvetica, Verdana, Tahoma, Arial, sans-serif;
	color: #418088;
	}
h1, h2, h3, h4 {
	text-transform: uppercase;
}
h1 {
	font-size: 20px;
	padding: 0;
	margin: 0px 0px 10px;
}
h2 {
	font-size: 18px;
	padding: 0;
	margin: 0px 0px 8px;
}
h2.normal {
	font-size: 18px;
	padding: 0;
	margin: 0px 0px 8px;
	text-transform: none;
}
h3 {
	font-size: 16px;
	padding: 0;
	margin: 0px 0px 6px;
}
h4 {
	font-size: 14px;
	padding: 0;
	margin: 0px 0px 4px;
}
h5 {
	font-size: 12px;
	padding: 0;
	margin: 0px 0px 2px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
div#container {
	width: 770px;
	margin: 0px auto;
	background: url(images/layout.gif) repeat-y; /* Faux column bg for page */
}
/* Creates DIV container for header. */
div#header {
	width: 770px;
	margin: 0px auto;
	}
/* Creates DIV container for sidebar content */ 
div#sidebar {
	width: 250px;
	float: left;
	padding: 0px 0px 0px 5px;
	color: #E1F4F7;
	clear: left;
}
div#sidebar a {
	color: #ffffff;
}
div#sidebar address {
	padding: 5px 0px 10px 5px;
}
/* Creates DIV container for main content */ 
div#content {
	width: 510px;
	float: right;
	padding: 0px 5px 10px 0px;
}
div#heading1, div#heading2, div#heading3, div#heading4  {
	width: 510px;
	height: 105px;
	padding: 0px;
	margin: 0px 0px 5px;
}
div#heading1, div#heading2, div#heading3, div#heading4 h1{
	color: #fff;
}
div#heading1 {
	background: #37757D url(images/pg1heading.gif) no-repeat; 
	text-indent: -1500px;
}
div#heading2 {
	background: #37757D url(images/pg2heading.gif) no-repeat; 
	text-indent: -1500px;
}
div#heading3 {
	background: #37757D url(images/pg3heading.gif) no-repeat; 
	text-indent: -1500px;
}
div#heading4 {
	background: #37757D url(images/pg4heading.gif) no-repeat; 
	text-indent: -1500px;
}
div#content h2, h3, h4, h5, p, address {
	margin-left: 15px;
	margin-right: 15px;
}
div#content li {
	margin: 0px 15px;
}
div#content a {
	color: #418088;
	}
div#content form#formdoc {
	width: 510px;
	margin: 5px auto;
}
div#content form#formdoc table{
	margin: 5px auto;
}
div#content form#formdoc table td.txtrt{
	text-align: right;
}
/* Creates DIV container for privacy statement (for email forms on Basic sites) */
div#privacy {
	font-size: 10px;
	line-height: 16px;
	margin: 5px 15px;
	text-align: left;
}
/* Creates DIV container for footer content */
div#footer {
	clear: both;
	color: #5D9FA7;
	height: 44px;
	width: 770px;
	margin: 0px auto;
	text-align: center;
	padding: 15px 0px;
	background: #37757D url(images/footer_bg.gif) no-repeat;
}

/* Creates DIV container for sub-navigation */
div#subnav {
	font-size: 10px;
	width: 770px;
	margin: 0px auto;
}

/* Creates DIV container for copyright statement */
div#copyrght {
	color: #5D9FA7;
	font-size: 9px;
	width: 770px;
	margin: 0px auto;
	text-align: center;
	clear: both;
	padding: 0px 0px;
}

/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	background: #418088 url(images/nav_bg.gif) no-repeat;
	border-bottom: 5px solid #fff;
	margin: 0px auto;
	padding: 0px 5px;
	width: 760px;
	height: 25px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 10px;
	text-transform: uppercase;
	display: block;
	float: left;
}
/* Creates our hover status. */
ul#mainnav li a:hover {
	background: #77B4BC;
	color: #ffffff;
	width: auto;
}
/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #306E76;
	color: #ffffff;
	width: auto;
}
/* Create CLASSES to float images and groups of images in SPAN tags */
img.rt {
	float: right;
	margin: 5px 15px 10px 10px;
}
img.rtborder {
	border: 1px solid #37757D;
	float: right;
	margin: 5px 15px 10px 10px;
}
img.lft {
	float: left;
	margin: 5px 10px 10px 15px;
}
img.lftborder {
	border: 1px solid #37757D;
	float: left;
	margin: 5px 10px 10px 15px;
}
img.ctr {
	border: 1px solid #37757D;
	text-align: center;
	margin: 5px auto;
}