/* CSS Document */

/******************** LAYOUT **************************/

body {
	background:#eeeeee url(/images/background.jpg) top center repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;
	line-height:17px;
	padding:0;
	margin:0;
	text-align:left;
}

#bg-wrapper {
	background: url(/images/bg-top-black.jpg) top center repeat-x;
	width:100%;
}

#bg-wrapper.blue {
	background: url(/images/bg-top-blue.jpg) top center repeat-x;
}

#bg-wrapper.red {
	background: url(/images/bg-top-red.jpg) top center repeat-x;
}

#bg-wrapper.green {
	background: url(/images/bg-top-green.jpg) top center repeat-x;
}

#main-wrapper {
	width: 980px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 120px;
	background: url(/images/header-bg.png) no-repeat;
}

#logo {
	position: absolute;	
	top: 21px;
	left: 21px;
}

#search-form {
	height: 31px;
	width: 191px;
	margin: 0;	
	padding: 0;
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 11px;
}

#searchbox {
	height: 21px;
	width: 128px;
	background: url(/images/searchbox.gif) no-repeat;
	margin: 0;
	border: 0 none;
	color: #272727;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	line-height: 21px;
	display: inline-block;
	float:left;
}

#search-button {
	height: 31px;
	width: 38px;
	background: url(/images/search-button.gif) no-repeat;	
	overflow: hidden;
	text-indent: -999px;
	font-size: 0;
	line-height: 0;
	border: none 0 !important;
	cursor: pointer;
	padding: 0;
	float: right;
	display: inline-block;
}

#navbar {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 61px;
	position: absolute;
	top: 54px;
	right: 0;
}

#navbar li {
	display: inline-block;
	float: left;	
}

#navbar li.spacer {
	height: 61px;
	width: 1px;
	background: url(/images/nav-spacer.png) no-repeat;
}

#navbar li a {
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	font-size: 17px;
	line-height: 21px;
	padding: 20px 18px;
	font-family: 'Maven Pro', sans-serif;
}

#navbar li.active a, #navbar li a:hover {
	text-decoration: none;	
	color: #f7cb00;
}

#content {
	width:980px;
	background: url(/images/content-bg.gif) top repeat-y;
}

.blue #content, .red #content, .green #content {
	background: url(/images/content-bg-degree.gif) top repeat-y;	
}

#main-col {
	width:765px;
	float:left;
}

#slideshow {
	width: 765px;
	height: 361px;	
	position: relative;
	z-index: 1;
	border-bottom: 5px solid #0c0c0c;
}

#slideshow-sub {
	width: 565px;
	height: 361px;	
	position: relative;
	z-index: 1;
	border-bottom: 5px solid #0c0c0c;
}

#slide-navigation {
	z-index: 20;
	position: absolute;
	bottom: 10px;
	left: 11px;
}

#slide-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slide-navigation ul li {
	float: left;
	display: inline-block;	
	background: none;
	padding: 0;
	margin-right: 12px;
}

#slide-navigation ul li a {
	display: inline-block;
	width: 8px;
	height: 0;
	background: #000;
	padding-top: 8px;
	overflow: hidden;	
}

#slide-navigation ul li a.cur {
	background: #fbce00;
}

.blue #slide-navigation ul li a.cur {
	background: #0198af;
}

.red #slide-navigation ul li a.cur {
	background: #ff0200;
}

.green #slide-navigation ul li a.cur {
	background: #00b111;
}

#main-col .pad {
	padding: 30px;		
}

.slideshow #main-col .pad {
	border-top: 5px solid #f7cb00;
}

.blue .slideshow #main-col .pad {
	border-top: 5px solid #0198af;
}

.red .slideshow #main-col .pad {
	border-top: 5px solid #ff0200;
}

.green .slideshow #main-col .pad {
	border-top: 5px solid #00b111;
}

#left-col {
	float: left;
	width: 200px;	
}

.degree-title {
	width: 156px;
	height: 77px;
	padding: 18px 22px 2px;
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	line-height: 28px;
	color: #FFF !important;
	font-weight: 300;
	display: block;
	text-decoration: none;
}

.blue .degree-title {
	background: #0198af url(/images/subpage-bg.gif) bottom repeat-x;
}

.red .degree-title {
	background: #ff0200 url(/images/subpage-bg.gif) bottom repeat-x;
}

.green .degree-title {
	background: #00b111 url(/images/subpage-bg.gif) bottom repeat-x;
}

.degree-title:hover {
	text-decoration: none;	
}

#subpages {
	min-height: 269px;
	background: #383838;	
}

#subpages a {
	display: block;
	background: url(/images/subpage-bg.gif) bottom repeat-x;
	padding: 10px 30px 11px 22px;
	color: #FFF;
	font-size: 14px;
	line-height: 15px;	
	text-decoration: none;
	position: relative;
}

#subpages a:hover {
	background: #474747 url(/images/subpage-bg.gif) bottom repeat-x;
}

#subpages .arrow {
	position: absolute;
	width: 5px;
	height: 10px;
	display: block;
	background: url(/images/subpage-arrow.png) no-repeat;
	top: 11px;
	right: 12px; 	
}

#buttons {
	padding: 15px 10px 22px	10px;
}

#buttons p {
	margin-bottom: 13px;	
}

#buttons a {
	font-family: 'Source Sans Pro', sans-serif;
	display: block;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	padding: 8px 20px;
	border-radius: 4px;
	font-size: 18px;
	line-height: 20px;
}

.blue #buttons a {
	background: #0198af url(/images/sidebar-arrow.png) 163px 50% no-repeat;
}

.red #buttons a {
	background: #ff0200 url(/images/sidebar-arrow.png) 163px 50% no-repeat;
}

.green #buttons a {
	background: #00b111 url(/images/sidebar-arrow.png) 163px 50% no-repeat;
}

#sidebar-contact {
	padding: 0 15px 25px 15px;
	color: #000000;
}

#sidebar-contact h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 17px;
	margin-bottom: 10px;	
}

#center-col {
	width: 565px;
	float: right;	
}

#right-col {
	width:215px;
	float:right;
}

#sidebar_form {
	width: 171px;
	min-height: 343px;
	padding: 18px 22px 0 22px;
	display: block;
	background: #cfcfcf url(/images/survey-bg.png) top left no-repeat; 
}

#sidebar_form h2 {
	font-size: 21px;
	line-height: 21px;
	color: #2c2c2c;
	font-weight: 400;
	margin-bottom: 15px;
	font-family: 'Source Sans Pro', sans-serif;
}

#sidebar_form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar_form ul li {
	margin-bottom:9px;	
}

#sidebar_form .field {
	height: 21px;
	width: 151px;
	background: url(/images/form-field-bg.gif) no-repeat;
	margin: 0;
	border: 0 none;
	color: #737373;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	line-height: 21px;
	display: block;
}

#sidebar_form .textarea {
	height: 65px;
	width: 151px;
	background: url(/images/form-textarea-bg.gif) no-repeat;
	margin: 0;
	border: 0 none;
	color: #737373;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	line-height: 21px;
	display: block;
	clear: both;
}

#sidebar_form select {
	width: 171px;	
}

#sidebar_form #submit {
	height: 38px;
	width: 170px;
	background: url(/images/survey-submit.gif) no-repeat;	
	overflow: hidden;
	text-indent: -999px;
	font-size: 0;
	display: block;
	line-height: 0;
	border: none 0 !important;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

#quote {
	position: relative;	
	font-style: italic;
	padding: 25px 0 18px 24px;
	clear: both;
}

#quote h2 {
	font-size:	30px;
	line-height: 32px;
	font-style: 400;
	margin-bottom: 48px;
	font-style: normal;
}

#quote a {
	color: #5e5e5e;
	text-decoration: none;
}

#quote h2 a {
	color: #000000;
}

#quote #open {
	position: absolute;
	font-family: 'Source Sans Pro', sans-serif;
	top: 86px;
	left: 20px;
	font-size: 85px;	
	font-style: 400;	
	color: #dfb800;
	font-style: normal;
}

#quote #close {
	position: absolute;
	font-family: 'Source Sans Pro', sans-serif;
	bottom: 20px;
	right: 0;
	font-size: 44px;	
	font-style: 400;	
	color: #dfb800;	
	font-style: normal;
}

#quote .author {
	display: block;
	padding-top: 18px;	
	font-style: normal;
	color: #000000;
}

#quote .thumb {
	width: 70px;
	float: left;
	margin-right: 15px;
	border: 5px solid rgba(45, 45, 46, 0.18);
	border-radius: 5px;	
}

#footer-wrapper {
	height: 209px;
	width: 100%;
	background: #0c0c0c url(/images/footer-wrapper.gif) top center repeat-x;	
}

#footer {
	width: 980px;
	height: 209px;
	margin: 0 auto;
	background: url(/images/footer-bg.gif) top center no-repeat;
	position: relative;
}

.blue #footer {
	background: url(/images/footer-bg-blue.gif) top center no-repeat;	
}

.red #footer {
	background: url(/images/footer-bg-red.gif) top center no-repeat;	
}

.green #footer {
	background: url(/images/footer-bg-green.gif) top center no-repeat;	
}

#footer-left {
	color: #868686;
	position: absolute;
	top: 70px;
	left: 25px;	
}

#footer-left a {
	color: #868686;	
}

#footer-contact {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 17px;
	position: absolute;
	top: 35px;
	left: 25px;	
}

#footer-right {
	width: 755px;
	position: absolute;
	top: 70px;
	right: 10px;
	color: #868686;	
}

#footer-right img {
	margin-left: 17px;	
}

#copyright {
	height: 16px;
	width: 980px;
	font-size: 12px;
	line-height: 16px;
	padding: 20px 0;
	color: #868686;
	position: absolute;
	bottom: 0;
	left: 0;
}

#copyright a {
	color: #868686;	
}

/******************** STYLES **************************/

table {

}

.clear {
	clear: both;	
}

a, a .alttext2, a .alttext1, a.alttext2, a.alttext1 {
	color:			#dfb800;
	text-decoration:none;
}

.blue a, .blue a .alttext2, .blue a .alttext1, .blue a.alttext2, .blue a.alttext1 {
	color:			#0198af;
	text-decoration:none;
}

.red a, .red a .alttext2, .red a .alttext1, .red a.alttext2, .red a.alttext1 {
	color:			#ff0200;
	text-decoration:none;
}

.green a, .green a .alttext2, .green a .alttext1, .green a.alttext2, .green a.alttext1 {
	color:			#00b111;
	text-decoration:none;
}

a img {
	border:none;
	border-collapse:collapse;
}

a:hover {
	text-decoration:underline;
}

p, ol, ul {
	margin: 		0 0 18px 0;
}

blockquote {
	text-align:center;
	display:block;
	margin:5px 0;
	font-style:italic;
}

.alttext1 {
	font-size:		15px;
	color: #a2a2a2;
}

.alttext2 {
	font-size:		18px;
	color: #a2a2a2;
}


h1, .header1 {
	font-size:	30px;
	line-height:	32px;
}

h2, .header2 {
	font-size: 	24px;
	line-height:	26px;
}

h3, .header3 {
	font-size:	18px;
	line-height:	20px;
}

h1 {
	margin:		0 0 18px 0;
}

h2 {
	margin:		0 0 12px 0;
}

h3 {
	margin:		0 0 3px 0;
}

h1, h2, h3, h4, .header1, .header2, .header3, .header4 {
	color:		#000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:		inherit;
	text-decoration:none;
}

.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.image_on_right {
	float:		right;
	margin-left:	20px;
	margin-bottom:	10px;
}

.image_on_left {
	float:		left;
	margin-right:	20px;
	margin-bottom:	10px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

.sidebar-form label {
	display:		block;
	margin-bottom:	1px;
}

.sidebar-form .sidebar-field {
	margin-bottom:	10px;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

/*.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#CCCCCC;
}*/

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

#comment_body {
	width:100%!important;
	}

#comments table td {
	padding-bottom:11px;
	}
	
	
/* Error & Validation Styles */
	
	.error {
		text-align:left;
		padding:6px;
		background-color:#FFFFCC;
		border:solid #FFCC33 2px;
	}
	
	label.form_error{
		display:none!important;
	}
	
	#form_errors{
		color:red;
	}
	
	.form_error{
		color:red;
		border:3px solid red!important;
		width:218px!important;
	}	
	
	