/* Import base styles
-------------------------------------------------------------- */
@import url(base.css);

/* Basics
-------------------------------------------------------------- */
body {
	background: #fff url('img/bg-body.jpg') top center repeat-x;
	margin: 0;
}
a {
	color: #093678;
}
p a {
	color: #093678;
	text-decoration: underline;
}
p a:hover {
	color: #333;
	text-decoration: none;
}

.underline {
	text-decoration: underline;
}

/* Button
--------------------------------------------------------------*/

a.btn {
	height: 18px;
	margin: 1px 0 0 5px;
	padding: 0 0 0 0;
	background: url('img/btn.gif') no-repeat right 0;
	position: relative;
	border: none;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	font-size: 10px;
}
a.btn:hover {
	color: #fff;
	text-decoration: none;
	background: url('img/btn.gif') no-repeat right -18px;
}
a.btn span {
	color: #fff;
	margin: 0 10px 0 0px;
	padding: 2px 0 0 9px;
	height: 16px;
	display: inline-block;
	background: url('img/btn.gif') no-repeat left 0;
}
a.btn:hover span {
	color: #fff;
	background: url('img/btn.gif') no-repeat left -18px;
}


/* Layout
-------------------------------------------------------------- */
#wrap {
	margin: 0 auto 0 auto;
	width: 1000px;
	text-align: center;
}
#container {
	width: 100%;
	min-width: 1000px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	text-align: center;
	background: url('img/bg-wrap.jpg') no-repeat top center;
}
#header {
	width: 1000px;
	height: 120px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	clear: both;
}
#content {
	width: 525px;
	margin: 0 0 0 15px;
	text-align: left;
	float: left;
}
#sidebar {
	width: 350px;
	height: 480px;
	margin: 0 0 0 580px;
	padding: 10px 0 0 0px;
	text-align: left;
	z-index: 30;
	background: url('img/bg-form.gif') top left no-repeat;
}
#footer {
	background: #fff url('img/bg-footer.jpg') repeat-x top left;
	border-top: 1px solid #D9E2E8;
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
	clear: both;
	height: 100px;
	min-width: 1003px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}


/* Header
-------------------------------------------------------------- */
#header * {
	margin: 0;
	padding: 0;
}
#header #logo {
	width: 250px;
	height: 60px;
	float: left;
	display: inline;
	margin: 20px 0 0 12px;
	padding: 0 0 0 0;
}
#header #logo a {
	display: block;
	background: url('img/devry-university.gif') no-repeat 0 50%;
	text-indent: -9999px;
	width: 250px;
	height: 60px;
	margin: 0;
	padding: 0;
}

#header #title {
	line-height: 1.2em;
	width: 275px;
	height: 25px;
	color: #fff;
	margin: 0 0 0 145px;
	float: left;
	display: block;
	padding: 33px 0 0 0;
	text-align: center;
	text-indent: -9999px;
	background: url('img/hd-header-title.gif') no-repeat bottom left;
}

/* Content
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #0b3c6d;
}

#content #body-title {
	display: block;
	width: 520px;
	height: 22px;
	margin-bottom: 0.5em;
	text-indent: -99999px;
	background: url('img/hd-body-title.gif') top left no-repeat;
}
#content #main-img {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
#content #main-img img {
	border: 1px solid #123f5e;
}
#content p {
	width: 515px;
	margin-bottom: 1em;
}
#content h5 {
	color: #000;
	font-size: 1.1em;
	margin-bottom: 0;
}
ul.more-about {
	list-style: none;
	margin-left: 0;
}
ul.more-about li {
	position: relative;
	zoom: 1; /* has layout fix for positioning of float in ie6*/
}
ul.more-about li a {
	cursor: default;
}
ul.more-about li a:hover {
	color: #3399cc;
	text-decoration: none;
	cursor: default;
}
ul.more-about li p {
	width: 300px;
	height: auto;
	padding: 10px 10px 10px 12px;
	background: #fbfbfb;
	text-align: left;
	border: 1px solid #666666;
	position: absolute;
	bottom: -20px;
	left: 50px;
	z-index: 30;
	font-size: 1em;
	display: none;
}

/* Sidebar
--------------------------------------------------------------*/
#sidebar h4 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #0b3c6d;
}
#sidebar p {
	color: #333;
	margin: .25em 0 0 0;
}
#sidebar p#validatemsg {
	color: #7f8b95;
}
#sidebar #lead-thankyou {
	margin: 0 0 20px 0;
	padding: 5px 0 0 25px;
	width: 295px;
	height: 410px;
	display: none;
}
#sidebar #lead-thankyou h4 {
	color: #333;
}
#sidebar #lead-thankyou h4 span {
	color: #0b3c6d;
}
#sidebar #lead-thankyou p {
	color: #333;
	margin: 0 0 0 0;
	padding: 10px 0 0 12px;
	text-indent: -10px;
}

#sidebar #explore-links {

}
#sidebar h6 {
	margin-bottom: 5px;
}
#sidebar #explore-dropdown {
	width: 190px;
	margin: 0 0 0 7px;
	float: left;
}
#sidebar #quick-links {
	float: right;
}
#sidebar #quick-links ul{
	margin-left: 0;
	list-style: none;
}

/* Footer
-------------------------------------------------------------- */
#footer p {
	color: #999;
	margin: .5em 0 0 0;
}



/* Lead Form
--------------------------------------------------------------*/
form#lead-form {
	margin: 0 0 20px 0;
	padding: 5px 0 0 25px;
	height: 410px;
}
form#lead-form ul {
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}
form#lead-form ul li {
	margin: 0 0 0 0;
	padding: 0 0 10px 2px;
	*padding: 2px 0 5px 2px;
	_padding: 2px 0 5px 2px;
}
form#lead-form ul li#form-lead-submit {
	padding-top: 4px;
	text-align: left;
}
a#lead-submit {
	margin: 0 0 0 140px;
}
label {
	width: 140px;
	height: 16px;
	margin: 0 0 0 0;
	padding: 4px 0 0 0;
	color: #093678;
	font-weight: bold;
	display: block;
	text-align: left;
	float: left;
	font-size: 11px;
}
input.field,
input.required {
	width: 130px;
	height: 16px;
	margin: 0 0 0 0;
	padding: 3px 3px 0 4px;
	border: 1px solid #999;
}
input.disabled {
	color: #666;
	background: #eee;
	border: 1px solid #ccc;
}
select.select {
	width: 140px;
	margin: 0;
	padding: 0;
}
input.phone {
	width: 34px;
	margin: 0 3px 0 0;
}
input#Phone_Number {
	margin: 0 0 0 0;
}

input.field:focus,
input.required:focus {
	border: 1px solid #093678;
}
input.error,
input.error:focus {
	border: 1px solid #e6260f;
}
select.error {
	width: 143px;
	background-color: #ff6666;
}
span.error {
	
}