/* --------------------------------------------------------------- */
/* ----------------- 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.jpg);
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
}

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

/* 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: 2px solid #003271;
}

/* DIV HEADER */
div#header {
	width: 770px;
	height: 204px;
	background: url(images/header_bg.jpg) top left no-repeat;
	clear: both;
}
	#info span {
		font-size: 30px;}

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

div#content {
	padding: 0px 10px 25px 0px;
	margin-left: 200px;
}
	#content h1 {
	padding: 8px 10 0 0px;
	text-align: right;
	color: #000000;
	font-weight: 900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-right: 5px;
}
	#content h2 {
	margin: 10px 5px;
	font-weight: bold;
	color: #22B4E4;
	font-size: 14px;
}
	#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 {
}

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

	/* DIV UTILITY NAV */
	div#utilnav {
	text-align: center;
	font-size: 10px;
	background: #163D78 url(images/footer_bg.gif) repeat-x;
	border-top: 1px solid #000000;
	border-right: 0 solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0 solid #000000;
	color: #CCCCCC;
}
		#utilnav a {
			text-decoration: none;
			font-size: 10px;
			font-weight: bold;
			line-height: 18px;
			color: #163D78;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #000000;}
	
	/* DIV COPYRIGHT */
	div#copyright {
	text-align: center;
	font-size: 9px;
	padding: 5px;
	background: #163D78;
	border: solid #999;
	border-width: 0 0 1px 0;
	color: #FFFFFF;
}
		#copyright a {
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}
		#copyright a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* Styles the table that serves as the container for the content and navigation.*/
table#tblcontainer {
	padding: 3px;
	margin-left: 60px;
}

/* 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;
	border: 1px solid #3399CC;
}
img.right {
	float: right;
	margin: 10 0 2px 10px;
	padding: 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: #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%;} 

div#nav li {
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	padding: 5px 0;
	color: #fff;
	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: #fff;}

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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #284F89;
	padding: 0px;
	font-style: normal;
	margin-left: 12px;
}
li {
	color: #163D78;
}
div#audio {
	padding: 1px;
	float: left;
	width: 150px;
	margin-left: 5px;
}
img.content {
	float: left;
	border: 1px solid #3399CC;
	margin: 2px 5px 4px 2px;
}
iframe {
	padding: 0px;
	margin-top: -50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
}
