@charset "UTF-8";
/* global CSS styles #1 for American Camp Association, New England
Link this stylesheet after reset.css
modified 090809 TKB */

/* this file contains styles for:
	1) HTML block-level elements
	2) layout selectors
*/


/* HTML block-level elements ______________________________________________________ */
body {
	background: #e5dbb8 url(../images/bkgrd_fade.png) repeat-x;
	color:#452d27; /* dark brown */
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
h1 {
	color: #006c56;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0.5em 0 0.25em 0;
}
h2 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.3em;
	margin: 1em 0 0.4em 0;
}
h3 {
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 1em 0 0.4em 0;
}
h4 {
	color:#806a40;
	font-size:0.9em;
	font-weight:bold;
	margin:1em 0 0 0;
}
h5 {
	color: #006c56;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.3em;
	padding: 0em 0px 1.5em 0px;
}
h6 {
	color: #999;
	font-size: .75em;
	line-height: 1.4em;
	margin: 0.4em 0;
} /* used for bylines on news pages */
p {
	font-size: 0.9em;
	line-height: 1.8em;
}
form, label, input {
	font-size:0.9em;
}
form {
	margin:0.5em 0;
}
strong, b { 
	color:#806a40;
	font-weight: bold;
}
em, i { 
	font-style: italic;
}
strong em, em strong {
	font-style:italic;
	font-weight:bold;
}
table {
	font-size:0.9em;
}
table#bulleted {
	font-size:0.85em;
}
tbody {
	border-top:1px solid #bba756;
}
tr {
	border-bottom:1px solid #bba756;
}
td {
	padding:0.35em 0.5em 0.55em 0.5em;
}
form tr, form tbody {
	border:0;
}

/* layout selectors ______________________________________________________ */
#outer_wrapper { 
	margin:0 auto;
	width:802px; 
} /* outer_wrapper contains everything except body */			
#topnav {
	font-size:0.8em;
	height:2.5em;
	width:100%;
}
	#homelink {
		float: left;
		margin: 1em 0 0 0;
	}
	#nav_top {
		float: right;
		margin:1em 1em 0 0;
	}
	#search {
		float: right;
		margin-top: 0.2em;
	}
#container {
	background:#fff;
	border:1px solid #bba756; 
	border-bottom:0;
	float:left;
	width:800px;
} /* container contains everything inside wrapper except topnav and footer */
#header {
	height:100px;
	overflow:hidden;
	width:800px;
}
#sidebar {
	float:left;
	font-size:0.85em;
	line-height:1.35em;
	margin:0 20px 0 0;
	width:156px;
}
#main_content {
	background:#fff;
	float:left;
	padding:4px 0 1.6em 0;
	width:604px;
} /* main_content contains everything inside container except header 
and mainnav - This holds the main content that changes from page to page. */
#footer {
	clear:both;
	padding:0;
	width:100%;
}
#quicklinks_holder {
	background:#fff;
	float:left;
	font-size:0.85em;
	border: 1px solid #bba756;
	border-top:0;
	margin:0;
	width:800px;
}
#quicklinks {
	background:#fff;
	border-top: 1px solid #bba756;
	float:right;
	margin: 0 0 0 176px;
	width:624px;
}
/*#slideshow {
	background:#ccc;
	height: 220px;
	width: 290px;
}*/

div.floatright {
	clear:right;
	float:right;
	margin:1em 0 1em 20px;
	width:292px;
}
div.floatleft {
	clear:left;
	float:left;
	margin:1em 0;
	width:292px;
}
img.floatright {
	clear:none;
	float: right;
	margin:0.75em 0 10px 10px;
	/*width:auto;*/
}
img.floatleft {
	clear:none;
	float: left;
	margin:0.75em 10px 10px 0;
	/*width:auto;*/
}
img.noborder {
	clear:none;
	margin:0.75em 10px 10px 0;
	/*width:auto;*/
}

/* for templates with 2-column main_content layout  */
#main_content div.content1 {
	float: left;
	width: 292px;
}
#main_content div.content2 {
	float: left;
	margin: 0 0 0 20px;
	width: 292px;
}
#main_content .single_column {
	clear:both;
	margin:0;
	padding:0;
	width:604px;
}
#main_content .fullwidth {
	clear:both;
	margin:0;
	padding:0;
	width:624px;
}
