/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: url(images/layout_body.jpg) repeat-x #3b415f;
	margin: 0px;
	padding: 0px; 
	text-align: center;
	
}

/* 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, a{
	font-family: Helvetica, 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: 14px;
	color: #000;
	line-height: 20px;
	text-align: left;
}
h1 {
	font-size: 19px;
	font-family: Century, Garamond, serif_v01;
	color: #336633;
	text-align: left;
}
h2 {
	font-size: 15px;
	font-family: Century, Garamond, serif_v01;
	color: #336633;
	text-align: left;
	padding: 0px;
}
address {
	text-align: center;
	font-size: 11px;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-style: normal;
	float: right;
	margin: 0 auto;
	padding: 0 5px 0 5px;
	color: #413a36;
	line-height: 20px;	
	width: 770px;
}
/* Creates the general link style for the site. This is not the main navigation.  */

ul {
	float: left;
}
li {
	font-size: 14px;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
}
a:link, a:active, a:visited {
	color: #000;
}
a:hover {
	color:#f95c2a;
} 
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	position: relative;
	margin: 0 auto 0 auto;
	width: 770px;
	background: url(images/layout_container.gif) repeat-y;
}

div#header {
	background-image: url(images/layout_header.jpg);
	height: 300px;
	width:770px;
	background-repeat: no-repeat;
	
}
div#content {
	width: 680px;
	padding: 0 0 15px 0;
	margin: 5px 20px 5px 40px;
}
div#context {
	width: 585px;
	margin: 0;
	padding: 5px 5px 0 5px;
	text-align: left;
	float: right;
}
div#footer {
	clear: both;
	background: url(images/layout_footer.jpg) no-repeat;
	height: 119px;
	width: 770px;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: center;
}
div#copyright {
	font-size: 10px;
	margin: 0 auto 0 auto;
	color: #fff;
	line-height: 13px;
}
/* ----------------- Top Nav --------------------- */

 

div#navigation {
	position: absolute;
	top: 105px;
	left: 77px;
	height: 35px;
}

 

ul#mainnav {

   	margin: 0px;
	padding: 0px;
	height: 35px;

}

 

ul#mainnav li {

  	display: block;
	list-style: none;
	font-size:11px;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	margin: 0 1px 0 1px;
	text-align: left;
	text-transform: uppercase;
	width: 199px;
}

 

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {

   	color: #fff;
	text-decoration: none;
	display: block;
	/* white-space: nowrap; */
	background: url(images/nav_link.gif) no-repeat center;
	font-weight: 800;
	height: 35px;
	line-height: 35px;
	padding: 0 26px 0 26px;
}

 

ul#mainnav li a:hover{    
	color: #fff;
	background: url(images/nav_current.gif) no-repeat center;
	font-weight: 800;
	height: 35px;
	line-height: 35px;
	padding: 0 26px 0 26px;
}

 

ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
				
	background: url(images/nav_current.gif) no-repeat center; 
	color: #fff;
	height: 35px;
	line-height: 35px;
	padding: 15px 26px 5px 26px;
	border: none;
}

 

* html #nav a {  /* mystery code to fix ie. you must use &nbsp for any spaces in nav text */

   	width: 1%;
}

 
/* ---------------------- Divs Items ------------------------- */

div#content ul {
	text-align: left;
	float: left;
	margin: 0;
	padding: 0 0 5px 0;
}
div#content ul li {
	list-style: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	padding: 5px 10px 5px 28px;
	margin: 0;
	font-size: 14px;
}
div#listblock {
	float: left;
	width: 425px;
}
div#bottomnav ul {
	padding: 0 0 1px 0;
	margin: 0 auto;
	text-align:center;
	width: 800px;
}
div#bottomnav li {
	display: inline;
	list-style: none;
	margin: 0 10px 0 10px;
	font-size: 14px;
	color: #fff;
}
div#bottomnav li a:link, div#footer li a:visited, div#footer li a:active, {
	color: #fff;
}
div#bottomnav li a:hover {
	color: #4588d6;
}
div#copyright a:link, div#copyright a:visited, div#copyright a:active {
	font-size: 10px;
	color: #fff;
}
div#copyright a:hover {
	font-size: 10px;
	color: #ad4c36;
}
/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	padding: 5px 5px 0 0;
}
img.right {
	float: right;
	clear: right;
	margin: 5px 0 0 5px;
}
img {
	border: none;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.clear {
	clear: both;
}
.emphasize {
	font-weight: 800;
	color: #336633;
}
/* ----------------- SINGLE COLUMN FORM ------------------- */
div#form {
	width: 450px;
	text-align: left;
	margin-left: 100px;
	
}
form p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
input {
	margin-bottom: 10px;
	width: 200px;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	float: left;
	width: 125px;
	text-align: right;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #800000;	
}
div#ps {
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	text-align: left;
}
  
