html, body {
	margin:0;
	padding: 0;
	font: 100%/30px "Times New Roman", serif;
	}

html {
	background: #e9e4e1 url(/img/htmlBackground.jpg) left top repeat-x;
	}

body {
	background: url(/img/bodyBackground.jpg) top left no-repeat;
	padding: 0 0 36px; 0;
	}

#bigWrapper {
	background: url(/img/subnav_background_bg.jpg) 674px 0 no-repeat;
	}

#staffBigWrapper {
	background: url(/img/blogs/subnav_staffBackground_bg.jpg) 674px 0 no-repeat;
	}

#boysBigWrapper {
	background: none;
	}

#innerWrapper {
	width: 994px;
	}

#alternate {
	height:524px;
	background:url(/img/flashPlaceholder.jpg) left top no-repeat;
	}

#alternate img {
	position:absolute;
	margin:346px 0 0 71px;
	border:0;
	z-index:20;
	}

#staffAlternate {
	height:524px;
	background:url(/img/flashPlaceholderStaff.jpg) left top no-repeat;
	}

#staffAlternate img {
	position:absolute;
	margin:346px 0 0 71px;
	border:0;
	z-index:20;
	}

#boysAlternate {
	height:524px;
	background:url(/img/flashPlaceholderBoys.jpg) left top no-repeat;
	}

#boysAlternate img {
	position:absolute;
	margin:346px 0 0 71px;
	border:0;
	z-index:20;
	}

h1 {
	color:#adadad;
	font-size:37px;
	letter-spacing:3px;
	font-weight:normal;
	position:absolute;
	margin:402px 0 0 88px;
	z-index:10;
	}

h2 {
	width: 475px;
	margin: .3em 0 .3em -89px;
	text-align:center;
	}

h4 {
	line-height: 1.4em;
	}

#boysBlog h2 {
	width: 475px;
	margin: 0 0 .3em -89px;
	font-size: 40px;
	}

#notBlog h2 {
	margin: 36px 0;
	padding-top: 29px;
	width: 446px;
	background-repeat: no-repeat;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 0;
	text-indent: -999em;}

a {
	color: #0a5f94;
	outline: 0px;
	}

#boysBlog a {
	color: #ca6427;
	}

#boysBlog a:hover {
	color: #4a4a4a;
	}

a:hover {
	color:#c02929;
	text-decoration:none;
	}

blockquote {
	color: #4a4a4a;
	font-size:95%;
	padding-bottom:20px;
	}

cite {
	color: #4a4a4a;
	float:right;
	}

p {
	color: #4a4a4a;
	margin: 0;
	padding: 0;
	}

img {
	margin: 20px 0 0 0;
	}

strong {/*
	font-weight:normal;
	padding:0 5px;
	font-size:130%;
*/
	color:#222;
	}

address {
	display:block;
	font-style:normal;
	}

/*
****************************************
LAYOUT
****************************************
*/

.dropcap {
	float:left;
	padding: 0 8px 0 0;
	line-height:60px;
	font-size:80px;
	color:#222;
	}

.zeroMargin {
	margin:0;
	}

.pullUp {
	margin-top:-10px;
	}

/*
******************************
Primary Nav
******************************
*/
#nav {
	width: 1000px;
	height: 116px;
	/*background: url(/img/nav2.png) 0 0 no-repeat;*/
	}

	#nav ul {
		margin: 0;
		padding: 0;}

		#nav ul li {
			float: left;
			margin: 0;
			padding: 0;
			list-style: none;
			cursor: pointer;}

			#nav ul li a {
				display: block;
				height: 86px;
				background-image: url(/img/nav.png);
				background-repeat: no-repeat;
				text-indent: -999em;}

			#nav ul li a#home {
				width: 325px;
				background-position: 0 0;
				}

			#nav ul li a#home:hover {
				background-position: 0 -118px;
				}

			#nav ul li a#about {
				width: 93px;
				background-position: -325px 0;
				}

			#nav ul li a#about:hover {
				background-position: -325px -118px;
				}

			#nav ul li a#parents {
				width: 107px;
				background-position: -418px 0;
				}

			#nav ul li a#parents:hover {
				background-position: -418px -118px;
				}

			#nav ul li a#sessions {
				width: 110px;
				background-position: -525px 0;
				}

			#nav ul li a#sessions:hover {
				background-position: -525px -118px;
				}

			#nav ul li a#jobs {
				width: 76px;
				background-position: -635px 0;
				}

			#nav ul li a#jobs:hover {
				background-position: -635px -118px;
				}

			#nav ul li a#alumni {
				width: 97px;
				background-position: -712px 0;
				}

			#nav ul li a#alumni:hover {
				background-position: -712px -118px;
				}

			#nav ul li a#blogs {
				width: 90px;
				background-position: -809px 0;
				}

			#nav ul li a#blogs:hover {
				background-position: -809px -118px;
				}

			#nav ul li a#boysOnly {
				width: 93px;
				background-position: -899px 0;
				}

			#nav ul li a#boysOnly:hover {
				background-position: -899px -118px;
				}

	/*
	************
	Share, RSS and Log in nav
	************
	*/

	#nav ul#smallNav {
		width: 997px;
		}

	#nav ul#smallNav li {
		float: right;
		margin-top: -1px;
		}

	#nav ul#smallNav li a {
		height: 27px;
		}

	#nav ul#smallNav li a#login {
		width: 73px;
		background-position: -807px -85px;
		}

	#nav ul#smallNav li a#login:hover {
		background-position: -807px -203px;
		}

	#nav ul#smallNav li a#share {
		width: 59px;
		background-position: -881px -85px;
		}

	#nav ul#smallNav li a#share:hover {
		background-position: -881px -203px;
		}

	#nav ul#smallNav li a#rss {
		width: 59px;
		background-position: -938px -85px;
		}

	#nav ul#smallNav li a#rss:hover {
		background-position: -938px -203px;
		}

/*
******************************
Left Column (Content Area)
******************************
*/

#outer  {
	float: left;
	display:inline;
	width: 602px;
	margin: 0 0 0 36px;
	border: 1px solid #615f5e;
	border-bottom: none;
	background-image: url(/img/mainContentMiddle.jpg);
	background-color: #e8e9e4;
	background-position: 0 0;
	background-repeat: repeat-y;
	zoom:1;
	}

#boysBlog #outer  {
	background-image: url(/img/blogs/boysMainContentMiddle.jpg);
	background-color: #f9f7eb;
	}

#mid {
	background-image: url(/img/mainContentBottom.jpg);
	background-color: transparent;
	background-position: left bottom;
	background-repeat: no-repeat;
	}

#boysBlog #mid {
	background-image: url(/img/blogs/boysMainContentBottom.jpg);
	}

#inner {
	padding: 64px 76px;
	background: transparent url(/img/mainContentTop.jpg) 0 0 no-repeat;
	}

#boysBlog #inner {
	background: transparent url(/img/blogs/boysMainContentTop.jpg) 0 0 no-repeat;
	}

	#inner p {
		/*width: 446px;*/
		margin: 30px 0 0 0;
		}

	.headingSpace {
		width: 300px;
		margin: 0 0 8px 73px;
		}

	#boysBlog .headingSpace {
		width: 300px;
		margin: 0 0 8px 73px;
		}

	.headingBorder, .headingBorderBottom {
		width: 100%;
		height: 9px;
		background: url(/img/blogs/headingLines.gif) 0 0 repeat-x;}

	.headingBorderBottom {
		margin-top: 10px;}

	.headingSpace #container h2 {
		margin: 0;
		padding: 0;
		width: 300px;}

	.returnToTop {
		text-align:center;}

#nextLink {
	clear: left;
	float: left;
	display: inline;
	width: 602px;
	height: 70px;
	margin: 0 0 0 36px;
	border-right: 1px solid #615f5e;
	border-left: 1px solid #615f5e;
	background: url(/img/nextBackground.jpg) left top no-repeat;
	}

	#nextLink div {
		margin: 1px 0 0 76px;
		}

	#nextLink div#description, div#description {
		float: left;
		text-indent: -999em;
		margin: 0;
		padding: 0;
		}

	#nextLink #description h4, div#description h4 {
		float: left;
		text-indent: -999em;
		margin: 0;
		padding: 0;
		}

	#nextLink #nextBtn {
		float: right;
		display: inline;
		width: 110px;
		height: 38px;
		margin: 4px 3px 0 0;
		background: transparent url(/img/forwardBtn.png) 0 0 no-repeat;
		text-indent: -999em;
		}

	#nextLink #nextBtn:hover {
		background-position: 0 -38px;
		cursor: pointer;
		}

#footer {
	clear: left;
	float: left;
	display: inline;
	width: 602px;
	height: 32px;
	margin: 0 0 20px 36px;
	border: 1px solid #615f5e;
	background: url(/img/footerBackground.jpg) left top no-repeat;
	}

#boysBlog #footer {
	background: url(/img/blogs/boysFooterBackground.jpg) left top no-repeat;
	}

#footer ul {
		margin: 0;
		padding: 0;}

		#footer ul li {
			float: left;
			margin: 0;
			padding: 0;
			list-style: none;
			cursor: pointer;}

			#footer ul li a {
				display: block;
				height: 32px;
				background-image: url(/img/footerBackground.png);
				background-repeat: no-repeat;
				text-indent: -999em;}

			#boysBlog #footer ul li a {
				background-image: url(/img/blogs/boysFooterBackground.png);}

			#footer ul li a#sitemap {
				width: 79px;
				background-position: 0 0;
				}

			#footer ul li a#sitemap:hover {
				background-position: 0 -33px;
				}

			#footer ul li a#forms {
				width: 168px;
				background-position: -79px 0;
				}

			#footer ul li a#forms:hover {
				background-position: -79px -33px;
				}

			#footer ul li a#directions {
				width: 107px;
				background-position: -247px 0;
				}

			#footer ul li a#directions:hover {
				background-position: -247px -33px;
				}

			#footer ul li a#offSeason {
				width: 110px;
				background-position: -354px 0;
				}

			#footer ul li a#offSeason:hover {
				background-position: -354px -33px;
				}

.note {
	color:#787878;
	font-size:85%;
	letter-spacing:0.04em;
	margin:-2px 0 0;
	padding:0;
	text-align:center;
	text-transform:uppercase;
}

/*
******************************
Right Column (Sub Nav and Contact Box)
******************************
*/

#rightColContainer {
	margin: 36px 0 0 674px;
	}

#rightColContainer img {
	margin: 0;
	}

#rightColTopper {
	height: 42px;
	background: url(/img/sidebarTop.png) left top no-repeat;
	}

#rightColContainerInner {
	width: 313px;
	border: 1px solid #615F5E;
	background: url(/img/blogs/sidebarMiddle.jpg) left 20px repeat-y;
	}

#rightColContainer .magAd p {
	width: 90px;
	}

#constrainer {
	width: 287px;
	height: 206px;
	margin: 0 12px;
	}

#constrainer img {
	margin:0;
	border: none;
	}

body #constrainer p {
	width: 110px;
	margin: -195px 0 0 160px;
	}

#rightColContainerInner h4, #rightColContainerInner p {
	width: 275px;
	margin-left: 12px;
	}

#rightColContainerInner h4 {
	margin-top: -30px;
	}

#rightColContainerInner p {
	margin: 20px 0 20px 13px;
	font-size: .9em;
	line-height: 1.3em;
	}

#rightColContainerInner ul {
	margin:0;
	padding: 16px 0 0 0;
	}

#rightColContainerInner ul li {
	border-top:1px solid #615F5E;
	line-height:24px;
	list-style: none;
	margin:0;
	padding:2px 0 2px 12px;
	width:301px;
	}

/*
********************
Sub nav
********************
*/

#rightCol {
	margin: 0 0 0 674px;
	background: url(/img/subnav_background.jpg) top left no-repeat;
	}

#staffSubNav #rightCol {
	margin: 0 0 0 674px;
	background: url(/img/blogs/subnav_staffBlogBackground.jpg) top left no-repeat;
	}


#countdownInner ul li {
	height:51px;
	}

#innerRightCol, #podcastInner, #podcastBoysInner {
	width: 314px;
	}

	#innerRightCol ul, #podcastInner ul, #podcastBoysInner ul, #FacebookTwitterBoxOuter ul {
		margin: 0;
		padding: 0;
		}

	#innerRightCol ul li, #podcastInner ul li, #podcastBoysInner ul li, #FacebookTwitterBoxOuter ul li {
		margin: 0;
		padding: 0;
		list-style: none;
		}

		#innerRightCol ul li a, #podcastInner ul li a, #podcastBoysInner ul li a, #FacebookTwitterBoxOuter ul li a {
			display: block;
			margin: 0;
			padding: 0;
			width: 315px;
			height: 38px;
			text-indent: -999em;
			}

			a#a {
				background-position: 0 0;
				}

			a#a:hover {
				background-position: 315px 0;
				}

			a#b {
				background-position: 0 -38px;
				}

			a#b:hover {
				background-position: 315px -38px;
				}

			a#c {
				background-position: 0 -76px;
				}

			a#c:hover {
				background-position: 315px -76px;
				}

			a#d {
				background-position: 0 -114px;
				}

			a#d:hover {
				background-position: 315px -114px;
				}

			a#ee {
				background-position: 0 -152px;
				}

			a#ee:hover {
				background-position: 315px -152px;
				}

			a#f {
				background-position: 0 -190px;
				}

			a#f:hover {
				background-position: 315px -190px;
				}

			a#g {
				background-position: 0 -228px;
				}

			a#g:hover {
				background-position: 315px -228px;
				}

			a#h {
				background-position: 0 -266px;
				}

			a#h:hover {
				background-position: 315px -266px;
				}


				/* ABOUT */
				#rightCol.about #innerRightCol {
					height: 229px;
					}

				#rightCol.about #innerRightCol ul li a {
					background-image: url(/img/subnav_about.png);
					}

				/* ABOUT Daily Schedule */

				#activities {
					margin-top: 36px;
					}

				#rightCol.aboutActivities #innerRightCol {
					height: 758px;
					}

				#rightCol.aboutActivities #innerRightCol ul li a {
					background-image: url(/img/subnav_about.png);
					}

					/* ALUMNI */
				#rightCol.alumni #innerRightCol {
					height: 191px;
					}

				#rightCol.alumni #innerRightCol ul li a {
					background-image: url(/img/subnav_alumni.png);
					}


					/* BLOG */
				#rightCol.blog #innerRightCol {
					height: 191px;
					}

				#rightCol.blog #innerRightCol ul li a {
					background-image: url(/img/subnav_blog.png);
					}


					/* BOYS ONLY BLOG */
				#rightCol.boysOnly #innerRightCol {
					height: 77px;
					}

				#rightCol.boysOnly #innerRightCol ul li a {
					background-image: url(/img/subnav_boysOnly.png);
					}


					/* GENERAL */
				#rightCol.general #innerRightCol {
					height: 267px;
					}

				#rightCol.general #innerRightCol ul li a {
					background-image: url(/img/subnav_general.png);
					}


					/* OFFSEASON */
				#rightCol.offSeason #innerRightCol {
					height: 115px;
					}

				#rightCol.offSeason #innerRightCol ul li a {
					background-image: url(/img/subnav_offSeason.png);
					}


					/* PARENTS */
				#rightCol.parents #innerRightCol {
					height: 267px;
					}

				#rightCol.parents #innerRightCol ul li a {
					background-image: url(/img/subnav_parents.png);
					}


					/* STAFF */
				#rightCol.staff #innerRightCol {
					height: 267px;
					}

				#rightCol.staff #innerRightCol ul li a {
					background-image: url(/img/subnav_staff.png);
					}


/*
********************
Chat Box
********************
*/

#chatBoxWrapper {
	width: 313px;
	margin: 36px 0 0 674px;
	border: 1px solid #615f5e;
	background: url(/img/contactTop.jpg) left top no-repeat;
	}


#boysBlog #chatBoxWrapper {
	margin: 36px 0 0 674px;
	background: url(/img/blogs/boysContactMiddle.jpg) 0 0 repeat-y;
	}

	.chatBox {
		width: 313px;
		position:relative;
		background: url(/img/contactMiddle.jpg) 0 34px no-repeat;
		}

	.innerBottomChat {
		border-top: 3px double #615f5e;
		background: none;
		position:relative;
		}

	#boysBlog .chatBox {
		background: url(/img/blogs/boysContactTop.jpg) left top no-repeat;
		}

	#chatBoxWrapper .innerBottomChat {
		background: url(/img/innerBottomChat.jpg) 0 2px repeat-y;
		}

	#boysBlog #chatBoxWrapper .innerBottomChat {
		background: url(/img/blogs/innerBottomBoysChat.jpg) 0 2px repeat-y;
		}

	.chatBox p {
		padding: 6px 10px 6px 110px;
		line-height: 22px;
		font-size: 100%;
		margin: 37px 0 0 0;
		font-style: italic;
		width: 188px;
		}

	.innerBottomChat p {
		padding: 6px 110px 10px 10px;
		margin: 0;
		}

	.chatBox img {
		margin: 0 0 10px 0;
		border: 0;
		}

	.chatBox img#directorGlenn, .chatBox img#directorDick {
		position:relative;
		top:35px;
		left: 102px;
		width: 212px;
		padding-bottom: 2px;
		margin: 0;
		border-bottom:1px solid #615f5e;
		}

	.chatBox img#directorCarter {
		position:relative;
		top:2px;
		left: 0px;
		width: 212px;
		padding-bottom: 2px;
		margin: 0;
		border-bottom:1px solid #615f5e;
		}

	.chatBox .btnPho {
		position:absolute;
		top:45px;
		left: 2px;
		display: inline;
		width: 80px;
		padding:0 10px 10px;
		}

	.innerBottomChat .btnPho {
		position:absolute;
		top:11px;
		left: 214px;
		display: inline;
		width: 80px;
		padding:0 10px 10px;
		}

		.chatBox .btnPho .emailBtn {
			display: block;
			width: 80px;
			height: 38px;
			background: transparent url(/img/email.gif) 0 0 no-repeat;
			text-indent: -999em;
			}

		.chatBox #btnPho .emailBtn:hover {
			background-position: 0 -38px;
			}

		p#timeAtCamp {
			margin:0;
			border-top: 3px double #615f5e;
			padding: 0 10px 0 0;
			font-size: 78%;
			line-height: 26px;
			text-transform: uppercase;
			text-align: right;
			background: url(/img/behindTime.jpg) bottom left repeat-y;
			}

		#boysBlog p#timeAtCamp {
			background: url(/img/blogs/behindTimeBoys.jpg) bottom left repeat-y;
			}


/*
********************
Directions Box
********************
*/

#directionsBox {
	width: 313px;
	border: 1px solid #615f5e;
	background: url(/img/directionsBackground.jpg) 0 0 repeat-y;
	position:relative;
	}

	#directionsBoxInner {
		margin: 36px 0 0 674px;
		}

		#directionsBox p {
			padding: 0 10px 10px 90px;
			line-height: 22px;
			font-size: 95%;
			margin: 37px 0 0 0;
			}


/*
********************
Twitter and Facebook Box
********************
*/

#FacebookTwitterBoxOuter {
	margin: 36px 0 0 674px;
	}

	#FacebookTwitterBox {
		width: 313px;
		border: 1px solid #615f5e;
		background: url(/img/fbTwitter_background.jpg) 0 0 repeat-y;
		position:relative;
		}

		#FacebookTwitterBox ul li a, #FacebookTwitterBox ul li a {
			background-image: url(/img/subnav_facebookTwitter.png);
			}

		#FacebookTwitterBox ul li a#a, #FacebookTwitterBox ul li a#c {
			
			}


/*
********************
50 years Box
********************
*/

#fiftyYearsBox {
	width: 313px;
	border: 1px solid #615f5e;
	background: url(/img/fiftyYearsBackground.jpg) 0 0 repeat-y;
	position:relative;
	}

	#fiftyYearsInner {
		margin: 36px 0 0 674px;
		}

		#fiftyYearsBox p {
			padding: 0 10px 10px 98px;
			line-height: 22px;
			font-size: 95%;
			margin: 37px 0 0 0;
			}


/*
********************
Podcast Boxes
********************
*/

#podcastBox {
	width: 313px;
	height: 160px;
	border: 1px solid #615f5e;
	background: url(/img/alpinePodcastBackground.jpg) 0 0 repeat-y;
	position:relative;
	}

	#podcastInner, #podcastBoysInner {
		margin: 36px 0 0 674px;
		}

	#podcastInner ul li a, #podcastBoysInner ul li a {
		background-image: url(/img/alpinePodcastLinks.png);
		}

	#podcastInner ul li a#a, #podcastBoysInner ul li a#c {
		margin-top: 84px;
		}

/* Boys Box */

#podcastBoysBox {
	width: 313px;
	height: 160px;
	border: 1px solid #615f5e;
	background: url(/img/alpinePodcastBackgroundBoys.jpg) 0 0 repeat-y;
	position:relative;
	}

/*
********************
Apply Now Box
********************
*/

#applyNowBox {
	width: 313px;
	border: 1px solid #615f5e;
	background: url(/img/applyNowBackground.jpg) 0 0 repeat-y;
	position:relative;
	}

	#applyNowInner {
		margin: 36px 0 0 674px;
		}

		#applyNowBox p {
			padding: 0 10px 10px 10px;
			line-height: 22px;
			font-size: 95%;
			margin: 37px 0 0 0;
			}

		#applyNowBox #applyBtn {
			display:block;
			position:absolute;
			left:234px;
			top:0;
			height:31px;
			margin:0;
			width:79px;
			background: transparent url(/img/applyButton.png) 0 -31px no-repeat;
			text-indent: -999em;
			}

		#applyNowBox #applyBtn:hover {
			background-position: 0 0px;
			cursor: pointer;
			}




/*
********************
Off Season Box
********************
*/

#offSeasonBox {
	width: 313px;
	border: 1px solid #615f5e;
	background: url(/img/offSeasonBackground.jpg) 0 0 repeat-y;
	position:relative;
	}

	#offSeasonBoxInner {
		margin: 36px 0 0 674px;
		}

		#offSeasonBox p {
			padding: 0 10px 10px 15px;
			line-height: 22px;
			font-size: 95%;
			margin: 10px 0 0 0;
			}

		#offSeasonBox img {
			margin: 35px 0 0 0;
			}


/*
***********
ALUMNI Story Submit Form
***********
*/
#alumniForm {
	width: 444px;
	margin: 40px 0 0 0;
	border: 1px solid #615F5E;
	padding-bottom: 44px;
	background: url(/img/alumniStoryFormFooter.jpg) left bottom no-repeat;
	}

	#alumniForm textarea, #alumniForm label {
		display: block;
		clear: left;
		width: 444px;
		margin: 0;
		border: none;
		padding: 0;
		}

	#alumniForm label {
		height: 26px;
		border-top: 1px solid #615F5E;
		background: #fff;
		}

		#alumniForm input#First_Name, #alumniForm input#Last_Name, #alumniForm input#Email, #alumniForm input#Email_2 {
			border: none;
			width: 325px;
			height: 16px;
			padding: 4px;
			font-size: 84%;
			color: #615F5E;
			background: #fff;
			}

	#alumniForm textarea {
		width: 432px;
		padding: 6px;
		border-top: 1px solid #615F5E;
		border-bottom: 1px solid #615F5E;
		color: #615F5E;
		}

	#alumniForm img {
		float: left;
		display: inline;
		margin: 0;
		padding: 0;
		}

	#alumniForm #submit {
		float: right;
		display: inline; /* to give the button 'layout' in IE6 */
		width: 88px;
		height: 38px;
		margin: 3px;
		border: 0;
		background: url(/img/blogs/submit.png) 0 0 no-repeat;
		text-indent: -999em;
		}

	#alumniForm #submit:hover {
		background-position: 0 -38px;
		cursor: pointer;
		}


/*
***********
Jr. Activities Selection Form
***********
*/
#jrActivitiesForm {
	width: 444px;
	margin: 40px 0 0 0;
	border: 1px solid #615F5E;
	padding-bottom: 44px;
	background: url(/img/jrCampActivityFormFooter.jpg) left bottom no-repeat;
	}

#jrActivitiesForm p {
	background: #fff;
	margin:0;
	padding: 12px;
	border-top:1px solid #615F5E;
	color:#4A4A4A;
	text-indent: 0em;
	}

	#jrActivitiesForm textarea, #jrActivitiesForm label {
		display: block;
		clear: left;
		width: 444px;
		margin: 0;
		border: none;
		padding: 0;
		}

	#jrActivitiesForm label {
		height: 26px;
		border-top: 1px solid #615F5E;
		background: #fff;
		}

	#jrActivitiesForm label.borderBottom {
		border-bottom: 1px solid #615F5E;
		}

		#jrActivitiesForm input {
			border: none;
			width: 298px;
			height: 16px;
			padding: 4px;
			font-size: 84%;
			color: #615F5E;
			background: #fff;
			}

	#jrActivitiesForm textarea {
		width: 432px;
		padding: 6px;
		border-top: 1px solid #615F5E;
		border-bottom: 1px solid #615F5E;
		color: #615F5E;
		}

	#jrActivitiesForm img {
		float: left;
		display: inline;
		margin: 0;
		padding: 0;
		}

	#jrActivitiesForm #submit {
		float: right;
		display: inline; /* to give the button 'layout' in IE6 */
		width: 88px;
		height: 38px;
		margin: 3px;
		border: 0;
		background: url(/img/blogs/submit.png) 0 0 no-repeat;
		text-indent: -999em;
		}

	#jrActivitiesForm #submit:hover {
		background-position: 0 -38px;
		cursor: pointer;
		}

/*
////////////////////////////////////////////////////
Table STYLES
////////////////////////////////////////////////////
*/

div.tableWrapper {
	width: 438px;
	margin-top: 30px;
	border: 1px solid #615F5E;
	padding: 4px;
	}

table {
	/*width: 434px;*/
	margin: 0;
	padding: 0;
	/*border: 1px solid #615F5E;*/
	color:#4A4A4A;
	border-collapse:collapse;
	background: url(/img/distressedBg.jpg) left top repeat;
	}

table tbody {
	margin: 0;
	padding: 0;
	vertical-align: top;
	}

table th {
	margin: 0;
	padding: 0;
	vertical-align: top;
	border-right: 1px solid #615F5E;
	background: #4a4a4a;
	}

table img {
	margin: 0;
	padding: 0;
	}

table tr {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #615F5E;
	border-left: 1px solid #615F5E;
	}

table td {
	margin: 0;
	padding: 11px;
	background: url(/img/doubleDottedBorder.gif) right top repeat-y;
	vertical-align: middle;
	/*width: 149px;*/
	}

table td.noBorder {
	/*background: url(/img/dottedBorder.gif) left top repeat-y;*/
	background: none;
	border-right: 1px solid #615F5E;
	margin-left: 4px;
	/*width: 110px;*/
	}

table td.noBorderPadding {
	margin: 0;
	border-right: 1px solid #615F5E;
	padding: 0;
	background: none;
	}


.firstColActivities {
	width: 200px;
	}

.firstCol {
	width: 150px;
	}

.secondCol {
	width: 160px;
	}

.thirdCol {
	width: 120px;
	}


/*
////////////////////////////////////////////////////
Staff Directory
////////////////////////////////////////////////////
*/

table#staffDir {
	width: 438px;
	margin: 0;
	border-spacing: 0;
	border: 1px solid #615F5E;
	}

table#staffDir tr {
	border-bottom: 1px solid #615F5E;
	}

table#staffDir tr#listings {
	}

table#staffDir td {
	border-right: 1px solid #615F5E;
	background: none;
	margin:0;
	padding: 0;
	}

table#staffDir td div.staffMember {
	position: relative;
	width: 437px;
	border-top: 1px solid #615F5E;
	}

table#staffDir td div.staffMember div.staffName {
	float: right;
	width: 316px;
	padding: 0 0 0 12px;
	text-align: left;
	background: url(/img/dottedBorder.gif) left top repeat-y;
	}

table#staffDir td div.staffMember div.staffName .emailWrapper{
	float: right;
	width: 79px;
	height: 31px;
	}

table#staffDir td div.staffMember div.staffName p, table#staffDir td div.staffMember div.staffName p strong {
	margin: 0;
	width: 316px;
	color: #4A4A4A;
	}

table#staffDir td div.staffMember div.staffName p.stafferName {
	font-size:larger;
	}

table#staffDir td div.staffMember div.staffName p.staffDescription {
	margin: 1px 0 0 -12px;
	border-top: 1px solid #615F5E;
	padding: 4px 12px 12px 12px;
	width: 304px;
	}

table#staffDir td div.top {
	border-top:none;
	}

table#staffDir td div .staffDirPhoto {
	display: inline;
	position: absolute;
	top:0;
	left:0;
	width: 109px;
	border: none;
	}

table#staffDir td div .staffDirPhoto img {
	padding: 15px;
	}


/*
////////////////////////////////////////////////////
Apps and Forms Page
////////////////////////////////////////////////////
*/

.formPageWrapper {
	width:439px;
	margin: 36px 0;
	padding: 3px;
	border: 1px solid #615F5E;
	}

.formPageWrapper img {
	margin: 0;
	border: none;
	}

.appsHeader a.img, .appsHeaderWaiver a.img, .staffAppsHeader a.img {
	margin-left: 0px;
	}

.formPageWrapper img.pdf {
	position: absolute;
	margin: 1.5em 0 0 1em;
	}

.formPageWrapper img.onlineForm {
	position: absolute;
	margin: 2em 0 0 2.5em;
	}

	#inner .formPageWrapper .form p {
		width: 240px;
		min-height: 132px;
		margin: 10px 0 0 10px;
		border: none;
		padding: 0 0 1em 180px;
		background: none;
		}

	.appsHeader {
		background: url(/img/applicationFormsHeader.jpg) left top no-repeat;
		}

	.appsHeaderWaiver {
		background: url(/img/appFormsHeaderWaiver.jpg) left top no-repeat;
		}

	.staffAppsHeader {
		background: url(/img/staffApplicationFormsHeader.jpg) left top no-repeat;
		}

	.offSeasonPDFHeader {
		background: url(/img/offSeasonPDFHeader.jpg) left top no-repeat;
		}

		.appsHeader a, .appsHeaderWaiver a, .staffAppsHeader a {
			margin-left: 300px;
			}

	.form {
		width:438px;
		height: 190px;
		border-top: 1px solid #615F5E;
		background: url(/img/applicationFormsBackground.jpg) left top repeat-y;
		}

	#inner .formPageWrapper p {
		width: 418px;
		margin: 0;
		padding: 10px;
		/*border-bottom: 1px solid #615F5E;*/
		border-top: 1px solid #615F5E;
		background: url(/img/applicationFormsBgNoBorder.jpg) left top repeat-y;
		}

	#inner .formsFooter {
		/*border-bottom: 1px solid #615F5E;*/
		border-top: 1px solid #615F5E;
		}

		#inner .formPageWrapper p a {
			margin: 0;
			}

		.form span {
			display: block;
			width: 272px;
			border-top: 1px solid #615F5E;
			margin: 0 0 0 165px;
			text-align: right;
			}

		.form span a {
				margin: 0;
				}

			.form span span.size {
				float:right;
				display:inline;
				width:80px;
				height: 31px;
				margin: 0;
				border: none;
				border-right: 1px solid #615F5E;
				padding:0 13px 0 0;
				color:#4A4A4A;
				text-transform:uppercase;
				}

			.form span a.downloadBtn {
				float: right;
				display:inline;
				width: 102px;
				height: 25px;
				margin: 3px;
				background: url(/img/downloadButton.png) left top no-repeat;
				text-indent: -999em;
				text-align: left;
				}

			.form span a.downloadBtn:hover {
				background-position: 0 -25px;
				}


			.form span a.viewFormBtn {
				float: right;
				display:inline;
				width: 102px;
				height: 25px;
				margin: 3px;
				background: url(/img/viewFormButton.png) left top no-repeat;
				text-indent: -999em;
				text-align: left;
				}

			.form span a.viewFormBtn:hover {
				background-position: 0 -25px;
				}

#fourOFour {
	width:503px;
	margin: 36px 0 0 36px;
	padding:36px 78px;
	min-height: 200px;
	border: 1px solid #615F5E;
	background: #e8e9e4;
	}

#fourOFour h2 {
	margin: 0;
	padding: 0;
	}
/*
////////////////////////////////////////////////////
STANDARD STYLES
////////////////////////////////////////////////////
*/
.alert {
	background: url(/img/alert.png) 5px 8px no-repeat;
	padding-left: 60px;
	font-size: 14px;
	}

.alignCenter {
	text-align:center;}

.alignJustify {
	text-align:justify;}

.alignRight {
	text-align:right;}

.clear {
	clear:both;}

.fieldError {
	}

.floatLeft {
	margin:40px 26px 13px 0;
	float:left;}

.floatLeftThroughHeadding {
	margin:110px 26px 2px 0;
	float:left;}

.floatLeftUnderHeading {
	margin:10px 26px 13px 0;
	float:left;}

.floatRight {
	margin:40px 0 13px 20px;
	float:right;}

.floatRightUnderHeading {
	margin:10px 0 13px 26px;
	float:right;}

.slicedRightTop {
	margin-bottom: 0;
	}

.slicedRightTopNegative {
	margin-bottom: 0;
	margin-top: -10px;
	}

.slicedLeftTop {
	margin-bottom: 0;
	margin-top: 36px;
	margin-right: 40px;
	}

.slicedRightTopUnderHeading {
	margin-bottom: 0;
	margin-top: 0 !important;
	}

.slicedRight {
	clear: right;
	margin: 0;
	padding-left: 30px;
	}

.slicedLeft {
	clear: left;
	margin: 0;
	padding-right: 30px;
	}

.slicedLeftExtra {
	clear: left;
	margin: 0;
	padding-right: 40px;
	}

.next {
	text-align:right;}

#inner .twentyOnLeft {
	margin-left:20px;
	}

.fiftyTransButton {
	position: relative;
	float: left;
	width: 40px;
	height: 100px;
	}

.fiftyTransButton img {
	border: none;
	}

.clearBoth {
	clear:both;
	}
