/*************************************
   WELCOME TO THE CUSTOM STYLESHEET
--------------------------------------
              style.css
        BlueTrip CSS Framework
    Put your custom styles in here.
***************************************/

/**************************************/
/*         UIW COLOR SCHEME           */
/**************************************
- black			#000
- white			#fff
- red			#c00
- darkgrey1		#333
- darkgrey2		#666666
- lightgrey1	#ccc
- brown 1		#ddd7cb
- brown 2		#a79e8f

***************************************/

/**************************************/
/*              GLOBALS               */
/**************************************/
body {
	background: url(../images/header-bg.jpg) center top repeat-x #A79E8F;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
p img.left {
	float:left;
	margin:1em 1em 1em 0;
	padding:0;
}
p img.right {
	float:right;
	margin:1em 0 1em 1em;
}
/**************************************/
/*              HEADER                */
/**************************************/
#header {
	width: 950px;
	height: 126px;
	margin: 0 0 10px 0;
}
#header img {
	margin: 7px 0 0 0;
}
#redbar {margin: 0 0 0 0; height:90px;}
#toolbox {
	width: 100%;
	height:62px;
	background: url(../images/toolbox.jpg) no-repeat;
	margin-top:0;
	font-size: .9em;
	text-align:center;
}
#toolbox form input {
	border:0;
	width:200px;
	margin:0;
	padding:2px;
	vertical-align:middle;
	font-size:1.1em;
	color:#333;
}
#toolbox form input#submit {
	background:transparent url(../images/search-button.jpg) 0 0 no-repeat;
	cursor:pointer;
	height:24px;
	width:24px;
	border:0;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
}
#toolbox ul, #toolbox li {
	list-style-type:none;
	display:inline;
	padding: 0;
	margin: 0;
}
#toolbox ul li a {
	font-size:11px;
	color:#fff;
	text-decoration:none;
	padding:1px 5px 0 0;
}
#toolbox ul li a:hover {
	text-decoration:underline;
}
/**************************************/
/*             NAVIGATION             */
/**************************************/
#main-nav {
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#eee;
	height: 36px;
}
#main-nav ul, #main-nav li {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
}
#main-nav ul li a {
	height: 15px;
	padding: 10px 12px 10px 12px;
	display: block;
	float:left;
	font-size: 16px;
	color: #fff;
}
#main-nav ul li a:link, #main-nav ul li a:visited, #main-nav ul li a:active  {
	text-decoration: none;
}
#main-nav ul li a:hover {
	color: #fff;
	background: #666666;
}
#main-nav li.active a.active {
	font-weight: bold;
	background: url(../images/active-main.gif) no-repeat center bottom;
}
/*joe's megamenu*/

ul#audienceinfo {
	margin: 1px 0 0 0;
	padding: 0;
	float:left;
	list-style: none;
	font-size: 0.9em;
	position:absolute;
	z-index:3000;
}
ul#audienceinfo li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
ul#audienceinfo li a {
	float: left;
	text-indent: -9999px;
	height: 44px;
}
ul#audienceinfo a.audiences {
	background: url(../images/info_for_button.png) no-repeat;
	width: 190px;
}
ul#audienceinfo li .sub {
	position: absolute;
	top: 43px;
	right: 0;
	background: #5f5f5f url(sub_bg.png) repeat-x;
	padding: 10px 10px 10px;
	margin: -8px 0 0 0;
	float: left;
	width: 400px;
	display: none;
	z-index: 1000;
}
ul#audienceinfo li .row {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#audienceinfo li .sub ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 135px;
	float: left;
}
ul#audienceinfo li .sub2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100px;
	float: left;
}
ul#audienceinfo li .sub3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100px;
	float: left;
}
ul#audienceinfo li .sub4 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 85px;
	float: left;
}
ul#audienceinfo .sub ul li {
	width: 100%;
	color: #fff;
}
ul#audienceinfo .sub ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../images/service_arrow.png) no-repeat center left;
	padding: 0 5px 0 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#audienceinfo .sub ul li a:hover {
	color: #ddd;
	background-position: center left;
}
/*LOCAL SIDEBAR NAVIGATION*/
.loc-nav {
	padding:0;
	margin:0 0 20px 0;
}
ul.loc-nav {
	margin: 20px 0 0 0;
	font-weight:bold;
}
ul.loc-nav li {
	list-style:none;
}
ul.loc-nav li a {
	width:170px;
	display:block;
	padding:5px 0 5px 5px;
	border-top:1px #ddd solid;
	text-decoration:none;
}
ul.loc-nav li a.noborder {
	border-top:0;
}
ul.loc-nav li a:hover {
	color:#fff;
	background-color:#c00;
	text-decoration:none;
}
/* Nested Second-Level Sub-Navigation */
ul.loc-nav ul {
	margin:0;
	padding:0 0 10px 5px;
	line-height: 130%;
	display:block;
	width: 165px;
}
ul.loc-nav ul li a {
	font-size:13px;
	font-weight:normal;
	padding:4px 0 4px 4px;
	border-top:0;
	margin-top:0;
}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#maincontent {
	background: #fff;
	padding: 20px 0;
}

#sectionheading	{
	/*margin: 0 0 10px 0;*/
	background:#333;
	/*padding-left: 10px;*/
	color: #fff;
}
#sectionheading h1 {margin:0.8em 0; padding-left:20px;}

#maincontent .more {text-align: center;}
#maincontent .more a {
	background: #dcd6cb;
	color: #900;
	font: normal bold 1em/35px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: .4em;
	text-decoration: none;
	}
#maincontent .more a:hover {background-color: #B3A288;}

/**************************************/
/*               FOOTER               */
/**************************************/
#quicklinks {
	background: url(../images/quicklinks-bg.png) no-repeat;
	height: 46px;
	line-height: 46px;
/*width: 790px;
float:left;
margin-right:10px;*/
}
.quicklinks {
	margin: 16px 0 0 14px;
	overflow: hidden;
	width: 775px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	}
.quicklinks ul, .quicklinks li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.quicklinks li {
	border-left: 1px solid #600;
	float: left;
	margin: 0 5px 0 -5px;
	padding: 0 5px 0 5px;
	}
.quicklinks li a, .quicklinks li a:visited {color:#fff; text-decoration:none;}
.quicklinks li a:hover {color:#e7e7e7;}
/*EXPANDING FOOTER STYLES*/
.trigger {
	margin:20px 0 0 0;
	background: url(../images/trigger_a.png) top right no-repeat;
	height: 46px;
	line-height: 46px;
	font-weight: bold;
	float: right;
	font-size: 11px;
	text-transform:uppercase;
	width:150px;
	}
h3.trigger a, h3.trigger a:visited {
	margin: 0 0 0 10px;
	color: #fff;
	text-decoration: none;
	}
h3.trigger a:hover {
	color: #ccc;
	}
h3.active {background-position: right bottom;}
.toggle_container {
	margin: /*20px 0 0*/ 0;
/*	padding: 0 0 10px 0;
background: #ddd;*/	
	overflow: hidden;
	clear: both;
}
/*.toggle_container .block {
	padding: 20px 0;
}*/
#footer {background:#333; padding: 15px;/* margin: 20px 0 0 0;*/}
#footer p {margin:0 0 10px 0;}
#footer a:link, #footer a:visited {color: #fff;}
#footer a:hover {color: #ddd;}
#footer, #quicklinks {
	clear: both;
	position: relative;
	z-index: 10;
	color: #fff;
	font-size: 0.9em;
	line-height: 1.6em;
}
#morequicklinks {background:#ddd;}
#morequicklinks ul{
	list-style:none;
	padding: 6px 0;
	margin:0;
	font-weight:bold;
}
#morequicklinks ul li{
\	margin:0;
}
#morequicklinks ul li a{
	color:#990000;
	text-decoration:none;
	padding:0;
	margin:0;
}
#morequicklinks ul li a:hover{
	text-decoration:underline;
}
/* CAMPUS STATUS STYLES */
.normal {background: #090 url(../images/checkmark.png) center right no-repeat; color: #fff; padding: 2px 15px 2px 2px;}

/**************************************/
/*           ROUND CORNERS            */
/**************************************/

.round {
    -khtml-border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; 
    } 

/*FOUR ROUNDED CORNERS*/
/*#quicklinks, #footer,*/ .box, ul#feat-item li a/*, .toggle_container*/ {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
/*TOP ROUNDED CORNERS*/
/*#maincontent, */#sectionheading, ul.tabs li, ul.tabs li a:hover	{
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
/*BOTTOM ROUNDED CORNERS*/
#maincontent, ul#audienceinfo li .sub {
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;	
}

.sidebar p {
margin:10px 0 0;
}
