body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #E2F1F5;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 22px;
	margin-bottom: 4px;
	font-weight: normal;
	clear: both;
	padding-top: 10px;
}

h3 {font-size: 16px; margin-bottom: 0;text-transform: uppercase;}

h3 {
	font-size: 14px;
	padding: 8px 0 4px 4px;
	margin-bottom: 4px;
	background-color: #CEE7EF;
	
	border-top: 1px solid #C2DAE1;
	border-left: 1px solid #C2DAE1;
	border-top: 1px solid #B6CDD4;
	border-left: 1px solid #B6CDD4;
}

h4 {
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-bottom: 4px;
	
}

p {
	font-size: 14px;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 1.4em;
}

hr {clear: both;}

label {
	float: left;
	width: 120px;
	font-weight: bold;
	text-align: right;
	margin-right: 8px;
}

li {
	margin-bottom: 4px;
}

dl.staff {
	margin-top: 0em;
	clear: both;
	padding-bottom: 12px;
	height: 110px;
}

dl.staff dt {
	font-weight: bold;
	font-size: 14px;
	margin-left: 98px;
	float: both;
}

dl.staff dd {margin-left: 98px;}

dl.staff dd.photo {
	float: left;
	width: 90px;
	margin-left: 0 !important;
	margin-right: 8px;
}

dl.staff img {padding: 2px; border: 1px solid #999;}

.clear {
	clear: both;
}

table {border:1px solid #999; border-collapse: collapse; font-size: 90%; width: 100%;}
td {border: 1px solid #999; padding: 4px;}
th {background-color: #593E2F;color: #fff;padding: 6px;}

.column-left {
	display: inline;
	width: 48%;
	float: left;
	text-align: left;
}

.column-right {
	display: inline;
	width: 48%;
	float: right;
	text-align: left;
}

div.fields {margin-left: 130px; margin-top:0;}
div.form-row {margin-bottom: 1em;}

.validation-advice {
	color: red; 
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	margin-left: 130px;
}


#wrap {
	width: 820px;
	margin: 0 auto;
}

#page {
	width: 820px;
	background: white url(images/page-bg.gif) top left repeat-y;
}

#banner {
	width: 800px;
	height: 153px;
	position: relative;
	left: 10px;
	background: transparent url(images/top-banner-bg.gif) top left repeat-x;
}

#banner #logo {
	position: absolute;
	top: 15px;
	left: 13px;
}

#banner #top-menu {
	position: absolute;
	top: 4px;
	right: 20px;
	color: #fff;
}

#banner #top-menu a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

#banner #top-menu a:hover {color: #FFDD08;}


#contents {
	width: 800px;
	left: 10px;
	position: relative;
}

#home-banner {
	display: none;
}

body#home #home-banner {
	display: block !important;
	position: relative;
	width: 800px;
	height: 200px;
	padding: 0;
	margin: 0;
	background: #79D2EE url(images/banner-photos.jpg) top right no-repeat;
}

#home-banner h2 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: normal;
	color: #002D64;
	width: 480px;
	margin: 0;
	padding-top: 38px;
	padding-left: 28px;
}

#menu {
	position: absolute;
	width: 800px;
	height: 29px;
	top: 112px;
	text-align: center;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0 auto;
	padding-top: 2px;
}

#menu li {
	display: inline; 
	padding: 0; 
	margin: 0;
	Xpadding-top: 7px;
	height: 0%;
}

#menu a {
	diplay: block;
	margin: 0;
	padding: 6px 9px;
	background-color: #B6CDD4;
	border: 1px solid #CEE7EF;
	border-bottom: 0;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}


body#about-us #menu a.about, 
body#summer-camps #menu a.summer-camps, 
body#retreats #menu a.retreats, 
body#facilities #menu a.facilities, 
body#support-us #menu a.support, 
body#summer-jobs #menu a.summer-jobs, 
body#calendar #menu a.calendar, 
#menu a.active, 
#menu a:hover {
	background-color: #CEE7EF;
}

#main {
	width: 500px;
	float: left;
	text-align: left;
	display: inline;
}

body#calendar #main {width: 800px;}

#main .gutter {padding: 1em;}

#main img {float: right;}

#main #logos {text-align: center; padding-top: 1em;}
#main #logos .logo {display: inline; padding-right: 1em;}

#sidebar {
	width: 300px;
	float: right;
	text-align: left;
	font-size: 96%; !important
}

body#calendar #sidebar {display: none;}

#sidebar .gutter {padding: 1.4em;}

#sidebar .box {
	width: 93%;
	padding: .6em;
	background-color: #CEE7EF;
	border: 1px solid #B6CDD4;
	margin-bottom: 20px;
}

#sidebar h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 2px;
	text-transform: uppercase;
}

#sidebar p {
	font-size: 100%;
}

#sidebar ul {
	margin-left: .8em;
	padding-left: .8em;
	list-style: square;
	margin-top: 0;
}

.box dt {font-weight: bold;}
.box dd {margin-left: 0;}

#bottom-menu {
	text-align: center;
	color: #474747;
	font-size: 13px;
	padding-top: 2em;
}

#bottom-menu a {
	color: #474747;
}

#footer {
	width: 820px;
	height: 20px;
	background: transparent url(images/page-footer.jpg) top left no-repeat;
}

#bottom-branding {
	margin: 0 auto;
	width: 510px;
	height: 110px;
	padding-top: .4em;
}

#bottom-branding img {
	float: left;
	width: 100px;
	display: inline;
	padding-right: 10px;
}

#bottom-branding address, 
#bottom-branding span {
	float: left;
	width: 150px;
	font-size: 13px;
	line-height: 1.3;
	font-style: normal;
	padding: 6px 0px 6px 10px;
	border-left: 1px solid #ccc;
	margin-top: 10px;
}

#bottom-branding span {
	width: 210px;
	font-weight: bold;
}

#copyright {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 2em;
	font-size: 11px;
	color: #666;
}

#announcement {
	border: 1px solid #ccc;
	padding: 1em;
	background-color: #f6f6f6;
}













