
h3 {
	margin-bottom: 0;
	font-size: 1em;
}
/*************************
	Top content
**************************/
#topContent, #background, #sidebar {
	height: 24.5em;
}
#topContent {
	position: relative;
	overflow: hidden;
	border-bottom: 2px solid #6F9B3F;
    width: 100%;
    background: #163562;
}
#background {
	background: transparent url(/images/site/home/slideshow/fullsize/mountain.jpg) no-repeat top left;

}
#sidebar {
	width: 25%;
    background: #163562 url(/images/site/home/quickLinksBackground.jpg) repeat-x bottom left;
    position: absolute;
	top: 0;
	right: 0;
}
#quickLinks {
    width: 100%; /* png background fix for ie7 */
    padding: 10px 0 26px 13px;
    background: white url(/images/site/home/quickLinksBorder.png) repeat-y top left;
}
#quickLinks h2 {
	background: white;
	padding: 0 0 0 5px;
}
#quickLinks li {
	padding: 5px 5px 5px 0;
    border-bottom: 1px solid #1C355A;
}
#quickLinks li a {
    background: transparent url(/images/site/sitewide/triangleBullet.png) no-repeat 0 center;
    padding-left: 12px;
	color: #1C355A;
	text-decoration: none;
	display: block;
}
#conditions {
    padding: 15px 0 10px 13px;
    background: url(/images/site/home/quickLinksBorder.png) repeat-y top left;
    overflow: hidden;
    color: white;
    font-size: .875em;
}
#currentConditions {
    float: left;
    width: 49%;
    margin-left: -13px;
    padding-left: 13px;
    padding-top: 5px;
    background: url(/images/site/home/weatherBackground.png) no-repeat left top;
}
#marinaCamLink {
    float: right;
    width: 46%;
    text-align: center;
    color: white;
    text-decoration: none;
}
#marinaCamLink img {
	border: 2px solid silver;
}
#ssLink {
	display: block;
	width: 100%;
	height: 100%;
}
#thumbnails {
	background-color: white;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 5px 0 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
#thumbnails ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#thumbnails li {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	
}
#thumbnails a img {
	border: 2px solid gray;
}
#thumbnails a img.active {
	border: 2px solid orange;
}
/*************************
	Property tabs
**************************/
#properties {
    position: relative;
	background: #102850;
    height: 80px;
    border-bottom: 1px solid #6785a4;
}
#marinaTab {
    z-index: 10;
    position: absolute;
    top: 10px;
    left: 40px;
    width: 454px;
    height: 70px;
    /*background: transparent url(/images/site/home/marinaTab.png) no-repeat right top;*/
}
#industrialParkTab {
    z-index: 20;
    position: absolute;
    top: 10px;
    left: 30%;
    width: 454px;
    height: 70px;
    /*background: transparent url(/images/site/home/industrialParkTab.png) no-repeat left top;*/
}
#airportTab {
    z-index: 30;
    position: absolute;
    top: 10px;
    right: 40px;
    width: 398px;
    height: 70px;
    overflow:hidden;
    /*background: transparent url(/images/site/home/airportTab.png) no-repeat left top;*/
}

/*************************
	Main Content
**************************/
#mainContent {
	background-color: #c4dcf3;
	padding: 20px 20px 0 20px;
}
#mainContentWrapper {
    background: white url(/images/site/home/mainContentUpperLeftCorner.gif) no-repeat top left;
    padding: 15px 15px 25px 15px;
    overflow: hidden;
}
#rightCorner {
	margin: -15px -15px 0 0;
	padding-bottom: 15px;
	background: white url(/images/site/home/mainContentUpperRightCorner.gif) no-repeat top right;
	border-bottom: 1px solid white; /*Need this for IE */
}
#upcomingEvents {
	width:  48%;
	/*width: 23em;*/
	float: left;
	margin-right: 4%;
	background: #F5FAFE;
	border: 1px solid #B7D6F2;
	padding: 10px;
	overflow: hidden;
}
#news_and_meetings {
	overflow: hidden;
}
#newsBulletins {
	background: white;
	/*background-color: orange;*/
	width: 100%;
	float: left;
	border-right: 1px solid #92a7bd;
	padding-right: 2%;
}

#meetings {
	width:  47%;
	float: right;
    background: white;
    padding-left: 2%;
    /*background-color: yellow;*/
}

.entry {
	margin-bottom: 1.5em;
}

#feedIcons {
	padding: 0;
	margin-bottom: 1em;
	overflow: hidden;
}
#feedIcons li{
	float: left;
	padding: 0 10px 0 25px;
}
#feedIcons a {
    font-size: .875em;
}
#feedIcons #blog {
    background: transparent url(/images/site/home/blogIcon.gif) no-repeat left center;
}
#feedIcons #twitter {
    background: transparent url(/images/site/home/twitterIcon.gif) no-repeat left center;
}
#feedIcons #facebook {
    background: transparent url(/images/site/home/facebookIcon.gif) no-repeat left center;
}


/*************************
	Events List
**************************/
#eventsList {
	float: left;
	width: 55%;
	/*background: orange;*/
}

/*************************
	Mini-calendar (overrides sitewide.css settings
**************************/
#mini_calendar {
	width: 44%;
}


