/* Non-generic site styles go in here */

body {
}

.container_bg{
	/*background: url(/media/img/container-bg.jpg) repeat-y top center;*/
	background-color:#fff;
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	
}

.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	position: relative;
	height: 300px;
	padding-top: 74px;
	background: url(/media/img/banner.jpg) no-repeat bottom center;
}


.content {
	width:1000px;
	overflow:hidden;
	/*margin-bottom:20px;*/
}

.left-bar, .main, .right-bar{
	float: left;
}

.left-bar {
	width: 205px;
	padding: 0 20px 40px;
	background-color:#e5f4f7;
}

.right-bar{
	width:225px;	
}

.main {
	/*margin-left: 225px;*/
	width:470px;
	margin:20px 20px 0px 20px;
}

.footer {
	
}

.help-nav {
	position: absolute;
	top: 20px;
	right: 20px;
}

.header .help-nav li{
	margin-left:20px;
}

.help-nav img{
	padding-right:2px;
}

.header .nav, .footer .nav {
	line-height: 40px;
	background-color: #17969c;
	padding:0 10px;
}


.nav a {
	font-size: 18px;
	font-family: Georgia, serif;

}

.sub-nav{
	font-family: georgia;
	font-size: 20px;
	line-height: 26px;
	/*color: #4b547d;*/
	margin-left:0;
	margin-right:0;
	
}

.sub-nav li{
	border-bottom:1px solid #ffffff;
	list-style-type:none;
	padding:5px 0;
}
.nav a{
	color:#fff;
	text-decoration:none;
}
.sub-nav a {
	color: #16969f;
	text-decoration:none;
}
.nav a:hover{
	color:#fff;
}
.sub-nav a:hover {
	color: #86d0d5;
}

.sub-nav ul{
	margin:0;
}

.legal-nav{
	float:right;
}

.legal .legal-nav li{
	padding-left:10px;
	
}

.legal{
	padding:10px 20px;
}

.legal p{
	margin-bottom:0px;
}

.content-img{
	margin-bottom:20px;
	margin-top:60px;
}

.content-img img{
	width: 225px;

}

.content-img p{
	font-style:italic;
}

.breadcrumb{
	margin-bottom:20px;
}
.newsletter_widget{
	margin:20px 0;	
}

.newsletter_widget input{
	width:190px;
	margin:10px 0;
	padding:3px;
}

.newsletter_widget .submit{
	width:60px;
	margin: 0;
	padding:0px;
}

.newsletter_widget h3{
	margin-bottom:0;
}

#id_subscribed{
	width:20px;
	margin:0;
	display:none;
}

#id_email{
	color:#ABABAB;
}

.newsletter_widget label{
	margin-left:50px;
	margin-right:10px;
}

.section1{
	float:left;
	width:470px;
	margin-bottom:20px;
}
.section2{
	margin-right:20px;
}

.section2, .section3, .section4{
	width: 225px;
	float:left;
	overflow: hidden;
	background: url(/media/img/blue-bg.jpg) repeat-x scroll 100% 105px;
	
}
.section2 img, .section3 img, .section2 p, .section3 p, .section4 p{
	margin:0;
}

.section2 div, .section3 div, .section4 div{
	padding:0 20px;
	padding-bottom:20px;
}

.section2 div p, .section3 div p, .section4 div p{
	margin-bottom: 1em;
}
.section4 h3{
	padding-top:10px;
}

.section4 p{
	font-style:normal;
}


.news-widget{
	margin-top: 20px;
}

.main .photos li{
	list-style-type:none;
	float:left;
}

.main .photos{
	margin-left:0;
	margin-right:0;
	overflow:hidden;
}

.pagination{
	text-align:right;
}
.blog_entries{
	margin-left:0;
}

.blog_entries li{
	list-style-type:none;
	padding:10px 0;
	border-bottom: #ABABAB 1px dotted;
}

.blog_entries .last{
	border-bottom:0;
}

.banner_msg{
	width:400px;
	color:#fff;
	font-size:24px;
	font-style:italic;
	padding:55px 0 0 130px;
	line-height:26px;	
}
.banner_msg p {
	font-family: Georgia, serif;
}
#search{
	bottom:20px;
	left:820px;
	position:relative;
	width:180px;
}


h3 a, h2 a{
	color:#18979E;
	text-decoration:none;
}
