body {
	margin: 0 auto 20px;
	width: 940px;
	background: #A1B39C url(../images/Body/BG.jpg) repeat;	/*CASCADE Remove for WYSIWYG editor*/
	
}

 /*--This gets rid of ALL the default borders applied to images. You can change this option in the CSS to have borders on images if you want--*/
#container {
	margin: 0 auto;
	width: 920px;
}
#dropshadow {
	background: url(../images/Body/shadow.png) repeat-y top;
	width: 940px;
	margin: 0 auto;
}
#topWrap {
	background: url(../images/wrappers/top.png) no-repeat top;
	width: 940px;
	height: 20px;
	margin: 0 auto;
}
#bottomWrap {
	background: url(../images/wrappers/bottom.png) no-repeat bottom;
	width: 940px;
	height: 27px;
	margin: 0 auto;
}

/*========================================================================
Header, Cal Poly Logo, Department Name
========================================================================*/

#header {
	width: 880px;
	height: 150px;
	margin: 0 0 15px 18px;
	background: url(../images/header/MountainBiking.jpg) #f2f2f2 left no-repeat;
	border: 1px solid #333333;
}
/*/ #header { margin-top: -5px; } /* */ /*<--IE 8 Hack*/
/*========================================================================
CP Logo
========================================================================*/
#header #cplogo, #header #cplogo a { /*--The link is for the alt text color if images are turned off--*/
	height: 130px;
	color: #333333;
}
#cplogo {
	margin: 0 0 0 15px;
}
/*==============================| SKIPLINK |==============================*/
#skiplink {
	padding: 5px 0;
	font-size: 70%;
	text-align: right;
	height: 100%;
	background: none;
	}
/*========================================================================
The Content Area of the Header. This contains the Dept Name/Logo and the CP name 
========================================================================*/ 

#headercontent {
	float: left;
	min-width: 50%;
	margin: 0;
	padding-left: 0;
	border-left: none;
	}
#headercontent #deptname {
	color: #333333;
	padding: 5px 0 0 0;
	border-left: none;
}
/*/ #headercontent #deptname { margin-top: -20px; } /* */ /*<--IE 8 Hack*/
#deptname {
	margin: 5px 0 0;
}
#deptname a:link, #deptname a:visited {
	text-decoration: none;
	color: #333333;
}
#deptname a:focus, #deptname a:hover, #deptname a:active {
	text-decoration: none;
	color: #555555;
}
#headercontent #deptname p#department_name {
	font-size: 18px;
	color: #333333;
}
#headercontent #deptname p#small_department_name {
	color: #333333;
}
#headercontent #deptname p#optional_deptinfo {
	font-size: 80%;
}
#cp ul {
	clear: both;
	font-size: 75%;
	color: #333333;
	margin: 0 0 5px 10px;
	padding: 5px 0;
	/*background: url(../common/images/header/goldbar.gif) top right repeat-x #d1bd4a;*/
	text-align: left;
	}
#cp ul li {
	display: inline;
	}
#cp ul li a {
	color: #333333;
	text-decoration: none;
	padding: 10px;
	}
#cp ul li a:link,
#cp ul li a:visited {
	text-decoration: none;
	}
#cp ul li a:focus,
#cp ul li a:hover,
#cp ul li a:active {
	color: #555555;
	text-decoration: none;
	}
/*========================================================================
Utility Menu Search = The Search Box
========================================================================*/
#search {
	margin: 0 10px 10px 0;
	padding: 0 5px 5px;
	float: right;
	width: 150px;
	color: #444444;
	background: #ffffff;
	}
#submit {
	position: relative;
	top: 4px;
	left: 4px;
	display: inline;
	color: #fff;
	}
#search label {	font-size: 70%;	}

input#q {
	border: #cccccc solid 1px;
	width: 100px;
	font-size: 70%;
	padding: 3px 5px;
	}
/*========================================================================
Left NAV BOX
========================================================================*/
#leftnav {
	float: left;
	width: 167px;
	padding: 0 10px;
}
/*========================================================================
RIGHT NAV BOX
========================================================================*/
#rightcol {
	float: right;
	width: 167px;
	padding: 8px 20px 0 10px;
	}
#rightcol h2 {
	font-size: 70%;
	text-align: left;
	letter-spacing: 0;
	padding: 5px 0 6px 10px;
	background: url(../common/images/navigation/nav_h1.gif) left top no-repeat #ddd;
	color: #333;
	border-bottom: #ddd solid 1px;
	}
#rightcol h3 {
	font-size: 70%;
	display: block;
	padding: 4px 10px;
	color: #333;
	background: url(../common/images/navigation/nav_h2.gif) #fff repeat-x left bottom;
	border-bottom: #ddd solid 1px;
	border-left: #ddd solid 1px;
	border-right: #ddd solid 1px;
	}
#rightcol h3 a:link,
#rightcol h3 a:visited {
	text-decoration: none;
	color: #333;
	}
#rightcol h3 a:focus,
#rightcol h3 a:hover,
#rightcol h3 a:active {
	text-decoration: underline;
	color: #333;
	}
#rightcol ul {
	list-style-type: none;
	background: #edf2f2;
	border-left: #ddd solid 1px;
	border-right: #ddd solid 1px;
	margin: 0;
	padding: 0;
	}
#rightcol ul li {
	font-size: 75%;
	color: #444;
	width: 100%;
	}
#rightcol ul li a {
	text-decoration: none;
	padding: 7px 6px 7px 10px;
	display: block;
	height: 100%;
	color: #444;
	border-bottom: #ddd solid 1px;
	border-top: #fff solid 1px;
	}
#rightcol ul li a:link,
#rightcol ul li a:visited {
	color: #444;
	background: none;
	}
#rightcol ul li a:focus,
#rightcol ul li a:hover,
#rightcol ul li a:active {
	color: #000;
	border-top: #fff solid 1px;
	background: #e0e9e9;
	}
#rightcol ul ul {
	background: #f7fcfc;
	border: none;
	margin: 0;
	}
#rightcol ul ul li {
	font-size: 90%;
	}
#rightcol ul ul li a {
	color: #444;
	padding: 5px 5px 5px 25px;
	border: none;
	border-bottom: #ddd solid 1px;
	border-top: #fff solid 1px;
	}
#rightcol ul ul li a:link,
#rightcol ul ul li a:visited {
	color: #444;
	background: url(../images/navigation/chevron.gif) 17px 9px no-repeat;
	}
#rightcol ul ul li a:focus,
#rightcol ul ul li a:hover,
#rightcol ul ul li a:active {
	color: #000;
	border-top: #fff solid 1px;
	text-decoration: none;
	background: url(../images/navigation/chevron.gif) 17px 9px no-repeat #ebebeb;
	}
#rightcol p {
	background: #efefef;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	}
/*========================================================================
Content
========================================================================*/
#content {
	color: #333333;
	margin: 0 auto;
}
#content p {
	margin: 5px 0 5px 0;
	line-height: 150%;
	font-size: 100%;
}
/*========================================================================
Images
========================================================================*/
#content img {
	border: 1px solid #cccccc;
}
/*========================================================================
Footer
========================================================================*/
#footer_deptlinks {
	display: inline;
}
/*========================================================================
Cal Poly Template Custom Web Stylesheet
Add custom styles for your web site here.
=========================================================================*/
#content h1.home {
	font-size: 190%;
	color: #003300;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	text-align:center;
}

#content h1 {
	font-size: 190%;
	color: #003300; 
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	text-align:center;
}
#home_container {
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
}
#content h3.community {
	font-size: 120%;
	color: #003300;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	border-bottom: #cccccc dotted 1px;
}
#content h2 {
	border-bottom: 1px solid #ececec;
	padding: 10px 0 3px 0;
	font-size: 150%;
}
#content h2.MS {
	font-size: 120%;
	color: #336600;
	margin: 20px 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: #cccccc dotted 1px;
}
#content h2.center {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	text-align: center;
	border-bottom: #cccccc dotted 1px;
}
#content h2.left {
	margin: 15px 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 150%;
	border-bottom: #cccccc dotted 1px;
}
#content h2.contact {
	font-size: 14px;
	font-weight: bold;
}
#content h2.hours {
	margin: 15px 0 10px 0;
	padding: 0 0 5px 0;
}
#content h3 {
	font-weight:normal;
	border-bottom: none;
	padding: 10px 0 0 0;
}
#content h4 {
	margin: 0;
	padding: 0;
}
#content hr {
	border: none 0;
	border-top: 1px dotted #cccccc;
	height: 1px;
	margin: 10px 0 10px 0;
}
#filler {
	height: 400px;
}
.header_second {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	color: #333;
	padding: 5px 0 0 0;
}
.community_programs {
	height: 120px;
}
.clear_left {
	clear: left;
}
.imgclear {
	clear: both;
	padding: 3px;
	margin: 0 15px 20px 15px;
	border: #ccc solid 2px;
}
.contentBox_outline_only {
	padding: 3px;
}
.imgCenter {
	text-align: center;
	padding: 2px;
	margin: 0 auto 10px auto;
}
#content img {
	margin: 5px 10px 5px 5px;
}
#content p {
	margin: 10px 0 10px 0;
}
#content p.bold {
	font-weight: bold;
}
#content li {
	list-style: outside circle;
	line-height: 150%;
}
#content ul.fieldset {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: circle inside;
}
.leftcol {
	float: left;
	width: 240px;
}
.rightcol {
	float: right;
	width: 240px;
}
/*========================================================================
Faculty Content (contains everything: the id and the ul)
========================================================================*/
#fac_content {
	margin: 10px 0 0 0;
	float: left;
}
#fac_content ul {
	list-style: outside;
	margin: 10px 0 10px 30px;
	padding: 2px;
}
#fac_content p {
	margin: 10px 0 10px 0;
}
/*========================================================================
Faculty Infromation
========================================================================*/
#fac_info {
	margin: 0;
	padding: 0;
}
.fac_info {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	height: 250px;
}
.fac_info img {
	border: 1px solid #cccccc;
	padding: 0;
	margin: 0 10px 0 0;
}
.fac_info_chair {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	height: 250px;
	width: 500px;
	
}
.fac_info_top {
	padding: 10px 0 0 0;
	height: 200px;
}
.fac_info_bottom {
	padding: 0 0 5px 0;
	height: 15px;
}
.facIMG {
	width: 220px;
	float: left;
}
.imgCONTENT {
	width: 300px;
	float: left;
}
/*========================================================================
Faculty Personal Infromation
========================================================================*/
#fac_info_personal {
	padding: 10px;
}
#fac_topWrap {	
	width: auto;
	height: auto;
	/*clear: right;*/
}
#fac_topWrap img {
	border: 1px solid #cccccc;
	padding: 2px;
	margin: 0 10px 0 0;
}
/*========================================================================
Faculty Personal Quote (Info next to the picture)
========================================================================*/
.fac_quoteWrap {
	background: url(../images/Faculty_Page/fac_quote_box.png) center no-repeat;
	width: 415px;
	float: left;
	padding: 10px;
	margin: 0 0 20px 0;
}
.fac_quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	padding: 0 0 0 30px;
	color: #222222;
}
.fac_sig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	color: #222222;
	padding: 10px 0 0 30px;
}
/*========================================================================
Quick Links
========================================================================*/
.fac_quickLinks {
	float: left;
}

.fac_quickLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fac_quicklinks li {
	margin: 0;
	padding: 0;
}

/*========================================================================
Quick Links
========================================================================*/
.facCONTENT {
	padding: 10px; 
}
/*========================================================================
Footer
========================================================================*/
#footer {
	clear: both;
	width: 100%;
	background: #ffffff;
	color: #555555;
	border-top: none;
	font-size: 70%;
	height: 120px;
}
#footer_links {
	border-top: #f2f2f2 solid 1px;
	border-bottom: #f2f2f2 solid 1px;
	padding: 7px 10px 5px;
	background: #ffffff;
	color: #333333;
}
#footer_links p {
	display: inline;
	margin: 0 30px 0 0;
}
#footer_links a { margin: 0 5px; }

#footer_links a:link,
#footer_links a:visited {
	color: #333333;
	text-decoration: none;
}
#footer_links a:focus,
#footer_links a:hover,
#footer_links a:active {
	color: #555555;
	text-decoration: underline;
}
	#footer_deptlinks {
	float: left;
	width: 49%;
}
#footer_deptlinks a:link,
#footer_deptlinks a:visited {
	color: #555555;
	text-decoration: none;
}
#footer_deptlinks a:focus,
#footer_deptlinks a:hover,
#footer_deptlinks a:active {
	color: #333333;
	text-decoration: underline;
}
#footer_deptinfo {
	float: right;
	text-align: right;
	width: 50%;
}
#footer_deptinfo a:link,
#footer_deptinfo a:visited {
	color: #555555;
	text-decoration: underline;
}
#footer_deptinfo a:focus,
#footer_deptinfo a:hover,
#footer_deptinfo a:active {
	color: #333333;
	text-decoration: underline;
}
