/* @override http://www.cheley.com/css/cheley.css */

@import url("form.css");

body,
html {
    margin:0;
    padding:0;
    }
body {
	background:#e3d5b7;
	color:#6B370A;
	min-width:780px;
	text-align: center;	
    }
img {
	border: 0px;
	padding:0px;
	margin: 0px;
}
a, a:visited {
	color: #6B370A;
	font-weight:bold;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}
hr {
	color:#6B370A;
}
table td {
	font-size: 9pt;
	line-height: 18pt;	
}
table th {
	text-align: left;
	line-height: 18pt;
	font-size: 10pt;
	font-weight: bold;
}

#page {
    background:#999;
    margin:0 auto;
    width:780px;
	text-align: left;	
 }
#logo {
    background:#E9D1B2;
    float:left;
    width:115px;
 }		
#header {
	float:right;
	width:665px;
	border-bottom: 2px solid white;	
}
#header ul {list-style: none;padding: 0;margin: 0}
#header img { border: none; }
#header li { display: inline; list-style:none; }
#header li a { float: left; display:block; }
#header li a img {  border:none; vertical-align:top; /* for IE6 */}
#header li a:hover { visibility:visible; }
#header li a.nav-active img { visibility:hidden; }
#header li a:hover img { visibility:visible; }
#header li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}
#header li a.nav-active img /**/ { visibility:hidden; /* hide from IE5.0/win */}

#header-nav-about { background:url(/images/nav/about-on.gif) no-repeat left bottom; }
#header-nav-program { background:url(/images/nav/program-on.gif) no-repeat left bottom; }
#header-nav-campers { background:url(/images/nav/campers-on.gif) no-repeat left bottom; }
#header-nav-parents { background:url(/images/nav/parents-on.gif) no-repeat left bottom; }
#header-nav-staff { background:url(/images/nav/staff-on.gif) no-repeat left bottom; }
#header-nav-alumni { background:url(/images/nav/alumni-on.gif) no-repeat left bottom; }
#header-nav-online-fun { background:url(/images/nav/online-fun-on.gif) no-repeat left bottom; }
#header-nav-contact { background:url(/images/nav/contact-on.gif) no-repeat left bottom; }

#nav {
	padding-top: 8px;
	clear:left;
    float:left;
    width:113px;
	height:600px;
	border-right: 2px solid white;
}

#nav ul {list-style: none;padding: 0;margin: 0}
#nav img { border: none; }
#nav li { display: inline; list-style:none; }
#nav li a { float: left; display:block; }
#nav li a img {  border:none; vertical-align:top; /* for IE6 */}
#nav li a:hover { visibility:visible; }
#nav li a.nav-active img { visibility:hidden; }
#nav li a:hover img { visibility:visible; }
#nav li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}
#nav li a.nav-active img /**/ { visibility:hidden; /* hide from IE5.0/win */}

#announcements {	
	font-weighst: bold;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	position: absolute;
	background: url(/images/content/announcement-tab.png) no-repeat -15px;
	top: 30px;
	padding: 0px 0px 8px 10px;
	margin-left:80px;
	line-height:25px;
	width: 500px;
}
#announcements, #announcements a {	
	color: #FFF;
}
#main {   
    float:right;
    width:665px;
	overflow:scroll;
}

#content, #contentFullWidth {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color:#6B370A;
	padding-top:20px;
	padding-left:27px;
	padding-right:20px;
	font-size: 9pt;
	line-height: 18pt;
}
#content {
	float:left;
	width:432px;
}

/* IE Box Model Hack */
* html #content {
	width:480px;
}

div#content  {
	padding-bottom: 18px;
}

#contentFullWidth {
	width:603px;
}

#contentFullWidth div {
	padding-bottom: 18px;
}

/* IE Box Model Hack */
* html #contentFullWidth {
	width:645px;
}


#logo img {
	border-right: 2px solid white;
	border-bottom: 2px solid white;
}

#sidebar img {
	display:inline;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
}

.pageHeading, .pageHeadingWithSub {
	display:block;
	font-size: 12pt;
	font-weight: bold;
	padding:0;
	margin:0;
}
img.pageHeading {
	margin-bottom: 16pt;
}
.pageHeadingWithSub {
	float:left;
}
.pageSubHeading {
	clear:both;
	font-style: italic;
	margin-bottom: 8px;
}
.sectionHeading {
	font-size: 10pt;
	font-weight: bold;
}
.ropeLine {
	background: url(/images/content/rope-line.gif) no-repeat left top;
	margin-left:-27px;
	margin-right:-10px;
	margin-bottom:10px;
	padding-bottom: 38px;
}
.quote {
	background: url(/images/content/rope-saying-right.jpg) no-repeat;
	width: 249px;
	height: 118px;
}
.quoteSmall {
	background: url(/images/content/rope-saying-right-small.jpg) no-repeat;
	width: 249px;
	height: 84px;
}
.quoteLarge {
	background: url(/images/content/rope-saying-right-large.jpg) no-repeat;
	width: 249px;
	height: 143px;
}
.quoteLeft {
	background: url(/images/content/rope-saying-left.jpg) no-repeat;
	width: 249px;
	height: 118px;
}
img.quote, img.quoteLeft {
	background: none;
}
.quoteLeftSmall {
	background: url(/images/content/rope-saying-left-small.jpg) no-repeat;
	width: 249px;
	height: 84px;
}

.quote,
.quoteSmall,
.quoteLarge {
	float:right;
	display:inline;
	margin-left: 10px;	
	margin-right:-25px;
	line-height: 12pt;		
}

.quoteLeft,
.quoteLeftSmall {
	float: left;
	display:inline;
	margin-left:-27px;
	margin-right: 10px;
	line-height: 12pt;			
}

.quote div, 
.quoteSmall div,
.quoteLarge div {
	position: relative;
	left: 25px;
	top: 10px;
	width: 204px;
	color: #6B370A;
}

.quoteLeft div,
.quoteLeftSmall div {
	position: relative;
	left: 5px;
	top: 10px;
	width: 204px;
	color: #6B370A;
}

.trigger-bill-says { 
	background:url(/images/program/content/trigger-bill-says.gif) #6D3201 no-repeat left top; 
	
	width: 362px; 
	height: 30px;
	float:left;
	display:inline;
	color: #F6E8C9;
	padding-top: 31px;
	padding-left: 117px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: -27px; 
	margin-right: 10px;
	line-height: 12pt;
	margin-bottom: 12px;
}

/* IE Box Model Hack */
* html .trigger-bill-says {
	width:459px;
	margin-right: 0px;
	
}

.error {
	display: block;
	color: #F00;
	line-height: 9pt;
	padding: 0;
	margin: 0;
}

