@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%; margin-bottom:5px; }
	.design { color:#be9200; }
	.business { color:#37788e; }
	.health { color:#4c9085; }
	.tech { color:#63544a; }
	.industrial { color:#9e5a04; }
	.justice { color:#858141; }
	.campus { color:#666666; }

h2 {
    font-size: 1.8em; font-weight: normal; line-height: 125%; margin-bottom: 5px;
}

	h2 a {
        text-decoration: underline;
    }
    h2 a:hover {
        text-decoration: none;
	}
	
h3 {
    font-size: 1.7em; font-weight: normal; line-height: 125%; margin-bottom: 5px;
}
	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;
}
	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%;
}
    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: #26659a; text-decoration: underline; }
a:hover { color: #c76117; text-decoration: none; }
a:focus { outline: none; }

hr {
	margin: 7px 0;
}

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

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

table.programList { font-size:1.2em; }
	table.programList ul { padding:5px 0 15px 20px; }
	table.programList ul li { padding-bottom:5px; line-height:135%; }
	
table.programs td { font-size:1.3em; font-weight:bold; line-height:135%; }

td.locOnline { padding:10px 8px;  border:1px solid #26659a; background-color:#eee; }
td.locOnline a { font-weight:bold; font-size:1.3em; }
td.loc { padding:8px 4px; }
td.loc a { font-size:1.2em; }

.required { color:#ff0000; }


/* GENERAL STRUCTURE */

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

#col560Top {
	width: 560px;
	height: 100px;
	margin-top: 13px;
	margin-right: 15px;
	float: left;
	position: relative;
	background: url("./images/560-top-bg.gif") top left no-repeat;
}
	#col560Top.design { background: url("./images/560-top-bg-design.gif") top left no-repeat; }
	#col560Top.business { background: url("./images/560-top-bg-business.gif") top left no-repeat; }
	#col560Top.technology { background: url("./images/560-top-bg-technology.gif") top left no-repeat; }
	#col560Top.healthcare { background: url("./images/560-top-bg-healthcare.gif") top left no-repeat; }
	#col560Top.justice { background: url("./images/560-top-bg-justice.gif") top left no-repeat; }
	#col560Top.industrial { background: url("./images/560-top-bg-industrial.gif") top left no-repeat; }
	#col560Top.online { background: url("./images/560-top-bg-online.gif") top left no-repeat; }
	#col560Top.anaheim { background: url("./images/560-top-bg-anaheim.gif") top left no-repeat; }
	#col560Top.inland { background: url("./images/560-top-bg-inland-empire.gif") top left no-repeat; }
	#col560Top.losangeles { background: url("./images/560-top-bg-los-angeles.gif") top left no-repeat; }
	#col560Top.southbay { background: url("./images/560-top-bg-south-bay.gif") top left no-repeat; }
	#col560Top.denvernorth { background: url("./images/560-top-bg-denver-north.gif") top left no-repeat; }
	#col560Top.denversouth { background: url("./images/560-top-bg-denver-south.gif") top left no-repeat; }
	#col560Top.atlmidtown { background: url("./images/560-top-bg-atl-midtown.gif") top left no-repeat; }
	#col560Top.atlnorthlake { background: url("./images/560-top-bg-atl-northlake.gif") top left no-repeat; }
	#col560Top.arlington { background: url("./images/560-top-bg-arlington.gif") top left no-repeat; }
	#col560Top.dupage { background: url("./images/560-top-bg-dupage.gif") top left no-repeat; }
	#col560Top.chicago { background: url("./images/560-top-bg-chicago-loop.gif") top left no-repeat; }
	#col560Top.ohare { background: url("./images/560-top-bg-ohare.gif") top left no-repeat; }
	#col560Top.riveroaks { background: url("./images/560-top-bg-river-oaks.gif") top left no-repeat; }
	#col560Top.dallas { background: url("./images/560-top-bg-dallas.gif") top left no-repeat; }
	#col560Top.fortworth { background: url("./images/560-top-bg-fort-worth.gif") top left no-repeat; }
	#col560Top.houston { background: url("./images/560-top-bg-houston.gif") top left no-repeat; }
	#col560Top.annandale { background: url("./images/560-top-bg-annandale.gif") top left no-repeat; }

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

#col560MiddleContent {
	background: url("./images/560-mid-bg-bot.gif") bottom left no-repeat;
	padding-bottom:20px;
}
	.contentBox1 {
		padding: 15px 15px 10px 15px;
	}
		.contentBox1 p {
			font-size: 1.2em;
			color: #000;
		}
		.contentBox1 p.smaller {
			font-size: 90%;
			margin-bottom: 15px;
			line-height: 135%;
		}
		
	.contentBox1 ul.list {
		padding:0 0 5px 35px;
	}
	
	.contentBox1 ul.list li {
		font-size:1.2em;
		line-height:135%;
		color:#000;
		list-style:disc;
		padding-bottom:3px;
	}

#col560Bottom {
	width: 560px;
	height: 165px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
	position: relative;
	background: url("./images/560-bot-bg.gif") top left no-repeat;
}
	.contentBox2 {
		margin-left: 230px;
		padding: 5px 10px 5px 0;
	}
		.contentBox2 p {
			text-align: left;
			color: #000;
		}
		.contentBox2 ul {
			margin-left: 20px;
			color: #000;
		}

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

#col425TopContent {
	background: url("./images/425-offer-bg-mid.gif") bottom left no-repeat;
	padding-bottom:95px;
}
	
	.contentBox3 {
		padding: 8px 13px 5px 25px;
	}
		.contentBox3 h1 {
			color: #fff;
			font-weight:bold;
			margin-bottom: 10px;
		}
		
		.contentBox3 p {
			color: #fff;
			font-size: 1.6em;
			font-weight: bold;
			text-align: left;
			margin-left: 40px;
			padding-left: 30px;
			background: url("./images/check.gif") top left no-repeat;
		}

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

#col425BottomContent {
	background: url("./images/425-offer-bg-bot.gif") bottom left no-repeat;
	padding-bottom:15px;
}

	.contentBox4 {
		padding: 0 0 5px 0;
	}
		.contentBox4 h1 {
			text-align: center;
			color: #000;
		}
		.contentBox4 p {
			text-align: center;
			color: #000;
		}


/* FORM STRUCTURE REGISTER BOX */

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

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

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

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

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

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;
}

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


/* FOOTER */

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