﻿/* purple: #BD4F21
/* dark tan: #5D413A
/* light tan: #FBDD85

/* Headings */
h1
{
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: black;
	padding: 1px 0 10px 0;
	margin: 0;
	color: #BD4F21;
}

h2 
{
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	color: #BD4F21;
	line-height: 100%; 
	padding: 1px 0 10px 0;
	margin: 0;
}

h3
{
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	color: #BD4F21;
	line-height: 100%; 
	padding: 1px 0 10px 0;
	margin: 0;
}

/* Body */
body {
	overflow: scroll;
	margin: 20px;
	padding: 0;
	background: #FFFFFF;
	font: normal 0.8em Georgia, "Times New Roman", Times, serif;
	color: #5D413A;
}

/* Links */
a {
	color: #285184;
}

/* Wrapper */
#wrapper {
	width: 900px;
	margin: 0 auto;	
}

/* Navigation */
#navigation a 
{ 
	color: #000; 
	background: #FBDD85 url("GREImages/navigation/left-tab.jpg") left top no-repeat;
	text-decoration: none; 
	padding-left: 10px;
	font: normal 1.0em Georgia, "Times New Roman", Times, serif;
} 

#navigation a span 
{ 
	background: url("GREImages/navigation/right-tab.jpg") right top no-repeat; 
	padding-right: 10px;
	margin-top: 10px;
} 

#navigation a, #navigation a span 
{ 
	display: block; 
	float: left 
} 

#navigation a, #navigation a span 
{ 
	float: none 
}

#navigation a:hover 
{ 
	color: #fff; 
	background: #9EADC6 url("GREImages/navigation/left-tab-hover.jpg") left top no-repeat; 
	text-decoration: none; 
	padding-left: 10px;
} 

#navigation a:hover span 
{ 
	background: url("GREImages/navigation/right-tab-hover.jpg") right top no-repeat; 
	padding-right: 10px 
} 

#navigation 
{
	list-style: none; 
	margin: 0;
	padding-bottom: 10px;
} 

#navigation li 
{ 
	float: left; 
	display: block; 
	margin: 0; 
	padding: 0 
}

#navigationBorder 
{
	height:1em; 
	background:#9EADC6
}

/* Boxes */
.sidebox 
{
	padding: 0;
	margin: 0 0 10px 0;
	width: 280px;
	background: url(GREImages/sidebox/sideboxBody-r.jpg) no-repeat bottom right;
	font-size: 100%;
}

.boxhead {
	background: url(GREImages/sidebox/sideboxHeader-r.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.boxhead h2 {
	background: url(GREImages/sidebox/sideboxHeader-l.jpg) no-repeat top left;
	margin: 0;
	padding: 12px 30px 5px;
	color: white; 
	font-weight: normal; 
	font-size: 1.0em; 
	line-height: 1em;
}

.boxhead h3 {
	background: url(GREImages/sidebox/sideboxHeader-l.jpg) no-repeat top left;
	margin: 0;
	padding: 12px 30px 5px;
	color: white; 
	font-weight: normal; 
	font-size: 1.0em; 
	line-height: 1em;
}

.boxbody {
	background: url(GREImages/sidebox/sideboxBody-l.jpg) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

/* content */

.content 
{
	clear: both;
	float: right;
	width: 604px;
	padding-bottom: 10px;
}

.content p
{
	margin: 0px 0px 10px 0px;	
}

.content h2
{
	color: #BD4F21;
	line-height: 100%; 
	padding: 1px 0 10px 0;
	margin:0;
}

.contentFull 
{
	clear: both;
	float: right;
	width: 900px;
	padding-bottom: 10px;
}

.contentFull p
{
	margin: 0px 0px 10px 0px;	
}

.contentFull h2
{
	color: #BD4F21;
	line-height: 100%; 
	padding: 1px 0 10px 0;
	margin:0;
}


/* header */
#header
{
	text-align: center;
	height: 100px;
	width: 900px;
	margin: 0px 0px 10px 0px;	
	white-space: nowrap;
}

/* nav */
#nav 
{
	text-align: center;
	width: 900px;
	margin: 0px 0px 10px 0px;
	border: 0px solid black;
}

/* footer */

#footer 
{
	clear: right;
	float: none;
	text-align: center;
	width: 900px;
	margin: 0px 0px 0px 0px;
	border: 0px solid black;
}

/* Side Menu */
.expandMenu{
	background-image:url(images/menudiv1bg.gif);
	border: solid 0px black;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	color: #285184;
}

.expandMenuSubmenu{
	background-image: url(images/submenu.gif);
	display: block;
	height: 19px;
	margin-left: 10px;
	padding-top: 2px;
	padding-left: 7px;
	color: #285184;
}

.expandMenuHide{
display: none;
}

.expandMenuShow{
display: block;
}

.tableAlert{
	text-align: center;
	width: 100%;
	border: 2px solid #FBDD85;
}	