@charset "UTF-8";
/* CSS Document */

/* -- Crater High BIS -- */

/* ------- 	CSB Main Content Styles
			Two Column Layout  --------- */
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.redtext {
	color: #C00;
}

a img {
	border: none;
}

/* -- Sidebar Styles -- */

#sidebar {
	float: left;
	width: 220px;
	background-color: #FC6;
}

#sidebar h1 {
	margin: 1em 1.5em 1em 0;
	padding-left: .5em;
	font-size: 1.2em;
	border-bottom: 1px solid;
}

#sidebar p {
	margin: .5em;	
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	margin: 1em .5em;
	padding-left: 15px;
	background: url(../images/triangle.png) no-repeat left center;
}

#sidebar ul a {
	text-decoration: none;
	color: #000;
}

#sidebar ul a:hover {
	color: #F60;
	text-decoration: underline;
}

/* -- Content Styles -- */

#content {
	float: right;
	width: 680px;
	padding-bottom: 1em;
	background: url(../../images/content_bg2.png) repeat-x top left;
	text-align: left;
	color: #000;
}

#content ol {
	margin-left: 3em;
	padding: .25em;
}

#content ul {
	margin-left: 3em;
	padding: .25em;
}

#content li {
	padding-bottom: .15em;
	padding-top: .15em;
}

#content p {
	padding: .25em;
	line-height: 1.5em;
}

#content b.first {
	font-size: 1.15em;
	font-weight: bold;
}

#content a.alumni {
	margin-left: 1em;
	font-size: 1.25em;
	color: #333;
	line-height: 1.5em;
}

#content a:hover {
	color: #F60;
	text-decoration: underline;
	text-align: right;
}

.imgspacing {
	padding: .5em;
}

#boxwrapper {
	width: 600px;
	margin-left: 5em;
	background: #333;
}

#boxwrapper h1 {
	padding: .25em;
	font-size: 1.25em; color: #333;
	background: #F60;
}

#boxwrapper p {
	color: #CCC;
}



/* -- Footer Styles -- */

#footer {
	clear: both;
	width: 900px;
	height: 28px;
	background: url(../../images/top_header_bg.png) repeat-x top left;
	border-top: 2px solid;
	
}

#footer ul {
	margin: 0 1em;
	padding: 0;
	list-style: none;
}

#footer ul li {
	float: left;
}

#footer ul a {
	padding: 0 1.1em;
	font-size: 14px;
	line-height: 1.5em;
	text-decoration: none;
	color: #fff;
	float: left;
	display: block;
	
}

#footer ul a.first {
	background: none;
}

#footer ul a:hover {
	color: #F90;
}

