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

/* Basics
-------------------------------------------------------------- */
body {
	background: #222;
	margin: 0;
	padding: 0;
}
p {
	font-size:1em;
	margin-bottom: 6px;
	line-height: 1.3em;
}
a {
	color: #E6E6E6;
}
p a {
	color: #E6E6E6;
	text-decoration: underline;
}
p a:hover {
	color: #f95519;
	text-decoration: none;
}
/* Layout
-------------------------------------------------------------- */
#wrap {
	margin: 0 auto 0 auto;
	width: 866px;
	position: relative;
}
/* Header
-------------------------------------------------------------- */
#branding {
	background: url('../images/logo.gif') no-repeat top left;
	width: 100%;
	padding-top: 23px;
	height: 107px;
}
#branding h1 a {
	display: block;
	text-indent: -9999px;
	width: 180px;
	height: 47px;
}
blockquote p {
	text-indent: -9999px;
}
#contact_info {
	position: absolute;
	top: 13px;
	left: 267px;
	width: 599px;
}
#contact_info h2 {
	text-indent: -9999px;
}
#contact_info li {
	display:inline;
	margin-right: 50px;
	font-size: 1.1em;
}
/* Content
-------------------------------------------------------------- */
p.link {
	font-size: 1.5em;
	margin-bottom: 15px;
}
img.photo {
	float:right;
	margin-left: 35px;
}
p.resume {
	margin-top: 19px;
}
#content_main {
	margin: 0;
	padding: 0;
	width: 100%;
}
#col_lft {
	float: left;
	width: 715px;
	padding-left: 7px;
	padding-right: 65px;
	margin-bottom: 25px;
}
h3 {
	font-size: 1.3em;
	margin-bottom: 4px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
}

/* Footer
-------------------------------------------------------------- */
#footer {
	clear: both;
	margin:0;
	width: 859px;
	padding: 7px 0px 7px 7px;
}

/*#header {
	width: 1000px;
	height: 100px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	position: relative;
}
#header * {
	margin: 0;
	padding: 0;
}
h1#logo {
	width: 250px;
	height: 60px;
	float: left;
	display: inline;
	margin: 15px 0 0 14px;
	padding: 0 0 0 0;
}
h1#logo a {
	display: block;
	background: url('img-home/devry-university.gif') no-repeat 50% 50%;
	text-indent: -9999px;
	width: 250px;
	height: 60px;
	margin: 0;
	padding: 0;
}
h3#request-information {
	width: 156px;
	height: 28px;
	float: left;
	display: inline;
	margin: 21px 0 0 177px;
	padding: 0 0 0 0;
}
h3#request-information a {
	display: block;
	width: 156px;
	height: 28px;
	background: url('img-home/btns.gif') no-repeat 0 0;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
h3#request-information a:hover {
	background: url('img-home/btns.gif') no-repeat 0 -28px;
}
h3#apply-online {
	width: 111px;
	height: 28px;
	float: left;
	display: inline;
	margin: 21px 0 0 30px;
	padding: 0 0 0 0;
}
h3#apply-online a {
	display: block;
	width: 111px;
	height: 28px;
	background: url('img-home/btns.gif') no-repeat -156px 0;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
h3#apply-online a:hover {
	background: url('img-home/btns.gif') no-repeat -156px -28px
}
#search {
	width: 205px;
	height: 30px;
	float: left;
	margin: 24px 0 0 38px;
	padding: 0 0 0 0;
	text-align: left;
	display: inline;
}
#search-field {
	width: 134px;
	height: 14px;
	background: #fdfdfd;
	border: 1px solid #ccc;
	line-height: 12px;
	padding: 4px 5px 1px 5px;
}
#search-btn {
	width: 54px;
	height: 22px;
	background: url('img-home/btns.gif') no-repeat -267px -2px;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;
	display: inline;
	border: none;
	margin: -1px 0 0 4px;
}
#search-btn:hover {
	background: url('img-home/btns.gif') no-repeat -267px -30px;
	cursor: pointer;
}

#slide-controls {
	width: 640px;
	height: 22px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	list-style: none;
	position: absolute;
	bottom: 16px;
	right: 16px;
	z-index: 25;
}
#slide-controls li {
	margin: 0;
	padding: 0;
	display: inline;
}
#slide-controls li a {
	height: 18px;
	margin: 0 0 0 0;
	padding: 3px 0 1px 0;
	display: block;
	position: absolute;
	text-align: center;
	color: #fff;
}
#slide-controls li a:hover {
	text-decoration: none;
	color: #ccc;	
}

li.ctrl-one a {
	left: 15px;
}
li.ctrl-two a {
	left: 189px;
}
li.ctrl-three a {
	left: 345px;
}
li.ctrl-four a {
	left: 518px;
}

#slide-controls li#ctrl-back a {
	left: 603px;
	bottom: 7px;
	height: 10px;
	width: 10px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;
	background: url('img-home/ctrl.gif') 0px 0 no-repeat;
}
li#ctrl-back a:hover {
	background: url('img-home/ctrl.gif') 0px -10px no-repeat;
}
#slide-controls li#ctrl-pause a {
	left: 613px;
	bottom: 7px;
	height: 10px;
	width: 10px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;
	background: url('img-home/ctrl.gif') -10px 0 no-repeat;
}
li#ctrl-pause a:hover {
	background: url('img-home/ctrl.gif') -10px -10px no-repeat;
}
#slide-controls li#ctrl-play a {
	left: 613px;
	bottom: 7px;
	height: 10px;
	width: 10px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;
	background: url('img-home/ctrl.gif') -20px 0 no-repeat;
}
li#ctrl-play a:hover {
	background: url('img-home/ctrl.gif') -20px -10px no-repeat;
}
#slide-controls li#ctrl-next a {
	left: 623px;
	bottom: 7px;
	height: 10px;
	width: 10px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;
	background: url('img-home/ctrl.gif') -30px 0 no-repeat;
}
li#ctrl-next a:hover {
	background: url('img-home/ctrl.gif') -30px -10px no-repeat;
}
#ctrl-slider {
    position: absolute;
    cursor: move;
    height: 16px;
    width: 113px;
    bottom: 20px;
	right: 540px;
    background: url('img-home/ctrl-slider.gif') no-repeat 50% 50%;
    z-index: 20;
}

#nav-container {
	position: absolute;
	z-index: 15;
	width: 154px;
	bottom: 1px;
	left: 20px;
}
a#nav-call {
	display: block;
	width: 154px;
	height: 19px;
	background: url('img-home/menu.gif') 0 0 no-repeat;
	text-indent: -99999px;
	opacity: .90;
}
#nav {
	position: absolute;
	height: 0;
	top: 19px;
	left: 0px;
	width: 154px;
	list-style-type: none;
	display: none;
	opacity: 0;
}
#nav li a {
	display: block;
	width: 154px;
	height: 20px;
	text-indent: -99999px;
	opacity: .85;
}
#nav li a:hover {
	opacity: 1;

}
li#nav-whydevry a { 
	background: url('img-home/menu.gif') -154px 0 no-repeat;
}	
li#nav-programs a { 
	background: url('img-home/menu.gif') -308px 0 no-repeat;
}
li#nav-locations a { 
	background: url('img-home/menu.gif') -462px 0 no-repeat;
}
li#nav-onlineoptions a { 
	background: url('img-home/menu.gif') -616px 0 no-repeat;
}
li#nav-financialaid a { 
	background: url('img-home/menu.gif') -770px 0 no-repeat;
}
li#nav-admissions a { 
	background: url('img-home/menu.gif') -924px 0 no-repeat;
}
li#nav-careerservices a { 
	background: url('img-home/menu.gif') -1078px 0 no-repeat;
}
li#nav-whydevry a:hover { 
	background: url('img-home/menu.gif') -154px -20px no-repeat;
}	
li#nav-programs a:hover { 
	background: url('img-home/menu.gif') -308px -20px no-repeat;
}
li#nav-locations a:hover { 
	background: url('img-home/menu.gif') -462px -20px no-repeat;
}
li#nav-onlineoptions a:hover { 
	background: url('img-home/menu.gif') -616px -20px no-repeat;
}
li#nav-financialaid a:hover { 
	background: url('img-home/menu.gif') -770px -20px no-repeat;
}
li#nav-admissions a:hover { 
	background: url('img-home/menu.gif') -924px -20px no-repeat;
}
li#nav-careerservices a:hover { 
	background: url('img-home/menu.gif') -1078px -20px no-repeat;
}
