
	/* Print Stylesheet for Chabot-Las Positas Community College District */

body {
	margin: 0.5in;
}

#logo {
	position: absolute;
	left: 10px;
	top: 10px;
}

#banner-main {
	display: none;
}

#banner-main form {

}

#GlobalNav {
	position: relative; /* (relative to CLPCCD tagline) */
	top: 3px;
	height: 35px;
	background: #600;
}

#LocalNav {
	display: none;
}

#banner-sub {
	position: absolute;
	left: 120px;
	top: 10px;
}

#content {
	position: absolute;
	left: 120px;
	top: 60px;
	width: 6in;
}

#footer {
	padding-top: 10px;
	border-top: 1px solid #000;
	text-align: center;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer ul li {
	display: inline;
	list-style: none;
	margin-left: 6px; /* sets space between left of bullet and prior list item: [list item]'space'(bullet) */
	padding-left: 14px; /* sets space between bullet and corresponding list item: '(bullet)space' [list item] */
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

#footer ul li.FooterBullet {
	background: url(../images/bullet.png) no-repeat left 5px;
}

	/* General Properties */

a:link {
	color: #00C;
}

a:hover {
	color: #06F;
}

a:visited {
	color: #609;
}

a:visited:hover {
	color: #60F;
}

h1 {
	font: 2em "Times New Roman", Times, serif;
}

h2 {
	font: 1.6em "Times New Roman", Times, serif;
}

h3 {
	font: italic bold 1.2em Arial, Helvetica, sans-serif; 
}

h4 {
	font: bold 1em Arial, Helvetica, sans-serif; 
}

	/* Tables */
	
table {
	border-collapse: collapse;
	border: none;
}

caption {
	padding: 4px;
	border: 1px solid #ccc;
	margin-top: 15px;
	font-weight: bold;
	background: #903;
	color: #fff;
	font-size: 1.1em;
}

th {
	padding: 4px;
	border: 1px solid #ccc;
	text-align: left;
	font-weight: bold;
	background: #eee;
}

td {
	padding: 4px;
	border: 1px solid #ccc;
}

table, tr, td {
	height: auto;
}

