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

body {
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #E0E3E8;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
}


/* 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.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
	text-decoration: none;
}

/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 21px;
	color: #333333;
	margin-right: 30px;
	margin-left: 30px;
	text-transform: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h1 {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-size: 21px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
	font-family:  Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: normal;
	padding-top: 5px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	margin-left: 30px;
	color: #0B7277;
	font-family:  Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 15px;
}

h3 {
	color: #FFCC00;
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	font-style: italic;
}

h4 {
	color: #001085;
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
	text-align: left;
	font-style: italic;
}

address {
	font-style: normal;
}

address a:link, addressx a:visited {
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
address a:hover {
	text-decoration: none;
	color: #7200C5;
}

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

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#header {
	width: 770px;
	height: 100px;
	background-image: url(images/header-nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
	padding: 0px;
}

/* Creates the div container for the site. */
div#container {
	width: 770px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#content {
	width: 770px;
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

div#address {
	text-align: center;
	color: #000000;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 15px;
	width: 730px;
	line-height: 16px;
	text-transform: none;
	clear: both;
}

div#links {
	margin-left: 150;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}

div#news {
	margin-left: auto;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
}

div#contact{
	margin-left: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}


div#footer {
	clear: both;
	width: 730px;
	color: #999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 9px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

div#footer a:link, div#footer a:visited {
	color: #057AA6;
	font-weight: bold;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	text-transform: uppercase;
}

div#footer a:hover {
}

div#copyright {
	text-align: center;
	color: #84878B;
	padding: 0px;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

div#copyright a {
	font-size: 9px;
	color: #727272;
	font-weight: bold;
	text-align: center;
}

/* NAVIGATION */
div#nav {
	position: absolute;
	top: 60px;
	left: 22px;
	width: auto;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #033E40;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #056B6F;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #086165;
}

div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:85%;
	text-transform:capitalize; 
}

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
}

div#nav li a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	font-size: 10px;
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 5px;
	padding-top: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	text-transform: uppercase;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #033E40;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #056B6F;
	font-family: Arial, Helvetica, sans-serif;
}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	color: #FFFFFF;
	background-color: #086165;
}

ul#list {
	font-size: 12px;
	color: #096D72;
}

ul#list li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 5px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.clear {
	clear: both;
}

.companyname {
	font-weight: bold;
	color: #096D72;
	text-transform: none;
}

.imgcenter {
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.form_content {
	font-size: 12px;
	color: #333333;
}

