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

/* CLEAR FIX*/

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;
}
.clearfix {display: block;
}
/* End hide from IE-mac */
.clear { clear: both; 
}
p{
	font-size: 12px;
	color: #132F51;
	line-height:16px;
	font-weight:normal;
	margin-bottom:-12px;
}

h1{
	padding-left: 40px;
	font-size: 14px;
	color: #132F51;
	font-weight:normal;
	margin-top:13px;
	margin-bottom:-12px;
}

h2{
	padding-left: 40px;
	margin-top: -2px;
	font-size: 12px;
	color: #6D97BC;
	font-weight:normal;
	margin-bottom:-13px;
}

h3 { font-face: arial; font-size: 12px; color: #132F51; line-height:16px; font-weight:normal; margin-bottom:-12px;}

h4 { font-face: arial; font-size: 14px; color: #132F51; line-height:16px; font-weight:bold; margin-top:13px; margin-bottom:-12px;}

h5 { font-face: arial; font-size: 12px; color: #6D97BC; line-height:16px; font-weight:normal; margin-bottom:-7px;}

.img a{
	border: 0px;
}

#container {
	width: 884px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
.aligntop{
	border: 0px;
	float: right;
	padding-left: 2px;
}
#containerpage {
	width: 884px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image:url(images/contentbg.gif);
	background-repeat: repeat;
}
#containerpagefull {
	width: 884px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
body {
	background-color: #7697BA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #132F51;
	margin: 0px;
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
	background-position:center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #06C;
}
#logo {
	position:absolute;
	width:264px;
	height:242px;
	z-index:222;
	margin-left: 50px;
	margin-top: -1px;
	background-image: url(images/logo.png);
}
#header {
	height: 53px;
	background-color: #BFCE73;
	background-image:url(images/headerbg.gif);
	background-repeat:no-repeat;
	padding-right: 5px;
}
#headerhor{
	height: 83px;
	background-color: #BFCE73;
	background-image:url(images/headerbg.gif);
	background-repeat:no-repeat;
	padding-right: 7px;
}
#summer {
	position:absolute;
	width:200px;
	height:20px;
	z-index:500;
	margin-top: 36px;
	margin-left: 355px;
	font-size: 9px;
	color: #495606;
	visibility:hidden;
}

/*top navigation*/
.navigation{
font-weight: bolder;
font-size: 12px;
color: #fff;
padding-top: 15px;
}

.navigation ul{
padding: 6px 0 7px 0;
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.navigation ul li{
display: inline;
}

.navigation ul li a{
color: #fff;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 40px; /*spacing between each menu link*/
text-decoration: none;
}

.navigation ul li a:hover, .navigation ul li a.selected{
	color: #179ECD;
}

#slideshow{
	height: 289px;
	border-bottom: 7px solid #2E575B;
	background : url(images/slide-bg.png) no-repeat 50% 0;
	overflow:hidden;
	width: 884px;

}
#slideshow img a{
	border: 0px;
}
/*content*/
#content{
	padding-right: 40px;
	padding-top: 20px;
	clear:both;
	min-height: 400px;
}
/*#content h1{
	padding-left: 40px;
	font-size: 22px;
	color: #132F51;
	font-weight:normal;
}
*/

/*
#content h2{
	padding-left: 40px;
	margin-top: -2px;
	font-size: 22px;
	color: #132F51;
	font-weight:normal;
}
*/
#content p{
	margin-left: 40px;
}
/*content for pages*/
#contentpages{
	clear:both;
	min-height: 600px;
	background-image:url(images/contentbg.gif);
	background-repeat: repeat;
}
/*
#contentpages h1{
	padding-left: 40px;
	font-size: 12px;
	color: #132F51;
	font-weight:normal;
}
*/
#contentpages p{
	margin-left: 40px;
	text-align: left;
	font-size: 12px;
}
#contentpagesfull{
	clear:both;
	min-height: 400px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}
/*changed for main page*/
#maincontent{
	text-indent: 0px;
	width: 875px;
	margin-left: auto;
	margin-right: auto;
}
#maincontentpages{
	padding-top: 15px;
	float: left;
	width: 550px;
}
#rightsidebar{
	width: 279px;
	float: right;
	height:auto !important;
	color: #FFF;
	background-color: #E8E2D4;
	text-align: center;
}
/*homepage specific elements*/
#socialmedia{
	width: 126px;
	height: 113px;
	border: 4px #31535D solid;
	float: right;
	margin-right: 27px;
	margin-left: 48px;
	margin-top: 1px;
	background-color:#BFCD73;
	padding-left: 15px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 10px;
}
#socialmedia img{
	padding-bottom: 8px;
}
#bottomnews{
	margin-left: 40px;
}
#bottomnews h1{
	font-size: 19px;
	margin-left: -40px;
}
#upcomingevents{
	width: 800px;
	float: left;
	margin-right: 0px;
	padding-right: 7px;
	margin-top: -10px;
	magin-left: 10px;
}
#upcomingevents p{
	margin-left: 0px;
	line-height: 17px;
}
.newsimage{
	padding-left: 7px;
	float: left;
	padding-right: 5px;
}
#footer {
	height: 110px;
	background-color: #32545E;
	width: 884px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:none;
}
/*footer navigation*/
.footernavigation{
font-weight: normal;
font-size: 14px;
color: #fff;
padding-top: 15px;
}

.footernavigation ul{
padding: 6px 0 7px 0;
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.footernavigation ul li{
display: inline;
}

.footernavigation ul li a{
color: #fff;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 40px; /*spacing between each menu link*/
text-decoration: none;
border-right: solid #fff 1px;
font-size: 16px;
}

.footernavigation ul li a:hover, .footernavigation ul li a.selected{
	color: #179ECD;
}

.idTabs {
font: normal 32px Verdana;
width: 744px;
padding-top: 13px;
margin-left: auto;
margin-right:auto;
}
#cover{
	position:absolute;
	width:5px;
	height:20px;
	z-index:225;
	margin-left: 877px;
	margin-top: 60px;
	background: #BFCE73;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #132F51;
	text-align: left;
}
.noborder{
	border: 0px;
}
.noborder a{
	border: 0px;
	text-align: left;
}
time.location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6D97BC;
}
.event2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #6D97BC;
}
.event1 {
	font-size: 12px;
}
#paddingleft30{
	padding-left: 30px;
}
#bottomlinks{
	font-size: 12px;
	color: #fff;
	text-transform:none;
	text-align:center;
	margin-top: 15px;
	}
#bottomlinks a{
	font-size: 12px;
	color: #fff;
	text-transform: none;
}
#bottomlinks p{
	font-size: 10px;
}.main2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#toppad40px{
	padding-top: 20px;
}
.newsscroll{
 margin: 0px;
 overflow: auto;
 padding: 1px;
 scrollbar-face-color: #cacaca;
 scrollbar-highlight-color: #cacaca;
 scrollbar-3dlight-color: #cacaca;
 scrollbar-darkshadow-color: #cacaca;
 scrollbar-shadow-color: #cacaca;
 scrollbar-arrow-color: #000000;
 scrollbar-track-color: #cacaca;
 width: 275px;
 height: 400px; }
.forms {
	margin-left: 50px;
}
.padtop26px{
	padding-top:3px;
}
#sharethis {
	right: 300px;
}
#sharethis {
	font-size: 12px;
	color: #132F51;
}
#sharethis {
	font-size: 12px;
	color: #132F51;
}
.headline {
	font-size: 14px;
	color: #6D97BC;
}
.tiny {
	font-size: 9px;
}
.sidephoto {
	background-color: #FFF;
	border: medium solid #FFF;
}
.clienteditor {
}
.featurephoto {
	border: thin solid #132F51;
}
.retailtitle {
	font-family: arial;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #132F51;
}
.footer {
	color: #FFF;
	font-size: 10px;
}
.main3 {
	padding-left: 40px;
	font-size: 12px;
}
.footersm {
	font-size: 10px;
	color: #FFF;
}
