@charset "utf-8";
/* CSS Document */

/* Designed by: Jessica Dell */

/* Colours
	Pale Green: #D7F0D3
	Pale Blue: #8BC6D2
	Beige: #FDEFD4
	White: #FFFFFF
	Grey: #828282
	
*/

/* Table of Contents
	Mass Reset
	Generic
	Header
	Logo
	Navigation
	Content
	Footer
	Photo Styling
*/

/* =Mass Reset v1.0 | 20020212
   Concept developed by: Eric Myer 
   (http://meyerweb.com/eric/tools/css/reset/)
----------------------------------------------------------- */

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;
	font-size: 0.8em;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Generic DIVs
----------------------------------------------------------- */

body {
	background-color: #FFFFCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url(../images/background1.jpg);
	background-position: top;
}

#container {
	width: 750px;
	margin: 0 auto;
	text-align: center;
}

#skipnav {
	display: none;
}


/* =Header DIVs
----------------------------------------------------------- */

#header h1 {
	display: none;
}

#header {
	width: 750px;
	float: left;
	height: 180px;
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
}

/* =Navigation DIVs
----------------------------------------------------------- */

#menu {
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	font-size: 0.9em;
	float: left;
	width: 100%;
	height: 65px;
}

ul#nav { 
	padding-top: 17px;
	margin-left: 100px;
	width: 80%;
	float: left;
}

ul#nav li { 
	display: block; 
	width: 105px; 
	float: left;
	position: relative;
}

ul#nav li a:link, ul#nav li a:visited { 
	padding: 10px 0px; 
	display: block; 
	text-align: center; 
	text-decoration: none; 
	background: #8BC6D2; 
	color: #FFFFFF; 
	font-weight: bold;
	width: 105px; 
}

ul#nav li:hover a, ul#nav li a:hover, ul#nav li a:active { 
	padding: 10px 0px; 
	display: block; 
	text-align: center; 
	text-decoration: none; 
	background: #C0E2E6; 
	color: #828282; 
	border-left: 1px solid #FFFFFF; 
	border-right: 1px solid #FFFFFF; 
}

ul#nav li ul.nav2 { 
	display: none; 
	background: #FFFFFF; 
	position: absolute; 
	top: 33px;
	left: -1px;
	border: 1px solid #828282; 
	border-top: none; 
}

ul#nav li:hover ul.nav2 { 
	display:block; 
}

ul#nav li ul.nav2 li { 
	clear: left; 
}

ul#nav li ul.nav2 li a:link, ul#nav li ul.nav2 li a:visited { 
	clear: left; 
	background: #C0E2E6; 
	color: #828282;
	padding: 7px 0px; 
	border: none; 
	border-bottom: 1px solid #FFFFFF; 
	position: relative; 
	z-index: 100; 
	width: 250px;
	text-align: left;
	padding-left: 10px;
}

ul#nav li ul.nav2 li:hover a, ul#nav li ul.nav2 li a:active, ul#nav li ul.nav2 li a:hover { 
	clear: left; 
	background: #8BC6D2; 
	color: #FFFFFF;
	padding: 7px 0; 
	border: none; 
	border-bottom: 1px solid #FFFFFF; 
	position: relative; 
	z-index: 100; 
	width: 250px;
	text-align: left;
	padding-left: 10px;
}

ul#nav li ul.nav2 li a span { 
	position: absolute; 
	top: 0; 
	left: 160px; 
	color:#fe676f; 
}

ul#nav li ul.nav2 li:hover a span, ul#nav li ul.nav2 li a:hover span { 
	position: absolute; 
	top: 0; 
	left: 160px; 
	color:#ffffff; 
}

ul.nav2 {
	width: 260px;
}

/* =Content DIVs
----------------------------------------------------------- */

#content {
	width: 500px;
	float: left;
	margin-left: 3px;
	margin-top: 12px;
	background-image: url(../images/content_slice.gif);
	background-repeat: repeat-y;
}

#content-long {
	width: 730px;
	float: left;
	padding-left: 6px;
	margin-left: 3px;
	margin-top: 12px;
	background-image: url(../images/content_slice_long.gif);
	background-repeat: repeat-y;
}

#content-long h2 {
	text-align: left;
	padding-left: 25px;
	padding-bottom: 20px;
	font-size: 1.3em;
	color: #456231;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content h2 {
	text-align: left;
	padding-left: 25px;
	padding-bottom: 20px;
	font-size: 1.3em;
	color: #456231;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content-long h3 {
	text-align: left;
	padding-left: 25px;
	padding-bottom: 15px;
	font-size: 1.1em;
	color: #456231;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content h3 {
	text-align: left;
	padding-left: 25px;
	padding-bottom: 15px;
	font-size: 1.1em;
	color: #456231;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content-long p {
	text-align: left;
	padding-left: 25px;
	padding-right: 20px;
	line-height: 1.3;
	padding-bottom: 10px;
}

#content p {
	text-align: left;
	padding-left: 25px;
	padding-right: 20px;
	line-height: 1.3;
	padding-bottom: 10px;
}

#content-long ul {
	text-align: left;
	padding-left: 65px;
	padding-right: 20px;
	line-height: 1.3;
	padding-bottom: 10px;
	list-style: circle;
}

#content ul {
	text-align: left;
	padding-left: 65px;
	padding-right: 20px;
	line-height: 1.3;
	padding-bottom: 10px;
	list-style: circle;
}

#content-long a:link, #content a:visited {
	color: #456231;
}

#content a:link, #content a:visited {
	color: #456231;
}

#content-long a:hover {
	color: #81B85C;
}

#content a:hover {
	color: #81B85C;
}

#content_bottom {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#bottom {
	background-image: url(../images/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 43px;
	width: 500px;
	clear: both;
}

#bottom-long {
	background-image: url(../images/content_bottom_long.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 43px;
	width: 730px;
	clear: both;
}

#address ul {
	list-style: none;
	padding-left: 50px;
	padding-bottom: 15px;
}

p#signature {
	text-align: right;
}

p#indent {
	padding-left: 150px;
}

#table_winners {
	float: left;
	margin-left: 20px;
	width: 460px;
	border: 2px double #7D7D7D;
	padding: 15px;
	clear: both;
}

#total {
	width: 460px;
}

/* =Feature Box DIVs
----------------------------------------------------------- */

#feature {
	float: left;
	margin-left: 10px;
	margin-top: 12px;
	background-image: url(../images/feature_slice.gif);
	background-repeat: repeat-y;
	line-height: 1.2;
}

#feature p {
	float: left;
	text-align: left;
	width: 170px;
	padding-left: 15px;
	margin-right: 5px;
	clear: both;
}

#feature h3 {
	float: left;
	text-align: left;
	width: 180px;
	padding-left: 15px;
	padding-bottom: 5px;
	font-size: 1.1em;
	color: #456231;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
}

#feature h4 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 170px;
	padding-bottom: 5px;
	font-size: 1.1em;
	color: #456231;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
}

#feature_top {
	float: left;
}

#feature_bottom {
	background-image: url(../images/feature_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 43px;
	width: 218px;
	margin-top: 10px;
	clear: both;
}

#adobe {
	clear: both;
	float: left;
	padding-left: 25px;
	margin-top: 20px;
}

#feature_list {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 170px;
	line-height: 1.3;
	clear: both;
	padding-bottom: 10px;
}

#feature table {
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 2px double #7D7D7D;
	padding-top: 15px;
	clear: both;
}

#columns {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

/* =Footer DIVs
----------------------------------------------------------- */

#footer {
	clear: both;
	float: left;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	width: 749px;
	height: 70px;
	margin-top: 5px;
	padding-top: 24px;
}

#footer p {
	font-size: 0.8em;
	line-height: 1.1;
}

/* =Contact Us
----------------------------------------------------------- */

#form {
	padding-bottom: 20px;
	padding-left: 40px;
}

#address1 {
	display: none;
}

/* =Photo Styling
----------------------------------------------------------- */

.photo {
	margin-bottom: 5px;
}

#boys_canoeing {
	float: left;
	padding:1px;
    border:1px solid #456231;
	clear: both;
	margin-top: 5px;
	margin-bottom: 10px;
}

#stephen_img {
	float: left;
	padding:1px;
    border:1px solid #456231;
	clear: both;
	margin-top: 20px;
}

#stephen_basketball {
	float: left;
	padding:1px;
    border:1px solid #456231;
	clear: both;
	margin-top: 20px;
}

#stephen_outdoor {
	float: left;
	padding:1px;
    border:1px solid #456231;
	clear: both;
	margin-top: 20px;
}

#davidrobertson {
	float: left;
	padding:1px;
    border:1px solid #456231;
	margin-left: 25px;
	margin-right: 15px;
}

#davidrobertson_scout {
	float: left;
	padding:1px;
    border:1px solid #456231;
	clear: both;
	margin-top: 20px;
}

#davidrobertson_father {
	float: left;
	padding:1px;
    border:1px solid #456231;
	clear: both;
	margin-top: 20px;
}

#bud_image {
	margin-top: 15px;
}