/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	background-color: #93a6bf;
}

/* 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, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #483093;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-left: 10px;
}
h2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	clear: both;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #333333;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #D30101;
}

address {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #3A2C65;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	position: absolute;
	right: 30px;
	top: 63px;
}
div#header strong {
	font-size: 22px;
}



address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #EE4A52;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.gif) no-repeat;
	position: relative;
	width: 770px;
	height: 197px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

/* ---------------------------- MAIN NAVIGATION ----------------------------  */

div#nav{
	position: absolute;
	top: 165px;
	left: 198px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #64598C;
}

ul#nav {
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#nav li {
	display: inline;
	float: left;
	margin: 0px auto;
}

ul#nav li a:link, ul#nav li a:visited {
	display: block;
	width: auto;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 9px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #64598C;
	padding-bottom: 9px;
	text-transform: uppercase;
	font-size: 11px;
}



ul#nav li a:hover {
	width: auto;
	text-decoration: underline;
}

ul#nav li a#current, ul#nav li a#currenthover {
	display: block;
	width: auto;
	color: #3A2C65;
}

/* Creates the div container for the site. */
div#container {
	background: #d8dee7;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border-right: 4px solid #5D47A1;
	border-bottom: 4px solid #5D47A1;
	border-left: 4px solid #5D47A1;
}

/* Creates the div for the content */
div#content {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	margin: 0px;
}

div#content img {

}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 1px solid #5D47A1;
}
div#copyright img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.clearboth {
	clear: both;
}


div#content img.left {
	float: left;
	clear: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #E3AC46;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	width: 770px;
	height: 13px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	padding-top: 4px;
	background-color: #5D47A1;
}

div#footer a:link, div#footer a:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
div#footer a:hover {
	color: #FA3B64;
	text-transform: uppercase;
	text-decoration: none;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px auto 20px;
	padding: 0px;
	clear: both;
	width: 770px;
}
div#copyright a {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

ul#list {
	font-size: 12px;
	margin-left: 80px;
	margin-bottom: 20px;
}

ul#list li {
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	line-height: 13pt;
}

iframe {
	padding: 0px;
	margin: -20px 0px 0px 100px;
	float: left;
}

iframe.map {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 63px;
	border: 1px solid #5D47A1;
}
.clear {
	clear: left;
}
h3 {
	font-size: 14px;
	line-height: 16px;
	background-color: #C9D1DE;
	margin-right: 20px;
	margin-left: 20px;
	clear: both;
	padding: 5px;
}
