/* --------------------------------------------------------------- */
/* ----------------- 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 {
	margin: 0px;
	padding: 0px;
	background-image: url(images/site_bg.gif);
}

/* Redefines the p tag */
p {
	color: #660000;
}

/* GENERAL H1 TAG */
h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/* GENERAL H2 TAG */
h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #000000;
	text-transform: capitalize;
	}
	

/* Creates the general link style for the site. This is not the main navigation.  */
a {	
	text-decoration: underline;
	font-weight: 500;
	color: #660000;}
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: 2px solid #000000;
}

/* DIV HEADER */
div#header {
	width: 770px;
	height: 125px;
	background: url(images/header_bg.jpg) top left no-repeat;
	clear: both;
	border-top: 5px solid #000000;
	border-right: 0 solid #000000;
	border-bottom: 0 solid #000000;
	border-left: 0 solid #000000;
}
	#info span {
		font-size: 30px;}

/* DIV BODY */
div#body {
	clear: both;
	padding: 0 0 10px 0;
	color: #660000;
	background: url(images/body_bg.gif) repeat-y left top;
	font-weight: 900;
}

div#content {
	padding: 0px 10px 25px 0px;
	margin-left: 200px;}
	#content h1 {
		padding: 5px 0 0 5px;
		text-align: left;
		color: #0B408E;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 20px;}
	#content h2 {
	margin: 10px 5px;
	font-weight: bold;
	text-transform: capitalize;
}
	#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 5px;}
	#content td {
		border: solid #ccc;
		border-width: 0 1px 1px 0;}

/* DIV FOOTER */
div#footer {
	text-align: center;
	font-size: 10px;
	clear: both;}

	/* DIV UTILITY NAV */
	div#utilnav {
		text-align: center;
		font-size: 10px;
		background: #9EC292;
		border: solid #999;
		border-width: 1px 0;}
		#utilnav a {
			text-decoration: none;
			font-size: 10px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #333333;}
	
	/* DIV COPYRIGHT */
	div#copyright {
	text-align: center;
	font-size: 9px;
	padding: 5px;
	background: #660000;
	color: #FFFFFF;
	border-top: none;
	border-right: 0 none;
	border-bottom: 1px none;
	border-left: 0 none;
}
		#copyright a {
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	color: #9EC292;
}
		#copyright a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* 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 4px 4px;
}
img.right {
	float: right;
	margin: 0 5 5px 5px;}
clear {
	clear: both;}

/* --------------------------------------------*/
/* ----------------- CSS NAV ----------------- */
/* --------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	clear: both;
	margin: 0px;
	float: left;
	width: 200px;
	height: 100%;
	}

	
div#nav li a#current{
	background: url(images/btn_bg.gif) 0px -44px no-repeat;
	color: #9EC292;
	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: #660000;
	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: #000;
}

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;
}

/* GENERAL H1 TAG */

#content h3 {

		padding: 5px 0 0 5px;
		text-align: left;
		color: #0B408E;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
}
div#object {
	clear: left;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 38px;
	width: 150px;
	margin: 10px 0px 2px 12px;
	padding: 0px;
	clip: rect(0px,0px,0px,0px);
	float: left;
}

div#object p{
color:#FFFFFF;
}


div#signin {
	width: 150px;
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: #761C1E;
}

/* UL TAG */
div#signin dl {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-size: 7.5pt;
} 

div#signin dt {
}

div#signin dt a {
	display: block;
	padding: 7px 0;
	color: #fff;
	text-decoration: none;
	width: 100%;
	font-weight: normal;
	text-align: left;
	text-indent: 10px;
	background-color: #863534;
	margin-top: 3px;
}

div#signin dt a:hover {
	color: #660000;
	background: #CCCCCC url(images/nav_on.html) no-repeat right center;
	text-decoration: underline;
}
div#object a {

color:#FFFFFF;
}

