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

/*STRUCTURE*/
#content {
	width: 980px;
	padding: 0 0 25px 0;
	display: block;
	background: #FFF url(../img/media/bg-content-top.gif) 0 0 no-repeat;
	color: #425060 !important;
}
#content #content-inner {
	width: 910px;
	padding: 35px 35px 0 35px;
	display: block;
}
#content #block {
	width: 910px;
	display: block;
}
/*2 column*/
#content .column {
	float: left;
}
#content .side-bar {
}

/*Override content lower layout*/
#contentLower { 
	padding: 20px 35px;
}
#contentLower .leftCol { 
	float:left; 
	width:460px;
}
#contentLower ul.latestnews {
	padding: 0 20px 0 0;
	display: block;
}

#contentLower .rightCol { 
	float:right; 
	width:430px;
}



/*TYPOGRAPHY*/
#content h1 {
	font-size: 2.2em;
	line-height: normal;
	display: block;
	padding: 10px 0 0 0;
	margin: 0 0 1.5em 0;
	color: #124d9b;
}
#content h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #124d9b;
}
#content h3 {
	font-size: 1.2em;
	font-weight: bold;
}
#content a {
	color: #148ab8 !important;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
/*Breadcrumbs*/
#breadcrumbs,
#breadcrumbs a {
	color: #124d9b !important;
}
#breadcrumbs a:hover {
	color: #148ab8 !important;
}
#breadcrumbs a {
	font-size: 1em; /*reset font size*/
	text-decoration: none;
}
#breadcrumbs {
	font-size: 1.3em; /*increase text and link to same size*/
	font-weight: bold;
}

/*Social Network icons*/
p.share {
	margin: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #dbd9d2;
}
p.share a img {
	display: inline;
	margin: 0 2px;
	vertical-align:middle;
}

/*Search form*/
form#media-search {
	float: right;
	width: 241px;
	display: block;
	margin: 0 80px 0 0;
	padding: 0;
}
form#media-search fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
form#media-search p {
	margin: 0;
	padding: 5px 20px 8px 20px;
	width: 201px;
	display: block;
	background: url(../img/media/bg-search.gif) 0 0 no-repeat;
	overflow: hidden;
	height: 1%;
}
form#media-search p input {
	border: 0;
	padding: 0;
	margin: 4px 0 0 0;
	float: left;
	width: 170px;
	font-size: 14px;
	color: #70757f;
}
form#media-search button {
	float: right;
	width: 21px;
	height: 21px;
	background: url(../img/media/search-btn.gif) 0 0 no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0;
}

/*HOME*/
#content.home {
	color: #848484 !important;
}
#content.home strong {
	color: #454545;
	font-weight: normal;
}
#content.home p.contact {
	margin: 0 0 2.5em 0;
	color: #000;
}
#content.home p.contact span {
	color: #848484 !important;
}
#content.home p.contact a {
	color: #000 !important;
}
#content.home ul {
	margin: 0 0 120px 0;
	height: 266px;
}
#content.home ul li {
	list-style: none;
	width: 217px;
	float: left;
	margin: 0 7px 0 0;
	padding: 0;
}
#content.home ul li img {
	width: 217px;
}

/*LISTINGS*/
#content.listing h1 {
	margin: 0 0 2em 0;
}
#content.listing #block {
	background: url(../img/media/bg-listing.gif) 0 0 repeat-y;
}
#content .item {
	float: left;
	width: 283px;
	padding: 0 10px 10px 0;
	margin: 0 10px 0 0;
	position: relative;
}
#content .item h2 {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.5em;
}
#content .item p a {
	color: #3f4f5c !important;
}
#content .item p.date {
	color: #6f8092;
	font-size: 1.1em;
}
#content.listing .item {
	float: left;
	width: 283px;
	padding: 10px 10px 40px 0;
	margin: 0 10px 0 0;
	position: relative;
}
#content.listing .item img {
	display: block;
	width: 283px;
	margin: 0 0 10px 0;
}
#content.listing .item p.share {
	position: absolute;
	width: 283px;
	bottom: 0;
}
#content.listing .item p.share img {
	width: auto;
	display: inline;
}

/*VIEW PAGE*/
#content.view #content-inner {
	background: url(../img/media/bg-view.gif) 595px 10px no-repeat;
}
#content.view .column {
	width: 545px;
	padding: 0 20px 0 0;
}
#content.view .side-bar {
	padding: 0 0 0 70px;
	width: 210px;
	border: 0;
}
#content.view h1 {
	width: 390px;
}
#content.view p.share {
	padding-bottom: 30px;
}

/*SEARCH RESULTS*/
#content.search-results .column {
	width: 495px;
	padding: 0 95px 0 0;
}
#content.search-results .side-bar {
	width: 285px;
	padding: 0;
	border: 0;
}
p.result {
	margin: 0 0 2em 0;
	padding: 0;
}
p.result span {
	color: #6bb0cf;
}
#content.search-results .item {
	float: none;
	width: auto;
	padding: 0;
	margin: 0 0 2.4em 0;
}
#content.search-results .item h2 {
	margin: 0 0 0.4em 0;
	font-size: 1.2em !important;
}
#content.search-results .item h2 a {
	color: #134c9a !important;
}
#content.search-results .item p {
	margin: 0 0 0.6em 0;
}
#content.search-results .item p.date {
	font-size: 1.2em;
	line-height: normal;
	color: #6bb0cf;
}
.box {
	background: url(../img/media/box-bg.gif) 0 0 repeat-y;
	margin: 0 0 15px 0;
}
.box-outer {
	background: url(../img/media/box-top.gif) 0 0 no-repeat;
	padding-top: 10px;
}
.box-inner {
	background: url(../img/media/box-btm.gif) 0 100% no-repeat;
	padding: 0 15px 10px 15px;
}
#content .box h3 {
	font-size: 1.3em;
	line-height: normal;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	color: #1994c9;
	border-bottom: 3px solid #e5e5e5;
}
#content .box ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 125px;
}
#content .box ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content .box a {
	color: #134c9a !important;
}

/*IMAGE GALLERY*/
#content .thumb {
	float: left;
	width: 178px;
	padding: 10px 12px 20px 12px;
	margin: 0 15px 15px 0;
	border: 1px solid #CCC;
	text-align: center;
}
#content .thumb h3 {
	text-align: center;
	font-size: 13px;
	line-height: normal;
	margin-bottom: 10px;
	color: #124d9b;
}
#content .thumb img {
	display: block;
	margin: 0 0 10px 0;
}
#content .thumb ul {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
#content .thumb ul li {
	list-style: none;
	display: inline;
	margin: 0 10px 0 0;
}

label#em_wfs_formfield_1873002_label,
label#em_wfs_formfield_1872584_label {
	color: #666 !important;
}

#content .newsletter-archive {
	text-align: center;
	width: 215px;
	margin: 0 auto 15px auto;
}
#content .newsletter-archive h2 {
	font-size: 1.6em;
}




