/*GLOBAL OPTIONS - Updated onlineundergrad file*/
html {font-size: 100.1%;}
body{
	margin: 0;
	font: 64% Arial, Verdana, sans-serif;
	min-width:1000px;
	color:#666;
	background:#fdfdfb url('/images/bg.png') repeat-x;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
fieldset {
	padding: 0;
	margin: 0;
	display: block;
	border-style: none;
}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
img {border-style: none;}
/*text to image replacment*/
.hidden-text, .search-form label {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/*MAIN CONTAINER*/
#main {
	margin: 0 auto;
	width: 960px;
}

#header{
	width:910px;
	background:transparent url('/images/header-bg.png') no-repeat center top;
	padding:10px 0 10px 50px;
	height:120px;
}

#menu {
	height:32px;
	background:transparent url('/images/menu-bg.jpg') no-repeat;
}

/* logotype */
.logo{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
	width: 195px;
	height: 82px;
	float:left;
}

/*CONTAINER*/
#container {
	width: 100%;
	overflow: hidden;
	padding: 150px 0 10px;
}
/*content*/
.content {
	float: right;
	width: 675px;
	margin:0 7px 0 0;
}
/*main-nav*/
#main-nav {
	padding: 0;
	margin: 0 0 7px;
	list-style: none;
	width: 697px;
	height: 36px;
	line-height: 36px;
	background: url(../images/bg-main-nav.gif) no-repeat;
	position: relative;
	z-index: 100;
}
#main-nav li {
	float: left;
	border-left:1px solid #5d8200;
}
#main-nav li.first {
	padding-left: 0;
	border-left:0px;
}
#main-nav li.first a {width: 136px;}
#main-nav a {
	color: #fff;
	font: bold 11px/36px Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	padding: 0;
	width: 133px;
	text-align: center;
	text-decoration: none !important;
}
#main-nav li:hover a, #main-nav li.hover a {background: url(../images/bg-main-nav-hover.gif) no-repeat -10px 0;}
#main-nav li:hover a.first, #main-nav li.hover a.first{background-position: 0 0;}
#main-nav li:hover a.last, #main-nav li.hover a.last {background-position: 100% 0;}
#main-nav li:hover, #main-nav li.hover {position: relative;}
#main-nav li:hover ul, #main-nav li.hover ul {display: block;}
#main-nav ul {
	display: none;
	position: absolute;
	left: 6px;
	top: 36px;
	padding: 1px;
	margin: 0;
	list-style: none;
	background: #f3f3f3;
	width: 174px;
}
#main-nav li ul {
	border:1px solid #ccc;
	border-top:0px;
}
#main-nav li li {
	width: 100%;
	padding: 0;
	border-left:0px;
	vertical-align: top;
}
#main-nav li li a {
	float: none;
	height: 22px;
	line-height: 22px;
	display: block;
	background: none !important;
	color: #1d1d1d;
	font-weight: normal;
	width: auto;
	text-align: left;
	padding: 0 12px;
	width: auto !important;
}
#main-nav li li a:hover {background: #DADCDE !important;}
#main-nav li.last ul {
	left: auto !important;
	right: 8px;
	clear: both;
}
/*title-box*/
.title-box {
	background: url(../images/bg-blue-title1.gif) no-repeat;
	height: 44px;
	overflow: hidden;
}

.title-box h1 {
	padding:4px 10px;
	color:#fff;
	font-size:16px;
}

/*box-inner*/
.box-inner{
	background: #fff;
	border: 1px solid #c7c7c7;
	border-width: 0 1px;
	overflow: hidden;
	height: 1%;
	padding-top: 11px;
}
.box-inner h1 {
	background: url(../images/bg-sub-title.gif) repeat-x;
	line-height: 30px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	border: 1px solid #e9e9e9;
	border-width: 1px 0;
	font-size: 15px;
	color: #6a6969;
	margin: 0;
	padding: 0 30px;
}
/*search-form*/
.search-form {
	overflow: hidden;
	width: 100%;
}
.search-form label {
	float: left;
	background: url(../images/txt-quick-degree-finder.gif) no-repeat;
	width: 167px;
	height: 34px;
	margin: 10px 14px 0 0;
}
.search-form select {
	float: left;
	width: 197px;
	height: 20px;
	margin: 12px 5px 0 0;
}
/*btn-submit */
.btn-submit {
	width: 80px;
	height:21px;
	text-align: center;
	background: url(../images/btn-1.gif) no-repeat;
	color: #fff;
	float: left;
	margin-top: 12px;
	cursor: pointer;
	border: 0;
}
/*main-list*/
.main-list {
	padding: 2px;
	margin: 0;
	list-style: none;
	overflow: hidden;
	height: 1%;
}
.main-list-item {
	padding: 23px 24px 10px;
	overflow: hidden;
	vertical-align: top;
	background: url(../images/bg-box-gradient.gif) repeat-x 0 100%;
}
.main-list li:hover, .main-list li.hover {background-image: url(../images/bg-box-hover-gradient.gif);}
.main-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.main-list ul li {
	width: 445px;
	vertical-align: top;
	font-size: 12px;
	line-height: 22px;
	float:right;
	clear:right;
	background: none !important;
	margin-bottom: 10px;
}
.program-buttons {
	text-align:right;
}
.program-buttons a {
	color:#008ADC;
}
.more-info-button {
	color:#fff;
	font-size:14px;
	text-align:center;
}
.more-info-button a {
	display:block;
	min-height:20px;
	padding:4px 0 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	border:1px solid #ad6224;
	background:#f28d3a;
	text-decoration:none !important;
	color:#fff !important;
	margin:15px 0 0;
}
.main-list ul li a {color: #008ADC;text-decoration: underline;}
.main-list ul li a:hover {text-decoration: none;}
.main-list ul li a.btn-request-info {
	float: right;
	width: 95px;
	background: url(../images/btn-2.gif) no-repeat;
	text-align: center;
	color: #fff;
	text-decoration: none !important;
}
.main-list ul li a.btn-request-info:hover {
	float: right;
	width: 95px;
	text-align: center;
	color: #fff;
	font-weight:bold;
	text-decoration: none !important;
}
.main-list .banner {
	float: left;
	margin-right: 30px;
	border: 1px solid #a9c1d3;
}
.main-list .banner img {
	float: left;
	border: 1px solid #a9c1d3;
}
.main-list h2 {
	margin: 0 0 10px;
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #008ADC;
}
.main-list h2 a {color: #008ADC;}
.main-list p {
	color: #273350;
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 10px;
	font-weight: bold;
	width:445px;
	float:right;
}
/*content-box-bottom*/
.content-box-bottom {
	height: 4px;
	overflow: hidden;
	background: url(../images/bg-content-box-bottom.gif) no-repeat;
}
/*sidebar*/
.sidebar {
	float: left;
	width: 258px;
	margin:0 0 0 7px;
}
/*sidebox*/
.sidebox {
	overflow: hidden;
	width: 100%;
}
.sidebox h3 {
	font: bold 14px/33px "Trebuchet MS", Arial, sans-serif;
	color: #fff;
	background: url(../images/bg-blue-title2.gif) no-repeat;
	padding-left: 20px;
	text-transform: uppercase;
	margin: 0;
}
/*sidebox-inner*/
.sidebox-inner {
	background: #fff;
	overflow: hidden;
	border: 1px solid #c7c7c7;
	border-width: 0 1px;
}
.sidebox h4 {
	background: url(../images/bg-title-grad.gif) repeat-x;
	margin: 0 0 2px;
	font-size: 12px;
	color: #767676;
	line-height: 34px;
	padding-left: 20px;
	text-transform: uppercase;
}
.sidebox h4 a { color: #767676; }
.sidebox h4 a:hover { color: #767676; }

/*sub-nav*/
.sub-nav {
	/*padding: 0 0 93px 33px;*/
	padding: 0 0 12px 33px;
	margin: 0;
	list-style: none;
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	color: #008ADC;
}
.sub-nav a {color: #008ADC;}
.sub-nav ul {
	padding: 0 0 1px 13px;
	margin: 0;
	list-style: none;
}
.sub-nav ul a {
	font-weight: normal;
	color: #848b8f;
	text-decoration: underline;
}
.sub-nav ul a:hover {text-decoration: none;}
/*side-box-bottom*/
.side-box-bottom {
	overflow: hidden;
	background: url(../images/bg-sidebox-bottom.gif) no-repeat;
	height: 4px;
}
/*degree-area-holder*/
.degree-area-holder .degree-area {
	width: 926px;
	margin: 0 auto;
	background: #f5f5f5;
	padding: 15px;
	overflow: hidden;
	height: 1%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.degree-area-holder .degree-area img {
	float: left;
	border: 2px solid #a5a49f;
	margin-right: 25px;
}
.degree-area-holder .degree-area div {
	overflow: hidden;
	height: 1%;
}
.degree-area-holder .degree-area h4 {
	font-size: 18px;
	color: #288fc2;
	margin: 0 0 11px;
	font-weight: normal;
}
.degree-area-holder ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 145px;
	margin-right: 20px;
}
.degree-area-holder li {
	height: 1%;
	overflow: hidden;
	vertical-align: top;
	background: url(../images/bg-vertical-separator.gif) repeat-x;
	line-height: 24px;
	padding-left: 7px;
	font-size: 13px;
}
.degree-area-holder li:first-child {background: none;}
.degree-area-holder li a {
	color: #75974a;
	padding-left: 10px;
	background: url(../images/bull-arrow.gif) no-repeat 0 50%;
}

/* footer */
#footer{
	clear:both;
	width:100%;
	background:transparent url('/images/footer-bg.png') repeat-x left bottom;
	min-height:162px;
	margin:30px 0 0;
}

* html #footer {
	height:162px;
}

#inner-footer {
	width:954px;
	margin:0 auto;
	padding:27px 52px;
	background:transparent url('/images/inner-footer-bg.png') no-repeat top;
	min-height:162px;
}

* html #inner-footer {
	height:162px;
}

#footer h4 {
	font:normal 16px/24px Arial,Helvetica,sans-serif;
	color:#333;
	margin:0 0 8px;
}

#footer a {
	color:#008ADC;
}

#footer ul {
	padding:0;
	margin:10px 0 0;
	width:600px;
}

#footer li {
	list-style-type:none;
	float:left;
	margin:0 40px 10px 0;
	width:152px;
}

#footer li a {
	font:normal 13px/20px Arial,Helvetica,sans-serif;
}

#footer-links {
	border-top:1px solid #f8f8f8;
}

#footer-bottom {
	border-top:1px solid #f8f8f8;
	font-size:12px;
	padding:6px 0 0;
}

#footer-bottom a {
	color:#333;
}
#email-form {
	float:right;
	width:300px;
}

#email-form p {
	font-size:12px;
	margin:22px 0 0;
}

#email-form label {
	margin:8px 0 2px;
	font-size:12px;
	display:block;
}

#email-form input {
	padding:4px;
	border:1px solid #ccc;
	font:normal 14px/20px Arial,sans-serif;
	width:290px;
	margin:0 0 8px;
}

#email-form a {
	margin:0 0 0 8px;
}

#email-form .submit-button {
	background:url('/images/submit.png') no-repeat;
	width:79px;
	height:26px;
	text-indent:-9999em;
	overflow:hidden;
	border:0px;
}

/*EXTRAS*/
#billboard{
	margin:0;
	height: 334px;
	width: 966px;
	background:url(../images/green-bg.gif) 3px bottom no-repeat;
	}
#billboard-2{
	margin:0;
	height: 334px;
	width: 966px;
	background:url(../images/green-bg-2.jpg) 3px bottom no-repeat;
	}
#billboard-3{
	margin:0;
	height: 334px;
	width: 966px;
	background:url(../images/green-bg-3.jpg) 3px bottom no-repeat;
	}	
.formholder {
	float:left;	
	height:370px;
	}
.echo {
	margin: 10px 0 10px 0;	
	font-size:15px;
	font-weight:bold;
	width:500px;
	height:55px;
	padding-left:30px;
	line-height:25px;
	color:#006699;

}
.echo-2 {
	margin: 10px 0 10px 0;	
	font-size:15px;
	font-weight:bold;
	width:500px;
	height:55px;
	padding-left:30px;
	line-height:25px;
	color:#FF630F;

}
.finderform {
	float:left;
	background: url(../images/bg-form-1.gif) no-repeat;
	width: 400px;
	height: 235px;
	text-align: right;
	margin: 8px 0 0 45px;
}
.formfields {
	color: #666;
	font-size: 12px;
	padding: 55px 55px 0 0;
}

.finderform select {
	font:12px Arial, Verdana, Tahoma, sans-serif;
	color:#000;
	width: 165px;
	margin: 8px 0;
}
.hero {
	float:right;
	background: url(../images/hero.png) no-repeat;
	width: 500px;
	height: 340px;
	margin-top:20px;
}


.newsubmit{
	background: url(../images/button_gs.png) no-repeat;
	border:0;
	width: 117px;
	height: 25px;
	font-size: 14px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	text-align: left;
	padding: 0;
	margin:14px 0 0 0;
}
.newsubmit:hover, .newsubmit.hover {background-image: url(../images/button_gs_on.png);}
#logoblock {
	width: 960px;
  	margin-left: auto;
 	margin-right: auto;
	float:none;
	}
#logoblock .logoholder
{
	width: 960px;
	margin:5px 0 15px 0;
	float:left;
	height: 120px;
		background: url(../images/logos-bg.gif) no-repeat;
	}
#logoblock .firstlogo{
	margin:25px 18px 0px 0px;
	border: 1px solid #ccc;
	float: left;
	}
#logoblock .middlelogo{
	margin:25px 18px 0px 18px;
	border: 1px solid #ccc;
	float: left;
	}	
#logoblock .lastlogo{
	margin:25px 0px 0px 15px;
	border: 1px solid #ccc;
	float: left;
	}
	
.no-programs {
	font-size:13px; margin:0 12px 12px;
}

/* POPUP DIVS*/
.float {
    position:absolute;
    display:block;
    background-color:#fff;
    border-width:1px 2px 2px 1px;
    border-style:solid;
    border-color:#ccc;
    width:320px;
    padding:7px;
    font-size:12px;
    color:#000;
    visibility:hidden;  
}

#container {
	padding:0;
}

#billboard-2 {
	background-image:url('/images/content-bg.png');
}

.formholder {
	float:right;
}

.finderform {
	background:none;
	float:right;
}

* html .finderform {
	position:relative;
	top:45px;	
}

.formfields {
	padding:115px 40px 0 0;
}

.formfields select {
	width:330px;
	height:30px;
	margin:0 0 16px;
	font-size:16px;
	line-height:30px;
	color:#333;
	font-family:"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
}

.formfields option {
	font-size:14px;
	font-family:"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	line-height:30px;
	height:18px;
}

.formfields .newsubmit {
	margin:8px 0 0;
}

.echo {
	padding:0 20px;
	width:auto;
	height:auto;
	margin:0 0 10px;
	color:#fa7716;
	font-size:24px;
	line-height:28px;
	text-indent:20px;
	font-family:"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	letter-spacing:-.5px;
	font-weight:bold;
}

.top-menu li {
	color: #fff;
	text-decoration: none !important;
	font-weight: bold;
}

.top-menu li span.active {
	color: #73c1e7;
}

.paging {
	font-size:13px;
	text-align:right;
	margin:10px 20px 0;
}

.paging a,.paging a:hover,.paging a:active,.paging a:visited {
	color:#008ADC;
}

.paging span { border-bottom:1px dotted #333;  }

.clear {
	clear:both; height:0; margin:0; padding:0; overflow:hidden;
}

.list-wrapper { 
	width:445px;
	float:right;
	overflow-x:hidden;
}