/* --------------------------------------------------------------- */
/* ----------------- 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, ol, ul {
	font: normal 12px arial;
	}


/* 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: 0px 0px 0px 0px; /* Always apply padding if you apply margins */
	}

div {
	margin: 0;
	padding: 0;
	}

/* Redefines the p tag */
p {}


img {
	border: 0;}

/* Creates the general link style for the site. This is not the main navigation.  */
a, a.email{
	text-decoration: underline;
	font-weight: normal;
	color: #333333;
	font-size:12px;}
	a.email {
	color: #fff;
	font-weight: bold;
	font-size:11px;
	}

/*a:visited {
	text-decoration: none;}*/
a:hover{
	text-decoration: none;
	color: #e60c22;}
a.email:hover {
	text-decoration: none;
	color: #d2b48c;}

/* -------------------------------------------------------- */
/* ----------------- 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;
	background: url(images/content.gif) top left repeat-y;
	}

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

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


address {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	font-style: normal;
	top: 8px;
	left: 548px;
	height: 36px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	line-height:14px;
	color: #4253d4;
	width: 207px;
	/*z-index: 3; in case I need to make it clickable on top of another div*/
	}


/* Double column bulleted list */
ul.left {
float: left;
margin-left: 10px;
margin-right: 10px;
list-style-position: inside; 
list-style-type: disc;
}

div#content {
	margin-left: 150px;
	padding: 0px 0px 0px 0px;
	width: 630px;
	background: url(images/header2.gif) top left no-repeat;
	color: #333333;}
	#content h1 {
		border-bottom: 1px solid #e60c22;
		margin: 0px 30px 10px 25px;
		padding: 15px 0px 0px 0px;
		background: transparent;
		color:#e60c22;		
		font-size: 18px;
		font-weight:bold;
		text-transform: uppercase;
		}
	#content h2 {
		color:#e60c22;
		padding: 5px 30px 7px 25px;
		font-size: 14px;
		font-weight: bold;
		margin: 0px;
		}		
	#content h3 {
		color:#e60c22;
		padding: 5px 30px 7px 25px;
		font-size: 16px;
		font-weight: bold;
		font-style:italic;
		margin: 0px;
		}	
	#content p,  p.centerr{
		font-size:12px;
		margin: 5px 30px 10px 25px;
		padding:0px;
		}
	#content p.centerr{
		text-align:center;
		}
		div#righty {
		float:right;
		width: 275px;}
	#content li{
		margin: 5px 30px 5px 25px;
		padding:0px;
		}

.floaty{float:left;}

.clear {	
	clear: both;}


/* DIV FOOTER */
div#footer {
	background: url(images/footer.gif) top left no-repeat;
	text-align: center;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	clear: both;
	color:#e60c22;
	height: 98px;
	width: 770px;
	position: relative;
	left: 0px;
	}

	/* DIV UTILITY NAV */
	div#utilnav{
	text-align: center;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#e60c22;
	position: absolute;
	top:71px;
	right:0px;
	width:770px;
	left: 0px;
	}
	
		#utilnav a {
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			color:#e60c22;
			}
		#utilnav a:hover {
			text-decoration: underline;
			color:#4253d4;
			}
		
	
	/* DIV COPYRIGHT */
	div#copyright {
	color:#000;
	text-align: center;
	font-size: 9px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top:105px;
	right:0px;
	width:770px;
	left: 0px;
		}
		#copyright a {
			color:#e60c22;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#copyright a:hover {
			color:#000;
			text-decoration:none ;
			}
			
/* 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, td, th  {	
	border-collapse: collapse;
	vertical-align:top;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
img.left {
	float: left;
	border:1px solid #666666;
	margin: 0px 8px 5px 0px;}
	
img.leftno {
	float: left;
	margin: 0px 8px 5px 0px;}
	
img.right {
	float: right;
	border:1px solid #666666;
	margin: 0px 0px 5px 8px;}
	
img.borderr {
	border:1px solid #666666;
	margin: 0px 10px 0px 0px;}

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

/* NAVIGATION CONTAINER */
div#nav {
	position: absolute;
	top: 147px;
	left: 0px;
	/*float: left;*/
	width: 150px;
	z-index: 10;
	margin: 0;
	padding: 0;}
	
div#nav li a#current{
	color: #000;
	background-image:url(images/navbkgon.gif);
	background-repeat:no-repeat;}
	
div#nav li a#current:hover{
	color: #000;
	background-image:url(images/navbkgon.gif);
	background-repeat:no-repeat;}

/* UL TAG */
div#nav ul {
	background-image:url(images/navbkg.gif);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 0px;
	width: 150px;}

div#nav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;}

div#nav li a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 150px;
	padding: 6px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	text-indent: 10px;
	font-weight:bold;}

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

div#nav li a:hover {
	color:#000;
	background-image:url(images/navbkgon.gif);
	background-repeat:no-repeat;}

div#maps { 
	text-align:left;
	width:450px;
	height:auto;
	clear:both;
	margin: 0px 10px 10px 20px;
	padding:0px;
	font-size: 12px;
	font-weight: bold;}
