/*

	PCMH Stylesheet :	
		
	-Structure		: all structure definition ids
	-Header			: header and greenbar information
	-Navigation		: navigation list elements
	-Sidebar		: sidebar rules
	-Content		: content rules
	-Footer			: footer definitions
	-Float			: all float classes, left, right, clear
	-Icons			: icon link classes

*/

body {
	background: #fff url('/images/bg_page-gradient.png') repeat-x bottom;
	background-attachment: fixed;
	color: #333;
	margin:auto;
	padding: 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: small;
	
}

a:link, a:active, a:visited {
	background: none;
	color: #060;
	text-decoration: none;
	border-bottom: 2px solid #92CE92;
}

a:hover {
	background: none;
	color: #333;
	border-bottom: 2px solid #060;
}

h1, h2, h3 {
	font-family: "New Baskerville", "Baskerville", Georgia, Times;
	background: none;
	color: #060;
}

h1 {
	font-size: 175%;
	letter-spacing: -0.05em;
	clear: both;
}

/* ================================================= */
/* -STRUCTURE */

#wrapper {
	position:relative;
	margin:auto;
	margin-right:auto;
	margin-top:20px;
	width:900px;
	}

#header {
	padding-left: 97px;
}

#sidebar {
	background: none;
	color: #6C6C6C;
	position: absolute;
	top: 260px;
	width: 237px;
	left: -2px;
	height: 689px;
}

#content {
	clear: both;
	
}

#footer {
	clear: both;
	margin: 125px 0 25px 235px;
}

/* ================================================= */
/* -HEADER */

#header #logo {
	height: 70px;
}

#header #logo img {
	border: 0;
}

#header #logo a:link, #header #logo a:active, #header #logo a:visited, #header #logo a:hover {
	border:0;
}

#greenBar {
	background: #59BD59 url('/images/bg_header-right.png') repeat-x;
	font-family: Georgia;
	font-size: 110%;
	height: 180px;
	clear: both;
	margin: -1px;					/* Firefox hack, this sucks a lot */
	border-top: 1px solid #fff;		/* Firefox hack, this sucks a lot */
}

#greenBar .text {
	margin: 15px 0 0 100px;
}

/* ================================================= */
/* -NAVIGATION */

#navigation {
	margin: 21px 0 0 250px;
}

#navigation ul {
	list-style-type: none;
	color: #ccc;
}

#navigation li {
	display: inline;
	padding: 0 20px;
	border-right: 1px solid #157A15;
}

#navigation a, #navigation a:visited, #navigation a:active {
	background: none;
	color: #ccc;
	text-decoration: none;
	border: 0;
}

#navigation a:hover {
	background: none;
	color: #fff;
}

#navigation .selected {
	background: #6AC66A;
	padding-top: 1px;
	color: #fff;
}

/* ================================================= */
/* -SIDEBAR */

#sidebar h1 {
	margin-top: 0;
}

#sidebar p {
	font-size: 85%;
}

#sidebar ul {
	margin: 0;
	padding-left: 1.3em;
	font-size: 85%;
}

/* ================================================= */
/* -CONTENT */

#content .splash {
	margin: 10px 0 0 129px;
	/* border-bottom: 1px solid #fff; */
}

#content .homepage {
	margin: 0 75px 0 238px;
}

#content .red {
	color: #f30;
}

table {
	border-bottom: 1px solid #ccc;
}

th {
	background: #ccc;
	color: #333;
	text-align: left;
}

td {
	padding: 2px;
}

tr.alternate {
	background: #e8eae8;
}

/* ================================================= */
/* FLOAT CLASSES */

.column {
	float: left;
	margin-right: 15px;
	width: 40%;
	margin-top: 10px;
}

.row {
	padding: 5px 0;
	margin-bottom: 30px;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* ================================================= */
/* ICON CLASSES */

a.pdf {
	background: url('/images/icons/pdf.gif') left no-repeat;
	padding-left: 20px;
	line-height: 18px;
	border: 0;
}

