/* 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;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}

/* Layout
-------------------------------------------------------------- */

body {
	background: #125687 url('../images/bg-body.jpg') no-repeat fixed top center;
	text-align: center;
}

#wrap {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	position: relative;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
#header {
	background: transparent url(../images/nav_bar.png) no-repeat scroll top center;
	width: 900px;
	height: 77px;
	display: block;
	position: absolute;
	top: 0;
	z-index: 30;
}
#logo {
	width: 100px;
	height: 60px;
	position: absolute;
	top: 5px;
	left: 45px;
	background: url(../images/logo.gif) no-repeat 50% 50%;
	display: block;
	text-indent: -9999999px;
}
ul#nav {
	height: 34px;
	right: 0px;
	position: absolute;
	top: 8px;
	margin: 0;
	padding: 0;
	z-index: 50;
}
ul#nav li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
ul#nav li a {
	text-indent: -99999px;
	display: block;
	height: 34px;
	background-image: url(../images/nav_tabs.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

#nav-home a {
	width: 81px;
	background-position: -20px 0px;
}
#nav-home a:hover,
#nav-home a.active {
	background-position: -20px -34px;
}
#nav-whydevry a {
	width: 101px;
	background-position: -101px 0px;
}
#nav-whydevry a:hover,
#nav-whydevry a.active {
	background-position: -101px -34px;
}
#nav-programs a {
	width: 101px;
	background-position: -202px 0px;
}
#nav-programs a:hover,
#nav-programs a.active {
	background-position: -202px -34px;
}
#nav-locations a {
	width: 97px;
	background-position: -303px 0px;
}
#nav-locations a:hover,
#nav-locations a.active {
	background-position: -303px -34px;
}
#nav-onlineoptions a {
	width: 136px;
	background-position: -400px 0px;
}
#nav-onlineoptions a:hover,
#nav-onlineoptions a.active {
	background-position: -400px -34px;
}
#nav-financialaid a {
	width: 124px;
	background-position: -525px 0px;
}
#nav-financialaid a:hover,
#nav-financialaid a.active {
	background-position: -525px -34px;
}








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

a.btn {
	height: 18px;
	margin: 1px 0 0 5px;
	padding: 0 0 0 0;
	background: url('../images/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('../images/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('../images/btn.gif') no-repeat left 0;
}
a.btn:hover span {
	color: #fff;
	background: url('../images/btn.gif') no-repeat left -18px;
}



/* Sidebar
--------------------------------------------------------------*/
#sidebar {
	width: 310px;
	height: 550px;
	margin: 0 0 0 0;
	padding: 15px 0 0 15px;
	text-align: left;
	position: absolute;
	top: 81px;
	right: 25px;
	z-index: 30;
	background: url('../images/bg-lead-form.png') 50% top no-repeat;
}

#sidebar h4 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #0b3c6d;
}

#sidebar #lead-thankyou {
	margin: 0 25px 0 0;
}
#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 p {
	color: #333;
	margin: .25em 0 0 0;
}
#sidebar p#validatemsg {
	color: #7f8b95;
}
#sidebar hr {
	width: 285px;
	margin: 8px 0 6px 0;
	padding: 0;
	height: 1px;
	background: #ccc;
	border: none;
}

#career-guide {
	position: absolute;
	bottom: 0px;
	right: 15px;
	width: 282px;
	height: 85px;
	background: url('../images/career_guide.png') 50% 50% no-repeat;
}
#career-guide p {
	display: none;
}


/* Lead Form
--------------------------------------------------------------*/
form#lead-form {
	margin: 5px 0 0 0;
}
form#lead-form ul {
	margin: 8px 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}
form#lead-form ul li {
	margin: 0 0 0 0;
	padding: 0 0 9px 2px;
}

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

form input.field,
form input.required {
	width: 130px;
	height: 16px;
	margin: 0 0 0 0;
	padding: 3px 3px 0 4px;
	border: 1px solid #999;
}
form input.disabled {
	color: #666;
	background: #eee;
	border: 1px solid #ccc;
}
form select.select {
	width: 140px;
	margin: 0;
	padding: 0;
}
form input.phone {
	width: 34px;
	margin: 0 3px 0 0;
}
form input#Phone_Number {
	margin: 0 0 0 0;
}

form input.field:focus,
form input.required:focus {
	border: 1px solid #093678;
}


form input.error,
form input.error:focus {
	border: 1px solid #e6260f;
}
/* select background color */
form select.error {
	width: 143px;
	background-color: #ff6666;
}

form span.error {

}

form#lead-form ul li#form-lead-submit {
	padding-top: 6px;
	text-align: left;
}
#lead-submit {
	margin: 0 0 0 140px;
}



#slideholder {
	width: 900px;
	height: 630px;
	background: #ccc;
}
.slide {
	width: 900px;
	height: 630px;
	display: none;
}

#homeFlash {
	width: 550px;
	height: 520px;
	position: absolute;
	top: 55px;
	left: 0;	
}

#slide-home {
	background: transparent url(../images/bg-home.jpg) no-repeat scroll left bottom;
}
#slide-whydevry {
	background: transparent url(../images/bg-whydevry.jpg) no-repeat scroll left bottom;
}
#slide-programs {
	background: transparent url(../images/bg-programs.jpg) no-repeat scroll left bottom;
}
#slide-locations {
	background: transparent url(../images/bg-locations.jpg) no-repeat scroll left bottom;
}
#slide-onlineoptions {
	background: transparent url(../images/bg-onlineoptions.jpg) no-repeat scroll left bottom;
}
#slide-financialaid {
	background: transparent url(../images/bg-financialaid.jpg) no-repeat scroll left bottom;
}






.content p {
	padding: 3px 0 7px 0;
}
.content p.quiet {
	color: #333;
	font-size: 10px;
	padding-bottom: 5px;
}
.content h1 {
	display: block;
	text-indent: -9999px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

span#accredited-one-note {
	display: none;
	position: absolute;
	z-index: 30;
	top: 20px;
	left: 30px;
	width: 260px;
	height: 60px;
	background: #FBFBFB;
	border: 2px solid #666;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 12px;
	font-size:0.9em;	
}
span#accredited-two-note {
	display: none;
	position: absolute;
	z-index: 30;
	top: -5px;
	left: 0;
	width: 260px;
	height: 60px;
	background: #FBFBFB;
	border: 2px solid #666;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 12px;
	font-size:0.9em;	
}


#home {
	width: 445px;
	position: absolute;
	top: 100px;
	left: 70px;
}
#home h1 {
	background: transparent url(../images/hdr_home.gif) no-repeat scroll 0 0;
	width: 389px;
	height: 25px;
}

#whydevry {
	width: 390px;
	position: absolute;
	top: 240px;
	left: 130px;
}
#whydevry h1 {
	background: transparent url(../images/hdr_whydevry.gif) no-repeat scroll 0 0;
	width: 354px;
	height: 25px;
}


#programs {
	width: 475px;
	position: absolute;
	top: 75px;
	left: 50px;
}
#programs h1 {
	background: transparent url(../images/hdr_programs.gif) no-repeat scroll 0 0;
	width: 430px;
	height: 45px;
}


#locations {
	position: absolute;
	top: 80px;
	left: 25px;
	width: 500px;
}
#locations h1 {
	background: transparent url(../images/hdr_locations.gif) no-repeat scroll 0 0;
	width: 422px;
	height: 25px;
}

#location-form input.field {
	width: 130px ;
}
span.or {
	display: inline-block;
	background: url('../images/or.gif') no-repeat 5px 3px;
	width: 30px;
	height: 20px;
	text-indent: -9999px;
}

#location-results {
	margin: 10px 0 5px 0;
	display: none;
	position: relative;
}

#location-results ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#location-results ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #093678;
	position: absolute;
	line-height: 11px;
	width: 155px;
}

#location-results ul li a {
	color: #093678;
	margin: 0 0 0 0;
	padding: 5px 0 0 5px;
	display: block;
	width: 149px;
	height: 50px;
	line-height: 10px;
	text-decoration: none;
	overflow: hidden;
	cursor: default;
}
#location-results ul li a:hover {
	color: #093678;
	cursor: default;
}
#location-results ul li a strong {
	text-decoration: underline;
	line-height: 10px;
	margin: 0 0 -7px 0;
	display: block;
}






ul li.zero,
ul li.one,
ul li.two {
	top: 0;
}
ul li.three,
ul li.four,
ul li.five {
	top: 55px;
}
ul li.six,
ul li.seven,
ul li.eight {
	top: 110px;
}
ul li.nine,
ul li.ten,
ul li.eleven {
	top: 165px;
}
ul li.twelve,
ul li.thirteen,
ul li.fourteen {
	top: 220px;
}
ul li.fifteen,
ul li.sixteen,
ul li.seventeen {
	top: 275px;
}


ul li.zero,
ul li.three,
ul li.six,
ul li.nine,
ul li.twelve,
ul li.fifteen {
	left: 0;
}
ul li.one,
ul li.four,
ul li.seven,
ul li.ten,
ul li.thirteen,
ul li.sixteen {
	left: 160px;
}
ul li.two,
ul li.five,
ul li.eight,
ul li.eleven,
ul li.fourteen,
ul li.seventeen {
	left: 320px;
}




#onlineoptions {
	width: 450px;
	position: absolute;
	top: 300px;
	left: 50px;

}
#onlineoptions h1 {
	background: transparent url(../images/hdr_online.gif) no-repeat scroll 0 0;
	width: 422px;
	height: 45px;
}


#financialaid {
	width: 350px;
	position: absolute;
	top: 150px;
	left: 150px;
}
#financialaid h1 {
	background: transparent url(../images/hdr_financialaid.gif) no-repeat scroll 0 0;
	width: 320px;
	height: 45px;
}



/*accordion*/
.msg_list {
	list-style: none;
	list-style-type: none;
	margin: 3px 0 3px 0;
	padding: 0 0 0 0;
	background: #fff;
	width: 385px;
}
.msg_head {
	padding: 3px 10px 3px 10px;
	display: block!important;
	cursor: pointer;
	position: relative;
	background: #FFF url(../images/sld_1.gif) no-repeat 0 0;
	margin: 1px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.msg_head:hover {
	text-decoration: none;
}
.msg_head span.hide_show {
	position: absolute;
	right: 10px;
	top: 2px;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	
}
.msg_body {
	width: 400px;
	margin: 0;
	padding: 10px 10px 10px 10px;
	background: #FFF;
	font-size: 0.9em;
}
.msg_body h2 {
	padding: 2px 0;
	font-size: 1em;
	color: #002951;
}



#financialaid .msg_head {
	background: #FFF url(../images/slc_base.gif) no-repeat 0 0 !important;
}
#financialaid .msg_list {
	width: 308px;
}
#financialaid .msg_body {
	width: 290px;
	font-size: 11px;
}



#programs .msg_head {
	width: 365px;
}
#programs .msg_body {
	width: 367px;
	padding: 0 10px 5px 10px;
	font-size: 0.9em;
}
#programs .msg_body em {
	color: #666;
	font-size: 0.9em;
}
#programs .msg_body h4 {
	font-size: 10px;
	color:#042A50;
	margin: .5em 0 .25em 0;
	padding: 0;
	clear: both;
}
#programs .msg_body h5 {
	font-size: 10px;
	color:#2d74b2;
	margin: 0 0 0 .5em;
	padding: 0;
	clear: both;	
}
#programs .msg_body ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #2d74b2;
}
#programs .msg_body li {
	display: block;
	color: #2d73a8;
}
#programs .msg_body ul.list-colum-one {
	width: 120px;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	float:left;
}
#programs .msg_body ul.list-colum-two {
	float: right;
	margin: 0;
	padding: 0;
	width: 170px;
}
#programs .msg_body ul.list-no-colum {
	width: 200px;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}






a.sl1 {
	color: #6c534f;
}
a.sl2 {
	color: #ab540d;
}
a.sl3 {
	color: #cd9c01;
}
a.sl4 {
	color: #5d5d5d;
}
a.sl5 {
	color: #17120e;
}
#financialaid a.sl1,
#financialaid a.sl2,
#financialaid a.sl3,
#financialaid a.sl4,
#financialaid a.sl5 {
	color: #303f58;
}
.sl1 {
	background: #FFF url(../images/sld_1.gif) no-repeat 0 0;
}
.sl2 {
	background: #FFF url(../images/sld_2.gif) no-repeat 0 0;
}
.sl3 {
	background: #FFF url(../images/sld_3.gif) no-repeat 0 0;
}
.sl4 {
	background: #FFF url(../images/sld_4.gif) no-repeat 0 0;
}
.sl5 {
	background: #FFF url(../images/sld_5.gif) no-repeat 0 0;
}








#footer {
	margin: 10px auto;
	color: #fff;
	padding: 0;
	width: 900px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #ccc;
}










/* Rounded Corner Crazyness
-------------------------------------------------------------- */
.rounded {
	text-align: left;
	position: relative;
	margin: 0px auto;
	min-width: 8em;
	max-width: 760px;/* based on image dimensions - not quite consistent with drip styles yet */
	color:#000;
	z-index: 1;
	margin-left: 12px;/* default, width of left corner */
	margin-bottom:0.5em;/* spacing under rounded */
}
.rounded .content, 
	.rounded .t, 
	.rounded .b, 
	.rounded .b div {
	background: transparent url(../images/roundedbox.png) no-repeat top right;
}
.rounded .content {
	padding: 15px 15px 0 10px;
	position: relative;
	zoom: 1;
	_overflow-y: hidden;
}
.rounded .t {/* top+left vertical slice */
	position:absolute;
	left: 0px;
	top: 0px;
	width: 12px;/* top slice width */
	margin-left:-12px;
	height: 100%;
	_height: 1600px;/* arbitrary long height, IE 6 */
	background-position:top left;
}
.rounded .t {
	height: expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	(parseFloat(this.parentNode.offsetHeight))
	:(parseFloat(this.parentNode.offsetHeight)));
}
.rounded .b {/* bottom */
	position:relative;
	width: 100%;
}
.rounded .b, 
	.rounded .b div {
	height: 15px;/* height of bottom cap/shade */
	font-size:1px;
}
.rounded .b {
	background-position: bottom right;
}
.rounded .b div {
	position: relative;
	width: 12px;/* bottom corner width */
	margin-left:-12px;
	background-position: bottom left;
}
.rounded .hd, 
	.rounded .bd, 
	.rounded .ft {
	position: relative;
}
.rounded .wrapper {/* extra content protector - preventing vertical overflow (past background) */
	position:static;
	max-height: 1000px;
	overflow: auto;/* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
.rounded h1, 
	.rounded p {
	margin: 0px;/* margins will blow out backgrounds, leaving whitespace. */
	/*padding:0.5em 0px 0.5em 0px;*/
}
