/* 
Kai Brach
brizk design (www.brizk.com)
*/

/* Basics ######################################################### */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
	margin: 0; padding: 0; 
} 

body {
	text-align: center;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	border: 0;
	color: #000;
	background:#f8f8f8 url(images/bg.jpg) center 115px no-repeat;
	background-attachment: fixed;
	line-height: 19px;
}	

div.wrap {
	margin: 0 auto;
	width: 940px;
	text-align:left;
}

div.header {
	height: 113px;
}

div.content {
	background: #eee;
	padding:  0 0 10px 10px;
}

div.box-1col {
	width: 300px;
	float: left;
	margin: 10px 10px 0 0 ;
	background: #fff;
}

div.box-2col {
	width: 610px;
	float: left;
	margin: 10px 10px 0 0;
	background: #fff;
}

div.course-select {
	background: #fff url(images/bg-course-select.jpg) right top no-repeat;
}

div.uni {
	padding: 20px;
	border-bottom: 1px solid #eee;
}

div.uni div {
	width: 390px;
	float: right;
}

div.featured {
	/*background: #fff url(images/bg-featured.jpg) center bottom no-repeat;*/
}

div.featured div {
	padding: 0 0 320px 0;
}

div.states {
	background: #fff url(images/bg-states.jpg) center bottom no-repeat;
}

div.states div.txt {
	width: 310px;
	padding: 0 0 30px 20px;
}

div.footer {
	border-top: 10px solid #5b5b5b;
	padding: 10px 0;
	text-align: center;
}

div.frame {
	padding: 0 20px;
	border-bottom: 1px solid #eee;
}

div.border-bottom {
	border-bottom: 10px solid #eee;
}

div.box-2col iframe {
	width: 610px;
	background: url(images/dfw-top-bg.png) no-repeat scroll 0 0 transparent;
	height: 95px;
	margin-top: 20px;
}

div.box-1col iframe {
	width: 300px;
	background: url(images/dfw-bottom-bg.png) no-repeat scroll 0 0 transparent;
	height: 210px;	
}

/* Headlines ######################################################### */		


h1 {
	padding: 15px 0;
	margin: 0;
	font-size: 24px;
	font-weight:normal;
	line-height: 31px;
}

h2 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #9b9b9b;
	padding: 8px 20px;
	font-weight: normal;
	border-bottom: 1px solid #eee;
	margin: 0 0 15px 0;
}

h3 {
	font-size: 14px;
	padding: 0 0 15px 0;
	margin: 0;
}

div.intro h1 {
	padding: 15px 20px;
}

div.top-list h2 {
	margin: 0;
}

form.search-1col h2 {
	color: #fff;
	text-align: center;
}

div.popular h3 {
	padding: 0 20px 5px 20px;
}

/* Links ######################################################### */	

a:link,  a:visited, a:active {color:#9e005d; text-decoration: none; outline: none}
a:hover {color:#1875a5;}

a.logo {
	display: block;
	float: left;
	width: 271px;
	height: 92px;
	background: url(images/logo.gif) 0 0 no-repeat;
	text-indent: -1111em;
	margin: 18px 0 0 0;
}

a.click {
	display: block;
	float: left;
	width: 111px;
	height: 29px;
	background: url(images/button-clickhere.gif) 0 0 no-repeat;
	text-indent: -1111em;
	margin: 15px 0 0 0;
}

a.more {
	display: block;
	float: left;
	width: 111px;
	height: 29px;
	background: url(images/button-moreinfo.gif) 0 0 no-repeat;
	text-indent: -1111em;
	margin: 15px 0 0 0;
}

div.popular a.more {
	margin: 0 0 20px 20px;
}

/* Fonts ######################################################### */

.font-grey {color:#878787;}

p {
	padding:0 0 15px 0;
}

div.course-select p {
	padding: 0 116px 15px 20px;
}	

div.intro p {
	font-size: 14px;
	color: #5c5c5c;
	line-height: 21px;
	padding: 0 20px 15px 20px;
}

form.search-wide p {
	font-size: 11px;
	color: #fff;
	float: left;
	padding: 0 5px 0 0;
}

form.search-wide p.zip {
	width: 85px;
}

form.search-wide p.degree {
	width: 160px;
}

form.search-wide p.type {
	width: 100px;
}

div.featured p {
	width: 120px;
	text-align: center;
	float: left;
	padding: 3px 15px;
}

form.search-1col p {
	padding: 2px 20px 10px 60px;
	height: 28px;
}

form.search-1col p.step1 {
	background: url(images/step1.gif) 20px 0 no-repeat;
	color: #fff;
	line-height: 26px;
}

form.search-1col p.step2 {
	background: url(images/step2.gif) 20px 0 no-repeat;
}

form.search-1col p.step3 {
	background: url(images/step3.gif) 20px 0 no-repeat;
}

form.search-1col p.step4 {
	background: url(images/step4.gif) 20px 0 no-repeat;
}

form.search-1col p.step5 {
	background: url(images/step5.gif) 20px 0 no-repeat;
	padding: 0 20px 20px 60px;
}

div.popular p {
	padding: 0 20px 10px 20px;
}	

/* Navigation ######################################################### */

ul#nav {
	background: #5b5b5b;
	height: 39px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#nav li {
	padding: 0;
	margin: 0;
	float: left;
}

ul#nav li a, ul#nav li a:link, ul#nav li a:active, ul#nav li a:visited  {
	display: block;	
	float: left;
	padding: 12px 20px 13px 20px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
}

ul#nav li a:hover {
	background: #000;
}

ul#nav li.current a, ul#nav li.current a:link, ul#nav li.current a:active, ul#nav li.current a:visited  {
	background: #1875a5;
}
	
/* Images ######################################################### */	

img {
	border:0;
}

div.uni img {
	float: left;
}	

	
/* Tables ######################################################### */

	

/* Lists ######################################################### */


div.frame ul, div.frame ol {
	padding: 0;
	margin: 0 20px 15px 30px;
}

div.frame ul li, div.frame ol li {
	padding: 0 0 10px 0;
}	

ul.linklist, ul.stateslist, div.frame ul.linklist {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
}

ul.stateslist {
	margin: 0 20px 20px 20px;
}

ul.linklist li, ul.stateslist li, div.frame ul.linklist li {
	padding: 2px 0 2px 12px;
	margin: 0;
	background: url(images/link-bullet.gif) 0 7px no-repeat;
}

ul.stateslist li {
	width: 130px;
	float: left;
	display: block;
}

div.course-select ul.linklist {
	margin: 0 115px 15px 20px;
}

/* Forms ######################################################### */

form {
	padding: 0;
	margin: 0;
}

input, select, textarea {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
}

div.header form {
	width: 620px;
	height: 43px;
	float: right;
	background: url(images/dfw-header-bg.gif) 0 0 no-repeat;
	margin: 37px 0 0 0;
}

form.search-wide {
	height: 66px;
	background: url(images/bg-intro-form-purple.gif) 0 0 no-repeat;
	margin: 10px 0 0 0;
	padding: 30px 0 0 150px;
}	

form.blue {
	background: url(images/bg-intro-form-blue.gif) 0 0 no-repeat;
}	

div.header form input.zip {
	width: 60px;
	margin: 10px 0 0 222px;
	float: left;
}	

div.header form select {
	width: 135px;
	margin: 10px 0 0 102px;
	float: left;
	padding: 2px;
}

div.header form input.submit {
	width: 80px;
	margin: 0;
	float: right;
	background: transparent;
	border: none;
	height: 40px;
	cursor: pointer;
}

form.search-wide p.zip input {
	width: 70px;
}

form.search-wide p.degree select {
	width: 150px;
	padding: 2px;
}

form.search-wide p.type select {
	width: 95px;
	padding: 2px;
}

form.search-wide input.submit {
	margin: 3px 0 0 5px;
}

form.search-1col {
	background: #1875a5;
	border-bottom: 10px solid #eee;
}

form.search-1col p.step1 input {
	width: 55px;
	float: right;
}	

form.search-1col p select {
	margin: 1px 0 0 0;
	width: 220px;
	padding: 2px;
}	

/* Misc ######################################################### */		

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}	

.clear {
	clear:both;
}	

.center {
	text-align:center;
}


#dfw-header label, h3 {display: none;}
#dfw-header button {background:none repeat scroll 0 0 transparent; border:medium none; cursor:pointer; float:right; height:40px; margin:0; width:80px; text-indent: -9999px;}
#dfw-header .edudirect-degree_level_id {display: none;}
#dfw-header .edudirect-category_id {display: none;}
#dfw-header .edudirect-subject_id {margin-left: 310px;}

#dfw-mid {background: url(images/dfw-top-bg.png) 0 0; width: 610px; height: 95px; margin-top: 32px;}
#dfw-mid label, h3 {display: none;}
#dfw-mid select {width: 100px;}

#dfw-mid .edudirect-degree_level_id {
position: relative;
top: 50px;
left: 160px;
}

#dfw-mid .edudirect-category_id {
position: relative;
top: 30px;
left: 275px;
}

#dfw-mid .edudirect-subject_id {
position: relative;
top: 8px;
left: 390px;
}

#dfw-mid button {background: url(images/find-now.png); width: 88px; height: 49px; text-indent: -9999px; float: right; margin-top: -28px; margin-right: 14px;}

#dfw-content h3,label {display: none;}
#dfw-content form {margin: 0 0 0 55px; padding: 55px 0 0 0;}
#dfw-content select {width: 203px; margin-bottom: 20px;}
#dfw-content {background: url(images/dfw-bottom-bg.png); width: 300px; height: 210px;}
#dfw-content button {width: 204px; height: 30px; text-indent: -9999em; background: url(images/srch-schools-btn.png) 0 0 no-repeat; display: block; border: 0 none; margin-top: -5px;}