@charset "utf-8";
/* CSS Document */

BODY
{
    margin: 0px;
    PADDING-TOP: 0pt;
    FONT-FAMILY: Calibri, Arial, Helvetica, serif;
	font-size:13px;
	font-weight:400;
	color:#666666;
}
table
{
   	margin-top: 0px;
    margin-left: 0px;
	FONT-FAMILY: Calibri, Arial, Helvetica, serif;
	font-size:13px;
}
h1
{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 22px;
	color:#666666;
	font-weight: 300;
}

h2 
{
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	color:#666666;
	font-weight: normal;
	text-decoration: none;
}

hr {
	margin: 0px 35px 15px 55px;
	padding: 0;
	height:1px;
	color:#cccccc;
}

a:link, a:visited, a:active 
{
	color:#666666;
	text-decoration:underline;
	/*font-size:13px;*/
}
a:hover
{
	color:#ffc513;
	text-decoration:none;
}

form input, form textarea, form select {
	margin-bottom:0px;
	border-style:solid;
	border-width:1px;
	border-color:#ddd;
	
}


.pdfLink {
	background-image:url(../images/Icon_PDF.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding: 0px 0px 0px 20px;
}

.downloadLink {
	display:block;
	background-image:url(../images/download_icon.png);
	background-repeat: no-repeat;
	background-position: 32px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}

.formElement {
	margin-bottom:0px;
}

.dayCounter {
	font-size: 18px;
	color:#666666;
	font-weight: normal;
	letter-spacing: normal;
}
.sportCampBtn a:link, .sportCampBtn a:visited, .sportCampBtn a:active   {
	height:106px;
	width:112px;
	display:block;
	margin: 0;
	background-image:url(../images/sportCamps_btn.png);
	background-repeat:no-repeat;
}
.sportCampBtn a:hover {
	height:106px;
	width:112px;
	display:block;
	margin: 0;
	background-image:url(../images/sportCamps_btn_hover.png);
	background-repeat:no-repeat;
}
.communityEdBtn a:link, .communityEdBtn a:visited, .communityEdBtn a:active   {
	height:106px;
	width:112px;
	display:block;
	margin: 0;
	background-image:url(../images/communityEducation_btn.png);
	background-repeat:no-repeat;
}
.communityEdBtn a:hover {
	height:106px;
	width:112px;
	display:block;
	margin: 0;
	background-image:url(../images/communityEducation_btn_hover.png);
	background-repeat:no-repeat;
}

/*Wrapper for Primary Content Sections*/
#container {
	width: 790px;
	margin: 0px 0px 0px 0px;
	/*background:url(../images/background_.png);*/
	background-repeat:no-repeat;
}
	
	#containerTopLeft {
		background:url(../images/background_topLeft.png);
		background-repeat:no-repeat;
		margin: 0;
		float:left;
		width:35px;
		height:45px;
	}
	#containerTop {
		background:url(../images/background_top.png);
		background-repeat:x-repeat;
		margin: 0;
		float:left;
		width:720px;
		height:45px;
	}
	#containerTopRight {
		background:url(../images/background_topRight.png);
		background-repeat:no-repeat;
		margin: 0;
		float:right;
		width:35px;
		height:45px;
	}
	#containerLeft {
		background:url(../images/background_left.png);
		background-repeat:repeat-y;
		margin: 0;
		float:left;
		width:35px;
	}
	#containerRight {
		background:url(../images/background_right.png);
		background-repeat:repeat-y;
		margin: 0;
		float:right;
		width:35px;
	}
	#containerBottomLeft {
		background:url(../images/background_bottomLeft.png);
		background-repeat:no-repeat;
		margin: 0;
		float:left;
		width:35px;
		height:35px;
	}
	#containerBottom {
		background:url(../images/background_bottom.png);
		background-repeat:x-repeat;
		margin: 0;
		float:left;
		width:720px;
		height:35px;
	}
	#containerBottomRight {
		background:url(../images/background_bottomRight.png);
		background-repeat:no-repeat;
		margin: 0;
		float:left;
		width:35px;
		height:35px;
	}
	
	

#leftContent
{
	background:url(../images/background_left.png);
	background-repeat:repeat-y;
	background-color: #Ffffff;
	margin: 0;
	width: 316px;
	height: 742px;
	float: left;
	padding-left:45px;
	padding-right:30px;
	text-align: left;
}

#middleContent
{
	background:url(../images/verticalLine_v2.png);
	background-repeat: no-repeat;
	background-position: 0 43px;
	float: left;
	height: 742px;
	width: 2px;
}

#rightContent
{
	background:url(../images/background_right.png);
	background-position:right;
	background-repeat:repeat-y;
	background-color: #Ffffff;
	width: 307px;
	margin: 0;
	height: 742px;
	float: right;
	padding-left:35px;
	padding-right:55px;
	text-align: left;
	
	
}

#footer {
	color:#999999;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
	#footer a:link, #footer a:visited, #footer a:active 
	{
		color:#999999;
		text-decoration:none;
		/*font-size:13px;*/
	}
	#footer a:hover
	{
		color:#ffc513;
		text-decoration:none;
	}

