/* --------------------------------------------------------------- */
/* ----------------- 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 arial;}

/* Defines the body tag */
body {
	background: #efefef;
	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 {
}

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

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

/* Creates the general link style for the site. This is not the main navigation.  */
a {	
	text-decoration: underline;
	font-weight: bold;
	color: #516176;}
a:visited {
	text-decoration: none;}
a:hover {
	text-decoration: none;}
a:active {
	text-decoration: none;}

a {	
	text-decoration: underline;
	font-weight: bold;
	color: #516176;}
a.underline:visited {
	text-decoration: underline;}
a.underline:hover {
	text-decoration: underline;}
a.underline:active {
	text-decoration: underline;}

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#page{
	}

/* DIV CONTAINER */
div#container {
	margin: 0px;
	width: 770px;}

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

/* DIV BODY */
div#body {
	clear: both;
	padding: 0 0 10px 0;
	color: #000;}

div#content {
	margin-left: 155px;}
	#content h1 {
		padding: 0px 10px;
		margin-bottom: 10px;
		line-height: 36px;
		text-align: right;
		color: #fff;
		background: #900;
		text-transform: uppercase;
		font-weight: bold;}
	#content h2 {
		margin: 10px 5px;
		font-weight: bold;}
	#content p {
		margin: 0 5px 5px;
		line-height: 20px;}
	#content dt {
		padding: 2px 0;
		margin: 0 10px 3px 10px;
		font-size: 14px;
		font-weight: bold;
		border-bottom: 1px solid #000;}
	#content dd {
		margin: 0 10px 3px 10px;
		padding: 0;}
	#content ul {
		margin: 5px 5px 10px 5px;
		padding: 0px;
		width: auto;
		list-style: none;}
	#content li {
		border-bottom: 1px dashed #999;
		background: url(images/bullet.gif) left center no-repeat;
		padding: 5px 0 5px 15px;}
	#content table {
		clear: right;}
	#content td {
		vertical-align: top;
		padding: 0;
		margin: 0;}

/* DIV FLASH */
div#flash {
	margin: 0 0 0 155px;
	padding: 0;
	height: 170px;
	width: 400px;
	background: #00f;}

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

	/* DIV UTILITY NAV */
	div#utilnav {
		text-align: center;
		font-size: 10px;
		background: #369;
		border: solid #036;
		border-width: 1px 0;
		color: #9cf;}
		#utilnav a {
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			line-height: 18px;
			color: #fff;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #9cf;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		text-align: center;
		font-size: 9px;
		padding: 5px;
		background: #fff;}
		#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;}
img.right {
	float: right;
	margin: 0 0 5px 5px;}
clear {
	clear: both;}

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

/* NAVIGATION CONTAINER */
div#nav {
	margin: 0;
	padding: 0;
	float: left;
	width: 155px;
	height: 500px;}
	
div#nav li a#current{
	background: #900;
	color: #fff;
	text-transform:uppercase;
	font-weight: bold;}
	
div#nav li a#current:hover{
	background: #900;
	color: #fff;}

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

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

div#nav li a {
	display: block;
	padding: 3px 0px;
	margin: 0;
	color: #333;
	text-decoration: none;
	background: #fff;
	width: 100%;
	text-indent: 5px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #efefef;}

html>body #nav li a {
	width: auto;}

div#nav li a:hover {
	background: #ccc;
	color: #900;}

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/

/* NAVIGATION CONTAINER */
div#info {
	text-align: right;
	color: #fff;
	margin-left: 500px;}

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

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

div#info li a {
	display:block;
	padding:5px 10px 6px;
	margin: 0 0 8px 0;
	color:#ccc;
	text-decoration:none;
	white-space:nowrap;
	font-weight: normal;
	background: none;
	color: #C8D1DD;
	font-weight: bold;}


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

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

#info p {
	margin: 0 0 8px 0;
	padding: 0px 10px;
	clear: right;
	font-size: 14px;}
#info p a {
	color: #fff;}
#info h1 {
	margin: 0;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	clear: right;}
#info h1 span {
	font-size: 12px;
	clear: right;}
	
	p.centered {
		text-align: center;
		margin: 0 auto 0 auto;
	}