@charset "utf-8";
/* CSS Document */

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #000066;
	font: 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#content h1 {
	padding: 10px; 
	font-weight: bold; 
	font-size: 24px; 
	font-family: Arial, Helvetica, sans-serif;
}

#content h2 {
	padding: 10px 10px 5px 20px;
	text-align: left;
	font-weight: bold; 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif;
}

h2.services {
	padding: 10px 10px 5px 20px;
	text-align: left;
	font-weight: bold; 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif;
}

ul.content {
	text-align: left;
	padding: 0px 0px 5px 40px;
	font-weight: bold; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
}

#content li {
	list-style: disc;
}

#content p {
	padding: 0px 20px 5px 30px;
	font-size: 12px; 
	text-align: justify;
}

/* Styles A links */
a img {
	border: 0px;
}

a {
	font-weight: bold;
	text-transform: uppercase;
}

a:link {
	text-decoration: none;
	color: #CCC;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active, a.selected {
	text-decoration: none;
	color: #FF0;
}
#content a:link {
	color: #333;
}
#content a:visited {
	color: #333;
}
#content a:hover {
	color: #333;
}

#header {
	position: static;
	background-color:#FFF;
	background-repeat: repeat-x;
	height: 200px;
}

#header_image {
	margin: 0 auto;
	width: 800px;
}

#nav_top_container {
	margin: 0 auto;
	width: 800px;
}

#nav_top {
	position: static;
	background-image: url(../images/nav.jpg);
	background-repeat: repeat-x;
	height: 33px;
}

#nav_main {
	float: left;
	background-image: url(../images/sideBar.jpg);
	background-repeat: repeat-y;
	width: 213px;
}

#nav_main p{
	display: none;
}

#nav_top ul {
	padding: 8px;
	text-align: right;
}

#nav_top li {
	text-align: center;
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	padding: 8px;
}

#content {
	padding-right: 7px; 
	height: 100%; 
	width: 580px; 
	background-color: #FFF; 
	float: left;
}

#nav_bottom {
	margin: 0 auto;
	width: 800px;
	text-align: right;
}

#nav_main p {
	line-height: 1.3em;
	color: #FFF;
	font-weight: bold;
	padding: 10px
}

#nav_bottom li {
	text-align: center;
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	padding: 8px;
	line-height: -10px;
}

#serviceNav {
	text-align: center;
	width: 545px;
	height: 100%;
	padding: 0px 20px 10px 20px;
}

a.serviceLink {
	text-decoration: underline;
	font-size: 12px;
}

#serviceNav ul {
	padding: 8px;
	text-align: center;
}

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

#nav_bottom ul {
	padding: 10px;
}

#container {
	margin: 0 auto;
	width: 800px;
	height: 100%;
	/*padding-top: 233px;*/
}

#footer {
	float: left;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 50px;
}

ul.nav {
	color: #ffffff;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 10px 6px;
	text-decoration: none;	
	text-transform:uppercase;
}

#form h2 {
	text-align: center;
}

#form td {
	padding: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.rolloverEmail a {
display: block;
width: 130px;
font: bold 13px sans-serif;;
color: #333;
background: url(../images/email.png) 0 0 no-repeat;
text-decoration: none;
}
.rolloverEmail a:hover { 
background-position: 0 -128px;
color: #049;
}
.rolloverEmail a:active {
background-position: 0 -256px;
color:#fff;
}

#rolloverRT {
	padding: 0px 0px 0px 80px;
	height: 128px;
	width: 130px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009;
	font-size: 18px;
}

#rolloverLT {
	float: left;
	height: 128px;
	width: 130px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009;
	font-size: 18px;
	
}

#rolloverRThead {
	padding: 0px 0px 0px 80px;
	height: 40px;
	width: 130px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009;
	font-size: 18px;
}

#rolloverLThead {
	float: left;
	height: 40px;
	width: 130px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009;
	font-size: 18px;
	
}

.rolloverForm a {
display:block;
width: 130px;
font: bold 13px sans-serif;;
color:#333;
background: url(../images/form.png) 0 0 no-repeat;
text-decoration: none;
}
.rolloverForm a:hover { 
background-position: 0 -126px;
color: #049;
}
.rolloverForm a:active {
background-position: 0 -256px;
color:#fff;
}

#copy {
	float: right;
	width: 587px;
	height: 100%;
}

.copy {
	color: #FFF;
	font-style: italic;
	font-size: 9px;
	padding: 0px 160px 0px 0px;
}