html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
	font-size: 16px;
	font-family: Arial, sans-serif;
	text-align: center;
	background:#fff url("../images/bg.jpg") repeat-x left top;
	color:#5f6b77;
}

.clearer {
    clear: both;
}

img {
    vertical-align: top;
}

a {
    color: #659f82;
    text-decoration: none;
	font-weight:bold;
}

a:hover {
    color: #5f6b77;
    text-decoration: underline;
}

blockquote {
	margin: 0px 60px 20px 20px;
	color: #60a3d7;
	font-size: 16px;
	
}

#container {
    width: 960px;
    text-align: left;
    margin: 0px auto;
}

#header {
    height: 110px;
}

#logo {
    float: left;
    padding: 47px 0px 0px 65px;
}

#navigation {
    float:right;
    padding:76px 14px 0px 0px;
}

#navigation a {
    display:block;
    float:left;
    height:25px;
    line-height:25px;
    color:#5f6b77;
    text-decoration:none;
    font-size:16px;
    margin-left:12px;
    padding:0px 6px;
}

#navigation a:hover {
    text-decoration:underline;
}

#navigation a.active {
    background:#5f6b77;
    color: #fff;
    text-decoration:none;
}

#leftbar {
    width:580px;
    float:left;
    padding: 45px 0px 0px 62px;
    overflow: hidden;
}

h1 {
    line-height: 60px;
    font-size: 42px;
    font-weight:bold;
    /*font-family:"Courier New";
    letter-spacing: -1px;*/
    padding-bottom: 15px;
}

p {
    line-height: 24px;
    padding-bottom: 20px;
}

h2 {
    font-size: 18px;
    font-weight:bold;
    line-height: 24px;
}

h3 {
    font-size: 14px;
    font-weight:bold;
    line-height: 24px;
    padding-bottom: 3px;
}

#rightbar {
    width: 280px;
    float:right;
    padding-top: 65px;
    overflow: hidden;
}

.rightbar_navigation {
    list-style-type: none;
    margin-bottom: 20px;
}

.rightbar_navigation li {
    border-bottom: solid 1px #fff;
    background: #ebebeb;
    padding: 12px  20px;
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
}

.rightbar_navigation li a {
    color: #5f6b77;
    text-decoration: none;
}

.rightbar_navigation li a:hover {
    text-decoration: underline;
}

.rightbar_navigation li.active {
    background: #61a4d7 url("../images/blue_bg.jpg") repeat-x left top;
}

.rightbar_navigation li.active a {
    color: #fff;
}

#footer {
    font-size: 13px;
    margin-top: 5px;
    padding: 15px 15px 15px 25px;
    background: #e2e4e6;
    color: #5f6b77;
}

#footer .left {
    float: left;
}

#footer .right {
    float: right;
}

#footer a {
    margin-left: 20px;
    color: #5f6b77;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.team_item {
	padding-bottom: 0px;
}

.team_item .image {
    width: 140px;
    float: left;
    overflow: hidden;
}

.team_item .text {
	width: 580px;
	float: left;
	overflow: hidden;
}

.team_item p {
    padding-top: 0px;
}

#blue_banner {
    height: 400px;
    background: #6ba5c0 url("../images/blue_banner.jpg") no-repeat left top;
    border-bottom: solid 6px #e5eef5;
    margin: 3px 0px 20px;
    color: #fff;
    font-size: 15px;
}

#blue_banner .text {
    float: left;
    width: 480px;
    padding: 43px 0px 0px 43px;
    margin-right: 32px;
}

#blue_banner .image {
    float: left;
    padding-top: 88px;
    width: 400px;
    
}

#blue_banner a {
    color: #fff;
    text-decoration: underline;
}

#blue_banner .title {
    font-size: 38px;
    font-weight: bold;
    line-height: 50px;
    /*font-family: "Courier New";*/
}

.columns {
    padding-left: 10px;
}

.column {
    width: 296px;
    float:left;
    margin-right: 20px;
}

.column .title {
    /*font-family: "Courier New";*/
    font-size: 22px;
    font-weight:bold;
    border-bottom: solid 5px #e5eef5;
    margin-bottom: 20px;
    /* letter-spacing: -1px;*/
}

.blue_text {
    color: #60a3d7;
    line-height: 24px;
    padding-bottom: 5px;
}

.center_column_text {
    background: url("../images/referral_img.jpg") no-repeat 5px 0px;
    padding-left: 100px;
}

.newsheadline {

margin-bottom:30px;

}

.newsheadline h2 a{
  font-size: 22px;
  font-weight:bold;
  line-height: 24px;
  color:#5F6B77;

}

.newsheadline h2 a:hover{
  text-decoration:underline;
  color:#659f82;

}

.newsheadline p.newsdate{
  font-size:14px;
  padding-bottom:2px;
  color:#bbb;

}

.rightbarinfo {
  font-size:14px;

}

.mediacontact{

margin-top:52px;

}