body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
    background: #eecc67;
    color: #666666;
    line-height:130%;
}

/* MISC STYLES ============================*/
.clear {
    height: 0;
    overflow: auto;
    clear: both;
}

div.hr {
    height: 0;
    min-height: 3px;
    width: 100%;
    background: url( /images/BackToSchool2009/hr_repeat.gif ) repeat-x;
}

div.hr hr {
    display: none;
}

.header1 {
    margin: 17px 0 0 7px;
	padding:0px 0 10px 0;
	line-height: 100%;
}

h1 {
    font-size:24px;
	padding:10px 0 0px 0;
	color:#336699;
	font-weight:normal;
	margin:10px 0 8px 8px;
}
h2 {
    margin: 0 0 4px 1px;
}

h3 {
    margin: 13px 0 4px 1px;
}

p {
    margin: 4px 0 16px 1px;
}
a {
	color:#B6101A;
}

a:link {
	color:#B6101A;
}

a:hover {
	color:#B6101A;
	text-decoration:none;
}

a:visited {
	
}

ul {
    margin:0 0 20px -25px;
}
li {
    margin:0 0 10px 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: 420px;
        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:#000;
	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;
		}

.blue {
	color: #333366;
	font-weight: bold;
	font-face: verdana;
	font-size: 10px;
	float: left;
}


/* 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:#daa128;
	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;
}

.header2 {
	font-face: verdana;
	font-size: 12px;
	color: #cc0000;	
}

/* 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/bg-arrow-summercamp.gif) no-repeat left;
}

a.footerblue:link, a.footerblue:visited {
	font-size:11px;
	color:#3F688B;
	text-decoration:none;
}
a.footerblue:hover, a.footerblue:active {
	text-decoration:underline;
}

a.jumpWhite:link,
a.jumpWhite:visited {
	color: #ffffff;
	font-size: 12px;
	text-decoration:underline;
    padding: 20px 0 0 0px;
}

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/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;
}

/*--------------Guarantee------------------*/
.guaranteeLogo {
    margin-bottom: 20px;
}
.footnote {
    color:#666;
    font-size:9px;
    clear:left;
    padding-top:20px;
}
.reserve {
    color:#336699;
    font-size:14px;
    margin:0 0 8px 8px;
}
.headline {    
    margin:0 0 8px 8px;
}
.guaranteeSmall {
    float:right;
    width:300px;
    text-align:left;
}
/*--------------Guarantee------------------*/