﻿#site-wrap
{
    /* ensure site takes up entire real estate */
	width: 100%;
	height: 100%;
	/* set top level inheritance styles */
	background-color: #ffffff;
	font-family: Arial, Sans-Serif;
	padding: 0px;
	margin: 0px;
	/* default content size */
	font-size: 10px;
}

#site-container
{
    /* fixed width */
	width: 760px;
	/* support centering for FF etc. */
	margin: 25px auto 0px auto;
}

#site-header
{
	height: 23px !important;
	height: 113px;
	padding-top: 90px;
	background-image: url('images/gg-header.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #e1e1e1; /* temp */
}

/* MENU */

#site-menu
{
    height: 23px;
}

#navcontainer 
{
    padding: 0px;
    margin: 0px;
}

#navcontainer ul {
	margin: 0px 10px 0px 10px;
	padding-left: 0px;
}

#navcontainer ul li {
	list-style-type: none;
	margin-left: 5px;
	padding: 0px;
	height: 23px;
	width: 73px;
	float: left;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

#navcontainer a {
	height: 23px;
	width: 73px;
	margin: 0px;
	text-decoration: none;
	display: block;
	color: #ffffff;
	padding-top: 5px;
	font-weight: normal;
	background-image: url("images/gg-menu-mout.gif");
	background-position: top;
	background-repeat: no-repeat;
}

#navcontainer li#active {
	height: 23px;
	width: 73px;
	background-image: url("images/gg-menu-mo2.gif");
	background-position: top;
	background-repeat: no-repeat;
}

#navcontainer li#active a {
	color: #000000;
	background-image: url("images/gg-menu-mo2.gif");
	background-position: top;
	background-repeat: no-repeat;
}

#navcontainer a:hover {
	height: 23px;
	width: 73px;
	background-image: url("images/gg-menu-mo2.gif");
	background-position: top;
	background-repeat: no-repeat;
	color: #000000;
}

#site-byline
{
    height: 37px !important;
    height: 37px;
    padding-top: 5px;
    text-align: center;
    letter-spacing: .2em;
    font-weight: normal;
    font-size: 12px;
    background-image: url("images/gg-input-bg.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	/* background-color: #c8f0ce; */
	background-color: #e5f7e7;
	color: #09a922;
}

#site-torso
{
	width: 720px !important; /* standards */
	width: 720px; /* IE6 padding */
	padding: 10px 20px 0px 20px;
}

#site-torso ul
{
    list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 0px; /* remove space after ul */
}

#site-torso ul li
{
    /* ensure custom bullet fits */
	height: 20px !important;
	height: 20px; /* IE6 padding */
	/* custom bullet in background */
	background-image: url('images/gg-bullet.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	/* indent for custom bullet */
	padding-left: 35px;
	font-size: 11px;
	padding-bottom: 10px;
	text-align: left;
}

#site-torso h1
{
	font-size: 18px;
	font-weight: bold;
}

#site-torso h2
{
	font-size: 14px;
	color: #09a922;
	margin-bottom: 0px;
}

#site-torso p
{
	font-size: 11px;
	margin: 0px;
	margin-bottom: 10px;
}

#site-torso a
{
	color: #000000;
	font-weight: bold;
}

#site-torso-column-left
{
	width: 425px;
	float: left;
}

#site-torso-column-right
{
	width: 275px;
	float: right;
	text-align: right;
}

#site-torso-form-left
{
	width: 100px;
	padding-top: 3px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

#site-torso-form-right
{
	width: 250px;
	padding-bottom: 7px;
	float: right;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

.gg-highlight
{
	color: #09a922;
}

.success
{
	color: #09a922;
}

.failure
{
	color: #f00;
}

/* Form Feedback */

#form-success
{
	width: 350px;
}

#form-success h2
{
	color: #09a922;
	font-weight: bold;
}

#form-failure
{
	width: 350px;
}

#form-failure h2
{
	color: #ff0000;
	font-weight: bold;
}

#form-failure li
{
	font-size: 12px;
	text-align: left;
	padding-bottom: 10px;
}

/* Home Panels */

#home-panel
{
	width: 230px;
	float: left;
	margin-right: 10px;
	display: inline;
}

#home-panel-left
{
	float: left;
	width: 115px;
	height: 147px;
}

#home-panel-right
{
	float: left;
	width: 113px;
	height: 147px;
	padding-top: 10px;
	padding-right: 2px;
	background-image: url('images/hm-pnl-content.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: normal;
	color: #000000;
}

#home-panel-right h2
{
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}

#home-panel-right p
{
	margin: 7px 7px;
	color: #000000;
	font-size: 9px;
	font-weight: normal;
}

#home-panel-right a
{
	color: #09a922;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: capitalize;
}

#content-column-left
{
    /* actual width 500px */
	width: 490px !important; /* standards */
	width: 480px; /* IE6 padding */
	float: left;
	padding: 0px;
	margin: 0px;
	/* gutter */
	padding-right: 10px;
	text-align: justify;
    background-color: #d5d5d5; /* temp */
}

#content-column-right
{
    /* actual width 260px */
	width: 250px !important; /* standards */
	width: 240px; /* IE6 padding */
	float: right;
	padding: 0px;
	margin: 0px;
	/* gutter */
	padding-left: 10px;
	text-align: justify;
    background-color: #d9d9d9; /* temp */
}

.feature-image-top
{
    /* eliminate heading gap as visual annoyance */
    padding-top: 35px;
}

.content-divider
{
    /* forces gap between virtual 'panels' containing both columns */
    height: 5px;
}

.ControlStyle_TextBox
{
	border: solid 1px #09a922;
	background-color: #ffffff;
	font-size: 12px;
	background-image: url('images/gg-input-bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	padding: 2px;
}

#site-footer
{
	width: 760px;
	height: 34px !important; /* standards */
	height: 34px; /* IE6 padding */
	padding-top: 28px;
	background-image: url('images/gg-footer.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	line-height: 135%;
    background-color: #c1c1c1; /* temp */
}

#site-footer a
{
	color: #ffffff;
	text-decoration: none;
}

#site-footer a:hover
{
	text-decoration: underline;
}

#site-footer a:active
{
	text-decoration: underline;
}

#clear-tool
{
	/*height: 1px;  ensure minimum height applied */
	clear: both;
}

/* not used */
#site-credits
{
	height: 50px;
	padding-top: 30px;
	font-size: 10px;
	color: #000000;
}

#site-credits a
{
	color: #000000;
	text-decoration: none;
}

#site-credits a:hover
{
	text-decoration: underline;
}

#site-credits a:active
{
	text-decoration: underline;
}