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

body {
	background: #C2DFF9;
	margin-top: 0px;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* 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 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {font: 11px;}

h1 {font: bold 150%  Arial, Helvetica, sans-serif; color:#3F5D79;}
h2 {font: bold 150%  Arial, Helvetica, sans-serif; color:#347ec2;}
h3 {font: bold 125%  Arial, Helvetica, sans-serif; color:#01325F;}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited, a:active {
	color: #260D8F;
	text-decoration: underline;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Styles the div that serves as the container for the content and navigation.*/
div#container {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-size: 100%;
	text-align: left;
  	width: 770px;
	background: #fff;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width: 770px; 
	height: 119px; 
	margin-left: auto;
	margin-right: auto;
	background: url(images/header.gif) no-repeat top left;
	vertical-align:top;
	color: #000;
}

div#title {
	margin: 0px auto;
	text-align: left;
	width: 770px;  /* bmh */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 720px;
	clear: both;
	padding: 10px 25px;
	border-bottom: 1px dashed #000;
	background-color: #F7DBC4;
}

div#info {
	float: right;
	margin: 0px;
	padding: 0px;
}

div#info p{
	margin-top: 4px;
	margin-bottom: 5px;
	text-align: center;
	font-size: x-small;
}

div#info object{
	margin: 0px;
	padding: 0px;
}

div#info embed{
	margin: 0px;
	padding: 3px 0px 0px 0px;
}

div#audio, div#audio p{
	text-align: center;
	padding: 5px;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	font-size: small;
	color: #000;
}

div#audio a:link, div#audioa:visited, 
div#audioa:hover, div#audio a:active {
	color: #000;
	font-size: small;
}


div#info a:link, div#info a:visited, div#info a:active {color: #000;}

/* Creates DIV container for address/info. */
div#address {
	background: #347ec2;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 770px;  /* bmh */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 750px;
	clear: both;
	padding: 10px;
	border-top: 1px dashed #000;
	color: #fff;
	font-size: 10px;
}

div#address p {
	text-align: left;
}

div#address a{
	color: #C2DFF9;
}

/* Creates DIV container for body. Setting the left and right margins to auto will center DIV. */
div#body {
	font-size: 11px;
	float: left;
	width: 770px;
	background: #fff;
}

div#body p {
	text-align: left;
}

div#body h1 {
	margin: 0px auto;
	text-align: left;
	width: 770px;  /* bmh */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 720px;
	clear: both;
	padding: 10px 25px;
	border-bottom: 1px dashed #000;
}

div#body.services a, p, h2, h3{
	display: block;
	text-align: center;
}

div#body td {
	vertical-align: top;
	padding: 10px;
}

div#body td.left {
	width: 400px;
	border-right: 1px dashed #ccc;
}

div#body td.right {
	background: #E7F4FF;
	width: 370px;
}

div#content {
	padding: 10px;
	margin: 0;
}
	
table#form {
	font: 12px Arial, Helvetica, sans-serif;
	background: #fff;
}
	
table#form p {
	text-align: right;
	}

form#submit {
	text-align: center;
}

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

/* Creates the container for the navbar and centers it.*/ 
div#navcontainer {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
/* Removes any default margins or padding applied to lists. Floats the list to the left, which incorporates the child elements (i.e. the links) and provides a full-length background color that extends past the links.*/

ul#mainnav {
	background: #C2DFF9;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

/* Lists, by default, are block level elements, so the applying the inline style removes the line breaks of a block level element and causes the links to line up next to one another. We float the items left as some browsers have difficulty displaying the inline property correctly in this fashion. We remove all margins and padding and the bullet by setting the list style type to none.*/

ul#mainnav li {
	background: #347ec2;
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
}

/* Although we have redefined the li style as an inline element, we need to make the actual links block level elements so we can give them widths and have them display properly as "buttons." */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 112px;
	padding: 7px 10px;
	margin: 0px;
	border-right: 1px dashed #FFFFFF;
	color: #FFFFFF;
}
/* Creates the hover and "on" status style, which can be applied directly to a single link. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background-color: #01325F;
}

/* ---------------------------- FOOTER ----------------------------  */
/* Creates the div container for the footer. */
div#footer {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	clear: both;
	padding: 5px;
}

div#footer p{
	color: #01325F; 
	font-size: 9px;
	text-align:center;
}

div#footer a:link, a:visited, a:hover, a:active {color: #01325F;}

div#copyright {font-size: 9px;}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 15px 10px 25px 15px;
	border: 1px solid #000;
}

img.norm {
	border: 1px solid #000;
	margin: 10px;
}

img.right {
	float: right;
	margin: 0 25px 25px 10px;
	clear: left;
}

img.header {
	position: relative;
	float: right;
	clear: both;
}

object.right {
	float: right;
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
}
img.center {
	border: 1px solid #000;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
div#textarea, p {
	text-align: center;
	margin: 10px 0;
}

div#textarea h5{
	text-align: center;
	font-weight: bold;
}
	
a.textarea:link, a.textarea:visited, a.textarea:hover, a.textarea:active {
	font: 12px Arial, Helvetica, sans-serif;
	color: #260D8F; 
	text-decoration: underline;
}
