/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #e3e4de;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, a, ul, li, dl, dt, dd, address, label {
	color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
}

address {
	font-size: 10px;
	font-style: normal;
	color: #000000;
	line-height: 1.3;
	padding: 0px 0px 10px 0px;
}

h1 { 
	font-size: 12px;
	font-weight: bold;
	color: #265187;
	text-align: left;
	width: 300px;
	margin: 10px 0px;
	padding-bottom: 2px;
	border-bottom: 2px dotted #cccccc;
}

h2 { 
	font-size: 11px;
	font-weight: bold;
	color: #0a3161;
	text-align: left;
	margin: 20px 0px 5px 0px;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 5px 15px 8px 30px;
	list-style-type: square;
}

li {
	font-size: 11px;
	line-height: 1.3;
	margin-bottom: 3px;
}

ul.left {
	float: left;
}

dl {
	margin: 20px 0px 20px 10px;
}

dt {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

dd {
	font-size: 11px;
	margin: 5px 0px 15px 15px;
}

/* ----------------- FORM ELEMENTS ----------------- */

form {
	margin-top: 15px;
	float: left;
}

label {
	font-size: 10px;
	font-weight: bold;
	width: 175px;
	float: left;
	text-align: right;
	padding: 3px 10px 3px 0px;
}

input {
	height: 12px;
	font-size: 11px;
	padding: 2px;
	margin: 2px;
}

input.button {
	height: auto;
	font-size: 11px;
}

textarea {
	font-size: 11px;
	padding: 2px;
	margin: 2px;
}

/* ----------------- PRIVACY STATEMENT ----------------- */

div#privacy {
	width: 195px;
	margin: 20px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	border-left: 1px solid #cccccc;
	float: right;
}

div#privacy p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #333333;
}

/* ----------------- GENERAL LINKS ----------------- */

a { 
	color: #A46B08; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #2D02CE; 
	}

/* ----------------- MAIN NAVIGATION ----------------- */

ul#mainnav {
	padding: 0px;
	margin: 0px;
	width: 189px;
	height: 144px;
	position: absolute;
	top: 93px;
	left: 10px;
	border-top: 3px solid #d2d3bf;
	border-bottom: 3px solid #d2d3bf;
}

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

ul#mainnav li a {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #ffffff;
	padding: 11px 10px 11px 8px;
	width: 170px;
}

ul#mainnav li a:hover {
	background-color: #ece9e9;
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background-color: #f5f5e2;
}

/* ----------------- FOOT NAVIGATION ----------------- */

/* Creates the container for the foot navigation. */ 
div#footnav {
	width: 770px;
	margin: 0px auto;
	text-align: left;
	clear: both;
}

/* Redefine p tag within the footnav container. */
div#footnav p {
	margin: 0px;
	color: #333333;
	font-size: 10px;
}

/* Set link style for footnav. */
div#footnav a {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}

div#footnav a:hover {
	color: #000000;
}

/* ----------------- BODY ----------------- */

/* Creates DIV container for the main body. */
div#container {
	width: 770px;
	margin: 5px auto;
	padding: 0px;
	border: 1px solid #000000;
}

/* Creates DIV container for header. */
div#header {
	width: 770px;
	height: 256px;
	text-align: left;
	background-image: url(images/header.gif);
	position: relative;
}

	div#header img {
		border: 0px;
	}

div#body {
	width: 750px;
	text-align: left;
	padding: 10px;
	background: #ffffff;
}

div.panel {
	width: 280px;
	padding: 5px 0px 5px 15px;
	margin: 0px 0px 10px 10px;
	text-align: left;
	border-left: 1px solid #cccccc;
	float: right;
}

	div.panel p {
		margin: 5px 0px 15px 0px;
		font-size: 10px;
		color: #265187;
		line-height: 1.3;
	}
	
	div.panel h2 {
		margin: 5px 0px 0px 0px;
		font-size: 10px;
		font-weight: bold;
		color: #363636;
		border: none;
	}
	
	div.panel img {
		margin-bottom: 3px;
	}
	
	div.panel ul li {
		color: #4f551e;
	}
	
div#contact {
	padding-top: 5px;
	border-top: 1px solid #d6e0ec;
	margin-top: 10px;
	clear: both;
}

div#contactleft {
	float: left;
}

div#contactright {
	float: right;
	text-align: right;
}
	
/* ----------------- COPYRIGHT ----------------- */

/* Creates DIV container for the copyright. */
div#copyright {
	width: 770px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding: 15px 0px 5px 0px;
	clear: both;
}

/* Set link style for copyright. */
div#copyright a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

div#copyright a:hover {
	color: #000000;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	border: 1px solid #666666;
	margin: 0px 10px 20px 10px;
	float: right;
}

.concept {
	position: absolute;
	top: 93px;
	right: 0px;
}

div.clear {
	clear: both;
	line-height: 0px;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

div#map {
	border: 1px solid #666666;
	margin: 10px 0px 10px 10px;
	float: right;
}
