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

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F8E2B9;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* 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. */
	color: #666666;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	color: #094C80;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px 20px 20px;
}
h2 {
	color: #094C80;
	margin-left: 30px;
	margin-right: 33px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
	background-color: #B0DCFF;
	padding: 5px;
	border: 1px solid #82C7FF;
	clear: both;
}
h3 {
	color: #F8551E;
	margin-left: 35px;
	margin-right: 35px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	margin-bottom: 20px;
}
ul, li {
	 margin: 0;
	 padding: 0;
	 text-align: left;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #666666;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #D02433;
}

address {
	color: #785430;
	margin: 20px 0px 10px;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	clear: both;
	padding-top: 5px;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #38802A;
	font-size: 12px;
	font-weight: bold;
}
div#right {
	float: right;
	width: 216px;
	clear: right;
}
/* ----------------- 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: 950px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	height: 245px;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.jpg) repeat-y;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Creates the div for the content */
div#content {
	margin: 0px;
	padding: 0px;
	width: 520px;
	float: left;
}

div#content img {
	padding: 1px;
	border: 1px solid #85CAFF;
	margin-right: 3px;
}
div#content img.cc {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#content img.right {
	float: right;
	clear: right;
	margin-left: 20px;
	margin-right: 38px;
	margin-top: 0px;
	margin-bottom: 20px;
}


/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	height: 14px;
	text-align: center;
	background-image: url(images/footer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

div#footer a {
	font-size: 10px;
	color: #F3DA89;
	text-decoration: underline;
	font-weight: normal;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #0A4D81;
	margin: 5px auto 20px;
	padding: 0px;
	clear: both;
	width: 786px;
	text-transform: uppercase;
}
div#copyright a {
	font-size: 10px;
	color: #0A4D81;
	text-decoration: underline;
	font-weight: normal;
}

div#left {
	width: 186px;
	margin: 0px 0px 20px;
	padding: 0px;
	vertical-align: top;
	left: 0px;
	z-index: 2;
}

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

ul {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	list-style: none;
	z-index: 2;
}
ul li {
	display: inline;
	list-style: none;
	position: relative;
	z-index: 2;
}	

ul li a:link, ul li a:visited, ul li a:active {
	display: block;
	color: #57AAEC;
	text-decoration: none;
	padding: 7px 0px 7px 15px;
	text-align: left;
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06406A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0F6FB5;
	width: 193px;
	position: relative;
	font: bold 12px Arial, Helvetica, sans-serif;
	z-index: 5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0F6FB5;
	background-image: url(images/nav.jpg);
	text-transform: uppercase;
}
ul li a.current:link, ul a.current:visited {
	color: #FFFFFF;
	background-color: #EE4703;
	text-decoration: none;
}
ul li a:hover {
	background-position: right center;
	text-decoration: underline;
	background-color: #4E9D34;
}

/* drop down list */
ul li ul {
	position: absolute;
	left: 209px;
	top: 0;
	display: none;
	background-color: #3A9AE6;
	}

ul li a {
	display: block;
	text-decoration: none;
	background-color: #3A9AE6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0F6FB5;
	}

ul li:hover ul, ul li.over ul { 
	display: block; }

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

iframe {
	padding: 0px;
	clear: left;
	float: left;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

iframe.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 38px;
	margin-bottom: 0px;
	margin-left: 20px;
	border: 1px solid #666666;
	float: right;
}

.clear {
	clear: both;
}

.name {
	font-weight: bold;
	font-size: 12px;
	color: #663200;
}

ul#list {
	margin-bottom: 20px;
	margin-left: 70px;
	list-style-position: outside;
}

ul#list li {
	display: list-item;
	list-style: square outside;
	font-size: 12px;
	line-height: 18px;
}
div#flash {
	z-index: 0;
	top: 98px;
	right: 0px;
	position: absolute;
}
div#leftside {
	float: left;
	width: 211px;
}
.orange {
	color: #F8551E;
}
.blue {
	color: #1689DE;
}
blockquote {
	font-size: 12px;
	line-height: 16px;
	margin-right: 35px;
	margin-left: 55px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
	color: #666666;
}
div#list {
	float: left;
	width: 250px;
}
.clearboth {
	margin: 0px;
	padding: 0px;
	clear: both;
}
h4 {
	color: #F8551E;
	margin-left: 35px;
	margin-right: 35px;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	margin-bottom: 20px;
}
/* ----------------- 2 COLUMN FORM  ------------------- */
div#form {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}
input {
	margin-bottom: 10px;
	width: 180px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	height: 70px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	text-align: left;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
textarea#comments {
	width: 27%;
	color: #666666;
	margin: 2px 0px 20px;
	padding: 0px;
	text-align: left;
	left: 0px;
}
.rightform {
	float: left;
	margin-right: 10px;
}
div#form2 {
	width: 600px;
	text-align: left;
	height: 340px;
}
div#container2 {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
}
body.form {
	margin: -20px 0px 0px 5px;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: none;
}
.clearleft {
	clear: left;
}
iframe.form {
	float: left;
	margin: 0px;
	padding: 0px;
}
h5 {
	color: #094C80;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
	background-color: #B0DCFF;
	padding: 5px;
	border: 1px solid #82C7FF;
	clear: both;
	margin-right: 4px;
	margin-left: 0px;
	margin-top: 0px;
}
