/* CSS Document */

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

<!--

body {
	background:#FFFFFF;
	background-image:url(images/verticalstrip.gif);
	background-repeat:repeat-x;
	margin:0 auto; /* Always set margins to 0. Some browsers automatically apply them. */
	padding:0 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: Arial, Verdana, 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: 14px;
	color:#000000;
	line-height:20px;
}

strong {
	color:#073b91;
}

h1 {
	font-size:20px;
	font-style:italic;
	color:#0066CC;
	margin:10px 0 15px 0;
	text-align:center;
	border-bottom:#073b91 1px solid;
}

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

h3 {
	font-size:18px;
	font-style:italic;
	color:#073b91;
	margin-left:25px;
}

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

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

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

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

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

li#navigation {
	float:left;
	width:138px;
	height:47px;
}



/* ----------------- 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:206px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat
}

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

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

div#navigation {
	float:left;
	margin:0px;
	padding:1px 0 0 20px;
	clear:both;
	display:block;
	height:47px;
	height:100%;
}

div#leftcolumn {
	float:left;
	width:210px;
	height:auto;
	clear:left;
	margin:0px;
	padding:25px 0 15px 15px;
}

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

div#pagetitle {
	float:right;
	width: 475px;
	height:50px;
	padding:30px 15px 0 15px;
}

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

div#navigation a { 
	display:block;
	color:#003399;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	padding:18px 0 0 0;
	text-align:center;
	width:138px;
	height:29px;
}

div#navigation a:visited {
	display:block;
	color:#003399;
	text-decoration:none;
}

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

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

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

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

div#bottomnav a { 
	color:#0066CC;
	font-family:"Times New Roman", Times, serif;
	padding:0 20px 0 15px;
	
}

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

div#bottomnav a:hover {
	color:#0066CC;
	text-decoration:none;
	font-weight:bold;
}

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

/* ----------------- Copyright ----------------- */
div#copyright {
	text-align:center;
	font-size: 10px;
	padding-top:10px;
	color:#000000;
	clear:both;
}

div#footer a:link { 
	color:#0066CC;
}

div#footer a:hover {
	color:#0000CC;
	text-decoration:underline;
}

div#footer a:visited { 
	color:#0066CC;
}

/* ----------------- 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 ----------------- */
img.left {
	float:left;
	border:#FFFFFF 1px solid;
	margin:0 0 10px 5px;
	padding:2px;
	clear:both;
}


