/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

/* 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 {
	text-align: left;
	color: #666666;
}
/* Redefines the p tag */
p {
	font-size: 11px;
	line-height: 16px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
table {
	border: 2px #F3E354 solid; 
	width: 585px;
	margin-left: 10px;
}
td {
	font-size: 11px;
	border: #2486c5 1px solid;
	padding: 3px;
}
td.noborder {
	border: none;
}
h1 {
	color: #446E9A;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3E354;
	margin-top: 10px;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 18px;
	font-weight: bold;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #666666;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #E01243;
}
div#sidebar {
	float: left;
	margin-left: 5px;
}
address {
	font-size: 14px;
	color: #666666;
	margin-left: 10px;
	font-style: normal;
	text-align: left;
	margin-bottom: 5px;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #666666;
	font-size: 10px;
}

address a:hover {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #FE0202;
	font-size: 10px;
}

/* ----------------- 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.jpg) no-repeat;
	position: relative;
	width: 903px;
	height: 304px;
	text-align: left;
}


/* NAVIGATION CONTAINER */
div#nav {
	width: 900px;
	top: 3px;
	position: absolute;
	text-align: left;
	left: 9px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #FFFFFF;
}


/* UL TAG */
div#nav ul {
	width: 100%;
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
}

div#nav li a {
	width: auto;
	display:block;
	color: #FFF200;
	text-decoration:none;
	font-weight: bold;
	font-size: 11px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 19px;
	padding-left: 19px;
}

div#nav li a:hover {
	color: #FFF200;
	text-decoration: underline;
}

/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/content.gif) repeat-y;
	width: 903px;
	margin: 10px auto auto auto;
	padding: 0px;
}

/* Creates the div for the content */
div#content {
	margin-left: 280px;
	margin-right: 16px;
}

div#content img {
	text-align: left;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 20px;
	margin-right: 40px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 2px;
	border: 1px solid #F3E354;
}

/* Creates the div container for the footer. */
div#footer {
	margin: 0px auto;
	padding: 0px;
	background: url(images/footer.jpg) no-repeat;
	width: 903px;
	height: 43px;
	color: #FFF200;
	font-size: 10px;
	text-align: center;
	position: relative;
}
a#login img{
	border: none;
	position: absolute;
	left: 70px;
	top: 6px;
}
div#footernav {
	position: absolute;
	left: 297px;
	top: 15px;
}
div#footernav a {
	font-size: 10px;
	color: #446e9a;
	text-decoration: underline;
	font-weight: normal;
}
div#footernav a:hover {
	color: #FFF;
}
/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
div#copyright a {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

ul#list {
	font-size: 11px;
	margin-left: 50px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
}

ul#list li {
	list-style-image: url(images/bullet.gif);
	line-height: 13pt;
	list-style-position: outside;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 11px;
	line-height: 16px;
	margin-right: 40px;
	margin-bottom: -20px;
	margin-left: 40px;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 0px;
	color: #48AB33;
}
div#map {
	clear: right;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding: 2px;
	border: 1px solid #F3E354;
}
iframe {
	margin-left: 40px;
}
div#copyright img {
	border: none;
	margin-top: 10px;
}
div#flash {
	position: absolute;
	top: 52px;
	right: 20px;
}

div#copyright {
	width: 903px;
	text-align: center;
	margin: 0 45px 0 auto;
	color: #446e9a;
}

div#copyright a {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #446e9a
}
div#copyright a:hover {
	color: #789d00;
}
	div#copyright img {
	background-color: #FFF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}
.center {
	text-align: center;
}
