/* 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. */
	padding:0px;
	font-size:14px;
}
/* Redefines the p tag */
p {
	font-size: 14px;
	color:#000000;
	margin:10px 0 0 15px;
	line-height:20px;
}

h1 {
	font-size:18px;
	font-style:italic;
	color:#000099;
	margin:35px 0 0 10px;
}

h2 {
	font-size:14px;
	font-style:italic;
	color:#000099;
	margin-left:25px;
}

ul {
	padding-left:35px;
}

ul#nav {
	margin:0px;
	padding:0px;
}

li#nav {
	font-size:14px;
	color:#000000;
	list-style:none;
	text-align:left;
	padding:0 0 0 15px;
	margin:0px;	
}

address {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	padding:5px 0 0 15px;
	font-weight:bold;
	font-style:normal;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#000000;
	text-align:left;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000000;
}

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

div#navbackground {
	background-image:url(images/nav_bg.gif);
	float:left;
	width:192px;
	height:auto;
	background-repeat:no-repeat;
}

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

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



img.right {
	float:right;
	width:auto;
	height:auto;
	border:#663300 1px solid;
	margin:0 0 10px 15px;
	padding:2px;
	clear:both;
}

img.left {
	float:left;
	width:auto;
	height:auto;
	border:#663300 1px solid;
	margin:35px 10px 55px 10px;
	padding:2px;
	clear:both;
}

img.navpic {
	float:left;
	width:auto;
	height:auto;
	border:#663300 1px solid;
	margin:15px 0 0 10px;
	padding:2px;
	clear:both;
}

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

div#navigation {
	float:left;
	margin:60px 10px 0 10px;
}

div#navigation a { 
	color:#0000CC;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	padding:0 5px 0 0;
	text-align:right;
	text-decoration:none;
}

div#navigation a:visited {
	color:#000000;
	text-decoration:none;
}

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

div#navigation a.current {
	color:#0000CC;
	text-decoration:underline;
}

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

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

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

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

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

div#bottomnav a.current {
	color:#0000CC;
	text-decoration:underline;
}

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

div#footer a:link { 
	color:#333333;
	font-size:10px;
}

div#footer a:hover {
	color:#000000;
	text-decoration:none;
}

div#map {
	margin:auto 0;
}


/* ----------------- SINGLE COLUMN FORM ------------------- */
div#form {
	width: 450px;
	text-align: left;
	margin:15px auto;
}
form p {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	float: left;
	width: 125px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
}
div#ps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	text-align: left;
}

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

clear {
	clear: both;
}
