/* --------------------------------------------------------------- */
/* ----------------- 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 arial;
	color: #333;}

/* Defines the body tag */
body {
	background: #81814E 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;}
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;
	margin: 0 auto;
	width: 770px;
}

/* DIV HEADER */
div#header {
	height: 120px;
	margin-left: 150px;
	background: #333 url(images/logo.gif) top left no-repeat;}

div#info {
	color: #fff;
	padding: 10px 0 0 0;
	text-align: right;}
	#info span {
		font-weight: bold;}
	#info h1 {
		font-size: 14px;
		font-weight: bold;
		font-style: italic;}

/* DIV BODY */
div#body {
	clear: both;}

div#content {
	width: 600px;
	margin-left: 150px;
	background: #F5F5F5;
	padding: 5px 10px;}
	#content h1 {
		line-height: 36px;
		text-align: right;}
	#content h2 {}
	#content p {
		margin: 5px 0;}
	#content dl#list {}
	#content dl#list dt {
		font-size: 14px;
		font-weight: bold;
		border-bottom: 1px solid #ccc;}
	#content dl#list dd {
		margin: 0 0 10px 0;}
	#content ul {
		list-style: none;
		margin: 0;
		padding: 0;}
	#content li {
		padding: 5px;
		font-size: 12px;
		border-bottom: 1px solid #ccc;}

table#gallery {
	width: 100%;
	text-align: center;
	border: 0;}
	#gallery td {
		padding: 5px 0;}
	#gallery img {
		border: 2px solid #333;}

/* DIV FOOTER */
div#footer {
	text-align: center;
	font-size: 10px;
	margin: 1px 0 0 150px;
	background: #949461;}

	/* DIV UTILITY NAV */
	div#utilnav {
		text-align: center;
		font-size: 10px;
		padding: 3px 0;
		color: #fff;}
		#utilnav a {
			text-decoration: none;
			font-size: 11px;
			color: #fff;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #fff;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		font-size: 9px;
		color: #fff;
		padding: 3px 0;}
		#copyright a {
			text-decoration: none;
			color: #fff;}
		#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 NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	width: 150px;
	top: 120px;
	left: 0;
	margin: 0;
	padding: 0;}
	
div#nav li a#current{
	background: #AEAE7B;
	color: #fff;
	text-transform:uppercase;}
	
div#nav li a#current:hover{
	background: #AEAE7B;
	color: #fff;}

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

div#nav li {
	margin: 0 0 1px 0;
	padding: 0;
	line-height: normal;
	font-size: 85%;
	text-indent: 0;
	text-align: left;}

div#nav li a {
	display: block;
	width: 150px;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	background: #949461;
	text-align: left;
	text-indent: 15px;
	font-weight: normal;}

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

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

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