html, body {height: 100%}

html {overflow-y: scroll}

body {
	margin: 0;
	float: both;
	padding: 0;
	background: #3d93cb url('/images/bg_bluegradient.jpg') repeat-x top left;
	color: black;
	font-family: "Trebuchet MS", san-serif;
}

/* Link Styling */ 

a {
	text-decoration: none;
	color: #001166;
}
a:hover {
	text-decoration: none;
	background: transparent url('/images/dash_grey.gif') repeat-x bottom left;
	color: #444444;
}
a:active {color: black;}
a:active, a:visited {text-decoration: none}

/* Basic Layout */

#page {
	position: relative;
	width: 800px;
	background-color: #fdffc8;
	padding: 0; margin: 0 auto;
	min-height: 100%;
	border-left: 6px solid white;
	border-right: 6px solid white;
}
	
#main {
	margin: 0; padding: 0;
	border: 0;
	min-height: 450px;
}

#content {
	float: right;
	clear: right;
	width: 550px;
	margin: 0;
	padding: 15px;
	font-size: 12px;
	/* background: transparent url('/images/horizpictures.jpg') no-repeat top left; */
	text-align: justify;
}

#content h2 {margin-top: 0}

#content h2, #content h3 {text-align: center}

#masthead {
	margin: 0; padding: 0;
}

#banner {
	height: 140px;
	width: 790px;
	border-left: 10px solid #0b3d7e;
	background: #0b3d7e url('/images/bluebanner.jpg') no-repeat top right;
}
	
	
#siteNav {
	margin: 00; padding: 0;
	height: 28px;
	background: #bba557 url('/images/yellowbar.jpg') repeat-x 0 -5px;
	font-weight: bold;
	font-size: 15px;
	overflow: hidden;
	list-style-type: none;
	border-top: 5px solid #0b3d7e;
	border-bottom: 5px solid #0b3d7e;
	vertical-align: center;
}

#siteNav li {
	position: relative;
	float: left;
	padding: 2px 1.6em;
	margin: 2px;
	border-left: 2px groove #AACCFF;
	text-transform: uppercase;
}

#siteNav li:first-child {border-left: 0}

#siteNav a {color: black}
#siteNav a:hover {
	color: white;
	background: none;
}

#page_programs #nav_programs a, #page_history #nav_history a, #page_resources #nav_resources a, #page_employment #nav_employment a, #page_contribute #nav_contribute a, #page_contact #nav_contact a {
	color: white;
	}

#resourceNav {
	margin: 50px 0 0 0;
	padding: 26px 0 0 0;
	width: 217px;
	float: left;
	clear: left;
	font-size: 14px;
	line-height: 2em;
	color: white;
	background: #3d93cb url('/images/white2blue.jpg') repeat-x top left;
}

#programNav>li>a {
	display: block;
	color: white;
	padding-left: 20px;
	background: transparent url('/images/bullet_square_white.gif') no-repeat 5px center;
}
#programNav>li>a:hover {
	color: #8fceff;
	background-image: url('/images/bullet_square_blue.jpg');
	border-bottom: 0;
}

#programNav {
	list-style-type: none;
	margin: 0; padding: 0;
	color: #bba557;
}

#programNav>li {background: #3d93cb url('/images/bluebar.jpg') repeat-x 0 -10px}

#programNav .li {
	line-height: 1.8em;
	padding: 0;
	margin: 0;
}

#programNav .subsections {
	display: none;
	list-style-type: none;
	padding-left: 2em;
	line-height: 1.5em;
}

body#page_GED li#GED ul,
body#page_REAL li#REAL ul,
body#page_AWIM li#AWIM ul,
body#page_MASST li#MASST ul,
body#page_SupportedServices li#SupportedServices ul,
body#page_ComputerInstruction li#ComputerInstruction ul {display: block}

body#page_GED li#GED>a,
body#page_REAL li#REAL>a,
body#page_AWIM li#AWIM>a,
body#page_MASST li#MASST>a,
body#page_SupportedServices li#SupportedServices>a,
body#page_ComputerInstruction li#ComputerInstruction>a {background-image: url('/images/bullet_square_blue.jpg')}


#programNav .subsections a {color: white}
#programNav .subsections a:hover {color: #001166;}

#resourceNav h4 {
	text-align: center;
	margin: 0;
	color: white;
	text-transform: uppercase;
}

#contactInfo {
	margin: 0;
	padding: 5px 0 5px 5px;
	font-size: 8pt;
	line-height: 1.2em;
	color: black;
}

#contactInfo p {
	margin: 0;
	text-align: left;}

#footer {
	bottom: 0;
	clear: both;
	width: 100%;
	text-align: center;
	border-top: 1px dashed #3C65B6;
	margin: 15px 0 0 0;
	padding: 15px 0;
	font-size: 12px;
}

#resourceNav .end {
	height: 26px;
	background: #3d93cb url('/images/blue2white.jpg') repeat-x top left;
}


/* General Styling */

h1 {display: none}
h2 {font-size: 2.5em; line-height: 1em;}
h3 {font-size: 1.5em; line-height: 1em;}
h4 {font-size: 1.2em; margin: .5em 0}
h5 {font-size: 1em; margin: .5em 0}

#content h4, #content h5 {color: #001166}

#content blockquote {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 11pt;
}

#content #missionStatement, #content #quote {
	text-align: center;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 11pt;
	margin: 1em 3em;
}

.subheading {
	font-size: 60%;
}

.doublespace li {margin-bottom: .5em}

.contactInfo {margin-left: 30px}

ul {list-style-type: square}

.bigQuote {
	font-family: Georgia, serif;
	font-size: 1.7em;
	line-height: 0;
	color: #89792f;
	vertical-align: -.25em;
}

div.pdf a {
	display: block;
	background: transparent url('/images/icon_pdf.gif') no-repeat left 5px;
	padding: 20px 0 0 50px;
	height: 28px;
}

div.doc a {
	display: block;
	background: transparent url('/images/icon_doc.gif') no-repeat left 5px;
	padding: 20px 0 0 50px;
	height: 28px;
}

tt {
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 14pt;
}

ul.basic {
	list-style-type: none;
	padding: 0;
}
ul.basic li {padding: .5em 0}