body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

td {
	font-size: 12px;
}

a, a:visited {
	color:#009878;
	text-decoration:none;
}

a:hover {
	color:#0067a5;
	text-decoration:underline;
}

/*-----------Global Template Settings---------*/
#container {
	width: 800px;
	/*width: 100%;*/
	height: 500px;
	position:relative;
}

html>body #container {height: auto;	min-height: 500px;}

#content {width: 100%; clear:both;}

#sub-content {width: 630px; clear:both; padding: 10px;}

html>body #sub-content {width: 610px; clear:both; padding: 10px;}

#site-header {
	background-color: #009878;
	width: 100%;
	text-align:left;
}

#left-border {
	background-color: #ff5500;
	width: 100%;
	float:left;
	background-image:url(/images/template/bcc_logo_vert.gif);
	background-position: 20 30;
	background-repeat:no-repeat;
}

.right-content {
	width: 100%;
	background-color:#FFFFFF;
	text-align:left;
	height: 500px;	
}

html>body .right-content {
	height: auto;
	min-height: 500px;
}

#homepage-pic {
	background-image: url("/images/template/bcc-home-pic.jpg");
	background-repeat:no-repeat;
	clear:left;
}

#pagename {
	color: #000000;
	font: 24px Arial, Helvetica, sans-serif;
	padding: 10px;
}

#campus-update {
	background-color:#8e8e8e; 
	width: 85px; 
	height: 40px; 
	float:left;
	font-size: 11px;
	color:#FFFFFF;
	text-align:center;
}

/*-----------Homepage Template---------*/

.homepageNews {
	width: 170px;
	z-index: 1;
	position:relative;
	float:right;

}

.homepageNewsBanner {
	color:#ffce00;
	font-size: 12px;
	font-weight:bold;
	background-color:#1f1f66;
	line-height: 30px;
	padding-left: 5px;	
}

.homepageNewsContentArea {
	background-color:#5e5d93;
	filter: alpha(opacity=80); -moz-opacity: .80;
	height: 140px;
	color:#FFFFFF;
}

.homepageNewsContentArea #News {
	position:absolute;
	left: 5px;
	top: 30px;	
}

.homepageNewsContentArea #Events {
	position:absolute;
	left: 5px;
	top: 205px;
}

/*-----------Main Nav---------*/
#main-nav {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
}

#main-nav div.depth1 {
	border-bottom: 1px solid #ffffff;
}

#main-nav a{
	color: #00345b;
}

/*----------Sub Nav----------*/
#sub-nav { 
	width: 140px; 
	font-size: 11px;
	margin-top: 10px;
}

#sub-nav ul {
	list-style-type:none;
	margin: 0;
	padding: 0;	
	border-bottom: 1px solid #515151;		
}

#sub-nav li {
	padding: 3px 0 3px 5px;	
}

#sub-nav-title {
	font-weight:bold;
	font-size: 12px;
	padding-left: 5px;
	border-top: 1px solid #515151;
	border-bottom: 1px solid #515151;
	width: 140px;
	margin: 0;
	color:#000000;
	line-height: 20px;
	margin-bottom: -14px;
}

#sub-nav ul ul{
	margin-left: 15px;
	border-bottom: 0px;	
}

#sub-nav li li {
	list-style-type:disc;
	margin-left: 10px;
	padding: 3px 0 3px 0;
}

/*----------Custom Forms----------*/
#required, #errors {
	color:#FF0000;
	font: 12px Arial, Helvetica, sans-serif;
}

/*-----------------Search Form------------------*/

.SearchForm {
	position:absolute;
	left: 65%;
	top: 10;
	width: 250px;
}

input.searchText {
	border: 1px solid #5B5B5B;
	background-color: #FFFFFF;
	color: #000000;
	width: 130px;
	padding-left: 2px;
	height: 18px;
	font-size: 11px;
}

input.SearchSubmit {
	cursor:pointer;
	text-align:center;
}

/*------------Footer Nav-------------*/
#footer-links {
	clear:both;
	font-size: 11px;
	padding: 10px;
	text-align:center;
	color:#333333;	
}

#footer-links li {
	list-style-type:none;
	float:left;
	padding: 0 3px 0 3px;
}

#footer-links a{
	color:#999999;
}

#footer-links .pipe-node {
	padding: 0 2px 0 2px;
}

#Footer {
	font: 10px Verdana, Arial;
	color: #999999;
}

#Footer a {
	color:#999999;
	font-weight:bold;
}

#WebDirectBug {
	color:#686868;
	font: 10px "Trebuchet MS";
	line-height:12px;
	width:250px;
	margin-top:5px;
}
#WebDirectBug a {
	color: #707070;
	text-decoration:underline;
}

#WebDirectBug a img {
	text-decoration:none;
}

/*--------------Search Results------------*/

.WebDirectSearchTable {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.SiteMapList {
	font: 12px Arial, Verdana;
}

