/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #111175;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, a, ul, li, address, th, td {
	color: #f6f3f3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, td {
	margin: 5px 0px 15px 0px;
	font-size: 12px;
	line-height: 1.5;
}

address {
	font-size: 11px;
	font-style: normal;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 10px;
	padding: 0px 5px 10px 5px;
}

h1 { 
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	margin: 0px 0px 20px 0px;
}

h2 { 
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
}

/* ----------------- GENERAL LINKS ----------------- */

a:link, a:visited, a:active { 
	color: #a4c9f1; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #ffffff; 
	}
	
/* ------------------------- LIST ITEMS ----------------------------- */
ul {
	margin: 0px;
	padding: 0px 0px 15px 30px;
	list-style-type: square;
}

ul.left {
	float: left;
	padding: 0px 30px 15px 30px;
}

li {
	font-size: 12px;
	line-height: 1.5;
}
	
/* ------------------------- MAIN NAVIGATION ----------------------------- */

ul#mainnav {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	width: 180px;
	background: #030336;
}

ul#mainnav li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul#mainnav li a {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #a8a88d;
	padding: 2px 5px;
	width: 170px;
}

ul#mainnav li a:hover, ul#mainnav li a#current:link, ul#mainnav a#current:visited {
	background: #c90206;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */
ul#utilitynav {
	padding: 15px 0px 0px 25px;
	margin: 0px;
	width: 965px;
	height: 17px;
	text-align: left;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
}

ul#utilitynav li {
	margin: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 10px;
	font-weight: normal;
	border-right: 1px solid #ffffff;
	}

ul#utilitynav li a:hover {
	color: #cccccc;
}

ul#utilitynav li a#last {
	border-right: none;
}

/* ----------------- LAYOUT ELEMENTS ----------------- */
div#header {
	width: 990px;
	height: 193px;
	text-align: left;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
}

	div#header img {
		border: none;
	}

div#container {
	width: 990px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(images/bg-container.jpg);
}

div#content {
	width: 635px;
	padding: 20px 130px 15px 225px;
	text-align: left;
	background: url(images/bg-content.jpg) no-repeat;
	position: relative;
	min-height: 670px;
	_height: 670px;
}

div#leftside {
	width: 180px;
	text-align: left;
	position: absolute;
	top: 1px;
	left: 27px;
	padding: 0px 0px 10px;
}

	div#leftside img {
		border: none;
	}

/* ----------------- COPYRIGHT ----------------- */

div#foot {
	padding: 15px 0px 10px 30px;
	width: 960px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	background-image: url(images/bg-footer.jpg);
	color: #eae9e9;
}

	div#foot p {
		font-size: 9px;
		color: #eae9e9;
	}
	
	div#foot a:link, div#foot a:visited, div#foot a:active {
		text-decoration: none;
		font-weight: bold;
		color: #eae9e9;
	}
	
	div#foot a:hover {
		color: #ffffff;
	}

/* ----------------- IMAGE ELEMENTS ----------------- */
img.left {
	margin: 0px 15px 10px 0px;
	border: 1px solid #c5c3c3;
	float: left;
}

img.right {
	margin: 0px 0px 10px 15px;
	border: 1px solid #c5c3c3;
	float: right;
}

img.border {
	margin: 15px 0px;
	border: 1px solid #c5c3c3;
}

img.rightnobrd {
	margin: 0px 0px 5px 15px;
	border: none;
	float: right;
}

hr {
	border: none;
	border-top: 1px dotted #c5c3c3;
	height: 1px;
	margin-bottom: 15px;
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */

.companyname {
	font-weight: bold;
	color: #ffffff;
}

.center {
	text-align: center;
}

.contactinfo {
	margin: 0px 20px 25px 0px;
	padding: 5px 10px;
	border: 1px solid #cccccc;
	float: left;
	width: 270px;
	height: 250px;
}

.clear {
	clear: both;
}

.box {
	margin: 0px 20px 25px 0px;
	padding: 5px 10px;
	border: 1px solid #cccccc;
	background: #161671;
}

div#copyright img {
	border: none;
	margin-top: 10px;
}

div#login {
	float: right;
	padding-right: 120px;
}

div#maps {
	margin: 20px auto;
	border: 1px solid #cccccc;
	width: 600px;
	clear: both
}

iframe.noscroll {
	margin-top: -50px;
}
