/* ------------------------------  /
Structure 
/* ------------------------------ */
#content
{
	color: #585858;
	font-family: Arial;
	font-size: 12px;
	padding: 20px 22px 20px 22px;
}
#content p
{
	line-height: 1.4em;
	margin: 0 0 14px 0;
}
#left
{
	/* background: url(../images/gdot.gif) top left repeat-y; */
	background-color: #3F0077;
	width: 195px;
}
#middle
{
	width: 576px;
}
#opportunities
{
	margin: 0;
	padding: 0;
}
#programs
{
	background-color: #E6E6E6;
}
#programs img
{
	margin: 36px 0 20px 0;
}
#programs p
{
	color: #000;
	font-family: Verdana;
	font-size: 11px;
	line-height: 1.4em;
	margin: 0 11px 0 15px;
	padding: 0 0 43px 0;
}
#programs p .header
{
	display: block;
	font-weight: bold;
}
#shop
{
	background-color: #3F0077;
	margin: 0;
	padding: 0 0 83px;
}
#shop p
{
	/* background-color: #fff; 
	color: #009E60;*/
	color: #fff;
	font-family: Verdana;
	font-size: 11px;
	margin: 0 8px 0 6px;
	padding: 10px 6px;
}
.hide
{
	display: none;
}

/* ------------------------------  /
Headers
/* ------------------------------ */
#content h3, #content .headerd
{
	background: url(../images/clover.gif) bottom right no-repeat;
	display: block;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 1em;
	padding: 0 13px 0 0;
	margin: 0 0 2px 0;
}
#content h3 { font-size:16px; background:none; }
#content .programheader
{
	color: #400078;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom:10px;
	line-height: 1em;
}
img.header
{
	display: block;
	margin-bottom:10px;
}
#content .subheader
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0;
}

/* ------------------------------  /
DataGrid
/* ------------------------------ */
.dtgridPaging a
{
	color: #3F0077;
	text-decoration: none;
}

/* ------------------------------  /
Tabular Data
/* ------------------------------ */
.dataTable
{
	border: 1px solid #009E60;
	width: 100%;
}
.dataTable .header
{
	background-color: #009E60;
	color: #fff;
	font-weight: bold;
	padding: 4px;
}
.dataTable tr.item
{
	background-color: #fff;
}
.dataTable tr.alternatingItem
{
	background-color: WhiteSmoke;
}
.dataTable .left
{
	padding: 4px;
	padding-right: 30px;
}
.dataTable .right
{
	padding: 4px;
}
.dataTable .spacer
{
	height: 8px;
}

/* ------------------------------  /
Navigation
/* ------------------------------ */
#nav { width:772px; height:36px; background-color:#009A66; color:#FFFFFF; font: Arial, Helvetica, sans-serif;}
#nav, #nav ul { /* all lists */
	font: Arial, Helvetica, sans-serif;
	padding: 10px 2px;
	margin: 0 0 1em 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	padding:0 1em;
	font: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #FFFFFF;
	display: block;
	width: 100px;
}

#nav li { /* all list items */
	font: Arial, Helvetica, sans-serif;
	float: left;
	width: 100px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #0fb17a;
	width: 120px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	margin:1em 0 0 0;
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* ------------------------------  /
Links
/* ------------------------------ */
a.subheader
{
	color: #FE9901;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
a.bold
{
	color: #FE9901;
	font-weight: bold;
	text-decoration: none;
}
a.printfriendly
{
	/*color: #636563;*/
	color: #3F0077;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	vertical-align: middle;
}
a.printfriendly:hover
{
	text-decoration: none;
}
a.green
{
	color: #009E60;
}


/* ------------------------------  /
Forms
/* ------------------------------ */
.formTable
{
	border: 1px solid #009E60;
}
.formTable .header
{
	background-color: #009E60;
	color: #fff;
	font-weight: bold;
	padding: 4px;
}
.formTable td
{
	vertical-align: bottom;
}
.formTable td.spacer
{
	width: 30px;
}
.formTable td.leftForm, .formTable td.rightForm
{
	width: 300px;
	padding: 6px 0 12px 4px;
	margin: 0;
}
.formTable tr.item
{
	background-color: #fff;
}
.formTable tr.alternatingitem
{
	background-color: WhiteSmoke;
}

.submitbutton {
	background-color: #3F0077;
	font-family: Arial;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	border-top: #fff 2px solid;
	border-left: #fff 2px solid;
	border-right: #716F64 2px solid;
	border-bottom: #716F64 2px solid;
	padding: 1px 2px;
	vertical-align: middle;
	height: 21px;
}
.label, label {
	display: block;
	font-weight: bold;
	font-size: 11px;
}
.error {
	color: #CD3A40;
	font-weight: bold;
	font-size: 90%;
}
input, textarea, select {
	font-size: 90%;
	font-family: Tahoma, Verdana, sans-serif;
	padding: 3px 3px 0;
}
textarea
{
	overflow: auto;
}
.wideTextArea {
	width:390px;
	height:92px;
}
input.standardTextBox {
	width: 160px;
	border: #B7C5CD 1px solid;
}
input.shortTextBox {
	width: 20px;
	border: #B7C5CD 1px solid;
}
input.mediumTextBox
{
	width: 100px;
	border: #B7C5CD 1px solid;
}
.wideDropdown
{
	font-size:10px;
	width: 288px;
}
.standardDropdown
{
	width: 168px;
}
.shortDropdown
{
	width: 98px;
}
input.radio, .checkbox {
	border: none;
}