/* #cc9966 = 'gold/yellow' */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-color: #cacaae;
	text-align: center; /* this centers the container in IE 5* browsers. */
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #3366ff;
	padding: 3px;
}

fieldset {
	border-color: #cc9966;
}

hr {
	border-color: #cc9966;
}

/* ********************************************************************************** */

#errorinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
	font-weight: bold;
}

#bigBoldFont {
	font-size: 13px;
	font-weight: bold;
}

#bigBoldRedFont {
	font-size: 13px;
	font-weight: bold;
	color: #850307;
}

/* ********************************************************************************** */
/* IE HACKS to get rid of the huge amount of extra white space that IE/WinXP adds to buttons with long labels */
input.button {
	padding: 0 .25em;
	width: 0;
	overflow:visible;
}
input.button[class] { /*ie ignores [class]*/
	width: auto;
}
/* ********************************************************************************** */

/* wrapper is 904 pixels wide, centered, and 10 pixels from the top of the body. */
#wrapper {
	text-align: left;
	margin: 0px auto;
	margin-top: 10px;
	width: 904px;
	border-top: solid 1px #cc9966;
	border-left: solid 1px #cc9966;
	border-right: solid 1px #cc9966;
	background-color: white;
}

/* Almost all content for the site is displayed within mainContent */
#mainContent {
	padding-left: 10px;
	padding-right: 10px;
}

#footer {
	margin: 0px auto;
	width: 904px;
	background-color: #333333;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: solid 1px #cc9966;
	border-right: solid 1px #cc9966;
	border-bottom: solid 1px #cc9966;

	text-align: center;
	font-size: 9px;
}

/* ********************************************************************************** */
#masthead
{
	width: 100%;
	height: 140px;
	background: url("../images/masthead.jpg"); no-repeat;
}

#mastheadSEHS
{
	width: 100%;
	height: 140px;
	background: url("../images/mastheadsehs.jpg"); no-repeat;
}

#mastheadText
{
	position: relative;
	top: 114px;
	left: 225px;
	font-size: 16px;
	color: #cc9966;
}


/* ********************************************************************************** */
#menubar
{
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 906px;
	w\idth: 904px;
	background-color: white;
	z-index: 120;
}

#menubarfooter {
	clear: left;
}

#nav, #nav ul {
	margin: 0;
 	font-weight: bold;
	float: left;
	list-style: none;
	line-height: 20px;
	background: white;
	padding: 0;
	border-top: solid #cc9966;
	border-bottom: solid #cc9966;
	border-top-width: 1px;
	border-bottom-width: 2px;
	z-index: 120;
}

#nav a {					/* menu bar titles */
	display: block;
	width: 113px;
	color: black;
	text-decoration: none;
	text-align: center;
	z-index: 120;
	vertical-align: text-bottom;
}

/* menu bar title items */
#nav li {
	float: left;
	padding: 0;
	width: 113px;
	text-align: center;
	z-index: 120;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	font-weight: normal;
	border: solid #cc9966;
	border-width: 2px;/*0.25em;*/
	margin: 0;
	text-align: left;
	z-index: 120;
}

#nav li li {
	width: 200px;
	text-align: left;
	z-index: 120;
}

#nav li ul a {			/* Hyperlinked menu items */
	width: 200px;
	text-align: left;
	z-index: 120;
}

#nav li ul ul {
	margin: -20px 0 0 200px;
	z-index: 120;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.caHover ul ul, #nav li.caHover ul ul ul {
	left: -999em;
	z-index: 120;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.caHover ul, #nav li li.caHover ul, #nav li li li.caHover ul {
	left: auto;
	z-index: 120;
}

/* Highlighting on mouse over */
#nav li:hover, #nav li.caHover {
	background: #cc9966;
	text-align: left;
	z-index: 120;
}

/* ********************************************************************************** */
.goldBorder {
	border: 1px solid #cc9966;
}

.thinGrayBorder {
	border: solid thin gray;
}

.alignTop {
	vertical-align: top;
}

.alignTextBottom {
	vertical-align: text-bottom;
}

/* ********************************************************************************** */
#motd {
	margin-top: 20px;
	margin-right: 10px;
	padding: 5px;
	background-color: #eeeeee;
	border-style: ridge;
	border-color: #cc9966;
}

/* ********************************************************************************** */
#errorMessage {
	color: red;
	font-weight: bold;
}


/* ********************************************************************************** */
.logInBox {
	width: 300px;
	padding: 10px;
	background-color: #eeeeee;
	border: solid 2px #cc9966;
	border-style: ridge;
}

/* ********************************************************************************** */
#fieldlabel {
	font-weight: bold;
	font-size: 11px;
}

#fielddata {
	font-size: 11px;
}

#formlabel {
	padding-right: 5px;
	text-align: right;
}

#errorformlabel {
	padding-right: 5px;
	text-align: right;
	color: red;
	font-weight: bold;
}

.formfield {
	text-align: left;
}

.errorformfield {
	text-align: left;
	background-color: #ff9999;
}

/* ********************************************************************************** */
.tableHeader {
	background: #cccccc;
}

.tableSubHeader {
	background: #dddddd;
}

.tableFooter {
	background: #cccccc;
}

table.highlightTable tr.highlight td, tr.highlight td, td.highlight
{
	background-color: #cc9966;
	border-color: #cc9966;
}

table.highlightCellTable tr.highlight td, tr.highlight td, td.highlight
{
	background-color: #cc9966;
}

.evenRow
{
	background-color: #eef2fd;	/* #eeeeee;*/
}

.oddRow
{
	background-color: #ffffff;
}

/* ********************************************************************************** */
#dialog
{
	position: absolute;
	width: 425px;
	padding: 10px;
	z-index: 1000;
	background: #ffffff;
}

#dialog-header
{
	display: block;
	position: relative;
	background-color: #cc9966;
	height: 0px;
	font-size: 9px;
	font-weight: bold;
}

#dialog-title
{
	float: left;
}

#dialog-close
{
}

#dialog-content
{
	display: block;
	height: 140px;
	padding-top: 10px;
	background-color: #ffffff;
	color: black;
	font-size: 18px;
	border: 3px solid #cc9966;
	border-style: ridge;
}

#dialog-mask
{
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	background: #ffffff;
	opacity: .75;
	filter: alpha(opacity=75);
	z-index: 999;
}

.pleaseWaitMessage
{
	background-color: white;
	border: 3px solid #cc9966;
	border-top: none;
	text-align: center;
}

.pleaseWaitMessageheader
{
}

#dialogContent {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



/* ********************************************************************************** */

#description {
	padding-left: 5px;
	padding-right: 10px;
}

.composeEssayWarning {
	margin-left: 10px;
	margin-right: 20px;
	padding: 5px;
	font-style: italic;
	font-weight: bold;
	background-color: #dddddd;
	color: #cc0000;
	border: solid 2px #cc9966;
}

#question {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 20px;
	padding: 15px;
	font-weight: bold;
	font-size: 11px;
	border: solid 2px #cc9966;
}

.answerRow {
	cursor: pointer;
}

.selectedAnswerRow {
	font-weight: bold;
	background-color: #cc9966;
	cursor: pointer;
}

.answerCell {
	border: 1px solid #cc9966;
}

.answerLetter {
	font-size: 28px;
	margin-right: 4px;
	padding-left: 15px;
	padding-right: 15px;
	border: outset thin #cc9966;
	text-align: center;
	float: left;
	width: 20px;
}

.answerText {
	padding-left: 5px;
}

#selectedAnswer {
	margin: 0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}



/* ********************************************************************************** */
/* ********************************************************************************** */
#enrollmentmenubar
{
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 904px;
	border: none;
	z-index: 120;
}

#enrollmentitem, #enrollmentitem ul {
	margin: 0;
	float: left;
	list-style: none;
	line-height: 28px;
	background-color: white;
	padding: 0;
	border-top: solid #cc9966;
	border-bottom: solid #cc9966;
	border-top-width: 1px;
	border-bottom-width: 2px;
	z-index: 120;
}

#enrollmentitem li {
	float: left;
	padding: 0;
/*	width: 180px;*/
	text-align: center;
	z-index: 120;
}


#enrollmentmenubarfooter {
	clear: left;
}

.enrollmentProgramHeader {
	padding: 5px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: white;
	background-color: #0033ff;
	border-bottom: solid 2px #cc9966;
}
