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

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background-color: #666666;
}

/* 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; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 11px;
	line-height: 16px;
	color: #254E72;
	text-transform: none;
	padding: 0px;
	margin: 0px 15px 20px 10px;
}

h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #3D6189;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F3828;
	text-indent: 0px;
	margin: 10px 10px 20px;
}

/* 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 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px;
	margin: 15px 0px 5px 15px;
	text-align: left;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #000000;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	margin: 0px;
	padding: 0px;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/container_bg.gif) repeat-y left 150px;
	border: 2px solid #FFFFFF;
	margin: 0px auto;
	width: 770px;
}

/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 577px;
	background: #EEF4F9;
}

div#content img.right {
	float: right;
	clear: right;
	border: 1px solid #528FC7;
	padding: 2px;
	margin: 0px 0px 20px 10px;
}

div#content img.left {
	float: left;
	clear: left;
	border: 1px solid #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 1px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 770px;
}
div#copyright a {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- left NAVIGATION ----------------- */

div#leftnav {
	float: left;
	width: 191px;
	margin: 0px;
	padding: 0px;
}
ul#leftnav {
	padding: 0px;
	margin: 2px 0px 0px;
}
ul#leftnav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#leftnav li a:link, ul#leftnav li a:visited, ul#leftnav li a:active {
	display: block;
	border-bottom: 1px solid #528FC7;
	color: #000000;
	text-decoration: none;
	font: normal 10px Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: left;
	text-indent: 18pt;
}
ul#leftnav li a:hover, ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #FFFFFF;
	background-color: #528FC7;
}

ul#list {
	font-size: 11px;
	color: #3D6189;
	padding: 0px;
	margin: -15px 60px 0px 30px;
}

ul#list li {
	list-style-image: url(images/bullet.gif);
	line-height: 13pt;
}

div#flash {
	margin: 0px;
	padding: 0px;
	height: 197px;
	width: 191px;
}
.10pxtext {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
div#cta {
	margin: 0px;
	background: #99CC66;
	clear: both;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
}
applet {
	float: right;
}
div#maps {
	border: 1px solid #528FC7;
	height: 350px;
	width: 350px;
	float: right;
	padding: 3px;
	margin: 20px 5px 20px 10px;
}
.textcenter {
	text-align: center;
}
div.float {
	padding-right: 10px;
	float: left;
  }
  
div.float p {
   text-align: center;
   }div#pics {
	text-align: center;
	clear: both;
	margin-left: 10px;
}
div#pics p {
	text-align: left;
}
div#pics br {
	clear: both;
}
.clear {
	clear: both;
}
.cta {
	font-size: 11px;
	color: #528FC7;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}
address strong {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
.border {
	padding: 2px;
	margin: 0px;
	text-align: left;
	border: 1px solid #528FC7;
}
