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

/* Defines the body tag */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(images/site_bg.gif);
}

/* Redefines the p tag */
p {
color:#003366;
}

/* GENERAL H1 TAG */
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #FF0000;
	font-family: Tahoma;
}

/* GENERAL H2 TAG */
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 4px;
	color: #2170B2;
}

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

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 CONTAINER */
div#container {
	margin: 10px;
	width: 770px;
	height: auto;
	left: 10px;
	top: 10px;
	position: absolute;
	border: 3px solid #000033;
	background-image: url(images/content_bg.gif);
}

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

/* DIV BODY */
div#body {
	padding: 0;
	clear: both;
	margin: 20px 0px 0px;
	float: none;
}

div#content {
	padding: 15px 10px 20px 30px;
	margin-left: 0px;
	width: 500px;
	float: right;
	margin-right: 0px;
}
	#content dl {
		margin: 0;
		padding: 0;}
	#content dt {
		padding: 2px 0;
		margin: 0 10px 3px 5px;
		font-size: 14px;
		font-weight: bold;}
	#content dd {
		margin: 0 10px 3px 15px;
		padding: 0;
		text-indent:0;}
	#content td {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

/* DIV FOOTER */
div#footer {
	text-align: center;
	font-size: 10px;
	clear: both;
	height: 26px;
	width: 770px;
	background-color: #7D0800;
}

	/* DIV UTILITY NAV */
	div#utilnav {
	text-align: center;
	font-size: 10px;
	background: #666666;
	border-right: 0;
	border-left: 0;
}
	
	/* DIV COPYRIGHT */
	div#copyright {
	text-align: center;
	font-size: 9px;
	padding: 0px;
	color: #FFFFFF;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: none;
	border-left: 0 none;
}
		#copyright a {
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}
		#copyright a:hover {
	text-decoration: underline;
	color: #E93C02;
}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
img.left {
	float: left;
	margin: 0px 8px 0px 0px;
	border: 3px solid #333333;
}
img.right {
	float: right;
	margin: 2 2 10;
	padding: 0px;
	border: 3px solid #8CAFC5;
}
clear {
	clear: both;}
div#address {
	float: left;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Tahoma;
	width: auto;
	height: auto;
	top: 200px;
	left: 48px;
	text-align: center;
}
li {
	font-family: Tahoma;
	font-size: 13px;
	color: #EC3901;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	font-weight: 900;
	letter-spacing: 1px;
	text-align: left;
	padding: 1px;
	margin: 0px;
	clear: both;
	font-style: normal;
}
