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

/* Defines the body tag */
body {
	background: url(images/bg.gif) top left;
	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 {
	margin: 0;
	padding: 0;}

/* 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;
	background: transparent url(images/body_bg.gif) repeat-y left top;
	margin: 0 auto;
	width: 770px;}

/* DIV HEADER */
div#header {
	position: absolute;
	top: 0px;
	left: 150px;
	width: 200px;
	height: 300px;
	background: transparent url(images/header_logo.gif) top left no-repeat;}
	#header img.pic {
		margin-top: 99px;}
	#header p {
		font-size: 14px;
		font-weight: bold;
		padding: 8px;
		color: #fff;
		text-align: center;
		font-style: italic;}
	#header strong {
		font-size: 18px;}

div#call {
	position: absolute;
	top: 10px;
	left: 360px;}
	#call p {
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 5px 0;}

/* DIV BODY */
div#body {
	width: 770px;}

div#info {
	height: 99px;
	margin-left: 350px;
	background: transparent url(images/info_bg.gif) top left no-repeat;
	text-align: right;
}
	#info p {
		padding: 10px;}
	#info strong {
		font-size: 18px;}

div#content {
	margin-left: 350px;
	padding: 0 0 150px 0;}
	#content h1 {
		line-height: 36px;
		text-align: right;
		border-bottom: 1px solid #000;
		margin: 0 10px;}
	#content h2 {
		margin: 10px;
		font-size: 18px;
		font-weight: bold;}
	#content img {
		border: 1px solid #000;
		margin: 0 0 0 10px;}
	#content p {
		padding: 5px 10px;}
	#content dl { 
		padding: 5px 10px;}
	#content dt { 
		font-size: 18px;
		font-weight: bold;}
	#content dd {
		margin: 0;
		padding: 0;
		text-indent: 15px;}

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

	/* DIV UTILITY NAV */
	div#utilnav {
		text-align: center;
		font-size: 10px;
		padding: 5px 0;
		color: #fff;
		background: #333;}
		#utilnav a {
			text-decoration: none;
			font-size: 11px;
			color: #ccc;}
		#utilnav a:hover {
			text-decoration: underline;
			color: #f00;}
	
	/* DIV COPYRIGHT */
	div#copyright {
		font-size: 9px;
		color: #333;
		padding: 3px 0;
		background: #ccc;}
		#copyright a {
			text-decoration: none;
			color: #333;}
		#copyright a:hover {
			text-decoration: underline;
			color: #f00;}

/* 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;
	top: 135px;
	left: 0px;
	width: 150px;
	background: transparent url(images/nav_bg.gif) top left no-repeat;}
	
div#nav li a#current{
	background: transparent url(images/nav_on.gif) top left no-repeat;
	color: #fff;
	text-transform:uppercase;}
	
div#nav li a#current:hover{
	background: transparent url(images/nav_on.gif) top left no-repeat;
	color: #fff;}

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

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

div#nav li a {
	display: block;
	padding: 10px 0;
	color: #000;
	text-decoration: none;
	background: transparent;
	width: 100%;
	text-indent: 15px;
	text-align: left;}

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

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

/* -----------------------------------------------*/
/* ----------------- CUSTOM CSS ----------------- */
/* -----------------------------------------------*/
#pic {
	left: 0px;
	top: 0px;
	position: absolute;
}
