/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #3a6be6;
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, a, ul, li, address {
	color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 0px 15px 0px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	font-size: 10px;
	font-style: normal;
	color: #000000;
	line-height: 1.3;
	margin: 15px 0px;
}

h1 { 
	font-size: 12px;
	font-weight: bold;
	color: #6d0b2e;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	color: #660000;
	text-align: center;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 0px 20px 15px 30px;
	list-style-type: square;
}

ul.left {
	float: left;
}

li {
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 3px;
}

/* ----------------- GENERAL LINKS ----------------- */

a { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}

/* ------------------------- MAIN NAVIGATION ----------------------------- */

div#nav {
	width: 770px;
	height: 26px;
	margin: 0px auto;
	background-image: url(images/navbg.gif);
}

ul#mainnav {
	margin: 0px;
	padding: 3px;
}

ul#mainnav li {
	float: left;
	list-style: none;
}

ul#mainnav li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 3px 20px 4px 10px;
	font-size: 10px;
	font-weight: bold;
	border-right: 1px solid #ffffff;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #6d0b2e;
	background: #f6f3f4;
}

/* ----------------- FOOT NAVIGATION ----------------- */

/* Creates the container for the foot navigation. */ 
div#footnav {
	width: 740px;
	height: 31px;
	text-align: left;
	clear: both;
	padding: 3px 15px;
	background-image: url(images/footer.gif);
}

/* Redefine p tag within the footnav container. */
div#footnav p {
	margin: 0px;
	color: #11348a;
	font-size: 10px;
}

/* Set link style for footnav. */
div#footnav a {
	text-decoration: none;
	font-weight: normal;
	color: #11348a;
}

div#footnav a:hover {
	color: #333333;
}

/* ----------------- BODY ----------------- */

/* Creates DIV container for the main body. */
div#container {
	width: 770px;
	margin: 0px auto;
	background-image: url(images/body_bg.gif);
}

/* Creates DIV container for header. */
div#header {
	height: 98px;
	text-align: left;
	background-image: url(images/header.jpg);
	padding: 1px 0px 0px 10px;
}

	div#header img {
		border: 0px;
	}

/* Creates DIV containers for main body content with multiple columns. */
div#bodyleft {
	width: 545px;
	text-align: left;
	margin: 0px 0px 0px 1px;
	padding: 10px;
	float: left;
	border-right: 1px solid #cccccc;
}

div#bodyright {
	width: 187px;
	text-align: left;
	padding: 3px 12px 5px 3px;
	float: right;
}

/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 770px;
	margin: 0px auto;
	clear: both;
}

div#copyright p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #e4e7f0;
}

/* Set link style for copyright. */
div#copyright a {
	text-decoration: none;
	font-weight: bold;
	color: #e4e7f0;
}

div#copyright a:hover {
	color: #ffffff;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	margin: 5px 10px 5px 0px;
	border: 1px solid #c8d0e5;
	float: left;
}

img.leftnobrd {
	margin: 5px 10px 0px 0px;
	float: left;
}


img.right {
	margin: 5px 0px 5px 10px;
	float: right;
}

div.clear {
	clear: both;
	line-height: 0px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}
