/* ============ MAIN DECLARATIONS ============ */

body {
	text-align: center;
	background: url(images/grass1.jpg) repeat-x top center #25380e;
}

div#header {
	width: 695px;
	height: 125px;
}

div#header h1 a {
	display: block;
	width: 190px;
	height: 150px;
	position: relative;
	left: 20px;
	text-indent: -9999px;
}

div#wrapper {
	margin: 0 auto;
	width: 955px;
	text-align: left;
}

div#sidebar {
	width: 230px;
	float: left;
	height: 605px;
}

div#sidebar-top {
	width: 230px;
	height: 177px;
}

div#sidebar-top h1 a {
	display: block;
	width: 230px;
	height: 177px;
	background: url(images/home_sidebar_01.jpg) top left no-repeat;
	text-indent: -9999px;
}

div#sidebar-content {
	width: 230px;
	height: 690px;
	background: url(images/home_sidebar_02.png) top left no-repeat;
}

div#main {
	width: 695px;
	float: left;
 	background: url(images/main.png) no-repeat top center;
 	padding: 0 15px 0 15px;
}

div#content {
	width: 655px;
	min-height: 658px;
	background: #dff0bd;
	padding: 20px;
}

div#main-bottom {
	width: 712px;
	height: 14px;
	background: url(images/main_bottom.png) repeat-y top center;
	clear: both;
}

div#page-title {
	height: 40px;
	background: url(images/home_02.png) top center no-repeat;
	padding-left: 10px;
}

div#footer {
	clear: both;
	width: 695px;
	padding-left: 245px;
	padding-top: 5px;
	color: #7da727;
}

div#footer a:link, div#footer a:visited {
	color: #7da727;
	text-decoration: none;
}

div#footer a:hover, div#footer a:active {
	color: #7da727;
	text-decoration: underline;
}


div#footer p.copyright {
	float: left;
}

div#footer p.credit {
	float: right;
}

div.footer p {
	color: #7da727;
}





/* ============ TYPOGRAPHY ============ */

body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 0.75em;
	color: #1a651a;
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: georgia, "times new roman", serif;
	font-weight: bold;
	padding-bottom: 1em;
}

h1 {
	font-size: 1.8em;
	color: #fff;
}

h2 {
	font-size: 2em;
	color: #fff;
	font-weight: normal;
	padding: 5px 0 0 15px;
	line-height: 1.2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.2em;
}

p {
	padding-bottom: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul#global-nav li {
	font-family: georgia, "times new roman", serif;
	font-weight: bold;
	font-size: 1.3em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul, ol {
	padding-left: 2em;
	padding-bottom: 1em;
}

/* links */

a:link, a:visited {
	color: #1a651a;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active {
	color: #91633d;
	text-decoration: underline;
}

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

div#sponsors img {
	padding: 0 10px 10px 0;
}

img#commonwealth-logo {
	padding-bottom: 15px;
}

a.back {
	display: block;
	padding-bottom: 1em;
}

/* ============ tables ============ */

th {
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 0.5em;
	font-family: Georgia, "times new roman", serif;
}

tr.divider {
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}

/* ============ GLOBAL NAV ============ */

ul#global-nav {
	padding-top: 15px;
	padding-left: 15px;
	list-style-type: none;
}

ul#global-nav ul {
	padding: 0 0 0 15px;
	list-style-type: none;
	width: 150px;
}

ul#global-nav ul li {
	font-size: 0.9em;
	list-style-type: none;
	width: 150px;
}

ul#global-nav ul li a:link, ul#global-nav ul li a:hover, ul#global-nav ul li a:visited, ul#global-nav ul li a:active {
	width: 150px;
}

ul#global-nav ul li a:link, ul#global-nav ul li a:hover, ul#global-nav ul li a:visited, ul#global-nav ul li a:active {
	background: none;
}

ul#global-nav li a:link, ul#global-nav li a:visited  {
	display: block;
	height: 20px;
	width: 190px;
	padding-left: 10px;
	background: url(images/rollover.png) top left no-repeat;
	color: #1a651a;
	text-decoration: none;
}

ul#global-nav li a:hover, ul#global-nav li a:active {
	color: #fff;
	background-position: 0 -20px;
	text-decoration: none;
}

/* ============ FORMS ============ */

form {
	margin-bottom: 1em;
}

fieldset {
	border: 1px solid #ccc;
	padding: 10px 20px;
}

legend {
	font-size: 0.8em;
	font-style: italic;
	padding: 3px;
}

label {
	float: left;
	width: 250px;
}

input {
	padding: 3px 0;
	margin-left: 10px;
	margin-top: 5px;
}

div.form-separator {
	clear: both;
	padding: 5px 0;
}

label.wide-label {
	width: 400px;
	padding-bottom: 10px;
}

span.required {
	color: #f00;
}

/* ============ clearfix ============ */

div.clearfix {
	clear: both;
}
