/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* 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.) */
body, p, td {
	font: normal 12px tahoma;}

/* Defines the body tag */
body {
	background-image:url(images/site_bg.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
}

/* Redefines the p tag */
p {
color:#FFFFFF;
}

/* GENERAL H1 TAG */
h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;}

/* GENERAL H2 TAG */
h2 {
	font-size: 12px;
	color:#FFFFFF;
	font-weight: normal;
	margin: 10px;
	padding: 2px;}

/* Creates the general link style for the site. This is not the main navigation.  */
a {	
	text-decoration: underline;
	font-weight: bold;
	color: #000000;}
a:visited {
	text-decoration: none;}
a:hover {
	text-decoration: none;}
a:active {
	text-decoration: none;}

img {
	border: 0px;}

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;}

div {
	margin: 0px;
	padding: 0px;}

/* DIV CONTAINER */
div#container {
	margin: 10px auto;
	width: 770px;
	background: #fff;
	border: 3px solid #000000;
}

/* DIV HEADER */
div#header {
	width: 770px;
	height: 185px;
	background: url(images/header_bg.jpg) top left no-repeat;
	clear: both;
	border: none;
}
	#info span {
		font-size: 30px;}

/* DIV BODY */
div#body {
	clear: both;
	padding: 0 0 10px;
	color: #663333;
	background: url(images/bg_content.gif) repeat-y left top;
}

div#content {
	padding: 0px 20px 25px 12px;
	margin-left: 190px;}
	#content h1 {
		padding: 2px 0 0 0px;
		text-align: center;
		color: #000;
		font-weight: 900;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 15px;}
	#content h2 {
	margin: 10px 5px;
	font-weight: bold;
	font-size: 18px;
	color: #FF9900;
}
	#content p {
		margin-right: 5px;
		margin-left: 5px;}
	#content dl {
		margin: 0;
		padding: 0;}
	#content dt {
		padding: 2px 0;
		margin: 0 10px 3px 5px;
		font-size: 14px;
		font-weight: bold;}
	#content dd {
	margin: 0 10px 3px 15px;
	padding: 0;
	text-indent:0;
}
	#content table {
	margin: 0 0 0 40px;
	text-align: left;
	padding: 4px;
	width: 475px;
	vertical-align: top;
}
	#content td {
	vertical-align: top;
}

/* DIV FOOTER */
div#footer {
	text-align: center;
	font-size: 10px;
	clear: both;}

	/* DIV UTILITY NAV */
	div#utilnav {
	text-align: center;
	font-size: 10px;
	background: #996633;
	border-top: 1px solid #000000;
	border-right: 0 solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0 solid #000000;
	color: #000000;
}
		#utilnav a {
			text-decoration: none;
			font-size: 10px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #FFFFFF;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		text-align: center;
		font-size: 9px;
		padding: 5px;
		background: #996633;
		border: solid #999;
		border-width: 0 0 1px 0;}
		#copyright a {
			text-decoration: none;
			font-size: 9px;
			font-weight: bold;}
		#copyright a:hover {
			text-decoration: underline;}

/* Styles the table that serves as the container for the content and navigation.*/
table#tblcontainer {
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#tblcontainer td {
	vertical-align: top;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
img.left {
	float: left;
	margin: 0px 6px 0px 0px;
	border: 2px solid #9B4F1B;
}
img.right {
	float: right;
	margin: 10 20 0px 0px;
	padding: 0px;
	border: 2px solid #9B4F1B;
}
clear {
	clear: both;}

/* --------------------------------------------*/
/* ----------------- CSS NAV ----------------- */
/* --------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	clear: both;
	margin: 0px;
	float: left;
	width: 199px;
	height: 100%;}
	
div#nav li a#current{
	background: url(images/btn_bg.gif) 0px -44px no-repeat;
	color: #fff;
	text-transform:uppercase;
	text-indent: 10px;}
	
div#nav li a#current:hover{
	background: url(images/btn_bg.gif) 0px -44px no-repeat;
	color: #fff;}

/* UL TAG */
div#nav ul {
	margin: 0;
	padding:0;
	list-style:none;
	font-size:85%;
	text-transform:capitalize;} 

div#nav li {
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	padding: 5px 0;
	color: #663333;
	text-decoration:none;
	white-space:nowrap;
	background: url(images/btn_bg.gif) 0px 0px no-repeat;
	width: 100%;
	text-indent: 15px;
	text-align: left;
	background: url(images/btn_bg.gif) 0px 0px no-repeat;}

html>body #nav li a {
	width: auto;}

div#nav li a:hover {
	background: url(images/btn_bg.gif) 0px -22px no-repeat;
	color: #333;}

div#nav img {
	margin: 10px 0;}

div#nav h1 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 30% 0;}
	#nav h1 span {
		font-size: 16px;
		font-weight: bold;}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/

.tdtitle {
	padding: 5px 0;}
.tdinput {
	padding: 5px 0;}
.tdsubmit {
	padding: 10px 0;
	text-align: center;}
.field {
	color: #0B408E;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
}
#content h3 {

		padding: 5px 0 0 5px;
		text-align: left;
		color: #0B408E;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
}
address {
	font-family: Tahoma;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 8px;
}
img.center {

	float: left;
	margin: 0px 0px 0px 60px;
	border: 2px solid #9B4F1B;
}
