/*CSS for CCCSMHS by SRJC CS50.31 Web Content Development Team Fall 2012*/

#cccsmhsContainer {
	position: relative;
	text-align: left;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
}

#cccsmhsContainer * {
/*	font: inherit;*/
}

#cccsmhsContainer h1 {
	font-weight: bold;
	font-size: 160%;
	letter-spacing: -1px;
	margin-bottom: 0;
	margin-left: 10px;
}

#cccsmhsContainer h3 {
	font-weight: bold;
	font-size: 135%;
	letter-spacing: -1px;
	margin: 0;
	text-align: left;
}

#cccsmhsHeader {
	padding: 10px 10px 0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}

#cccsmhsHeader h1 {
	margin: 0;
	white-space: nowrap;
}

#cccsmhsHeader h2 {
	margin: 0 0 0 31px;
	padding: 0;
	font-size: 1.2em;
	white-space: nowrap;
	font-weight: normal;
}

#cccsmhsTopics {
	position: absolute;
	right: 0;
	left: auto;
	width: 182px;
	padding: 0;
	border-left-width: 1px;
	border-left-style: solid;
	z-index: 1;
	height: 535px;
}

#cccsmhsTopics h3 {
	text-transform: uppercase;
	font-size: 110%;
	margin: 3px 0px 5px 3px;
	padding: 1px;
}

#cccsmhsTopics ul {
	margin: 0px;
	padding: 0px;
}

#cccsmhsTopics li {
	display: block;
	margin-bottom: 2px;
	padding-left: 14px;
	list-style-type: none;
	white-space: nowrap;
}

#cccsmhsContainer > section {
	margin-right: 183px;
}

#cccsmhsContainer > section > nav {
	height: 36px;
	padding: 3px 0 6px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#cccsmhsContainer > section > nav p {
	margin: 0;
	text-align: center;
	white-space: nowrap;
}

#cccsmhsMain {
	padding-left: 10px;
	height: 489px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	clip: rect(auto,auto,auto,auto);
	text-align: left;
}

#cccsmhsMain p {
	margin-top: 0px;
	text-align: left;
}

#cccsmhsMain p span em {
	color:#03F;
}

#cccsmhsMain h4 {
	font-weight: bold;
	font-size: 115%;
	margin: 0;
	padding: 0;
}

#cccsmhsMain h4 span em {
	color: #C00;
}

#cccsmhsMain h5 {
	font-weight: bold;
	font-size: 110%;
	margin: 0;
	padding: 0;
}

#cccsmhsMain img {
	margin-top: 50px;
	margin-right: 15px;
	float: right;
	position: relative;
	clear: left;
}

#cccsmhsMain cite {
	font-size: 11.5px;
	margin: 3px 3px 15px 25px;
}

#cccsmhsMain th {
	color: #060;
	background-color: #CCC;
}

#cccsmhsMain > footer {
	border-top-width: 1px;
	border-top-style: dotted;
	padding-top: 6px;
	margin-right: 10px;
	text-align: center;
}
