@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family:Calibri,'Trebuchet MS',Helvetica,sans-serif;
	color: #222;
	background: url(/images/bottom-bar.jpg) repeat-x 0% 100%;
	filter:none;
}

img { border: none; }

ul {
	list-style:inside;
}

.select {
	font-size: 14px;
}

.fleft {
	float: left;	
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 2px;
}

.break {
	display: block;
	margin-bottom: 5px;
}

.fright {
	float: right;	
	margin-left: 3px;
}

a {
	color: #5A93B1;
	font-weight: 400;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.list {
	list-style: inside;
}



h6 {
	margin: 0px;
	color: #555;
	font-size: 14px;
}
h3 {
	font-size:16px;

	margin:0px;
}

#pt2 h1, #pt3 h1  {
	font-size: 30px;
	width:100%;
	color: #351800;
	border-bottom: 1px solid #351800;
	margin-bottom: 0px;
	margin-top: 30px;
	font-style: italic;
	font-weight: normal;
	padding-left: 7px;
}

#top-bar {
	height: 120px;
	background: url(images/top-bar.jpg) repeat-x 100%;
	padding-left:770px;		
	color: white;
}

#top-bar p {
	margin: 0px;
	margin-left: 10px;
	float: left;
	padding-top: 5px;	
	font-size: 15px;
	font-weight: bold;
}

#top-bar a {
	color: white;
} 

#main-container {
	width:920px;
	padding-left:15px;
}


#logo {
	position: absolute;
	top: 25px;
}


#main-nav {
	list-style: none;
	overflow: hidden;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	position: absolute;
	top: 110px;
	left: 390px;
	width:540px;
	margin-top: 0px;
	padding:0px;
}

#main-nav li {
	background: url(images/nav-divider.gif) no-repeat 0% 0%;
	float: left;
	margin: 0 0 0 -1px;
}
	
#main-nav li a {
	display: block;
	height: 23px;
	padding: 5px 12px 5px 12px;
	float: left;
	line-height: 24px;
	font-size: .90em;
	font-weight: bold;
	text-decoration: none;
	color: #444;
}

#main-nav li a:hover {
	color: #CC6600;
}

#main-nav li.act a {
	color: #CC6600;
}



#siteSearch{ 
	position: absolute;
	top: 110px;
	left: 15px;

}
#siteSearch #siteSearchContainer label{
	display:none;
}
#siteSearch #siteSearchContainer #si_q{
	width:350px;
	padding:5px 5px 3px;margin:0;
	background:#E6E6E6 url(/images/bg_inputs.png) 0 -200px no-repeat;
	border:1px solid #1a1a1a;
	font-weight:bold;
	font-size:1.4em;
	color:#343434;
	height:25px;
}
#siteSearchSubmit{
	background-image:url(/images/search_submit.png);
	width: 32px;
	height: 25px;
	border: none; 	
	margin-left:-40px;
	position: absolute;
	top: 6px;
	left: 365px;
	cursor: pointer;
}




#header-btns {
	position: absolute;
	top: 25px;
	left: 720px;
}

#pd-btn{margin:10px 0 10px;}
#pd-btn a{background:transparent url(/images/professional_development.png) 0 0 no-repeat;display:block;height:24px;width:213px;}
#pd-btn a:hover{background-position:-213px 0;}

#requestinfo-btn{margin:10px 0 10px;}
#requestinfo-btn a{background:transparent url(/images/request_information.png) 0 0 no-repeat;display:block;height:24px;width:213px;}
#requestinfo-btn a:hover{background-position:-213px 0;}


#browsedegrees-btn{margin:5px 0 10px;}
#browsedegrees-btn a{background:transparent url(/images/browse_degrees.png) 0 0 no-repeat;display:block;height:24px;width:213px;}
#browsedegrees-btn a:hover{background-position:-213px 0;}



/* 	SLIDE SHOW */
.slider {
	list-style:none;
	padding-left:0px;
	background: #fff;	
	margin-top:20px;
	margin-right: 10px;
	margin-left: 0px;
	width: 650px;
	height: 350px;	
	overflow: hidden;
	position: relative;
	float: left;
}


.slider li, .slider .featured{
	display: none;
	width:100%;
	height:100%;
	z-index: 1;
	position: absolute;
	top:0;
	left:0;
}

.feature_excerpt {
	width:635px;
	position: absolute;
	display: block;
	bottom: 0;
	left:0;
	z-index: 90;
	padding:14px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right:15px;
	font-size: 12px;
	line-height:1.5em;
	cursor: pointer;
	background: #000;
	color: #fff;
}

.feature_excerpt strong {
	display: block;
	font-size: 18px;
	padding-bottom: 1px;
}

.slidecontrolls{
	top:160px;
	left:570px;
	position: absolute;
	z-index: 100;
	float:right;
}

.slidecontrolls a{
	height:20px;
	width:18px;
	display:block;
	cursor: pointer;
	background: transparent url(/images/slider_controlls.png) center bottom no-repeat;
	float:left;
	outline: none;
}

.slidecontrolls a:hover, .slidecontrolls .active_item{
	background: transparent url(/images/slider_controlls.png) center top no-repeat;
}



#right-banner {
	padding-top: 5px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#pt1 #right-banner {
	float: left;
}

#right-banner-nav {
	list-style: none;
	margin-left:-30px;
	margin-bottom: 0px;
}
#right-banner-nav li {
	padding: 7px;
	padding-left: 10px;	
	border-top: 1px solid #777;
	width: 230px;
}
#right-banner-nav a, #right-banner-nav a:visited {
	background: url(/images/marker-2.gif) no-repeat 0% 7px;
	padding-left: 19px;
	font-size:20px;
	color: #222;
	text-decoration: none;
}
#right-banner-nav a:hover {
	color: #CC6600;
}

.short-form {
	background-color: #F7F7F7;
	min-height:190px;
}
.short-form h3 {
	padding: 3px;
	width: 224px;;
	color:white;
	font-size: 20px;
	padding-left: 30px;
	background-color: #B33B10;
}

.short-form form {
	margin-top: -5px;
	margin-left: 20px;
}
.short-form .label {
	margin-top: 10px;
	font-weight: bold;
}
.short-form input {
	margin-top: 5px;
}

#type-menu {
	clear: both;
	background-color: #351800;
	height: 27px;
	width: 915px;
	margin-bottom: 15px;
}
#type-menu p {
	padding-left: 10px;
	padding-top: 5px;
	margin: 0px;
	float: left;
	color: white;
	font-weight: bold;
	font-size: 13px;
}
#type-menu ul {
	list-style: none;
	margin: 0px;
	margin-top: 3px;
	float: right;
}
#type-menu ul li {
	float: left;
	padding: 0px;
	margin:0px;
}
#type-menu a {
	font-size:13px;
	color: #222;
	text-decoration: none;
	background-color: #FFF;
	padding:5px;
	padding-left: 10px;
	padding-right: 12px;
	border-left: 1px solid #999;
}

#type-menu a:hover {
	background-color: #B33B10;
	color: white;
}


#col-1 {	
	clear: both;
	float:left;
	min-height: 450px;
}
#col-1 h1, #col-2 h1, #col-3 h1 {
	margin:0px;
	margin-bottom: 8px;
	padding-left: 3px;
	color: #333;
	width: 100%;
	border-bottom: 3px solid #351800;
	font-size:26px;
}

#col-1 h2 {
	font-size: 18px;
	margin:0px;
	margin-bottom: 0px;
}

.popular_degrees ul {
	list-style: none;
	margin: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #555;
	margin-bottom: 8px;
	padding-left: 0px;
}

.popular_degrees ul li {
	padding-left:3px;
	margin:0px;
	margin-bottom: 3px;
}

.popular_degrees li a {
	color: #351800;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
.popular_degrees li a:hover {
	text-decoration: underline;
}



#col-2 {
	float:left;	
	background: url(/images/line-ver.gif) repeat-y;
	padding-left: 10px;
	margin-left: 10px;
}
#col-2 ul {
	list-style: none;
}
#col-2 big {
	font-size:18px;
	margin-right:2px;
}
#col-2 h2, #pt4 #col-1 h2  {
	font-size: 22px;
	margin:0px;
	margin-bottom: 4px;
	color: #333;
	border-bottom: 1px solid #351800;
}
#pt1 #col-2 h3 {
	margin:0px;
	font-size: 12px;
	color: #555;
}

#col-3 {
	float:left;
	background: url(/images/line-ver.gif) repeat-y;
	padding-left: 10px;
	margin-left: 10px;
}
#col-3 h2 {
	font-size: 16px;
	margin: 0px;
}
#col-3 p{
	margin: 7px;
}

#pt1 #col-3 a {

}

#pt5 #col-2 {
	margin-top: 20px;
	padding-top: 0px;
}


.post-header {
	position: absolute;
	top:430px;
	height: 80px;
	width: 650px;
	background-color: #000;
	opacity: 0.7;
}
#pt5 #post-title {
	position: absolute;
	width:630px;
	top: 435px;
	padding-left:10px;
}
#pt5 #post-title h1 {
	color: white;
	font-size:32px;
	border-color: white;
	margin-bottom: 1px;
}
#pt5 #post-title h4 {
	color: #EEEEFF;
	margin: 0px;
	margin-bottom:8px;
	font-weight: normal;
}


#footer {
	height: 215px;
	clear: both;	
	padding-top: 65px;
	color: white;
	overflow: hidden;
	border-bottom: 1px solid white;
	margin-bottom: 0px;
}

#footer h2 {
	font-size: 15px;
	text-transform:uppercase;
	margin-bottom: 4px;
	color: white;
}
#footer ul {
	list-style: none;
	float: left;
	margin-right:20px;
}
#footer a {
	color: white;
	font-weight: normal;
	margin-left: 2px;
	white-space: nowrap;
}
#footer a:hover {
	text-decoration: underline;
}

#footer p {
	clear:both;
	margin-top: 20px;
	margin-left: 40px;
}


.search_btn {
	background-image:url(images/search_btn.jpg);
	width: 90px;
	height: 30px;
	border:none;
}
.search_btn:hover {
	background-position:0 -30px;
	cursor: pointer;
}

.continue_btn {
	background-image:url(images/continue_btn.jpg);
	width: 90px;
	height: 24px;
	border:none;
}
.continue_btn:hover {
	background-position:0 -24px;
	cursor: pointer;
}



.side-section {

}

.side-programs {
	color: #555;
	font-size: 12px;
	list-style: none;
	margin: 0px;
	padding:0px;
}
.side-programs li {
	margin: 0px;
	padding: 7px;
	padding-left: 5px;	
	border-bottom: 1px solid #777;
	width: 90%;
}
.side-programs a, .side-programs a:visited {
	background: url(/images/marker-2.gif) no-repeat 0% 4px;
	padding-left: 19px;
	font-size:18px;
	color: #222;
	text-decoration: none;
	font-style: italic;
}
.side-programs a:hover {
	text-decoration: underline;
}



.list {
	overflow: hidden;
	list-style: none;
	margin:0px;
	padding:0px;
}

.list li {
	background: url(images/marker.gif) no-repeat 0% 5px;
	padding: 0 0 0 20px;
	margin-left:0px;
	margin-bottom:3px;
	color: #373737;
}





.form-submit {
	font-size:20px; 
	padding:0px;
	width:150px; 
}
	
.form-input-wrap {
	margin-right:5px;
	margin-top: 2px;
}
.form-input-wrap.error {
	border: 2px solid #FF3300;
	padding:4px;
}


.form-table .text {
	font-size:15px;
	padding:2px;
	color: #003366;
}
.form-table .select {
	font-size:15px;
	color: #003366;
}
	
	

.section {
	margin-top: 30px;
	width: 100%;
}
.section .header {
	color: #555; 
	width:95%; 
	font-size:16px; 
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 5px;
}
.section .header .title {
	font-weight: bold;
}
.section .header .hint {
	font-size: 12px;
}
.section .body {
	border-top: none;
	width:95%;
	padding: 15px;
	font-size: 14px;
	color: #222;
	background-position: bottom;
	background-color:#F8F4ED; 
}
.section .body .errors {
	list-style: none;	
	background-color:white;
	border: 1px solid #444;
	padding: 10px;
}
.section .body .errors li {
	color: #FF3300;
	padding-left: 10px;
}
.section .body.error {
	background-color: #FFFFBB; 
	border: 2px dashed #993300;
	margin:5px;
	margin-left:-2px;
	
}

.section td {
	font-size:16px;
	color: #222;
	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 15px;
	white-space: normal;
}









/* Programs page  */
#program-list .header {
	background-color: #EDEDED;
	color: #444;
	font-weight: bold;
	font-size: 14px;
}
#program-list .header td {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
	border-bottom: 1px dotted #9A9A9A;
	border-right: 3px solid white;
	border-top: none;
}

#program-list td {
	padding-left: 10px;
	padding-right:8px; 
	border-right: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top:6px;

}

#program-list a {
	color: #5993B4;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

/*#################################
    PAGINATION
#################################*/
.Pagination {
    margin-top:15px;
    margin-bottom:15px;
    color: #373737;
}
.Pagination a {
    border: 1px solid #351800;
    margin-right:2px;
    text-decoration: none;
    padding-left:5px;
    padding-right: 3px;
	font-size:16px;
	color: white;
	background-color: #351800;
}
.Pagination a:hover {
	background-color: #FFF;
	color: #351800;
}
.Pagination a.selected {
    background-color: #FFF;
	font-size:20px;
    color: #351800;
}
/*#################################*/



.submit-request {
	background-image:url(images/send_request.jpg);
	width: 150px;
	height: 30px;
	border:none;
}
.submit-request:hover {
	background-position:0 -30px;
	cursor: pointer;
}


.postnav-right {
	padding-left: 4px;
	margin: 0px;
	list-style: none;
}
.postnav-right li {
	font-size:12px; 
	cursor: pointer;
	margin-bottom:10px;
}
.postnav-right p {
	margin-top:0px;
	line-height: 15px;
}
.postnav-right img {
	float: left;
	margin-right:7px;
	margin-top: 6px;
}
.postnav-right a {
	font-size:16px;
	text-decoration: underline;
}
.postnav-right span {
	margin-top: -20px;
}



.post-medium-header {
	position: absolute;
	height: 30px;
	width: 250px;
	background-color: #000;
	opacity: 0.8;
	margin-top: 106px;
}
.post-medium-title {
	position: absolute;
	margin-top: 112px;
	width: 250px;
	height: 30px;
	overflow: hidden;
}
.post-medium-title h3 {
	color: white;
	border-color: white;
}
.post-medium h3 a {	
	font-size: 17px;
	color:white;
	margin-left: 5px;
	text-decoration: underline;
}


#contact {
	color: white;
	margin-bottom:30px;
	margin-left:30px;
}

#contact p {
	margin: 0px;
	margin-left: 10px;
	float: left;
	padding-top: 5px;	
	font-size: 15px;
	font-weight: bold;
}

#contact a {
	color: white;
} 
		
