@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: url(res/background.gif) repeat-x #76350a;
	font-family: Tahoma, Geneva, sans-serif;
}

#bigwrapper {
	width: 900px;
	margin: 0 auto;
	height: auto;
}

#top-wrapper {
	width: 900px;
	position: relative;
	margin: 0 auto;
	background: url(res/top-background.gif) no-repeat;
	height: 110px;
}

#top {
	width: 800px;
	height: 50px;
	position: absolute;
	left: 50px;
	bottom: 0;
}

#logo {
	width: 300px;
	height: 50px;
	background: url(res/logo-top.jpg) top left no-repeat;
	float: left;
}

/*
*End Pre-Menu
*Start Menu
*/

#menu {
	height: 50px;
	width: 500px;
	float: right;
}

#menu ul {
	width: 500px;
	height: 50px;
}

#menu ul li {
	float: left;
	margin-right: 15px;
	display: block;
	height: 50px;
}

#menu ul li a {
	display: block;
	height: 50px;
	background: url(res/menu-sprite.gif);
}

#menu ul li a:hover {
	background: url(res/menu-sprite-hover.gif);
}

#menu ul li a.home {
	background-position: top left;
	width: 35px;
}

#menu ul li a.events {
	width: 40px;
	background-position: -53px 0;
}

#menu ul li a.fundraising {
	width: 71px;
	background-position: -111px 0;
}

#menu ul li a.new-scouts {
	width: 70px;
	background-position: -200px 0;
}

#menu ul li a.camping {
	width: 54px;
	background-position: -288px 0;
}

#menu ul li a.resources {
	width: 61px;
	background-position: -360px 0;
}

#menu ul li a.contact {
	width: 47px;
	background-position: -439px 0;
}

#menu ul li a#home-current,#menu ul li a#events-current,#menu ul li a#fundraising-current,#menu ul li a#new-scouts-current,#menu ul li a#camping-current,#menu ul li a#resources-current,#menu ul li a#contact-current {
	background: url(res/menu-sprite-hover.gif) no-repeat;
}

#menu ul li a#home-current {
	width: 35px;
	background-position: top left;
}

#menu ul li a#events-current {
	width: 40px;
	background-position: -53px 0;
}

#menu ul li a#fundraising-current {
	width: 71px;
	background-position: -111px 0;
}

#menu ul li a#contact-current {
	width: 47px;
	background-position: -439px 0;
}

#menu ul li a#new-scouts-current {
	width: 70px;
	background-position: -200px 0;
}

#menu ul li a#camping-current {
	width: 54px;
	background-position: -288px 0;
}

#menu ul li a#resources-current {
	width: 61px;
	background-position: -360px 0;
}

/*
* End Menu
* Start Fader
*/

#smaller-wrapper {
	width: 900px;
	background: url(res/wrapper-background.png) top center repeat-y;
	height: auto;
	position: relative;
	top: 0;
}

#features-wrapper {
	width: 800px;
	height: 340px;
	margin: 0 auto;
	position: relative;
}

#features {
	width: 800px;
	height: 300px;
	position: absolute;
	top: 20px;
	left: 0;
}

#features .slidewrapper {
	width: 800px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
}

#features .slidewrapper img {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}

#features .slidewrapper .info {
	height: 50px;
	width: 800px;
	background: url(res/semitransparent.png);
	position: absolute;
	bottom: 0;
	left: 0;
}

#features .slidewrapper .info p {
	padding: 10px;
	color: #eee;
	font-size: 12px;
	line-height: 1.4em;
}

#features .slidewrapper .info a {
	color: #f17c1e;
	text-decoration: none;
}

#features .slidewrapper .info a:hover {
	text-decoration: underline;
}

/*
*End Fader
*Start Main Content
*/

#main-content {
	width: 800px;
	margin: 0 auto;
	background: url(res/content-background.gif) no-repeat 0 30px;
}

/*
*Start Left Column
*/

.leftCol {
	width: 150px;
	float: left;
}

.leftCol .spacemaker {
	width: 150px;
	height: 40px;
}

.leftCol ul {
	width: 150px;
	list-style: none;
	height: auto;
	border-right: 1px solid #d2d2d2;
	padding-bottom: 10px;
}

.leftCol ul li {
	display: block;
	height: 20px;
	height: auto;
}

.leftCol ul li a {
	display: block;
	height: 20px;
	width: 150px;
	border-width: 1px 0 1px 0;
	border-color: #fff;
	border-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-align: left;
	line-height: 20px;
	color: #555;
	text-decoration: none;
}

.leftCol ul li a:hover {
	color: #f17c1e;
	border-color: #d7d7d7;
}

.leftCol ul ul {
	list-style: none;
	width: 130px;
	display: block;
	border: none;
	padding: 0;
}

.leftCol ul ul li {
	display: block;
	height: 20px;
	height: auto;}

.leftCol ul ul li a {
	display: block;
	height: 20px;
	width: 130px;
	padding-left: 20px;
	background: url(res/arrow-right.gif) no-repeat center left;
	font-weight: normal;
}


/*
*Start Right Column
*/

.rightCol {
	width: 650px;
	margin-left: 150px;
}

.rightCol a {
	color: #d05e02;
	text-decoration: none;
}

.rightCol a:hover {
	text-decoration: underline;
}

.rightCol .page-header {
	width: 650px;
	height: 30px;
}

.rightCol #welcome {
	background: url(res/header-welcome.gif) no-repeat;
}

.rightCol #events {
	background: url(res/header-events.gif) no-repeat;
}

.rightCol #contact {
	background: url(res/header-contact.gif) no-repeat;
}

.rightCol #thanks {
	background: url(res/header-thanks.gif) no-repeat;
}

.rightCol #fundraising {
	background: url(res/header-fundraising.gif) no-repeat;
}

.rightCol #new-scouts {
	background: url(res/header-new-scouts.gif) no-repeat;
}

.rightCol #camping {
	background: url(res/header-camping.gif) no-repeat;
}

.rightCol #resources {
	background: url(res/header-resources.gif) no-repeat;
}

.rightCol p {
	font-size: 12px;
	color: #333;
	padding: 0 10px 10px 14px;
	line-height: 1.5em;
}

.rightCol img {
	border: 1px solid #666;
	margin: 0 10px 10px 10px;
	float: right;
}

.rightCol h1 {
	font-size: 20px;
	color: #666;
	padding: 10px 10px 10px 14px;
}

.rightCol ul {
	list-style: disc;
	padding: 10px 10px 10px 0;
	margin: 0 0 0 30px;
}

.rightCol ul li {
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
}

#bottom {
	width: 900px;
	height: 50px;
	background: url(res/bottom-background.png) no-repeat bottom center;
}
	

/*
*End Right Col
*End Main Content
*Start Footer Content
*/

#footer {
	width: 100%;
	height: 200px;
	clear: both;
	float: left;
}

#footer-content {
	width: 800px;
	height: 200px;
	margin: 0 auto;
}

#footer-content p {
	text-align: center;
	color: #eed7c4;
	font-size: 12px;
}

/*
*End Normal
*/

/*
*End Page
*Start Special
*Start Calendar
*/

#calendar-wrapper {
	height: 640px;
	width: 800px;
	margin: 0 auto;
	position: relative;
}

#calendar {
	height: 600px;
	width: 800px;
	position: absolute;
	top: 20px;
	left: 0;
	background: url(res/loading.gif) no-repeat center center;
}

#page-image {
	position: relative;
	height: 190px;
	width: 800px;
	margin: 0 auto;
}

.image {
	width: 800px;
	height: 150px;
	position: absolute;
	top: 20px;
}

#contact {
	background: url(images/contact.jpg) no-repeat;
}

#fundraising-pic {
	background: url(images/money.jpg) no-repeat;
				  }
				  
#new-scouts-pic {
	background: url(images/new-scouts-pic.jpg) no-repeat;
}

#camping-pic {
	background: url(images/camping.jpg) no-repeat;
}

#resources-pic {
	background: url(images/resources-pic.jpg) no-repeat;
}

#prices {
	border-collapse: collapse;
	border: 1px solid #CCC;
	margin: 0 10px 10px 12px;
}

td {
	border: 1px solid #ccc;
	font-size: 12px;
	color: #333;
	padding: 5px 12px 5px 12px;
}


/*
*End Special
*Start Form Design
*/

.form-wrapper {
	width: 650px;
	height: auto;
}

.form-wrapper img {
	float: right;
}

form {
	padding: 0 10px 10px 14px;
	margin: 0;
}

.input-wrapper {
	position: relative;
	margin-bottom: 25px;
	width: 500px;
}

input {
	width: 300px;
	display: block;
	background: #eee;
	color: #444;
	border: 1px solid #999;
	padding: 5px;
	margin-left: 55px;
}

.input-wrapper .name {
	width: 55px;
	float: left;
	display: block;
	line-height: 22px;
	color: #333;
	font-weight: bolder;
	font-size: 11px;
}

textarea {
	background: #eee;
	border: 1px solid #999;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#submit {
	height: 40px;
	width: 110px;
	background: url(res/send-message.gif) no-repeat;
	border: none;
	cursor: pointer;
}

label.error {
	display: block;
	text-align: left;
	color: #c50000;
	font-size: 11px;
	font-weight: bolder;
	line-height: 22px;
}

h2 {
	font-size: 16px;
	color: #777;
	display: block;
	padding: 10px 10px 1px 14px;
}

small {
	padding: 3px 3px 3px 14px;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #777;
}