/*******
*
*	Gavilan Community College homepage CSS
*	Last Updated:  4/23/2010
*
*******/


html, body {
	height: 99%;
	margin: 0px;
	padding: 0px;
}
div#footCont {
	height: 15px;
	clear: both;
}
/* Get rid of p spacing */
div>p {
	margin: 0px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CCCCCC;
	text-align: center;
	min-width: 758px;
	font-size: 100%;
}
div#everything {
	height: 99%;
	width: 758px;
	text-align: left;
	padding: 5px 0 0 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}


/***
*	START: Header
***/
div#headCont {
	color: #002868;
	background-color: #A32638;

	height: 53px;
	width: 758px;
	
	padding-top: 2px;
	
	background-image:    url("red/topRight.gif");
	background-repeat: no-repeat;
	background-position: right top;
}
div#logoAdd {
	color: #002868;
	background-color: #ffffff;

	height: 50px;
	width: 746px;
	
	margin-left: 2px;
}
div#logoAdd img {
	margin-left: 10px;
}
div#address {
	font-size: 12px;		
	color: #002868;
	background-color: #ffffff;

	height: 50px;
	
	padding-right: 10px;

	float: right;
}
/***
*	END: Header
***/


/* START: Nav Menu */
div#navCont ul, div#navCont li, 
div#navCont span, div#navCont a, div#navCont h3 {
	margin: 0;
	padding: 0;
}
div#navCont {
	color: #ffffff;
	background-color: #A32638;
	
	height: 33px;
	width: 758px;

	background-image:    url("red/navBott.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}
div#navCont li {
	float: left;
	list-style-type: none;
	line-height: 1em;
	position: relative; 
}
div#navCont a {
	display: block;
	text-decoration: none;
	padding: 0.2em 0;
}

div#navCont ul.level1nav {
	margin-right: 20px;
	float: right;
}
div#navCont li.submenu {
	width: 120px;
 	border-right: 2px solid #ffffff;
}
div#navCont li.submenu h3 {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}
div#navCont li.submenu a {
	color: #FFFFFF;
	background-color: #A32638;
	width: 120px;	
}
div#navCont li.submenu a:hover {
	color: #002868;
	background-color: #ffffff;
}
div#navCont li.submenu iframe {
	width: 165px;
	position: absolute;
	left: -5px;
	display: none;
}
div#navCont ul ul {
	width: 160px;
	
	display: none;
	position: absolute;
	
	left: -2px;
	z-index: 555;
	
	border: 1px solid #A32638;
}
div#navCont ul.level2nav li {
	width: 160px;
	font-size: 0.8em;
	text-align: left;
	background-color: #FFFFFF;
}
div#navCont ul.level2nav a {
	color: #002868;
	background-color: #ffffff;
	width: 160px;
}
div#navCont ul.level2nav a:hover {
	color: #ffffff;
	background-color: #002868;
}
div#navCont ul.level2nav a span {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 0;
	padding: 0;
}
div#navCont ul.level2nav hr {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
div#navCont ul.level2nav .lastItem {
	text-align: center;
	font-style:italic;
	font-weight: bold;
	font-size: 0.7em;
}
div#navCont ul.level1nav li.submenu:hover ul.level2nav {
	display: block;
}
div#navCont ul.level1nav li.submenu:hover ul.level2nav {
	display: block;
}
/* END: Nav Menu */


table#layout {
	background-color: #ffffff;
	width: 100%;
}


/***
*	START: Side Links
***/
td#leftCol {
	width: 200px;
	vertical-align: top;
	
	margin-right: 0;
	padding-bottom: 10px;
	
	background-color: #ffffff;
}
table#leftLayout {
	width: 200px;
}
td#leftTop {
	height: 25px;
	width: 200px;
	
	background-image:    url("red/quickTop.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
td.leftMid {
	height: 25px;
	width: 200px;
	
	background-image:    url("red/quickSide.gif");
	background-repeat: repeat-y;
	background-position: left;
}
table#leftLayout a {
	width: 150px;
	
	color: #002868;
	background-color: #ffffff;
	
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;

	display: block;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 18px;
}
table#leftLayout a:hover {
	color: #A32638;
	background-color: #ffffff;
	
	border: 1px solid #002868;
}
table#leftLayout span {
	width: 150px;
	
	color: #002868;
	background-color: #ffffff;
	
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;

	display: block;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 18px;
}
td#leftBot {
	height: 40px;
	width: 200px;
	
	background-image:    url("red/quickBott.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}
td.leftSearch {
	color: #A32638;
	background-color: #ffffff;
	
	font-size: 12px;
	font-weight: bold;

	padding-top: 10px;
	
	background-image:    url("red/quickSide.gif");
	background-repeat: repeat-y;
	background-position: left;
}
div.quickSearch form {
	margin: 0;
	padding: 0;
}
div.quickSearch input, div.quickSearch select {
	font-size: 10px;
}
div.quickSearch {
	width: 160px;
	text-align: left;
	
	padding-left: 5px;
	margin-left: 18px;
}
/***
*	END: Side Links
***/


/***
*	START: Main table
***/
td#mainTable {
	width: 350px;
	height: 100%;

	color: #000000;
	background-color: #ffffff;
		
	vertical-align: top;
	
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 0;
	
	background-image:    url("red/mainTopR.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
/***
*	END: Main table
***/


/***
*	START: Picture Area
***/
div#picCont {
	color: #ffffff;
	background-color: #A32638;
	
	width: 350px;
/*	height: 320px; */
	height: 335px;
	
	margin: 0;
	padding-top: 0;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
}
div#picCont div#picture {
	width: 350px;
/*	height: 200px; */
	height: 215px;
	
	padding: 0;
	margin: 0;
}
div#picCont p {
	padding: 0;
	margin: 0;
}
div#picCont p#capTitle {
	height: 21px;

	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin: 5px 0;
	padding: 0;
}
div#picCont p#capDesc {
	color: #ffffff;
	background-color: #002868;
	
	font-size: 14px;

	width: 320px;
	height: 70px;

	padding: 5px;
	margin: 0 10px;
}
div#picCont p#capDesc a,
div#picCont p#capDesc a:visited {
	color: #ffffff;
	background-color: #002868;
}
/***
*	END: Picture Area
***/


div#bodyCont td.rightCol {
	color: #A32638;
	background-color: #ffffff;

	width: 200px;
	padding-left: 5px;

	background-image:    url("/styles/homepage/red/right.gif");
	background-repeat: repeat-y;
	background-position: right;
}
/***
*	START: Spotlight
***/
div#spotlightCont {
	padding:0;
	margin:0;
}
table#spotlight {
	color: #A32638;	
	background-color: #C9C9C9;
	width: 180px;
}
table#spotlight caption {
	color: #002868;
	background-color: #C9C9C9;
	
	font-size: 14px;
	font-weight: bold;
	
	width: 180px;
}
table#spotlight td {
	color: #A32638;
	background-color: #E9E9E9;
	
	font-size: 12px;
}
table#spotlight a {
	color: #0000ff;
	text-decoration: none;
}
table#spotlight a:hover {
	color: #A32638;
	text-decoration: underline;
}
/***
*	END: Spotlight
***/

/***
*	START: Events
***/
div#eventsCont {
	width: 178px;
	height: 168px;

	padding: 0;
	margin:0;
	
	border: 1px solid #CCCCCC;
}
div#eventsCont p {
	color:#002868;
	background-color:#C9C9C9;

	width: 178px;
	height: 19px;
	
	font-size:14px;
	font-weight:bold;
	text-align:center;

	padding: 0;
	margin: 0;
}
div#eventsCont iframe {
	width: 178px;
	height: 150px;
	margin: 0;
	padding: 0;
}
div#eventsCont p#rss a {
	font-size: 10px;
	margin: 0;
	padding: 0;
}
/***
*	END: Events
***/

/***
*	START: Headliner
***/
td#headliner {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 13px;
	padding-left: 8px;
	padding-right: 0;

	background-image:    url("/styles/homepage/red/right.gif");
	background-repeat: repeat-y;
	background-position: right;
}
td#headliner div {
	color: #A32638;
	background-color: #E9E9E9;
	
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	
	width: 526px;
	padding: 3px;
	
	border: 1px solid #002868;
}
td#headliner .headliner_style {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #A32638;
	line-height: 1.5em;
}
td#headliner .headliner_style a, 
td#headliner .headliner_style a:visited {
	color: #000099;
}
/***
*	END: Headliner
***/

/***
*	START: Sites
***/
div#sites {
	color: #A32638;
	background-color: #ffffff;
	
	text-align: center;
	font-size: 12px;
	
	width: 670px;
	height: 48px;

	background-image:    url("red/bott.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	
	float: left;
}
div#sites img {
	vertical-align: middle;
}
.imgSpacer {
	margin-left: 5px;
	margin-right: 5px;
}
div#sites a {
	color: #002868;
	background-color: #ffffff;
	text-decoration: none;
}
div#sites a:hover {
	color: #A32638;
	background-color: #ffffff;
}
div#siteLeft {
	height: 48px;
	width: 40px;
	float: left;
	background-image:    url("red/bottLeft.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#siteRight {
	height: 48px;
	width: 48px;
	float: right;
	background-image:    url("red/bottRight.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}
/***
*	END: Sites
***/


/***
*	START: Footer
***/
div#footCont {
	color: #002868;
	background-color: #CCCCCC;
	font-size: 10px;
	font-weight: bold;
}
/***
*	END: Footer
***/


/*** Universal colors and format ***/
.miniText {
	font-size: 10px;
}
