/* ----------------------------------- */
/* ----- PAGE PROPERTIES <<<---------- */
/* ----------------------------------- */
@charset "utf-8"; 

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	text-align: center;
	color: #0a2761;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: small;
	background-color: #f9f9f3;
	margin: 0px auto;
	padding: 0px;
	line-height: 1.5em;
	height:100%;

}

p {
	margin: 0px;
	padding: 5px 0px 10px;
}

.clear {
	clear:both;
}
/* ----------------------------------- */
/* ---- H fonts defined             -- */
/* ----------------------------------- */
h1 {
	letter-spacing: -0.1em;
	padding: 0px 0px 0px;
	margin: 0px;
	font-size: small;
	font-weight: bold;
}
/* ----------------------------------- */
/*  A LINK ELEMENTS <<<------ */
/* ----------------------------------- */
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #3d2f74;
	text-decoration: underline;
}

/* ----------------------------------- */
/* ----Breadcrumb navigation bar <<<---------- */
/* ----------------------------------- */
#breadcrumb {
	width: 930px;
	margin: auto;
	background-color: #d7ddea;
}
/* ----------------------------------- */
/* ---- CONTAINER <<<---------- */
/* ----------------------------------- */
#container {
	margin: auto;
	width: 930px;
}
/* ----------------------------------- */
/* ---- GLOBAL <<<---------- */
/* This defines the top banner size and type */
/* ----------------------------------- */

#crumbbox {
	width: 930px;
	text-align: right;
	font-size: small;
	color: #575d5a;
	background-color: #d7ddea;
	margin: auto;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	min-height: 16px;
}
#crumbbox ul {
	margin: auto;
	padding: 0px;
	min-width: 200px;
/*	background-color: #d7ddea;*/
}
#crumbbox li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	background-color: #d7ddea;	
}
#crumbbox a:link {
	color: #575d5a;
	background-color: #d7ddea; 
	text-decoration: none;
}
#crumbbox a:visited {
	color: #575d5a;
	background-color: #d7ddea;
	text-decoration: none;
}
#crumbbox a:hover {
	color: #373d3a;
	background-color: #c7cdda;
	text-decoration: underline;
}
#crumbbox a:active {
	color: #373d3a;
	background-color: #c7cdda;
	text-decoration: underline;
}



/* ----------------------------------- */
/* ---- HEADER <<<---------- */
/* ----------------------------------- */
#header {
	float: left;
	width: 930px;
	text-align: left;
	background: url(http://coccweb.cocc.edu/bemerson/imagesglobal/cocclogo.png) no-repeat;
	background-position: 0px 18px;
	height: 65px;
	padding-top: 55px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 350px;
}
/* ----------------------------------- */
/* ----- Old Header -------------------- */
/* ----------------------------------- */
#header li {
	margin: 0px;
	display: inline;
	list-style-type: none;
}

/*---------------------------------------*/
/* ----Webpage Course Title------------- */
/*---------------------------------------*/

#classheader {
	float:left;
	width:600px;
	font-size: 30px;
	color: #575d5a;
}
#classheader ul{
	padding:0;
	margin:0;
	margin-left:40px;
}
#classheader li {
	margin: 0px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 10px;

}

#classheader li:first-child {
	float: left;
}

#classheader li:last-child {
	float: right;
}

/* this draws line under a list element with particular class */
#container  #header #classheader .classheader {
	border-bottom:1px solid #FFF;
	padding-bottom: 1px;
}

/*######################*/


/*######################*/
/* END OF HEADER SECTION */
/*######################*/
/*######################*/
/* Banner Image */
/*######################*/

#bannerimage {
	float: left;
	width: 960px;
	height: 150px;
	text-align: left;
	color: #1e0b65;
	padding: 0px;
	background-color: #f9f9f3;
}

/* ----------------------------------------- */
/* ---- MAIN: Includes primary content box-- */
/* ----------------------------------------- */

#main {
	float: left;
	width: 900px;
/*	height: 400px;*/
	text-align: left;
	color: #122;
	padding:0 30px;
	background-color: #f9f9f3;
}
/*----------------------------*/
/*-these content blocks are   */
/* for physics main page      */
/*----------------------------*/
#mainblock {
/*	height: 900px;*/
	width: 900px;
	float: left;
	padding: 10px;
}
#mainleft {
/*	height: 900px;*/
	width: 400px;
	float: left;
	font-size: small;
	padding: 10px 50px 10px 10px;
}
#mainleft a:link {
	color: #27c;
	text-decoration: none;
}
#mainleft a:visited {
	color: #27c;
	text-decoration: none;
}
#mainleft a:hover {
	color: #57c;
	text-decoration: underline;
/*	background-color: #e9e9e3;*/
}
#mainleft a:active {
	color: #57c;
	text-decoration: underline;
/*	background-color: #e9e9e3;*/
}

/*----------------------------*/
/*-these content blocks are   */
/* for course pages           */
/*----------------------------*/

#contentblock {
/*	height: 900px;*/
	width: 900px;
	float: left;
	padding: 10px;
}
#contentleft {
/*	height: 900px;*/
	width: 600px;
	float: left;
	font-size: medium;
	padding: 10px 50px 10px 10px;
}
#contentmain {
/*	height: 900px;*/
	width: 840px;
	float: left;
	font-size: medium;
	padding: 10px 50px 10px 10px;
}
#contentleft a:link, #contentmain a:link {
	color: #27c;
	text-decoration: none;
}
#contentleft a:visited, #contentmain a:visited {
	color: #27c;
	text-decoration: none;
}
#contentleft a:hover, #contentmain a:hover {
	color: #57c;
	text-decoration: underline;
/*	background-color: #e9e9e3;*/
}
#contentleft a:active, #contentmain a:active {
	color: #57c;
	text-decoration: underline;
/*	background-color: #e9e9e3;*/
}
#linkboxright, #linkboxmiddle {
/*	height: 900px;*/
	width: 200px;
	float: left;
	padding: 10px;
}
#linkboxright ul, #linkboxmiddle ul{
	padding:0;
	margin:0;
	margin-left: 20px;
	margin-bottom: 10px;
}
#linkboxright li, #linkboxmiddle li {
	margin: 0px;
	padding-left: 20px;
	padding-right: 10px;
	list-style: none;

}
#linkboxright a:link, #linkboxmiddle a:link {
	color: #233;
	text-decoration: none;
}
#linkboxright a:visited, #linkboxmiddle a:visited {
	color: #122;
	text-decoration: none;
}
#linkboxright a:hover, #linkboxmiddle a:hover {
	color: #122;
	text-decoration: underline;
	background-color: #e9e9e3;
}
#linkboxright a:active, #linkboxmiddle a:active {
	color: #122;
	text-decoration: underline;
	background-color: #e9e9e3;
}
/* _________________________*/
/*     inactive code        */
/* _________________________*/
#noscript1 {
	height: 280px;
	width: 360px;
	float: left;
	padding: 10px;
}

#noscript2, #noscript3, #noscript4 {
	height: 280px;
	width: 150px;
	float: left;
	padding: 10px;
}
#noscript1 h1, #noscript2 h1, #noscript3 h1, #noscript4 h1 {
	font-size: medium;
	font-weight: bold;
}
#noscript1 h2, #noscript2 h2, #noscript3 h2, #noscript4 h2 {
	font-size: small;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

/* ----------------------------------- */
/* ---- Footer Navigation <<<---------- */
/* ----------------------------------- */

#event {
	float:left;
	color: #4f6aa4;
}
#footnav {
	width: 900px;
	height: 150px;
	text-align: left;
	padding: 20px 30px 0px 30px;
	float: left;
	color: #4f6aa4;
	background-color: #d7ddea;	
}
#footnav #footcol1 {
	float: left;
	width: 200px;
	padding:0 5px 0 25px;
	color: #cccfd4;
}
#footnav #footcol2 {
	float: left;
	width: 200px;
	padding:0 5px;
	color: #cccfd4;
}
#footnav #footcol3 {
	float: left;
	width: 200px;
	padding:0 5px;
	color: #cccfd4;
}
#footnav #footcol4 {
	float: left;
	width: 200px;
	padding:0 5px;
	color: #cccfd4;
}

#footnav #footcol6 {
	float: left;
	width: 100px;
	padding:0 5px;
}

#footnav a:link {
	color: #4f6aa4;
	text-decoration: none;
}
#footnav a:visited {
	color: #4f5ac4;
	text-decoration: none;
}
#footnav a:hover {
	color: #4f5af4;
	text-decoration: underline;
}
#footnav a:active {
	color: #4f5af4;
	text-decoration: underline;
}
#footnav ul {
	margin: 0px;
	padding: 0px;
}
#footnav li {
	display: list-item;
	list-style-type: none;
	padding-bottom: 2px;
	color: #cccfd4;
}


/* ----------------------------------- */
/* ----- FOOTER <<<---------- */
/* ----------------------------------- */

#footer {
	width: 875px;
	text-align: right;
	font-size: xx-small;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 55px;
}

/* ----------------------------------- */
/* ----- COLORS <<<---------- */
/* ----------------------------------- */

.color1 {
	color: #1e0b65;
}
.color2 {
	color: #333333;
}
.color3 {
	color: #3cb6ce;
}
.color4 {
	color: #fc6b00;
}
.color5 {
	color: #FC5985;
}
.color6 {
	color: #51B2FF;
}
.color7 {
	color: #c60c30;
}
