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

body {
	margin: 0px 0px 20px;
	padding: 0px;
	text-align: center;
	background-repeat: repeat-x;
	background-color: #B1c6c8;
}

p, h1, h2, a, ul, li, lo, address {
	color: #575656;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, h1, h2, h3 {
	margin: 0px;
	padding: 0px 5px 0px 5px;
}

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

address {
	font-size: 10px;
	font-style: normal;
	color: #1C464A;
}

h1 { 
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: 5px 0px 2px 0px;
	border-bottom: 1px dotted #cccccc;
}

h2 { 
	font-family: times, serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #0000CC;
	text-align: center;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	border: 3px double #000000;
	width: 200px;
	float: right;
}

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

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

ul.left {
	float: left;
}

li {
	font-size: 11px;
	line-height: 1.5;
	color: #0033CC;
}

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

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

/* ------------------------- MAIN NAVIGATION TAB STYLE----------------------------- */
ul#mainnav {
	background-color: #3d5673;
	width: 768px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #7D7D7D;
}

ul#mainnav li {
	font: "Bembo Old Style", Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	float: left;
	list-style: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 2px 20px 4px 20px;
	font-size: 10px;
	border-right: 1px solid #828282;
	background-image: url(images/navbullet.gif);
	background-repeat: no-repeat;
	background-position: left;
}

ul#mainnav li a:hover, ul#mainnav ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background-color: #b1c6c8;
	background-image: url(images/navbullet_on.gif);
	background-repeat: no-repeat;
	background-position: left;
}



/* ----------------- HEADER ----------------- */

/* Creates DIV container for header. */
div#header {
	background: url(images/header.gif) no-repeat;
	position: relative;
	width: 770px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

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

/* Creates DIV container for the main body. */
div#body{
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	border-left: 1px solid #84968e;
	border-right: 1px solid #84968e;
	border-bottom: 1px solid #84968e;
	background-color: #B1c6c8;
}

/* Creates DIV containers for main body content with multiple columns. */
div#bodyleft {
	width: 470px;
	margin: 0px;
	padding: 2px;
	text-align: left;
	float: left;
}

div#bodyright {
	width: 260px;
	margin: 0px;
	margin-right:10px;
	padding: 25px 0px 2px 0px;
	text-align: left;
	float: right;
}

/* ----------------- RIGHT PANELS ----------------- */

div.rightpanel {
	width: 188px;
	margin: 5px 0px 0px 0px;
	padding: 5px;
	border: 1px solid #828282;
}

	div.rightpanel p {
		color: #1C464A;
		font-size: 10px;
		line-height: normal;
		margin: 0px;
		padding: 0px;
	}

/* ----------------- FOOTER ----------------- */

/* Creates DIV container for the footer. */
div#footer {
	width: 762px;
	margin: 0px auto;
	padding: 3px 0px 20px 0px;
	clear: both;
}

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

div#footer a:link, div#footer a:visited, div#footer a:active {
	text-decoration: none;
	font-weight: normal;
	color: #999999;
}

div#footer a:hover {
	color: #333333;
}

div#footleft {
	float: left;
}

div#footright {
	float: right;
}

/* ----------------- COPYRIGHT ----------------- */

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

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

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

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

img {
margin-bottom:10px;
}

img.left {
	margin: 5px 10px 5px 0px;
	border: 1px solid #828282;
	float: left;
}

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

img.border {
	border: 1px solid #828282;
}

div.clear {
	clear: both;
}

div#flash {
	border: 1px solid #828282;
}

iframe.noscroll {
	margin-top: -50px;
}

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

.companyname {
	font-weight: bold;
}

.center {
	text-align: center;
}
.centertext {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 760px;
}
