/* CSS Document */

body {
	background:#f7ddcd;
	background-image:url(images/verticalstrip.gif);
	background-repeat:repeat-x;
	margin:0 auto; /* Always set margins to 0. Some browsers automatically apply them. */
	padding:0px 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. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	color:#000000;
	margin-left:5px;
	line-height:20px;
}

p#directions {
	font-size:12px;
}

p#center {
	text-align:center;
}

span {
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
	font-style:italics;
	vertical-align:middle;
}

h1 {
	font-size:18px;
	color:#9e0101;
	margin:15px 0 15px 0;
}

h2 {
	font-size:20px;
	font-style:italic;
	color:#000099;
	margin:15px 0 15px 0;
}

h3 {
	font-size:14px;
	color:#990000;
	margin:15px 0 15px 0;
}

li {
	font-size:12px;
	color:#000000;
}

address {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-style:normal;
	margin:0px;
	padding:10px 0 10px 10px;
}

ul#navigation {
	list-style:none;
	padding:10px 0 0 0;
	margin:0px;
}

li#navigation {
	width:178px;
	height:22px;
	margin:0px;
	padding:0 0 0 0px;
}

a {
	font-family:Arial, Helvetica, sans-serif; 
	color:#9e0101;
	font-size:14px;
	padding:0px;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	text-decoration:none;
	background-repeat:no-repeat;
	font-weight:bold;
}


/* ----------------- 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:110px;
	background-image:url(images/header_bg.gif);
	background-repeat:no-repeat
}

div#navbackground {
	background-image:url(images/nav_bg.gif);
	float:left;
	width:770px;
	height:160px;
}

div#contentarea {
	float:right;
	width:770px;
	height:auto;
	background-image:url(images/content_bg.gif);
	background-repeat:no-repeat;
	padding:0 0px 5px 0px;
}

div#footer {
	clear:both;
	width:770px;
	height:68px;
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
}

div#leftcolumn {
	width:200px;
	height:auto;
	float:left;
	color:#FFFFFF;
	padding:5px;
	margin:0px auto 10px auto;
	clear:left;
}

div#maintext {
	width:500px;
	height:auto;
	float:right;
	color:#FFFFFF;
	padding:5px;
	margin:0px 40px 10px 0px;
	clear:right;
}

div#columncontainer {
	margin:0 auto;
	width:500px;
	height:200px;
}

div#column1 {
	float:left;
	width:220px;
	height:auto;
	clear:left;
}

div#column2 {
	float:left;
	width:220px;
	height:auto;
}

img.left {
	float:left;
	border:#9e0101 2px solid;
	margin:5px 0 5px 10px;
	padding:2px;
	clear:both;
}

img.center {
	border:#9e0101 1px solid;
	margin:5px 0 5px 0;
	padding:2px;
	clear:both;
}

img.right {
	float:right;
	border:#9e0101 1px solid;
	margin:5px 0 15px 20px;
	padding:2px;
	clear:both;
}


/* -----------------Main Navigation Images and Link Effects. ----------------- */


div#navigation {
	float:left;
	margin:0px;
	padding:15px 100px 0 16px;
}

div#navigation a {
	display:block;
	font-family:Arial, Helvetica, sans-serif; 
	color:#FFFFFF;
	font-size:14px;
	padding:2px 5px 0 25px;
	text-decoration:none;
	font-weight:bold;
}

div#navigation a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

div#navigation a:hover {
	width:178px;
	height:22px;
	color:#FFFFFF;
	text-decoration:none;
	background-repeat:no-repeat;
	background-image:url(images/rollover_bg.gif);
}

div#navigation a.current {
	width:178px;
	height:22px;
	color:#9e0101;
	text-decoration:underline;
	background-image:url(images/current.gif);
	background-repeat:no-repeat;
}

div#bottomnav {
	text-align:center;
	padding:20px 0 0 170px;
	font: 12px Arial, Helvetica, sans-serif;
}

div#bottomnav a {
	color:#000000;
	padding:0 20px 0 15px;
	font: 10px Arial, Helvetica, sans-serif;
	
}

div#bottomnav a:visited {
	color:#000000;
	text-decoration:none;
}

div#bottomnav a:hover {
	color:#666666;
	text-decoration:none;
	background-image:url(images/buttonbg.gif);
	background-repeat:no-repeat;
	text-decoration:underline;
}

div#bottomnav a.current {
	color:#333333;
	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: #9e0101;
	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;
}
.clear {
	clear: both;
}
  

/* ----------------- Copyright ----------------- */
/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 10px 0 0 170px;
	padding: 0px;
	clear: both;
	text-decoration: none;
}

div#copyright a {
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}




/* ----------------- IMAGE ELEMENTS ----------------- */

clear {
	clear: both;
}

/* ----------------- Custom Styles ----------------- */