﻿/* ELEMENTS */

html, body, div, img, table, tr, td
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html, body
{
	height: 100%;
	background-image: url('../images/blue-stripes.jpg');
	background-repeat: repeat;
	font-family: arial;
}

tr
{
	vertical-align: top;
	width: 100%;
}

a:link, a:visited
{
	text-decoration: underline;
	
	color: #488283; /*#439169;*/
}

a:hover, a:active
{	
	background-color: #FCE16C;
}

/* CLASSES: STRUCTURE */

.col1
{
	width: 255px;
	background-color: #3F3F3F;
}

.col2
{	
	background-color: #FFFFFF;
}

.main
{
	height: 100%;
	width: 100%;
}

.header
{
	height: 167px;
}

.body
{
	width: 100%;
}

.nav
{
	text-align: center;	
	padding: 10px 0px;
	
	color: #98CFD4;	
	font-weight: bold;
	font-variant: small-caps;
}

.nav a:link, .nav a:visited
{	
	text-decoration: none;
	
	color: #FFD048;	
}

.nav a:hover, .nav a:active
{
	text-decoration: none;
	
	color: #98CFD4;
	background-color: #3F3F3F;
}


.content
{	
	border-top: solid 2px #3F3F3F;
	
	padding: 10px;
}

.coda
{
	clear: both; 
	font-size: 0px;
}

.logo
{
	background-color: inherit;
}

.tag
{
	padding: 122px 10px 5px 0px;	
	background-color: inherit;	
	font-style: italic;	
	text-align: right;
	vertical-align: bottom;
}

.footer
{
	padding: 10px 10px 5px 10px;
	
	border-top: solid 2px #3F3F3F;
}

.footer-section
{
	width: 49%;
	
	float: left;
	
	vertical-align: middle;
}

.footer-logo
{
	float: left;
}

.footer-info-ghp
{
	padding-left: 62px;
}

.footer-info-tf
{
	padding-left: 115px;
}

.footer-web
{	
	padding: 10px 0px 0px 0px;
	
	text-align: center;
	
	font-size: 8pt;
	
	clear: both;
}

/* CLASSES: STYLE */

.no-backlight:hover, .no-backlight:active
{
    background-color: inherit;
}

.emph
{
	
}

.promise
{
	text-align: center;
	
	font-style: italic;
}

.bio
{
	padding: 0px 5px 5px 5px;
}

.announcement
{	
	height: 350px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
	
	border: solid 2px #FF3030;
	
	background-color: #FAFAD2;
}

.keyword
{
	color: #579679;
	
	font-size: 18pt;
	font-weight: bold;
	font-variant: small-caps;
}

.quote
{
	max-width: 725px;
	
	margin: 0px auto 0px auto;
	padding: 5px 15px 5px 15px;	
	
	border-top: ridge 1px #000000;
	border-left: ridge 1px #000000;
	
	font-style: italic;	
	
	background-color: #FAFAD2;
}

.quote2
{
	max-width: 725px;
	
	margin: 0px auto 0px auto;
	padding: 5px 15px 5px 15px;	
	
	border-top: ridge 1px #000000;
	border-left: ridge 1px #000000;
	
	font-style: italic;	
	
	background-color: #98CFD4;
}

.thumbnail
{
	width: 192px;
}

/*

COLORS FROM LOGO

goldenrod = #FFD048
pale goldenrod = #FCE16C
blue = #488283
pale blue = #98CFD4
green = #439169
pale green = #579679
dark grey = #3F3F3F

*/