﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
    background: #3b6e8f;
    line-height:150%;
    color: #666666;
}

/* MISC STYLES ============================*/
.clear {
    height: 0;
    overflow: auto;
    clear: both;
}

div.hr {
    height: 0;
    min-height: 1px;
    width: 100%;
    background: url( /images/SummerCamp/camp_hr_repeat.png ) repeat-x;
}

div.hr hr {
    display: none;
}

h1 {
	
	font-size:20px;
	font-weight:bold;
    margin: 0 0 10px 0;
	padding:0px 0 10px 0;
	color:#B50F19;
	line-height: 100%;
}

h2 {
    margin: 22px 0 0 0;
}

h3 {
    margin: 18px 0 0 0;
}

p {
    margin: 4px 0 8px 0;
}


/* MAIN LAYOUT =============================*/
div#container {
    width: 740px;
    margin: 0 auto;
    padding: 0 30px;
    background: #ffffff;
}

div#header img.imageHeadline {
    display: block;
    margin: 22px 0 10px 10px;
}

div#main {
    float: left;
    width: 760px;
    margin: 22px 0 22px 10px;
}

    div.twocol_left {
        width: 425px;
        float: left;
        margin: 0 30px 0 0;
    }
    
    div.narrow {
    }
    
div#footerContainer {
    width: 760px;
    margin: 0 auto;
    padding: 0 20px;
    background: #ffffff;
}

div#footer {
    float: left;
    width: 719px;
    margin: 10px 41px 10px 10px;
}

    div#footer img {
        display: block;
        float: right;
    }
div#footerMain {
    float: left;
    width: 760px;
    margin: 22px 0 20px 10px;
}

div#footer2 {
    width:753px;
    text-align:center;
	font-size:9px;
	color:#ccc;
	margin:0 auto;
	padding-top:25px;
	padding-bottom:25px;
}

div#footerClose {
	float: left;
	width: 760px;
	height: 50px;
	background: #eecc67;
}

    div.footertwocol_left {
        width: 420px;
        float: left;
        margin: 0 30px 0px 0;
    }
    div.footertwocol_right {
        width: 290px;
        float: right;
        font-size: 9px;   
        
    }
    div.indentedFooter {
        margin: 10px 0 0 20px;
        text-align:right;        
    }
    
    


/* HOME PAGE =============================*/

div.locate {
    width: 290px;
    float: right;
    font-size: 9px;   
    
}

    div.locate div.indented {
        margin: 0 0 0 20px;
    }
    
		div.locate select {
			width: 148px;
			float: left;
			margin-right: 5px;
		}
		
		div.locate input {
			float: left;
			margin: 2px 0 0 3px;
		}
    
		div.locate h2 {
			margin-top: 0;
		}

		div.locate p {
			margin-right: 40px;
		}
    

/* MAP PAGE =============================*/

#LeftContainerFindASchool{
	width:154px;
	border:0px solid #c00;
	padding:0 0 10px 0;
	float:left;
}

#MidContainerFindASchool{
	width: 565px;
	float:left;
	background-color:#ffffff;
	padding-left:5px;
	margin:0 0px 14px 5px;
}

.SubLink{
	font-family:Arial, Helvetica, Verdana;
	font-size:11px;
	width: 155px; 
	border-bottom:1px solid #fff;
	background:#eece78;
	color:#586623;
	float:left;
	padding-left:0px;	
}

.SubLink a {
	margin:0;
	padding: 2px 0px 2px 12px;
		width: 143 !important; /*Gecko-Netscape */
		width: 155; /*IE 5.x/Win */
	text-decoration:none;
	float:left;
	color:#586623;
}

.SubLinkGrey {
	font-family:Arial, Helvetica, Verdana;
	font-size:11px;
	width: 155px; 
	border-bottom:1px solid #fff;
	background:#cccccc;
	color:#586623;
	float:left;
	padding-left:0px;	
}

.SubLinkGrey a {
	margin:0;
	padding: 2px 0px 2px 12px;
		width: 143 !important; /*Gecko-Netscape */
		width: 155; /*IE 5.x/Win */
	text-decoration:none;
	float:left;
	color:#586623;
}

/* FORM PAGE ======================================*/

span.address {
	color: #cc3333;
}

.sublabel {
	font-size: 9px;
}

.requiredFields {
	width: 100%;
	text-align: right;
	font-size: 9px;
}


div.field {
	width: 100%;
	float: left;
	margin: 7px 0 7px 0;
}

	span.error {
		font-size: 9px;
		color: #ff0000;
	}

	label {
		display: block;
		float: left;
		width: 191px;
	}
	
	div.inputHolder {
		float: right;
		width: 229px;
	}

		div.inputHolder input,
		div.inputHolder select {
			float: none;
		}

	input.text,
	select {
		width: 223px;
		float: right;
	}
	
	select {
		width: 229px;
	}

			input.city {
				width: 108px;
			}

			input.state {
				width: 24px;
				margin-left: 5px;
			}

			input.zip {
				width: 59px;
				margin-left: 3px;
			}
			
			input.children {
				width: 65px;
			}
			
div.wide label {
	width: auto;
	margin: 5px 0 5px 0;
}

div.wide textarea {
	width: 100%;
}

textarea.comments {
	height: 96px;
}

div.checkbox input {
	float: left;
}

div.checkbox label {
	float: left;
	width: 80%;
	margin-left: 7px;
}

p.legal {
	width: 50%;
	font-size: 9px;
}

p.smallWhiteText {
    color:#ffffff;
	font-size: 8px;
}

p.whiteText {
    color:#ffffff;
	font-size: 10px;
}

a.jump:link,
a.jump:visited {
	color: #333366;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
    padding: 0 0 0 10px;
	background: url(../images/summercamp/bg-arrow-summercamp.gif) no-repeat left;
}

a.jumpWhite:link,
a.jumpWhite:visited {
	color: #ffffff;
	font-size: 12px;
	text-decoration:underline;
    padding: 20px 0 0 0px;
}
h1#ctl00_MainPlaceHolder_h2Header.schoolFindASchoolCamp
{
   font-size:22px;
	font-weight:bold;
    margin: 0;
	padding:0;
	color:#B50F19;
	line-height: 130%; 
}
a.schoolFindASchoolCamp, a.schoolFindASchoolCamp:link, a.schoolFindASchoolCamp:visited {
	color: #333366;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
	text-decoration:none;
	padding: 0 0 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/summercamp/bg-arrow-summercamp.gif) no-repeat left;
	
}

.backToStates{	
	float:right;
	width:95px;
	background-position:center;
	background-repeat:no-repeat;
	/*background-image:url(../images/map.gif);*/
	text-align:center;
	margin:0;
	font-size:9px;	
	border:0px solid #c00;
}
