@charset "utf-8";
/* CSS Document */
<!--

/*Master Layout Styles*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
margin: 0px 0px 0px 0px;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
}
body {
background-color: #27343c;
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 14px;
margin: 0 0 18px 0; 
padding: 0 0 0 0; 
text-align: center; 
}
#wrapper {
background-color: #FFFFFF;
margin: 0 auto 0 auto; 
max-width: 954px;
min-width: 954px;
text-align: left; 
width: 954px;
}
#wrapper #top {
float: none;
width: auto;
text-align:right;
background-color: #27343c;
color: #FFFFFF;
font-size: 18px;
padding: 9px;
}
#wrapper #layout_top {
float: none;
width: auto;
height: 18px;
background-image:url(../images/bg_layout_top.gif);
}
#wrapper #header {
background-color: #FFFFFF;
background-image: url("../images/bg_header.gif");
background-repeat: no-repeat;
font-size: 18px;
font-weight: bold;
height: 54px;
line-height: 15px;
margin: 0px 0px 0px 0px; 
padding: 0px 18px 0px 18px; 
}
#wrapper #header #logo {
float:left;
margin-left:18px;
}
#wrapper #header #contact {
float:right;
margin-top:27px;
margin-right:27px;
color:#27343c;
line-height: 24px;
}
#wrapper #navigation {
float: none;
width: auto;
height: 27px;
background-image:url(../images/bg_navigation.gif);
color: #bfe7ea;
font-size:18px;
line-height: 22px;
text-align:center;
font-weight:bold;
padding-top:9px;
}
#wrapper #splash {
background-color: #FFFFFF;
height: 198px;
margin: 0px 0px 0px 0px; 
padding: 0px 18px 0px 18px; 
}
#wrapper #layout {
width: 916px;
margin-left: 18px;
padding: 0px;
background-image:url(../images/bg_content.jpg);
background-repeat:repeat-x;
border: 1px #d2e7f5 solid;
}


/*Home Page-Only Layout Styles*/

#wrapper #layout #column1 {
border-right: 1px #d2e7f5 solid; 
float: left;
margin: 0px 0px 0px 0px; 
padding: 18px 9px 18px 9px; 
width: 278px;	
}
#wrapper #layout #column1:hover {
background-color:#FFFFFF;
}
#wrapper #layout #column3 {
border-left: 1px #d2e7f5 solid; 
float: right;
margin: 0px 0px 0px 0px; 
padding: 18px 9px 18px 9px; 
width: 278px;
}
#wrapper #layout #column3:hover {
background-color:#FFFFFF;
}
#wrapper #layout #column2 {
margin: 0px 297px 0px 297px; 
padding: 18px 9px 18px 9px; 
width: 304px;
float: none;
}
#wrapper #layout #column2:hover {
background-color:#FFFFFF;
}


/*Sub Pages Layout Styles*/

td {
border-bottom: 1px #d2e7f5 solid;
}
#wrapper #layout #column1_sub {
margin: 0px 297px 0px 0px; 
padding: 18px 9px 18px 9px; 
width: 601px;
float: none;
}
#wrapper #layout #column2_sub {
border-left: 1px #d2e7f5 solid; 
float: right;
margin: 0px 0px 0px 0px; 
padding: 18px 9px 18px 9px; 
width: 207px;
}

/*Master Layout Styles, Continued*/

#wrapper #footer { 
float: none;
width: auto;
}
#wrapper #footer #footer_row1 {
float: none;
width: auto;
margin: 0px 18px 0px 18px; 
padding: 18px 18px 18px 18px; 
height: 234px;
}
#wrapper #footer #footer_row1 #footer_col1 {
width: 630px;
float:left;
}
#wrapper #footer #footer_row1 #footer_col2 {
float:right;
width: 207px;
border-left: 1px #d2e7f5 solid;
padding-left: 18px;
}
#wrapper #footer #footer_row2 {
float: none;
width: auto;
margin: 0px 18px 0px 18px; 
padding: 18px 18px 18px 18px; 
border: 1px #d2e7f5 solid;
}
#wrapper #footer #footer_row2 #left {
float:left;
text-align:left;
width:50%;
height: 72px;
}
#wrapper #footer #footer_row2 #right {
float:right;
text-align:right;
width:50%;
height: 72px;
}
#wrapper #footer #footer_row2 #footer_text {
float:none;
width:100%;
text-align:right;
}
#wrapper #layout_bottom {
float: none;
width: auto;
height: 18px;
background-image:url(../images/bg_layout_bottom.gif);
background-repeat: no-repeat;
}


/*Text Styles*/

h1 {
color: #536e7f;
font-size: 30px;
font-weight: normal;
line-height: normal;
margin-bottom: 18px;
}
h2 {
color: #333333;
font-size: 24px;
font-weight: normal;
line-height: normal;
}
h3 {
color: #333333;
font-size: 18px;
font-weight: normal;
line-height: normal;
margin-bottom: 18px;
}
h4 {
color: #333333;
font-size: 16px;
font-weight: normal;
line-height: normal;
}
a,  a:link {
color: #536e7f;
font-weight: bold;
text-decoration: underline;
}
a:visited {
color: #536e7f;
font-weight: bold;
text-decoration: underline;
}
a:hover {
color: #577ab2;
text-decoration: none;
}
a:focus {
color: #000000;
}
a:active {
color: #000000;
}

#wrapper #navigation a:link {
color: #FFFFFF;
text-decoration:none;
}
#wrapper #navigation a:hover {
color: #bfe7ea;
text-decoration:none;
}
#wrapper #navigation a:visited {
color: #FFFFFF;
text-decoration:none;
}

#wrapper #contact a:link {
color: #27343c;
text-decoration:none;
}
#wrapper #contact a:hover {
color: #536e7f;
text-decoration:none;
}
#wrapper #contact a:visited {
color: #27343c;
text-decoration:none;
}

#wrapper #footer_col2 a:link {
color: #536e7f;
text-decoration:none;
}
#wrapper #footer_col2 a:hover {
color: #536e7f;
text-decoration:none;
}
#wrapper #footer_col2 a:visited {
color: #536e7f;
text-decoration:none;
}


/*Text Exception Classes*/

.blue {
color:#536e7f;
}
.lightblue {
color:#96aab6;
}
.gray {
color:#666666;
}
.p10 {
font-size:10px;
}
.p11 {
font-size:11px;
}
.p14 {
font-size: 14px;
line-height: 18px;
}
.p16 {
font-size: 16px;
line-height: 20px;
}
.uppercase {
text-transform:uppercase;
}
.zero {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}


/*Other Elements*/

#hr {
border-bottom: 1px #d2e7f5 solid;
height: 2px;
width: 100%;
margin: 2px 0px 9px 0px;
}
#wrapper #layout .clearFloat {
clear: both;
display: block;
}
li {
line-height: 20px;
}
.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("../images/feed-icon-14x14.png") no-repeat 0 50%;
  }
-->