/*
*********************************************************************
Type:        CSS-1
Web site:    www.gllt.org
Copyright:   © 2004 Axon Design & Marketing
Created by:  Jamie Peloquin
Created on:  03/25/04
Updated:     06/04/04
*********************************************************************
*/
/*
*********************************************************************
NOTES:                                                              *
This document contains styles which are compatible with CSS-1       *
and higher compliant web browsers.                                  *
*********************************************************************
*/
/*
*********************************************************************
PAGE PROPERTIES                                                     *
*********************************************************************
*/
html {
	background-color: #FFF;
	padding: 0;
}

body {
	background-color: #FFF;
	padding: 0;
	margin: 0;
}

/*
*********************************************************************
CONTENT PROPERTIES                                                  *
*********************************************************************
*/
body, td, th, p, form, ul, ol, div {
	color: #000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 14px;
}

#page_header {
	background-color: #CC9;
}

#page_body {
	background-color: #FFF;
	background-image:  url("/assets/images/navigation_background.gif");
	background-repeat: repeat-y;
	margin: 0;
}

#body_navigation {
	float: left;
	width: 146px;
	margin: 0;
	padding: 30px 3px 6px 6px;
	color: #EFD;
	font-size: 11px;
}

#body_content {
	background-color: #FFF;
	background-image:  url("/assets/images/space.gif");
	margin: 0 0 0 20px;
	padding: 30px 0 0 0;
}

#page_footer {
	background-color: #CC9;
	font-size: 10px;
	padding: 5px 15px 5px 150px;
}

/* BLOCK ELEMENTS ------------------------------------------------ */

div {
	margin: 0;
}

h1 {
	color: #000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 20px;
	margin: 0;
}
h2 {
	color: #000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 17px;
}
h3 {
	color: #660;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 15px;
	margin: 20px 0 -10px 0;
}
h4 {
	color: #000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
}

pre {
	color: #555;
	font-family: Monaco, Courier, monospace;
	font-size: 11px;
}

div.programs_listing {
	margin: 15px 0 15px 0;
}

div.programs_listing h3 {
	margin: 0;
}

div.programs_listing p {
	margin-bottom: 0;
}

.clear_left, .clear_right, .clear_both {
	line-height: 1em;
	height: 1px;
	font-size: 0;
}

.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.clear_both {
	clear: both;
}

div.content-divider {
	margin-top: 14px;
	margin-bottom: 14px;
}



/* FORM ELEMENTS ------------------------------------------------ */
form {
	margin-top: 0;
}
fieldset {
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 14px;
}
legend {
	color: #000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 14px;
}
label {
	font-weight: bold;
}



/* TABLE ELEMENTS ------------------------------------------------ */
table.data {
	background-color: #CCC;
}
table.data caption {
	caption-side: top;
	text-align: left;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	padding: 6px;
}
table.data th {
	background-color: #EEE;
	padding: 6px;
	vertical-align: top;
}
table.data td {
	background-color: #FFF;
	padding: 6px;
	vertical-align: top;
}


/* INLINE ELEMENTS ----------------------------------------------- */
a {
	text-decoration: underline;
	color: #040;
}
a:visited {
	text-decoration: underline;
	color: #444;
}
a img {
	border-color: #FFF;
}

.note, .caption {
	font-size: 10px;
	color: #555;
}
.caption {
	font-style: italic;
}
div.photobox_right .caption,
div.photobox_left .caption {
	padding: 0 6px 0 6px;
}


.alert, .required {
	color: red;
}




/*
*********************************************************************
SPECIAL PROPERTIES                                                  *
*********************************************************************
*/

/* navigation ---------------------------------------------------- */
#body_navigation a {
	display: block;
	text-decoration: none;
	color: #EFD;
	margin: 3px 0 3px 0;
}

#body_navigation a.on {
	color: #FFF;
	font-weight: bold;
}

#body_navigation a.sub, #body_navigation a.sub_on {
	margin-left: 12px;
}

#body_navigation a.sub_on {
	font-weight: bold;
}



.hide {
	display: none;
}
.hide-css1 {
	display: none;
}
.hide-css2 {
	display: block;
}
