/* CSS Document */

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

<!--

body {
	background:#a8ffa8;
	background-image:url(images/verticalstrip.gif);
	background-repeat:repeat-x;
	margin:0 auto; /* Always set margins to 0. Some browsers automatically apply them. */
	padding:10px 0 20px 0; /* Always apply padding if you apply margins */
}

/* 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, lo, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* ----------------- REDEFINE TAGS ----------------- */
p {
	font-size: 11px;
	color:#000000;
	line-height:20px;
	margin:15px 0 5px 0;
}

strong {
	color:#258010;
}

h1 {
	font-size:18px;
	color:#cc6600;
	margin:0;
}

h2 {
	font-size:14px;
	font-style:italic;
	color:#073b91;
}

h3 {
	font-size:12px;
	color:#073b91;
	margin:10px 0 0 25px;
	text-decoration:underline;
}

h4 {
	font-size:16px;
	color:#073b91;
}

h5 {
	font-size:14px;
	color:#990000;
	text-decoration:underline;
}

li {
	font-size:11px;
	color:#000000;
}

address {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CC6600;
	padding:0 0 15px 25px;
	font-style:normal;
}

ul#navigation {
	list-style:none;
	margin:0px;
	padding:0px;
}

li#navigation {
	width:150px;
	height:40px;
	padding-bottom:1px;
}

li#hlinks a {
	text-decoration:none;
	color:#0066FF;
}

li#hlinks a:hover {
	text-decoration:none;
	color:#0066FF;
	text-decoration:underline;
}

img.right {
	float:right;
	border:#258010 1px solid;
	margin:0 5px 10px 10px;
	padding:2px;
	clear:both;
}

img#yppic {
	padding-top:30px;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width:770px;
	height:auto;
	margin:0 auto;
}

/* Created to hold the background stip that is displayed when content area is stretched */
div#contentcontainer {
	float:left;
	width:770px;
	height:auto;
	background-image:url(images/contentstrip.gif);	
	background-repeat:repeat-y;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width:770px;
	height:201px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat
}

div#contentarea {
	float:right;
	width:760px;
	height:auto;
	background-image:url(images/content_bg.gif);
	background-repeat:no-repeat;
	padding:15px 0 5px 10px;
}

div#footer {
	clear:both;
	width:770px;
	height:106px;
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
}

div#leftcolumn {
	float:left;
	width:160px;
	height:auto;
	clear:left;
	margin:0px;
	padding:10px 0 15px 3px;
}

div#maintext {
	float:right;
	width:565px;
	height:auto;
	clear:right;
	margin:0px;
	padding:10px 20px 0 0;
}

div#addresscontainer {
	width:auto;
	float:left;
	clear:left;
	margin:0 auto;
	padding:88px 0 0 210px;

}

div#navigation {
	float:left;
	padding:0;
	margin:0px;
	clear:both;
	height:auto;
}

/* -----------------Main Navigation Images and Link Effects. ----------------- */

div#navigation a { 
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:5px;
	text-align:center;
	width:150px;
	height:35px;
	background-image:url(images/idle.gif);
	background-repeat:no-repeat;
}

div#navigation a:visited {
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(images/idle.gif);
	background-repeat:no-repeat;
}

div#navigation a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(images/hover-current.gif);
	background-repeat:no-repeat;
}

div#navigation a.current {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(images/hover-current.gif);
	background-repeat:no-repeat;
}

/* ----------------- Copyright ----------------- */
div#copyright {
	text-align:center;
	font-size: 10px;
	padding:10px 20px 0 165px;
	color:#000000;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#copyright a:link { 
	color:#258010;
}

div#copyright a:hover {
	color:#258010;
	text-decoration:none;
}

div#copyright a:visited { 
	color:#000000;
}

/* ----------------- Bottom Navigation Link Effects. ----------------- */
div#bottomnav {
	margin:0 auto;
}

div#bottomnav {
	text-align:center;
	font-size: 12px;
	padding:30px 20px 0 175px;
}

div#bottomnav a { 
	color:#cc6600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 20px 0 15px;
	text-decoration:none;
	
}

div#bottomnav a:visited{
	color:#cc6600;
	text-decoration:none;
}

div#bottomnav a:hover {
	color:#258010;
	text-decoration:none;
}

div#bottomnav a.current {
	color:#258010;
	text-decoration:underline;
	background-repeat:no-repeat;
}

/* ----------------- 2 COLUMN FORM  ------------------- */
div#form {
	width: 450px;
	text-align: left;
}
input {
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 70px;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	text-align: left;
	color: #6699CC;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
textarea#comments {
	width: 98%;
}
div#ps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	text-align: left;
	margin-bottom: 5px;
}
.rightform {
	float: right;
	margin-left: 5px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

clear {
	clear: both;
}

/* ----------------- MAP STYLES ----------------- */
div#map {
	margin:auto 0;
}

/* ----------------- CUSTOM STYLES ----------------- */


/* CSS Document */


