@charset "utf-8";
/* CSS Document */


/* BASE */

* { margin: 0; padding: 0; }

body {
    font: normal x-small/135% verdana, arial, sans-serif;
	background-color: #aaa;
}

h1 {
    font-size: 2.4em; font-weight: normal; margin: none; line-height: 125%; color:#002469;
}

h2 {
    font-size: 2.0em; font-weight: normal; line-height: 125%; margin-bottom: 5px; color:#002469;
}

	h2 a {
        text-decoration: underline;
    }
    h2 a:hover {
        text-decoration: none;
	}
	
h3 {
    font-size: 1.7em; font-weight: normal; line-height: 125%; margin-bottom: 10px; color:#002469;
}
	h3 a {
        text-decoration: underline;
    }
    h3 a:hover {
        text-decoration: none;
    }
	
h4 {
    font-size: 1.6em; font-weight: bold; line-height: 125%; margin-bottom: 5px; color:#002469;
}
	h4 a {
        text-decoration: underline;
    }
    h4 a:hover {
        text-decoration: none;
    }
	
h5 {
    font-size: 1.4em; font-weight: bold; margin: 2px 0; line-height: 125%; color:#002469;
}
    h5 a {
        text-decoration: underline;
    }
    h5 a:hover {
        text-decoration: none;
    }

p {
	font-size: 1.1em;
	margin-bottom: 10px;
	line-height: 135%;
}

p.smaller {
	font-size: 50%;
	margin-bottom: 15px;
	line-height: 135%;
}

a { color: #639; text-decoration: underline; }
a:hover { color: #96b11c; text-decoration: none; }
a:focus { outline: none; }

hr {
	margin: 10px 0;
}

ul#locations {
	padding:10px 0 10px 5px;
}

ul#locations li {
	color:#002469;
	list-style:none;
	padding-bottom:10px;
}
	
ul#locations li a {
	font-size:1.2em;
	line-height: 135%;
	font-weight:bold;
}
	

/* GENERAL STRUCTURE */

#pageContainer {
    width: 960px; margin: 0 auto 10px auto;
	background-color: transparent;
}

#col620Top {
	width: 620px;
	height: 100px;
	margin-top: 13px;
	margin-right: 15px;
	float: left;
	position: relative;
	background: url("./images/lcb/620-top-bg.gif") top left no-repeat;
}

#col620Middle {
	width: 620px;
	margin-right: 15px;
	float: left;
	position: relative;
	background: url("./images/lcb/620-mid-bg-top.jpg") top left no-repeat;
}

#col620MiddleContent {
	background: url("./images/lcb/620-mid-bg-bot.gif") bottom left no-repeat;
	padding-bottom:15px;
}

	.contentBox1 {
		padding: 15px 15px 10px 15px;
	}
		.contentBox1 p {
			font-size: 1.2em;
			color: #002469;
			padding-right:225px;
		}
		.contentBox1 p.smaller {
			font-size: 90%;
			margin-bottom: 15px;
			line-height: 135%;
		}
	.contentBox1 a {
		color: #002469;
		text-decoration: none;
	}
		.contentBox1 a:hover {
			color: #de9c2c;
			text-decoration: underline;
		}
	.contentBox1 td {
		padding-left: 20px;
	}
	
	.contentBox1 ul.list {
		padding:5px 220px 5px 25px;
	}
	
	.contentBox1 ul.list li {
		font-size:1.2em;
		line-height:135%;
		color:#002469;
		list-style:disc;
		padding-bottom:3px;
	}
	
	.contentBox1 img {
		margin:0 10px 10px 0;
		float:left;
		border:1px solid #666666;
	}
	

#col620Bottom {
	width: 620px;
	height: 165px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
	position: relative;
	background: url("./images/lcb/620-bot-bg.gif") top left no-repeat;
}
	#col620Bottom.home {
		height:194px;
	}
		#col620Bottom.home p {
			font-size: 1.05em;
		}
	
	#contentBox2 {
		margin-left: 230px;
		padding: 5px 10px 5px 0;
	}
		#contentBox2 p {
			text-align: left;
			color: #fff;
		}
		#contentBox2 ul {
			margin-left: 20px;
			color: #fff;
		}

#col325Top {
	width: 325px;
	margin-top: 13px;	
	float: right;
	position: relative;
	background: url("./images/lcb/325-offer-bg-top.gif") top left no-repeat;
}

#col325TopContent {
	background: url("./images/lcb/325-offer-bg-mid.gif") bottom left no-repeat;
	padding-bottom:95px;
}
	.contentBox3 {
		padding: 8px 13px 5px 15px;
	}
		.contentBox3 h2 {
			color: #fff;
			font-weight:bold;
			margin-bottom: 10px;
		}
		
		.contentBox3 p {
			color: #fff;
			font-size: 1.5em;
			font-weight: bold;
			text-align: left;
			margin-left: 20px;
			padding-left: 30px;
			background: url("./images/lcb/check.gif") top left no-repeat;
		}

#col325Bottom {
	background: url("./images/lcb/325-offer-bg-form.gif") top left repeat-y;
}

#col325BottomContent {
	background: url("./images/lcb/325-offer-bg-bot.gif") bottom left no-repeat;
	padding-bottom:15px;
}
	
	.contentBox4 {
		padding: 0 0 5px 0;
	}
		.contentBox4 h1 {
			text-align: center;
			color: #002469;
		}
		.contentBox4 p {
			text-align: center;
			color: #002469;
		}


/* FORM STRUCTURE REGISTER BOX */

form {
	color: #002469;
	padding:5px 12px 5px 12px;
}

label {
	font-size: 1.1em;
	font-weight: normal;
}

input {
	margin-top: 2px;
	margin-bottom: 7px;
	font-size: 1.2em;
	outline: none;
	border: 1px solid #000;
	padding: 2px;
}

input.full,
select.full {
	width:290px;
}

input.half,
select.half {
	width:130px;
}

select {
	font-size: 1.2em;
	margin-top: 2px;
	margin-bottom: 7px;
	outline: none;
	border: 1px solid #000;
	padding: 1px;
	max-width:290px;
}

input.phoneArea {
	width: 30px;
	display:inline;
}

input.phoneBody {
	width: 60px;
	display:inline;
}

input.requestinfo {
	font-size: 2.4em;
	margin: 15px 0;
	width: auto;
	border: none;
}

p.inline {
	display:inline;
	margin:0;
	padding:0;
	vertical-align:middle;
}


/* FOOTER */

#siteFooter {
    text-align: center;
    clear: both;
}			
    #siteFooter p {
        margin-bottom: 7px;
		color: #000;
		font-size: 1.1em;
    }
	

/*  INDIVIDUAL CITY FORM STYLES  */

.contentBox4 h2,
.contentBox4 p.contact {
	display:none;
}

span.required {
	color:red;
	padding-bottom:5px;
}

span.required_key {
	padding-bottom:5px;
}

table {
	background:transparent;
}

table td {
	background-color:transparent;
}

table td img {
	display:none;
}

.submitbutton {
    padding: 5px; 
    padding-left: 10px; 
    padding-right: 10px;
    font-size: 20px; 
    font-weight: bold;
    cursor: pointer;
    cursor: hand;   /* IE6 hack */
}


#col620Bottom_city {
	width: 620px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
	position: relative;
	background: url("./images/lcb/620-bot-bg-top-city.gif") top left no-repeat;
}

#col620BottomContent_city {
	background: url("./images/lcb/620-bot-bg-bot-city.gif") bottom left no-repeat;
	padding-bottom:15px;
}

	#contentBox2_city {
		padding: 5px 10px 0 18px;
	}
		#contentBox2_city p {
			text-align: left;
			color: #fff;
		}
		#contentBox2_city ul {
			margin-left: 20px;
			color: #fff;
		}
	
	.address {
		float:left;
		margin-right:35px;
		width:180px;
		font-size:1.2em;
		font-weight:bold;
		line-height:135%;
		color:#002469;
		padding-top:35px;
	}
	
	.programs {
		float:left;
		width:372px;
		padding-top:10px;
	}
	

/*  ATLANTA STYLES  */

#col620Top_atlanta {
	width: 620px;
	height: 100px;
	margin-top: 13px;
	margin-right: 15px;
	float: left;
	position: relative;
	background: url("./images/lcb/620-top-bg-atlanta.gif") top left no-repeat;
}

.atlanta {
	height:165px;
}


/*  SAN FRANCISCO STYLES  */

#col620Top_sanfran {
	width: 620px;
	height: 100px;
	margin-top: 13px;
	margin-right: 15px;
	float: left;
	position: relative;
	background: url("./images/lcb/620-top-bg-sanfran.gif") top left no-repeat;
}

.sanfran {
	height:140px;
}

#col620MiddleContent_sanfran {
	background: url("./images/lcb/620-mid-bg-bot-sanfran.jpg") bottom left no-repeat;
	padding-bottom:150px;
}


/*  PASADENA STYLES  */

#col620Top_pasadena {
	width: 620px;
	height: 100px;
	margin-top: 13px;
	margin-right: 15px;
	float: left;
	position: relative;
	background: url("./images/lcb/620-top-bg-pasadena.gif") top left no-repeat;
}

.pasadena {
	height:165px;
}


/*  BOSTON STYLES  */

#col620Top_boston {
	width: 620px;
	height: 100px;
	margin-top: 13px;
	margin-right: 15px;
	float: left;
	position: relative;
	background: url("./images/lcb/620-top-bg-boston.gif") top left no-repeat;
}

.boston {
	height:145px;
}


/*  LAS VEGAS STYLES  */

#col620Top_lasvegas {
	width: 620px;
	height: 100px;
	margin-top: 13px;
	margin-right: 15px;
	float: left;
	position: relative;
	background: url("./images/lcb/620-top-bg-lasvegas.gif") top left no-repeat;
}

.lasvegas {
	height:155px;
}


/*  CHICAGO STYLES  */

#col620Top_chicago {
	width: 620px;
	height: 100px;
	margin-top: 13px;
	margin-right: 15px;
	float: left;
	position: relative;
	background: url("./images/lcb/620-top-bg-chicago.gif") top left no-repeat;
}

.chicago {
	height:165px;
}


/*  MINNEAPOLIS STYLES  */

#col620Top_minneapolis {
	width: 620px;
	height: 100px;
	margin-top: 13px;
	margin-right: 15px;
	float: left;
	position: relative;
	background: url("./images/lcb/620-top-bg-minneapolis.gif") top left no-repeat;
}

#col620MiddleContent_minneapolis {
	background: url("./images/lcb/620-mid-bg-bot-minneapolis.jpg") bottom left no-repeat;
	padding-bottom:175px;
}

.minneapolis {
	height:175px;
}


/*  MIAMI STYLES  */

#col620Top_miami {
	width: 620px;
	height: 100px;
	margin-top: 13px;
	margin-right: 15px;
	float: left;
	position: relative;
	background: url("./images/lcb/620-top-bg-miami.gif") top left no-repeat;
}

.miami {
	height: 165px;
}


/*  ORLANDO STYLES  */

#col620Top_orlando {
	width: 620px;
	height: 100px;
	margin-top: 13px;
	margin-right: 15px;
	float: left;
	position: relative;
	background: url("./images/lcb/620-top-bg-orlando.gif") top left no-repeat;
}

.orlando {
	height: 155px;
}


/*  PITTSBURGH STYLES  */

#col620Top_pittsburgh {
	width: 620px;
	height: 100px;
	margin-top: 13px;
	margin-right: 15px;
	float: left;
	position: relative;
	background: url("./images/lcb/620-top-bg-pittsburgh.gif") top left no-repeat;
}

.pittsburgh {
	height: 165px;
}


/*  DALLAS STYLES  */

#col620Top_dallas {
	width: 620px;
	height: 100px;
	margin-top: 13px;
	margin-right: 15px;
	float: left;
	position: relative;
	background: url("./images/lcb/620-top-bg-dallas.gif") top left no-repeat;
}

.dallas {
	height: 155px;
}


/*  SCOTTSDALE STYLES  */

#col620Top_scottsdale {
	width: 620px;
	height: 100px;
	margin-top: 13px;
	margin-right: 15px;
	float: left;
	position: relative;
	background: url("./images/lcb/620-top-bg-scottsdale.gif") top left no-repeat;
}

.scottsdale {
	height: 240px;
}


/*  AUSTIN STYLES  */

#col620Top_austin {
	width: 620px;
	height: 100px;
	margin-top: 13px;
	margin-right: 15px;
	float: left;
	position: relative;
	background: url("./images/lcb/620-top-bg-austin.gif") top left no-repeat;
}

.austin {
	height: 145px;
}


/*  PORTLAND STYLES  */

#col620Top_portland {
	width: 620px;
	height: 100px;
	margin-top: 13px;
	margin-right: 15px;
	float: left;
	position: relative;
	background: url("./images/lcb/620-top-bg-portland.gif") top left no-repeat;
}

#col620MiddleContent_portland {
	background: url("./images/lcb/620-mid-bg-bot-portland.jpg") bottom left no-repeat;
	padding-bottom:205px;
}

.portland {
	height: 145px;
}


/*  BOSTON STYLES  */

#col620Top_stlouis {
	width: 620px;
	height: 100px;
	margin-top: 13px;
	margin-right: 15px;
	float: left;
	position: relative;
	background: url("./images/lcb/620-top-bg-stlouis.gif") top left no-repeat;
}

.stlouis {
	height:145px;
}


/*  SEATTLE STYLES  */

#col620Top_seattle {
	width: 620px;
	height: 100px;
	margin-top: 13px;
	margin-right: 15px;
	float: left;
	position: relative;
	background: url("./images/lcb/620-top-bg-seattle.gif") top left no-repeat;
}

.seattle {
	height:145px;
}


/*  SACRAMENTO STYLES  */

#col620Top_sacramento {
	width: 620px;
	height: 100px;
	margin-top: 13px;
	margin-right: 15px;
	float: left;
	position: relative;
	background: url("./images/lcb/620-top-bg-sacramento.gif") top left no-repeat;
}

.sacramento {
	height:145px;
}