/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background: #F2E17F url(images/bg.jpg) repeat-x;
}

/* 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;
	font-size: 11px;
	color: #666666;
}
/* Redefines the p tag */
p {
	text-transform: none;
	padding: 0px;
	margin: 0px 30px 20px 20px;
	color: #4F4F4F;
	font: 13px/17px Arial, Helvetica, sans-serif;
}

h1 {
	font: normal 24px Arial, Helvetica, sans-serif;
	color: #000000;
	text-indent: 0px;
	letter-spacing: -1px;
	border-bottom: 1px solid #009933;
	clear: both;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h2 {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
	color: #0C4B76;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #D90D10;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #A60A0B;
}

address {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #1F1F1F;
	padding: 7px 3px 3px;
	text-align: center;
	margin-top: 0px;
	margin-left: 20px;
	border-top: 1px solid #009933;
	margin-right: 20px;
	clear: both;
	font-size: 16px;
}
address strong {
	color: #006600;
}

address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #000000;
}


/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 156px;
	background: #FFFFFF url(images/header_bg.jpg) no-repeat left top;
}


/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/container_bg.gif) repeat-y left top;
	margin: 0px auto;
	width: 760px;
	padding: 0px;
}

/* Creates the div for the content */
div#content {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 565px;
	position: relative;
}
#content ul {
	margin-right: 30px;
}

#content li {
	list-style: url(images/bullet.gif) none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 11px 0px 0px;
	width: 760px;
	height: 40px;
	color: #0c476f;
	background: #F2E17F url(images/footer_bg.gif) no-repeat left top;
	font: bold 9px tahoma;
	text-transform: capitalize;
}
div#footernav {
	float: left;
	width: 760px;
	text-align: right;
	font: 11px tahoma;
	padding-top: 22px;
	color: #D41E1E;
}


div#footernav a:link, div#footernav a:visited, div#footernav a:hover {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
	color: #000000;
  }
div#footernav a:hover {
	color:#0F5B8F;
}  
#footerright {
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	float: right;
	padding-top: 7px;
}

    
/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	clear: both;
	width: 760px;
	margin: 0px auto;
	padding: 5px 0px 0px;
}

   #copyright a {
	font-size: 9px;
	color: #D61F1F;
	text-decoration: underline;
	font-weight: normal;
}
#copyright img {

}


/* ----------------- left NAVIGATION ----------------- */

div#leftnav {
	float: left;
	margin: 0px;
	padding: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	width: 195px;
	background: url(images/leftdiv_bg.jpg) no-repeat left top;
	height: 294px;
}
ul#leftnav {
	padding: 0px;
	margin: 0px;
}
ul#leftnav li {
	display: inline;
	list-style: none;
	line-height: 15px;
	margin-bottom: 3px;
}
ul#leftnav li a:link, ul#leftnav li a:visited, ul#leftnav li a:active {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font: bold normal 11px/29px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 4px 0px;
	text-transform: capitalize;
	text-align: left;
	text-indent: 15pt;
	background: url(images/navoff.gif) no-repeat right center;
	height: 29px;
}
ul#leftnav li a:hover, ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #000000;
	font-weight: bold;
	background: url(images/navon.gif) no-repeat;
}

div#flash {
	margin: 0px;
	padding: 0px;
	height: 156px;
	width: 760px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
div#cta {
	margin: 0px 10px;
	clear: both;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	padding-left: 10px;
	border-top: 1px solid #528FC7;
	color: #254E72;
}
.textcenter {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 5px;
}
.clear {
	clear: both;
}
.cta {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-family: tahoma;
}
.right {
	float: right;
	margin-left: 10px;
	padding: 4px;
	border: 1px solid #EEEEEE;
	clear: both;
	margin-bottom: 10px;
}
.emphasis {
	padding: 3px;
	border: 1px solid #D3D3D3;
	margin-bottom: 10px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #228765;
	text-align: left;
	width: 350px;
	margin-left: 20px;
	float: left;
}
#listfloatleft {
	float: left;
	padding: 0;
	list-style: url(images/bullet.gif) inside;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	margin: 0 0px 15px 40px;
}
div#map {
	padding: 3px;
	height: 300px;
	width: 500px;
	border: 1px solid #E9EAEC;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
applet {
	float: right;
}
strong {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
.rightborderless {
	float: right;
	margin-left: 10px;
	padding: 4px;
	clear: both;
	margin-bottom: 10px;
	margin-right: 15px;
}
hr {
	margin-right: 20px;
	margin-left: 20px;
	background: #E0E0E0;
	color: #E0E0E0;
	border-width: 0px;
	height: 1px;
}
