@import url("nav2.css");
@import url("blog.css");
@import url("modules.css");


body {
position: relative;
text-align: center;
font: 12px Helvetica, Arial, sans-serif;
color: black;
background: #9eacb4 url(../images/bground_body.jpg) top center repeat-y;}

* {
margin: 0;
padding: 0;}

a {
color: #1d3c58;
text-decoration: underline;}

a:hover {
color: #1d3c58;
text-decoration: none;}

p, ul {
margin-bottom: .8em;
line-height: 1.5em;}

h1,
h2,
h3 {
color: #1d3c58;
margin-bottom: 5px;}

h1 {
font-size: 18px;}

h2 {
font-size: 16px;}

h3 {
font-size: 14px;}

h4 {
font-size: 12px;}

img {
border: none;}




/* Main layout styles */

input, select, textarea {margin: 0.01em; padding: 0 0.02em; vertical-align: middle;}

#container {
position: relative;
text-align: left;
width: 950px;
margin: 0 auto;}

#header {
background: url(../images/bground_header.jpg) no-repeat;
height: 132px;
position: relative;}


/* Search */

#search {
position: absolute;
top: 90px;
right: 20px;}

.searchInput {
padding: 2px;
margin-right: 2px; vertical-align: middle;}

.searchButton {}


/* Menu styles */

#nav {
position: relative;}

#nav ul {
list-style: none;}

#nav li {
display: inline;}


/* Global content styles */

#main {
padding: 20px;
margin-bottom: 30px;
overflow: auto; clear: left;}

#right {
width: 231px;
float: right;
font-size: 11px;
margin-left: 20px;
padding-left: 20px;
border-left: 1px dotted #c9ccce;}

#right .section {
line-height: 1.5em;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 2px solid #e3e6e9;}

#right .section p {
margin: 0;}

#right .section img {
margin-top: 10px;
margin-left: 40px;}

#right .section ul {
list-style: none;}

#right .ad {
text-align: center;
padding-bottom: 10px;
border-bottom: 2px solid #e3e6e9;}


/* Home page styles */

.home #left span {
font-weight: bold;}

.home #left {
width: 244px;
float: left;}

.home #middle {
font-size: 11px;}

.home #middle {
width: 374px;
float: left;
margin: 0 0 0 20px;}

.rotating-image {
overflow: hidden;
float: left;
width: 374px;
height: 247px;}

.rotating-image img {
border: 3px solid #0a557c;}

.home .feature {
clear: both;
margin-top: 255px;
background: #e3e6e9;
padding: 10px;}


/* Sub page styles */

.sub #left {
float: left;
width: 638px;
line-height: 1.5em;}

.sub #right {
margin-left: 20px;
padding-left: 20px;
border-left: 1px dotted #c9ccce;}

.sub ul {
margin-left: 15px;}

.sub ul ul {
margin-left: 30px;}

.sub #right .section ul {
margin-left: 0;}

#faqindex {
margin-bottom: 40px;}

a.toplink {
border-bottom: 1px dotted #c9ccce;
margin-bottom: 10px;}


/* Table and form styles */

.contactleft {
float: left;}

.contactright {
margin-top: 20px;
float: right;
background: #e3e6e9;
padding: 10px;}

td {
padding-top: 3px;
padding-bottom: 3px;}

td.label {
width: 100px;
text-align: right;
padding-right: 3px;
font-weight: bold;}

td.label.notrequired {
font-weight: normal;}

.TextboxField, .TextBoxField {
padding-top: 4px;}


/* Footer styles */

#footer {
clear: both;
background: #1d3c58 url(../images/bground_footer.gif) 350px 0 no-repeat;
color: white;
padding: 20px 50px 10px;
overflow: auto;}

#footer a {
color: white;
text-decoration: none;}

#footer a:hover {
text-decoration: underline;}

#footer p {
margin: 0;}

#footer ul {
list-style: none;
float: left;
margin-right: 50px;}

#footer .contactinfo {
float: right;
margin-left: 50px;}

#subfooter {
font-size: 9px;
color: gray;
text-align: center;
margin-top: 10px;
margin-bottom: 30px;}