/* --------------------------------------------------------------- */
/* ----------------- 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, verdana;}

/* Defines the body tag */
body {
	background: #efefef url(images/bg.gif) top left repeat-x;
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0; /* Always apply padding if you apply margins */
}

div {
	margin: 0;
	padding: 0;}

/* Redefines the p tag */
p {
}

/* GENERAL H1 TAG */
h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0;}

/* GENERAL H2 TAG */
h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;}

img {
	border: 0;}

/* Creates the general link style for the site. This is not the main navigation.  */
a {
	text-decoration: underline;
	font-weight: bold;
	color: #c00;}
a:visited {
	text-decoration: none;}
a:hover {
	text-decoration: none;
	color: #600;}
a:active {
	text-decoration: none;}

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;}

/* DIV CONTAINER */
div#container {
	position: relative;
	width: 770px;
	margin: 0 auto;
	background: transparent;}

/* DIV HEADER */
div#header {
	height: 125px;
	background: url(images/header_bg.gif) top left no-repeat;}

/* DIV BODY */
div#body {
	clear: both;
	background: url(images/body_bg.gif) top left;}

div#logo {
	position: absolute;
	top: 0px;
	left: 0px;}

div#info {
	position: absolute;
	top: 0;
	left: 160px;
	width: 600px;
	text-align: right;
	padding: 3px 0 0 0;
	color: #fff;}
	#info strong {
		margin: 0;
		padding: 0;
		font-size: 14px;}
	#info dt {
		font-size: 14px;}
	#info dt.leftcol {
		float: left;
		width: 380px;}

div#image {
	position: absolute;
	top: 125px;
	left: 0;
	width: 250px;
	z-index: 2;
	background: #D1CEB4;
	padding: 0 0 10px 0;}
	#image p {
		margin: 5px;}

div#content {
	margin: 0 0 0 250px;
	width: 520px;
	padding: 0 0 50px 0;
	background: #fff;}
	#content h1 {
		font-size: 18px;
		text-transform: uppercase;
		line-height: 36px;
		text-align: right;
		padding: 0 10px 0 0;
		background: url(images/h1_bg.gif) top left repeat-x;
		color: #fff;}
	#content h2 {
		margin: 5px;}
	#content p {
		margin: 10px 5px;}
	#content p.address {
		margin: 2px 5px;
		font-size: 14px;
		font-weight: bold;}
	#content dl {
		margin: 5px;}
	#content dt {
		font-size: 12px;
		font-weight: bold;}
	#content dd {
		margin: 0 0 10px 0;
		padding: 0;}
	#content dd.leftcol {
		float: left;
		width: 50%;
		padding-right: 10px;}

/* DIV FOOTER */
div#footer {
	margin: 0 0 0 250px;
	width: 520px;
	font-size: 10px;
	background: #222;}

	/* DIV UTILITY NAV */
	div#utilnav {
		font-size: 9px;
		padding: 5px;
		color: #efefef;}
		#utilnav a {
			text-decoration: none;
			text-transform: uppercase;
			font-size: 10px;
			color: #efefef;
			font-family: tahoma;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #fff;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		font-size: 9px;
		color: #efefef;
		padding: 3px 5px;
		text-align: left;}
		#copyright a {
			text-decoration: none;
			color: #efefef;
			font-family: tahoma;}
		#copyright a:hover {
			text-decoration: underline;
			color: #fff;}

/* 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;}
img.right {
	float: right;}
clear {
	clear: both;}

/* -------------------------------------------------------*/
/* ----------------- CSS HORIZONTAL NAV ----------------- */
/* -------------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 98px;
	left: 250px;
	z-index: 10;}
	
div#nav li a#current{
	background: #333;
	color: #fff;
	text-transform: uppercase;}
	
div#nav li a#current:hover{
	background: #333;
	color: #fff;
	text-transform: uppercase;}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:85%;
	text-transform:uppercase;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	padding: 5px 10px;
	margin: 0;
	color:#fff;
	text-decoration:none;
	background: transparent;
	font-weight: bold;
	font-family: tahoma;}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background: #fc0;
	color: #000;}
/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/


div.forminfo {
		font-weight: normal;
		margin: 10px 0;}
	.forminfo fieldset {
		border: 0;
		margin: 0;
		padding: 0;
		font-weight: normal;}
	.forminfo legend {
		font-size: 16px;
		font-weight: bold;
		color: #c00;
		display: block;
		width: 450px;
		border-bottom: 1px solid #c00;
		margin: 0 0 10px 0;}
	.forminfo dl{
		font-size: 12px;}
	.forminfo dt {
		padding: 2px 0;}
	.forminfo dt.leftcol {
		float: left;
		font-size: 10px;
		font-weight: normal;
		width: 150px;}
	.forminfo dd.break {
		clear: both;}
	.forminfo ul {
		margin: 0;
		padding: 0;
		list-style: none;}
		.center {
			text-align: center;
		}
.clear {
			clear: both;
		}
