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

/****************************************** - Main tags */

body{
	padding: 0;
	margin: 0;
	border-top: 15px solid #6d92a8;
	background: #dbe4eb;
	font-family: "Gill Sans", "Gill Sans MT", Arial, sans-serif;
	font-size: 1em;
	color: #80a3b7;
	width: 100%;
	min-width: 940px;
}

img{
border: 0;
}

.clear{
clear: both;
}

.bold{
	font-weight: bold;
}

p, ul, h1, h2, h3, h4, h5{
	margin: 0;
	padding: 0;
}

p{
	padding: 0 0 20px 0;
}

form{
	padding: 0;
	margin: 0;
}

#container{
width: 884px;
margin: auto;
background: #fff;
padding: 0 28px;
}

h1{
	font-size: 1em;
	font-weight: normal;
	padding-bottom: 20px;
}

h1 span{
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

h2{
font-size: 1.2em;
font-weight: normal;
padding-bottom: 5px;
}

.left{
float: left;
}

.right{
float: right;
}

/****************************************** - Header */

#header{
}

#logo{
float: left;
padding-top: 11px;
}

#header-info{
font-size: 1.1em;
}

#header-info ul{
	list-style: none;
	padding-top: 20px;
	padding-bottom: 10px;
}

#header-info ul li{
text-align: right;
padding-bottom: 5px;
}

#header-info a{
	color: #80a3b7;
	text-decoration: none;
}
#header-info a:hover {
	color: #5A7C8C;
}

#banner{
margin-top: 4px;
}

/****************************************** - Menu */


#menu{
height: 28px;
}

#menu ul{
list-style: none;
}

#menu ul li{
float: left;
border-right: 4px solid #537384;
background: url(../img/menu-bg.jpg) repeat-x;
}

#menu ul li:hover, #menu ul li#active{
background: url(../img/menu-over-bg.jpg) repeat-x;
}

#menu ul li.last{
border-right: none;
}

#menu ul li a{
display: block;
width: 144px;
height: 24px;
padding-top: 4px;
color: #fff;
text-align: center;
text-decoration: none;
font-size: .9em;
}

#menu ul li.first a{
background: url(../img/menu-corner-left.png) no-repeat left;
}

#menu ul li.last a{
background: url(../img/menu-corner-right.png) no-repeat right;
}

/****************************************** - Content */

#content{
float: left;
width: 100%;
padding: 15px 0 20px 0;
}

#content p, #content ul{
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: justify;
}

#content p.quote{
font-style: italic;
}

#content a{
	color: #80a3b7;
}

#content a:hover{
text-decoration: underline;
}


#main-left-col{
width: 424px;
float: left;
}

#main-right-col{
width: 416px;
float: right;
}

.panel{
background: url(../img/panel-bg.jpg) no-repeat top #abbfce;
width: 197px;
margin-top: 10px;
color: #fff;
}

.panel-top-corners{
background: url(../img/panel-top-corners.png) top no-repeat;
}

.panel-bottom-corners{
background: url(../img/panel-bottom-corners.png) bottom no-repeat;
padding: 10px;
}

#content ul{
padding-bottom: 20px;
list-style: none;
}

#content ul li{
background: url(../img/content-bullet.png) no-repeat 0 7px;
padding: 0 0 5px 12px;
}

#content .panel h2{
padding-bottom: 10px;
font-size: .9em;
font-weight: normal;
}

#content .panel ul{
	font-size: 0.8em;
	list-style: none;
	padding-bottom: 10px;
	min-height: 215px;
	text-align: left;
}

#content .panel ul li{
background: url(../img/panel-bullet.png) no-repeat 0 7px;
padding: 0 0 3px 12px;
}

#content .panel.home-right .panel-bottom-corners {
	min-height: 283px;
}

.home-list-2 {
	border-top: 1px solid #fff;
	padding-top: 1em;
	margin-bottom: 41px;
}

#content .panel.home-right ul {
	min-height: auto;
}

.panel p{
	padding-bottom: 0;
}

#content ul.issues{
	font-size: 1.1em;
	line-height: 1em;
	list-style: none;
	text-align: justify;
}

#content ul.issues li{
background: none;
padding: 0 15px 5px 0;
float: left;
}
h1.headerReplace {
	height: 37px;
	width: 424px;
	text-align: left;
	padding-bottom: 0px;
	position: relative;
	line-height: 24px;
	margin-bottom: 13px;
	}
h1.headerReplace span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 24px;
	}
/****************************************** - Contact */

#contact-col-left{
float: left;
width: 290px;
}

#content #contact-col-left h1{
padding-bottom: 5px;
font-size: 1.8em;
}

#content #contact-col-left h2{
padding-bottom: 5px;
font-size: 1em;
}

#content #contact-col-left ul{
	list-style: none;
	margin-top: 30px;
}

#content #contact-col-left ul li{
	min-height: 48px;
	background: none;
	margin-top: 5px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 65px;
	line-height: 1.3em;
}

#content #contact-col-left ul li.tel{
background: url(../img/icon-tel.jpg) no-repeat;
}

#content #contact-col-left ul li.email{
background: url(../img/icon-email.jpg) no-repeat;
}

#content #contact-col-left ul li.address{
background: url(../img/icon-address.jpg) no-repeat;
padding-top: 10px;
padding-bottom: 5px;
}

#content #contact-col-left ul li.disabled{
background: url(../img/icon-disabled.jpg) no-repeat;
}
#content #contact-col-left ul li.bus{
background: url(../img/icon-bus.jpg) no-repeat;
padding-top: 0px;

padding-bottom: 15px;
}

#contact-col-right{
float: right;
width: 565px;
}

/****************************************** - Footer */

#footer{
border-top: 1px solid #b6c8d3;
padding: 10px 0;
float: left;
width: 100%;
}

#footer ul{
list-style: none;
}

#footer p, #footer ul{
font-size: .7em;
padding-bottom: 10px;
}

#footer a{
color: #80a3b7;
text-decoration: none;
}

#footer a:hover{
text-decoration: underline;
}

#footer-logos{
	float: left;
	padding: 10px 30px 0 0;
	width: 400px;
}

#footer-logos ul li{
	padding: 0 7px;
}
.second-logo {
	margin-left: 20px;
}
.footer-col{
	width: 138px;
	float: right;
}
.footer-col p {
	padding: 0 10px 10px 0;
}
.blue-box {
	background:#80a3b7;
	color:#fff;
	border-radius: 5px;
	padding:15px 15px 5px 15px;
}
.blue-box p {
	text-align: left;
}
.blue-box h2 {
	margin-bottom: 1em;
}
.words-image {
	margin-top: 17px;
    margin-bottom: 17px;
}
