@charset "utf-8";

/*Hilltop Outdoor Centre CSS by Josh.biz Web Design*/


body  {
	font: 62.5% arial, helvetica, clean, sans-serif;
	background: #8aa256 url(../images/pine_forest2.jpg) no-repeat fixed center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4e4e4e;
}

.twoColHybLtHdr #container {
	width: 910px;  /* this will create a container 90% of the browser width */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-style: none;
} 
.twoColHybLtHdr #header {
	background: #000000 url(../images/schools/bg.gif);
	padding: 20px 20px 10px;
	height: 120px;
	margin: 0;
}

#colleges #container #header {
	background: #000000 url(../images/colleges/bg.gif);
	}

#adventure #container #header {
	background: #000000 url(../images/adventure/bg.gif);
	}

#business #container #header {
	background: #000000 url(../images/business/bg.gif);
	}

#main #container #header {
	background: #000000 url(../images/hilltop.jpg) no-repeat 153px top;
	}

.twoColHybLtHdr #header h1 {
	margin: 0 0 0 130px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 92px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
	font-size: 2em;
	font-weight: bold;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #mainContent {
	margin: 0 20px;
	padding-left: 0px;
	padding-bottom: 20px;
} 
.twoColHybLtHdr #footer {
	padding: 15px 10px 25px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000000 url(../images/schools/bg_f.gif) repeat-x bottom;
	font-size: 110%;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	margin: 0;
} 

#colleges #container #footer {
	background: #000000 url(../images/colleges/bg_f.gif) repeat-x bottom;
	}

#adventure #container #footer {
	background: #000000 url(../images/adventure/bg_f.gif) repeat-x bottom;
	}

#business #container #footer {
	background: #000000 url(../images/business/bg_f.gif) repeat-x bottom;
	}

#main #container #footer {
	background: #8aa256 url(../images/schools/bg_f.gif) repeat-x bottom;
	}

.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 1.4em;
}

/* Miscellaneous classes for reuse */

/*.twoColHybLtHdr #container #mainContent img {
	border: 1px solid #000000;
	}*/

.twoColHybLtHdr #container #mainContent img.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #000000;
	}

.twoColHybLtHdr #container #mainContent img.fltrt_nb { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: none;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 34px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #000000;
}

.fltlft_nb { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColHybLtHdr #container #mainContent ul {
	font-size: 1.4em;
	list-style: square url(none);
	line-height: 1.4em;
	margin-top: 14px;
}
.twoColHybLtHdr #container #mainContent ul li {
	margin-bottom: 2px;
}

.twoColHybLtHdr #container #mainContent ul strong {

}

.twoColHybLtHdr #container #mainContent ol {
	font-size: 1em;
	line-height: 1.4em;
}
.twoColHybLtHdr #container #mainContent ol li {
	margin-bottom: 10px;
}

.twoColHybLtHdr #container #mainContent p {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #333;
	}
	
.twoColHybLtHdr #container #mainContent h1 {
	font-size: 2.6em;
	color: #1c6300;
	margin-top: 18px;
	margin-bottom: 10px;
	font-weight: normal;
}

.twoColHybLtHdr #container #header .contact {
	float: right;
	margin-top: 50px;
	margin-bottom: 10px;
	text-align: right;
	font-weight: normal;
	clear: both;
	font-size: 1.4em;
	color: #ffffff;
	margin-right: 0px;
}

.twoColHybLtHdr #container #header .contact p {
	margin: 0 0 3px 0;
	padding: 0 0 0 0;
	line-height: 1.2em;
	}

.twoColHybLtHdr #container #header .contact p span {
	color: #ffffff;
	}

.twoColHybLtHdr #container #header .contact a:link, .twoColHybLtHdr #container #header .contact a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
.twoColHybLtHdr #container #header .contact a:hover, .twoColHybLtHdr #container #header .contact a:active {
	color: #ffffff;
	text-decoration: underline;
	}

/*Adjustments for Adventure page below*/

#adventure #container #header .contact a:link, #adventure #container #header .contact a:visited {
	color: #000000;
	}
	
#adventure #container #header .contact a:hover, #adventure #container #header .contact a:active {
	color: #000000;
	}

/*Adjustments for Home page below*/

#main #container #header .contact a:link, #main #container #header .contact a:visited {
	color: #B7B7B7;
	}
	
#main #container #header .contact a:hover, #main #container #header .contact a:active {
	color: #B7B7B7;
	}

.twoColHybLtHdr #container #mainContent h2 {
	font-size: 2.4em;
	color: #1c6300;
	margin-top: 36px;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 1.3em;
}

#colleges #container #mainContent h2 {
	color: #004f65;
	}

#adventure #container #mainContent h2 {
	color: #333333;
	}

#main #container #mainContent h2 {
	color: #546509;
	}

#business #container #mainContent h2 {
	color: #821623;
	}


.twoColHybLtHdr #container #footer span {
	color: #000000;
}

.twoColHybLtHdr #container #footer a:link, .twoColHybLtHdr #container #footer a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
.twoColHybLtHdr #container #footer a:hover, .twoColHybLtHdr #container #footer a:active {
	color: #ffffff;
	text-decoration: underline;
	}

/*Adjustments for Adventure and Schools pages below*/

#adventure #container #footer a:link, #adventure #container #footer a:visited {
	color: #000000;
	text-decoration: none;
	}
#adventure #container #footer a:hover, #adventure #container #footer a:active {
	color: #000000;
	text-decoration: underline;
	}

/*Adjustments for Home page below*/

#main #container #footer a:link, #main #container #footer a:visited {
	color: #fff;
	text-decoration: none;
	}

#main #container #footer a:hover, #main  #container #footer a:active {
	color: #fff;
	text-decoration: underline;
	}


#web_design {
	border-style: none;
	text-align: right;
	width: 910px;
	margin: 0 auto;
}

#web_design img {
	border: none;
	margin-bottom: 50px;
	}

.twoColHybLtHdr #container #header img {
	border-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

.twoColHybLtHdr #container #mainContent #images {
	float: right;
	width: 200px;
	padding: 5px;
	margin-left: 20px;
	margin-top: 36px;
}
.twoColHybLtHdr #container #mainContent #images img {
	border: 1px solid #000000;
	margin: 0px 0px 5px;
	padding: 0px;
}


/* Top level menu width */


.twoColHybLtHdr #container #mainContent a:link, .twoColHybLtHdr #container #mainContent a:visited {
	color: #4e4e4e;
	text-decoration: underline;
	}
	
.twoColHybLtHdr #container #mainContent a:hover, .twoColHybLtHdr #container #mainContent a:active {
	text-decoration: underline;
	}
	
.twoColHybLtHdr #container #mainContent ul a:link, .twoColHybLtHdr #container #mainContent ul a:visited {
	color: #4e4e4e;
	text-decoration: underline;
	}
	
.twoColHybLtHdr #container #mainContent ul a:hover, .twoColHybLtHdr #container #mainContent ul a:active {
	color: #4e4e4e;
	text-decoration: underline;
	}
	
.twoColHybLtHdr #container #mainContent ol a:link, .twoColHybLtHdr #container #mainContent ol a:visited {
	color: #7b8e2f;
	text-decoration: underline;
	}
	
.twoColHybLtHdr #container #mainContent ol a:hover, .twoColHybLtHdr #container #mainContent ol a:active {
	color: #DB3D2B;
	text-decoration: underline;
	}
	

h3 {
	color: #5F5F5F;
	margin-top: 30px;
	margin-bottom: 0px;
}
.twoColHybLtHdr #container #mainContent hr {
	color: #dea334;
}

.twoColHybLtHdr #container #mainContent h2 span {
	font-size: 0.8em;
	color: #000000;
}

/*Unique*/

#adventure #container #header h1 {
	color: #5E5600;
}
#adventure #container #header .contact span {
	color: #000000;
}
#adventure #container #header .contact p {
	color: #000000;
}
#schools #container #footer .head span,
#adventure #container #footer .head span {
	color: #000000;
}
#schools #container #footer .head,
#adventure #container #footer .head {
	color: #000000;
}
#main #container #header h1 {
	color: #f0efee;
}
#adventure #container #footer p {
	color: #000000;
}
/*#schools #container #footer p {
	color: #000000;
}*/
#main #container #footer p {
	color: #ffffff;
}

/*#schools #container #header .contact p {
	color: #000000;
}
#schools #container #header .contact span {
	color: #000000;
}*/

.main_nav {
	height: 50px;
	background: #000000;
	padding-top: 10px;
	}

#colleges #container #header h1 {
	color: #ffffff;
}
#business #container #header h1 {
	color: #FFFFFF;
}
#main #container #mainContent iframe {
	border: 1px solid #000000;
}
#business #container #mainContent table {
	margin-top: 20px;
	font-size: 1.3em;
}
.featured {
	margin-right: 20px;
	margin-bottom: 20px;
	border: solid 1px #000000;
}
#main #container #mainContent .strap {
	font-size: 1.6em;
}
#breadcrumb {
	margin-top: 16px;
	font-size: 1.2em;
}
h3 {
	font-size: 1.6em;
	margin-top: 24px;
}
#adventure #container #mainContent table {
}
#schools #container #mainContent img {
	border-style: none;
}
.nb {
	color: #990000;
}
#resources {
	width: 175px;
	text-align: center;
	padding: 5px;
	float: right;
	margin-top: 20px;
	background: #207100;
	border: 1px solid #333333;
}

#schools #container #mainContent #resources a:link, #schools #container #mainContent #resources a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#schools #container #mainContent #resources a:hover, #schools #container #mainContent #resources a:active {
	text-decoration: underline;
	}


#main #container #mainContent table tr td h3 {
	margin-top: 0px;
	padding-top: 0px;
}
#main #container #mainContent table tr td p a img {
	border-style: none;
}

.twoColHybLtHdr #container #mainContent p.email {
	margin-top: 6px;
	font-size: 1.1em;
}

.thumbnail_1 {
	float: left;
	width: 400px;
	border: 1px solid #999;
	margin: 0 10px 10px 0;
	padding: 10px;
	line-height: 200%;
	background: #fff url(../images/prop_grad.gif) repeat-x 0px 0px;
}

.clearboth {
	clear: both;
	}
#main #container #mainContent .recruit {
	background: #B9B859;
	margin: 0px;
	padding: 2px 20px;
	border: 3px solid #6A6A2D;
}
#main #container #mainContent .recruit h3 {
	color: #333;
}
