/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #F8FCF2 url(images/bodyback.gif) repeat-x top left;
	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, h2, 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, ul, li {
	font-size: 12px;
	color: #666;
}
h1 {
	width: 400px;
	font-family: Times Roman, serif;
	font-size: 26px;
	color: #506DA4;
}
h2 {
	font-size: 13px;
	color: #825054;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a {
	text-decoration: none;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

/* ----------------------------------- PAGE LAYOUT ELEMENTS --------------------------------- */

table, td, th  {	
	border-collapse: collapse;
}

/* ----------------------------------- Body --------------------------------- */

div#wrapper {
	width: 786px;
	background: url(images/siteframe.gif) bottom left no-repeat;
	margin: 0px auto 10px auto;
	padding: 0px 0px 40px 0px;
	border-right: 1px solid #436B8A;
	border-bottom: 3px solid #436B8A;
	border-left: 1px solid #436B8A;
	text-align: center;
	position: relative;
}

div#email {
	position: absolute;
	top: 66px;
	left: 610px;
	padding: 0px;
	margin: 0px;
}

div#email a:link, div#email a:visited {
	font-family: Arial, sans-serif, "Century Gothic";
	font-size: 10px;
	color: #436B8A;
}

/* --------------|| Header ||----------------- */

div#header {
	width: 590px;
	height: 125px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-align: center;
	vertical-align: top;
}
/* -------------|| End Header ||--------------- */

table#container {
	background: url(images/siteback.jpg) repeat-y top left;
	width: 786px;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
}

table#container td {
	vertical-align: top;
	color: #A99685;
}


/* ---------------------------------- Left Bar ---------------------------------- */

td#leftbar {
	width: 196px;
	height: 302px;
	background: url(images/leftbarback.jpg) no-repeat top left;
}

div#infobox {
	width: 150px;
	padding: 10px;
}

div#infobox p {
	font-family: Times Roman, serif;
	font-size: 11px;
	color: #506DA4;
	text-align: left;
}

/* ---------------------|| Main Nav ||---------------------- */

div#navcontainer {
	width: 190px;
	height: 90px;
	text-align: center;
	border: 0px;
	padding: 0px;
	margin: 20px 0px 0px 3px;
}

ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 190px;
	text-align: left;
}

ul#mainnav li {
	display: inline; 
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited {
	font-size: 12px;
	color: #436B8A;
	text-decoration: none;
	text-align: right;
	display: block;
	background: url(images/nav_off.jpg) bottom right no-repeat;
	border-right: 1px solid #AFC5D6;
	border-bottom: 1px solid #AFC5D6;
	border-left: 1px solid #AFC5D6;
	padding: 5px 0px 5px 0px;
}

ul#mainnav li a:hover, ul#mainnav li a:active {
	background: url(images/nav_over.jpg) bottom right no-repeat;
	border-right: 1px solid #436B8A;
	border-bottom: 1px solid #436B8A;
	border-left: 1px solid #436B8A;
	color: #436B8A;
	font-weight: bold;
}
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: url(images/nav_on.jpg) bottom right no-repeat;
	border-right: 1px solid #9F2626;
	border-bottom: 2px solid #9F2626;
	border-left: 1px solid #9F2626;
	color: #9F2626;
	font-weight: bold;
}

/* ---------------------|| End Main Nav ||---------------------- */


td#contentbox {
	background: url(images/contentback.jpg) no-repeat top left;
	width: 590px;
	height: 660px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

div#content {
	width: 450px;
	padding: 0px 20px 20px 20px;
	margin: 140px 0px 0px 0px;
	border: 0px;
}
/* --------------------------------------- Footer ----------------------------------------------- */

div#footer {
	width: 786px;
	height: 23px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	border-bottom: 3px solid #DBEFB8;
}

div#footercontent {
	padding: 0px;
	margin: 0px 0px 0px 216px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #506DA4;
	text-align: left;
}

div#footercontent a:link, #footercontent a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #506DA4;
}

div#footercontent a:hover, div#footercontent a:active {
	color: #000000;
	text-decoration: underline;
}

div#copyright {
	width: 786px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #000;
	margin: 10px auto 0px auto;
	padding: 0px;
	border: 0px;
}

div#copyright a:link {
	font-size: 9px;
	color: #7F9EBE;
	text-decoration: underline;
}


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

img.left {
	float: left;
	margin: 0px 20px 10px 0px;
}
img.right {
	float: right;
	margin: 0px 0px 10px 10px;
	border-top: 1px solid #436B8A;
	border-right: 1px solid #436B8A;
	border-bottom: 3px double #436B8A;
	border-left: 1px solid #436B8A;
}
clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

ul#infolist {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

ul#infolist li {
	display: block;
	list-style: none;
	margin: 10px 0px 0px 20px;
}

