/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: url(images/body.jpg);
	background-repeat: repeat-x;
	background-color: #365c2b;
	margin: 0px auto;
	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: Tahoma, Arial, Verdana;
	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: 20px;
	font-family: Century, Garamond, serif_v01;
	color: #2c4226;
	text-align: left;
}
h2 {
	font-size: 16px;
	font-family: Century, Garamond, serif_v01;
	color: #a62d02;
	text-align: left;
	padding: 0px;
}
address {
	text-align: left;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	font-style: normal;
	margin: 0 auto;
	padding: 0 5px 0 5px;
	color: #fff;
	line-height: 20px;	
}
/* Creates the general link style for the site. This is not the main navigation.  */

ul {
}
li {
	font-size: 14px;
	font-family: Tahoma, Arial, Verdana;
}
a:link, a:active, a:visited {
	color: #000;
}
a:hover {
	color:#f95c2a;
}
strong {

} 
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
	width: 873px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#container {
	margin: 0 auto auto 0;
	width: 667px;
	padding: 0;
	background: url(images/container.gif) repeat-y;
	float:left;
}

div#header {
	background-image: url(images/header.jpg);
	height: 347px;
	width:873px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;	
}
div#flash {
	height: 337px;
	width:704px;
	position:absolute;
	top:0px;
	left:0px;
	margin: 0;
	padding: 0;	
	}
div#cta_2 {
	position: absolute;
	left: 667px;
	top: 346px;
	background: url(images/address_bkgd.gif) no-repeat;
	height: 112px;
	width: 206px;
}
div#content {
	width: 690px;
	padding: 0 0 15px 0;
	margin: 0;
}
div#context {
	width: 650px;
	margin: 0;
	padding: 5px 5px 0 15px;
	text-align: left;
}
div#footer {
	clear: both;
	background: url(images/footer.gif) no-repeat;
	height: 77px;
	width: 667px;
	padding: 0;
	margin: 0;
	text-align: center;
}
div#copyright {
	font-size: 10px;
	margin: 0 auto auto 0;
	color: #fff;
	line-height: 13px;
	width: 667px;
}
div#address_area {
	position: absolute;
	left: 666px;
	top: 460px;
	padding:18px 0px 0px 0px;
	background: url(images/address_bkgd.gif) no-repeat;
	height: 390px;
	width: 206px;
}
div#pdfs {
	float: left;
	width: 320px;
}

div#login{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 690px;
	clear:both;
	float:left;
}
div#audio{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 30px 0px 10px 0px;
	width: 206px;
}

div#copyright, div#copyright a {
	font-size:11px;
	color: #ffffff;
	width:690px;
	text-align:center;
	clear:both;
	
}
/* ----------------- Top Nav --------------------- */

 

div#navigation {
	position: absolute;
	top: 0px;
	left: 707px;
	height: 20px;
}

 

ul#mainnav {

   	margin: 0px;
	padding: 0px;
	height: 20px;

}

 

ul#mainnav li {

  	display: block;
	list-style: none;
	font-size:10px;
	font-family: Tahoma, Arial, Verdana;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
	width: 165px;
	border-top: thin #fff solid;
	border-bottom: thin #fff solid;
}

ul#mainnav li a {
	margin: 0;
}

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; */
	font-weight: 800;
	height: 20px;
	line-height: 20px;
	padding: 0 23px 0 26px;
	background: url(images/nav_normal.gif) no-repeat;
}

 

ul#mainnav li a:hover{    
	color: #fff;
	background: url(images/nav_current.gif) no-repeat center;
	font-weight: 800;
	height: 20px;
	line-height: 20px;
	padding: 0 23px 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: 20px;
	line-height: 20px;
	padding: 0 23px 0 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;
	margin: 10px 10px 10px 0;
	padding: 0 0 5px 0;
}
div#content ul li {
	list-style: none;
	background: url(images/bullet.gif) left center no-repeat;
	padding: 5px 10px 5px 28px;
	margin: 0;
	font-size: 14px;
}
div#bottomnav ul {
	padding: 0 0 1px 0;
	margin: 25px auto 0 auto;
	text-align:center;
	width: 667px;
}
div#bottomnav li {
	display: inline;
	list-style: none;
	margin: 0 10px 0 10px;
	font-size: 14px;
	color: #000;
}
div#bottomnav li a:link, div#footer li a:visited, div#footer li a:active, {
	color: #000;
	text-decoration: underline;
}
div#bottomnav li a:hover {
	color: #4588d6;
	text-decoration: underline;
}
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;
}
div#address_area a {
	color: #fff;
	text-decoration: underline;
}
div#address_area strong {
	color: #fff;
}
div#pdfs a {
	text-decoration: underline;
}
/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	padding: 5px 5px 0 0;
}
img.right {
	float: right;
	clear: right;
	margin-right: 5px;
	padding: 0px;
	margin-left: 15px;
}
.red {
	color: #E53643;
}

img {
	border: none;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.clear {
	clear: both;
}
.emphasize {
	font-weight: 800;
	color: #a62d02;
}
#cards {
	position: absolute;
	left: 692px;
	top: 610px;
}
.left {
	float: left;
}
/* ----------------- SINGLE COLUMN FORM ------------------- */
div#form {
	width: 450px;
	text-align: left;
	margin-left: 100px;
	
}
form p {
	text-align: center;
	font-family: Tahoma, Arial, Verdana;
}
input {
	margin-bottom: 10px;
	width: 200px;
	font-family: Tahoma, Arial, Verdana;
	font-size:12px;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: Tahoma, Arial, Verdana;
	font-size:12px;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	float: left;
	width: 125px;
	text-align: right;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #000;	
}
div#ps {
	font-family: Tahoma, Arial, Verdana;
	font-size: 9px;
	line-height: 15px;
	text-align: left;
}
  
.smallcenteredgreentxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #A5C99D;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#natelogo {
	position: absolute;
	left: 210px;
	top: 600px;
	height: 123px;
	width: 135px;
	border: 1px solid #333333;
}

