/* --------------------------------------------------------------- */
/* ----------------- 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 11px verdana;}

/* Defines the body tag */
body {
	background: url(images/bg.gif) top left repeat;
	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;
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 0 15px;}

/* 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;}
a:visited {
	text-decoration: none;}
a:hover {
	text-decoration: none;}
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;
	border: 1px solid #000;
	background: #fff;
}

/* DIV HEADER */
div#header {
	width: 770px;
	height: 118px;
	background: url(images/hdr.gif) top left no-repeat;}

/* DIV BODY */
div#textarea {display: block; text-align: center; padding: 30px;}

div#body {
	clear: both;}

div#content {
	
	clear: both;}
	#content h1 {
		color: #CCCCCC;
		line-height: 30px;
		background: none;
		text-align: left;
		padding: 10px 0 0 30px;}
	#content h2 {
		font-size: 14px;
		font-weight: normal;
		color: #999;
		padding: 0 0 0 30px;}
	#content h3 {
		font-size: 18px;
		font-weight: bold;
		color: #8BA1AF;
		}	
	#content h4 {
		font-size: 12px;
		line-height: 16px;
		color: #666;
		font-weight: normal;
		margin: 0;
		padding: 0 30px;
		background: none;}	
	#content p {
		font-size: 12px;
		line-height: 24px;
		color: #666;
		font-weight: normal;
		margin: 0;
		padding: 0 30px;
		background: none;}
		#content a {
			text-decoration: underline;
			color: #333;}
		#content a:hover {
			text-decoration: none;
			color: #ccc;}

/* DIV FOOTER */
div#footer {
	text-align: center;
	font-size: 10px;
	background: url(images/footer.gif) top left no-repeat;
	height: 91px;
	clear: both;}

	/* DIV UTILITY NAV */
	div#utilnav {
		text-align: center;
		margin-top: 10px;
		font-size: 10px;
		padding: 3px 0;
		color: #999999;
		background: none;
		clear: both;}
		#utilnav a {
			text-decoration: none;
			font-size: 11px;
			color: #999999;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #666666;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		font-size: 9px;
		margin-top: 5px;
		color: #999999;
		padding: 3px 0;
		background: none;
	clear: both;}
		#copyright a {
			text-decoration: none;
			color: #999999;}
		#copyright a:hover {
			text-decoration: underline;
			color: #666666;}

/* 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.null {
	
}

img.left {
	float: left;
	margin: 0 15px 5px 0px;
	border: 1px solid #ccc;
}
img.right {
	float: right;
	margin: 0 10px 5px 15px;
	border: 1px solid #ccc;
	
}
img.center {
	margin-left: auto;
	margin-right: auto;
}
/* -------------------------------------------------------*/
/* ----------------- CSS HORIZONTAL NAV ----------------- */
/* -------------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 87px;
	left: 2px;
	height: 33px;
	width: 769px;
}
	
div#nav li a#current{
	background: none;
	color: #fff;
	}
	
div#nav li a#current:hover{
	background: none;
	color: #fff;
	}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:100%;
	text-transform: none;} 

div#nav li {
	font-size: 12px;
	fong-weight: normal;
	float:left;
	margin:0;
	padding:0px 10px 0px 10px;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	padding:5px 9px 6px;
	color: #DEEEFF;
	text-decoration:none;
	background-color: none;
	font-weight: bold;}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background: #none;
	color: #fff;}
