/* ---------- LAYOUT ----------- */
* {
	margin: 0;
	padding: 0;
}

html {
	min-width: 910px;
}

#main {
	width: 910px;
	margin: 0 auto;
}

#header {
	width: 910px;
}

	#header div#logo {
		float: left;
		width: 199px;
		margin-bottom: 10px;
	}

	#header div#campuses {
		margin: 60px 0 0 60px;
		padding: 0;
		text-align: left;
		float: left;
	}

	#header div#call2act {
		/*margin: 2px 0 0 35px;*/
		margin: 20px 0 0 105px;
		padding: 0;
		/*text-align: right;*/
		text-align: center;
		font-weight: bold;
		font-size: 1.5em;
		line-height: 1.6em;
		float: left;
		width: 600px;
		/*width: 400px;*/
		/*height: 35px;*/
	}
		#header div#call2act div.ph {
			float: left;
			font-size: 16px;
			line-height: 20px;
			padding-top: 5px;
		}
		#header div#call2act div#general-ph {
			width: 400px;
		}
		#header div#call2act div#udc-ph {
			width: 200px;
		}

#wrapper {
	background: #CDCDCD;
	padding: 10px;
}

.menu_top_line {
	background-color: #743E44;
	width: 890px;
	height: 18px;
}

#top_bar>div {
	float: left;
}

#menu_bottom_line {
	background-color: #743E44;
	width: 270px;
	height: 17px;
	margin: 0;
	padding: 0;
}

#menu_bottom_bend {
	position: relative;
	z-index: 2; //Make sure this appears above the #topimage (so it frames the image)
	background-color: transparent;
	/*background-color: #FFFFFF;*/
	width: 620px;
	height: 17px;
	margin: 0;
	padding: 0;
}

#content_wrap {
	width: 890px;
	/*background: #FFFFFF url(../images/menu_bottom_bend.jpg) repeat-y scroll 50% 0;*/
}

#leftcol {
	/*float: left;*/
	width: 270px;
	background-color: #FFFFFF;
	vertical-align: top;
}

	#leftcol #accreditations {
		border: 1px solid #D67D1D;
		margin: 20px 15px 15px 15px;
		padding: 0 3px;
		-moz-border-radius: 0 0 10px 10px;
		-webkit-border-radius: 0 0 10px 10px;
	}

		#leftcol #accreditations h2 {
			background-color: #482529;
			font-size: 1.4em;
			font-weight: normal;
			letter-spacing: 1px;
			text-align: left;
			color: #FFFFFF;
			margin: 3px 0 0.75em 0;
			padding: 2px 5px;
		}

		#leftcol #accreditations p {
			font-size: 0.85em;
			color: #000000;
			line-height: 1.3em;
			padding: 0 0 1.1em 0;
		}

/* These next two styles are used in the header and the accreditation page. You have been warned. */
#accreditation_imgs {
	text-align: center;
	width: 100%;
}

	#accreditation_imgs td {
		vertical-align: middle;
		text-align: center;
		padding: 3px 0;
	}

#rightcol {
	/*float: left;*/
	width: 619px;
	/*background-color: #D7E9BD;*/
	background-color: #FFFFFF;
	border-left: 1px solid #CDCDCD;
	vertical-align: top;
}

div#topimage {
	position: relative;
	top: -17px; /* moves image under the #menu_bottom_bend */
	z-index: 0;
	text-align: center;
	width: 619px;
}

#content {
	/*background-color: #D7E9BD;*/
	padding: 0 10px 10px 10px;
}

#testimonials {
	width: 589px;
	margin: 20px 15px;
}

	#testimonials h2 {
		border-bottom: 1px solid #CDCDCD;
		font-size: 1.5em;
		color: #D67D1D;
		text-align: left;
		margin: 0;
		padding: 0 0 1px 0;
	}

	#testimonials .testimonial_box {
		display: block;
		float: left;
		background: transparent url("../images/quotes.png") no-repeat scroll left top;
		margin: 10px 0;
		padding: 0 15px;
		width: 263px;
	}

		#testimonials .testimonial_box dl {
			padding-left: 55px;
		}

		#testimonials .testimonial_box dt {
			font-size: 1.1em;
			line-height: 1.3em;
			margin: 0 0 0.3em 0;
		}

		#testimonials .testimonial_box dd {
			/* nothing yet */
		}

#bottom_line {
	width: 890px;
	height: 25px;
	background-color: #482529;
}

#footer {
	width: 910px;
	padding: 10px 20px;
}

/* ------------ STYLING ------------*/

body {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a,
a:link,
a:visited {
	outline: none;
	color: #2E5A82;
}

	a:hover {
		text-decoration: none;
	}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
}

input, select {
	vertical-align: middle;
	font-weight: normal;
}

object {
	vertical-align: top;
	outline: none;
}

dt {
	font-size: 1.25em;
	font-style: italic;
	line-height: 1.4em;
	margin: 0 0 0.2em 0;
}

dd {
	font-weight: bold;
	margin: 0 0 1.6em 0;
	font-size: 0.85em;
	line-height: 1em;
}

#content ul,
#content ol {
	list-style: disc outside none;
	padding: 0 0 0 50px;
	margin: 0 0 1.5em;
}
	#content ul li,
	#content ol li {
		padding: 5px 0 0 2px;
		font-size: 1.1em;
		line-height: 1.2em;
	}
		#content ul li ul li,
		#content ol li ul li {
			font-size: 1em;
		}
	

#content p {
	padding: 0 0 1.2em 0;
	line-height: 1.2em;
	font-size: 1.1em;
}

#footer p {
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
	text-transform: uppercase;
	line-height: 86px;
	font-size: 0.917em;
	color: #5c5c5c;
}

	#footer p a {
		margin: 0 0 0 3px;
		color: #5c5c5c;
	}

/*h1 {
	padding: 0 0 14px 0;
	font-size: 2.4em;
	line-height: 1em;
}

h2 {
	margin: 10px 0 0.75em 0;
	line-height: 120%;
	font-size: 1.8em;
	font-weight: bold;
}

h3 {
	margin: 10px 0 0.8em 0;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.4em;
	color: #260307;
}*/

h1 {
	margin: 10px 0 0.75em 0;
	line-height: 120%;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}

h2 {
	margin: 10px 0 0.8em 0;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.4em;
	color: #260307;
	text-align: center;
}

h3 {
	margin: 10px 0 0.8em 0;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.4em;
	color: #260307;
}

/* ----------- Helper Classes ----------- */
.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
	padding: 0;
	margin: 0;
}

.text_indent {
	padding-left: 40px;
}

.height_spacer {
	height: 15px;
	padding: 0;
	margin: 0;
}

.program-details {
	border: 1px solid #D67D1D;
	padding: 10px;
	margin: 25px 15px 25px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 1.4em;
	font-size: 1.1em;
}
	.program-details span {
		display: block;
		font-size: 0.7em;
		line-height: 1.3em;
		margin: 10px 0 0 0;
	}

/* ----------- Gainful Employment Disclosure Tables ----------- */
table.ge-disclosure {
	width: 575px;
	text-align: left;
	/*padding: 0 0 1.2em 0;*/
	line-height: 1.2em;
	font-size: 1.1em;
	margin: 0 0 1.2em 10px;
}
	table.ge-disclosure td {
		padding: 4px;
		vertical-align: top;
	}

/* ----------- Accordion Classes ----------- */
#accordion {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #D67D1D;
}

	#accordion a.heading {
		display: block;
		background: #EEE;
		font-size: 1.2em;
		line-height: 1.3em;
		padding: 5px 5px 10px 5px;
		text-decoration: none;
		color: #000;
		/* borders? */
	}

	#accordion a.heading:hover {
		background: #BBB;
	}

	#accordion h3 {
		display: block;
		/*background: #EEE;*/
		background: #D7D7D7;
		font-size: 1.2em;
		line-height: 1.3em;
		padding: 5px;
		text-decoration: none;
		color: #000;
		/*color: #FFF;*/
		cursor: pointer;
		margin: 0;
		border-top: 1px solid #D67D1D;
		border-left: 1px solid #D67D1D;
		border-right: 1px solid #D67D1D;
	}

	#accordion h3:hover {
		background: #C6C6C6;
		/*background: #482529;*/
	}

	#accordion>div {
		display: none;
		border-left: 1px solid #D67D1D;
		border-right: 1px solid #D67D1D;
	}

	#accordion div.current {
		display: block;
	}

		#accordion>div ul {
			margin: 0;
			padding: 5px 0 10px 50px;
		}
