/* ======== body and wrapper ======== */
body
{
	height: 100%;
	background-color: #cbe8fc;
}

#outmostwrapper
{
	/* background: url(/templates/2009/images/bluegradient.jpg) repeat-x; */
	background-color: #cbe8fc;
	height: 1000px;
	/* background-color: #6c6f64; */
}

/* ======== header ======== */
#header
{
	background: url('/templates/2009/images/gch_logo_wbox.gif') no-repeat 0px 0px;
}

#header1
{
	background: url('/gch/include/gchlogo-90a.gif') no-repeat 0px 10px;
}

/* ======== menu bar ======== */
#nav, #nav ul
{
	color: #fff1ac;
	background-color: #7e2f7b;
}

#nav a
{
	color: #fff1ac;
	background-color: #7e2f7b;
}

#nav li
{
	background-color: #7e2f7b;
	color: #ffffff;
}

#nav li:hover, #nav li.sfhover
{
	background: #fae478;
	color: #7e2f7b;
}

#nav li a:hover, #nav li a.sfhover
{
	color: #7e2f7b;
	background: #fae478;
}

#currenthometab a
{
	background: #327cb4;
	color: #ffffff;
}


/* ======== right column ======== */
div.shortbg 
{
	padding-left: 5px;
	background-color: #fae478; 
}

#rightcolumninner
{
	padding-left: 5px;
	background-color: #fae478; 
}

/* ======== site title ======== */
/* the title under the seal; color2 */
#sitetitle a { color: #78235a; }

/* ======== current tab ======== */
/* color1 and color7 */
#homenav a.currenttab
{
	/*background: #e6f5ff;
	color: #15629d;*/
}

#homenav a.currenttab:hover, #homenav a.currenttab.sfover
{
	/*background: #e6f5ff;
	color: #15629d;*/
}

/* ======== links and breadcrumb ======== */
#content_inner li a:link, #content_inner li a:visited
{
	text-decoration: underline;
	color: #000000;
}

#content_inner li a:hover
{
	text-decoration: none;
	color: #037191; /* color1 */
}

.breadcrumb
{
	background-color: #fae478;
}

a.crumb:link,a.crumb:active,a.crumb:visited,a.crumb:hover { color: #000000; }

ul { color: #4a4d3b; }

/* ======== text container ======== */
#textbox { color: #000000; }

#textbox a { color: #181a0f; }

#textbox a:hover { color: #037191; } /* color1 */

#textbox li { color: #000000; }

#textbox li a { color: #000000; }

/* ======== menu ======== */
li#submenulabel 
{ 
	color:#ffffff;
	/*border-bottom: 1px solid #7e7f2b;*/
	border-bottom: 1px solid white;
	line-height: 21px;
	height: 21px;
}

#button li, #button_around li
{
	border-bottom: 1px solid #037191;
}


/* ======== headings ======== */
/* these colors should agree with those defined in color1 through color 7 */
h1 { color: #7e2f7b; } /* color1 */
h2 { color: #037191; } /* color2 */
h3 { color: #037191; } /* color1 */


/* ======== table rows ======== */
/* odd numbered rows, color7 */
.tablerow1 { background-color:#e6f5ff; }

/* ======== colors used by boxes and text ======== */
.intro_text
{
    /* font-size defined in global.css */
    color: #037191; /* color1 */
}

.color1 { color: #037191; }
.color2 { color: #7e2f7b; }
.color3 { color: #72a605; }
.color4 { color: #fae478; }
.color5 { color: #daecb6; }
.color6 { color: #e2cae2; }
.color7 { color: #e6f5ff; }

.bg1 { background-color: #037191; }
.bg2 { background-color: #7e2f7b; }
.bg3 { background-color: #72a605; }
.bg4 { background-color: #72a605; }
.bg5 { background-color: #daecb6; }
.bg6 { background-color: #e2cae2; }
.bg7 { background-color: #e6f5ff; }

.caption
{
	font-style: italic;
	font-size: 90%;
	color: #037191;
}

