/* 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:22px;
	font-style:italic;
	color:#000099;
	margin:15px 0 15px 0;
}

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

ul {
	padding-left: 35px;
}

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

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

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

div#leftcolumn {
	background-image:url(images/left_bg.gif);
	float:left;
	width:221px;
	height:274px;
	background-repeat:no-repeat;
}

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

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



img.left {
	float:left;
	border:#FFFFFF 1px solid;
	margin:100px 0 0 20px;
	padding:2px;
	clear:both;
}

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

div#navigation {
	float:left;
	margin:109px 0px 0px 360px;
}

div#navigation a { 
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:0 5px 0 0;
	text-align:right;
	text-decoration:none;
}

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

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

div#navigation a.current {
	color:#FFFFFF;
	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:#CCCCCC;
	font-family:"Times New Roman", Times, serif;
	padding:0 20px 0 15px;
	
}

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

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

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

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

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

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

div#map {
	margin:auto 0;
}

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

clear {
	clear: both;
}

/* ----------------- Custom Styles ----------------- */

div#email {
	position:relative;
	top:80px;
	left:406px;
}

div#email a{
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	text-decoration:underline;
}

div#email a:hover{
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	text-decoration:none;
}

