@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.summerlanding #container { 
	width: 100%;  
	background: #fff;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.summerlanding #header { 
	background: #fff; 
	padding: 10px 10px;  
} 

.summerlanding #header img {
	margin: 0;
	border: none;
	padding: 15px 0 15px 0;
}
.summerlanding #header h1 {
	margin: 0; 
	padding-left: 5px;
	font-size: 1.5em;
	text-align:left;
	color: #339;
	font-weight: bold;
}
.summerlanding #header a {
	text-decoration: none;
}

.summerlanding #sidebar1 {
	float: right;
	width: 40%;  
	background: #fff;  
	padding: 15px 0 0 0;  
}
.summerlanding #sidebar1 h3, .summerlanding #sidebar1 p {
	margin-left: 10px;  
	margin-right: 10px;
}

.summerlanding #mainContent {
	margin: 0 13em 0 10px; 
	text-align: left;
	padding-top: 35px;
} 
.summerlanding  #mainContent  p {
	line-height: 1.4em;
}


.summerlanding #mainContent h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #339;
	text-decoration: underline;
	line-height: 1.3em;
}

.summerlanding #mainContent h4 {
        font-size: 1.1em;
        font-weight: normal;
}

.summerlanding #mainContent h3, .summerlanding #mainContent p {
	margin-left: 10px; 
	margin-right: 10px;
}

.summerlanding #hssummer, .summerlanding #trans, .summerlanding #visiting {
	background-color: #cff;
	margin-bottom: 22px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 3px solid #339;
	text-decoration: none;
	width: 28em;	
	margin-right: 10px;
}

.summerlanding #hssummer a, .summerlanding #trans a, .summerlanding #visiting a {
         color: #000;
         font-weight: normal;
         text-decoration: none;
}
.summerlanding #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	border-top: 3px solid #339;
} 
.summerlanding #footer p {
	margin: 0; 
	padding: 10px 0; 
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.strong {
	font-weight:bold;
}
