/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	scrollbar-face-color: #000B5B;
	scrollbar-shadow-color: ffffff;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #cccccc;
	scrollbar-arrow-color: #ffffff;
	background-color: #375472;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 8px;

}

/* 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, h4, h5, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color:#375472;
	font-size: 12px;
	margin-left: 50px;
	margin-right: 42px;
}
h1 {
	font-size: 13px;
	font-weight:bold;
	color:#000066;
	margin-top: 15px;
	margin-bottom: 0px;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
}
h2 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
h3 {
	font-size: 14px;
	color: #FF0000;
	text-align: left;
}
h4 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
dt {
	font-size: 12px;
	color: #FFFFFF;
	margin: 10px 20px 5px;
	background-color: #6666FF;
	padding: 2px 2px 3px 4px;
} 

dd {
	font-size: 12px;
	list-style: none;
	margin: 5px 30px 10px 30px;
} 

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #3B7F82;
	text-decoration: underline;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:visited {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	color: #FF0303;
	font-size: 12px;
	font-weight: bold;
}

a:active {
	color: #37AB94;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a:link2 {
	color: #330000;
	text-decoration: underline;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited2 {
	color: #666666;
	font-size: 12px;
}
a:hover2 {
	color: #0066FF;
	font-size: 12px;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	height: 122px;

}
/* Creates the div container for the footer. */
div#footer {
	font-size: 10px;
	color: #CCCCCC;
	text-align: right;
	margin: 0px auto;
	padding: 0px;
	height: auto;
	width: 750px;
	background-color: #000000;

}

div#sitecontainer {
	width:750px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(images/bg_sitecontainer.jpg);
	background-repeat: repeat-y;
	border: 1px none #027CC9;

}
div#contentwrapper {
	width:750px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	background-image:  url("");
	float: none;
	border: none;

}
div#map {
	text-align:center;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 25px 0px 10px;
	width: 340px;
	border: 1px solid #000000;
	float: right;
	clear: both;
			  }

div#contentright {
	width:250px;
	height:auto;
	text-align:left;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	float: right;
	clear: both;
			  }
			  
div#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCC99;
	text-align: center;
	float: none;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
div#copyright a:link {
	color: #FFFFFF;
	font-size: 10px;

}
div#copyright a:visited {
	color: #999999;
	font-size: 10px;

}
div#copyright a:hover {
	color: #FF0000;
	font-size: 10px;

}
/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	padding: 5px;
	margin: 5px;
	border: 1px solid #000000;
}
img.right {
	float: right;
	padding: 3px;
	margin: 0px 5px 3px 10px;
	border: 1px solid #394D70;
}
img.centered {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
/* ----------------- MAIN NAVIGATION ----------------- */

/* Creates the container for the navbar and centers it.*/ 
div#navcontainer {
	width: 750px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg_navcontainer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
ul#address li {
	display: inline;
	margin: 0px auto;
	padding: 0px 18px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	line-height: normal;
	list-style-image: none;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-style: normal;
	float: left;
	background-color: #6A0000;
}

/* 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 {
	width: 730px;
	margin: 0px auto;
	padding: 7px 10px 0px;
	list-style-type: none;
	text-align: center;
	}

/* 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 {
	display: inline;
	float: left;
	margin: 0px;
	padding: 1px;
}

/* 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: 12px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 1px 31px;
	margin: 0px auto;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight:bold;
	height: auto;
}
/* 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 {
	color: #FFFFFF;
	margin: 0px;
	background-color: #CC0000;
	height: auto;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C8B86;
	text-align: center;
}

.imv_copyright {
	text-align: center;
	color: #FFFFFF;
}

img.border {

	float: none;
	padding: 3px;
	margin: 3px;
	border: 1px solid #000066;
}
img.rightnoborder {

	float: right;
	padding: 3px;
	margin: 3px 22px 3px 10px;
	border: 0px none #000066;
}
.centeredtxt {
	text-align: center;
	font-size: 12px;
}
.smalltext {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 20px;
	color: #CCCCCC;
	padding-left: 50px;
	padding-top: 20px;
}
.answertextp3 {
	font-size: 12px;
	color: #000000;
}
.boldtextwhite {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
div#address {
	margin: 0px;
	padding: 0px;
	width: 750px;
	background-repeat: repeat-y;
	background-image:  url("");
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 47px;
	background-position: top;
	float: left;
}
.smallcentered {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	font-size: 10px;
}
.boldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
strong {
	font-weight: bold;
	color: #000066;
}
div#sitecontainerintro {
	width:100%;
	margin: 0px auto;
	padding: 5px;
	background-repeat: repeat;
	text-align: center;
	float: none;
	height: 245px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-image: url(images/bg_intro.jpg);
}
