/* ------------------------------ Generic Styles ------------------------------ */
* { margin: 0; padding: 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-align: left; }

body {
	color: #0b3c71;
	text-align: center;
}


/* ------------------------------ Layout Styles ------------------------------ */

#wrapper {
	width: 753px;
	margin: 0 auto;
}

#header {
	width: 753px;
	height: 48px;
	background: url('../img/header.jpg') no-repeat;
	margin-top: 15px;
}

#header #locationText {
	float: right;
	font-weight: bold;
	font-size: 20px;
	color: #ef8d32;
	margin: 9px 15px 0 0;
}

#footer {
	width: 753px;
	height: 65px;
	background: url('../img/footer.gif') no-repeat;
	margin-bottom: 15px;
	clear:both;
}

#footer #footerText {
	float: right;
	margin: 47px 15px 0 0;
	font-size: 9px;
	color: #b9bdc2;
}

#footer a:link, #footer a:visited { text-decoration: none; color: #b9bdc2; font-size: 9px; }
#footer a:hover { text-decoration: underline; }

#pageContent {
	width: 753px;
	margin: 10px 0 10px 0;
}
/* ------------------------------ End Layout Styles ------------------------------ */

#newsletterLinks {
	text-align: right;
	width: 753px;
	margin: 10px 0 10px 0;
	color: #cccccc;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#videoMessage {
	float:right;
	width: 330px;
	overflow: hidden;
	margin-bottom: 10px;
}

#textMessage {
	float:left;
	width: 410px;
	overflow: hidden;
	margin-bottom: 10px;
}

#textMessage h1 { font-size: 20px; color: #ee8d30; font-weight: bold; margin-top: 20px; }
#textMessage h2 { font-size: 14px; font-weight: bold; margin-top: 15px; margin-bottom: 5px; } 
#textMessage h3 { font-size: 11px; color: #cccccc; font-weight: bold; }

#textMessage p { 
	line-height: 15px;
}

#relatedDocuments {
	width: 375px;
	height: 129px;
	clear:both;
	overflow:hidden;
	background: url('../img/staff/related.gif') no-repeat;
	margin: 10px 0 10px 0;
	float:left;
}

#relatedDocuments ul {
	margin: 30px 0 30px 15px;
	list-style-type: none;
	line-height: 17px;
}

#relatedDocuments a:link, #relatedDocuments a:visited { text-decoration: none; color: #0b3c71; }
#relatedDocuments a:hover { text-decoration: underline; }

#loginScreen {
	margin: 50px 0 50px 0;
}

#loginScreen p, #loginScreen #password {
	margin: 10px 0 0 10px;
}	

#smallerBox { float:left; margin: 10px 0 0 5px;}

/* ------------------------------ Begin Feedback Styles ------------------------------ */
#feedbackLink {
	line-height: 15px; 
	margin: 10px;
	font-size: 12px;
}

#feedbackLink a:link, #feedbackLink a:visited {
	color: #ee8d30;
	text-decoration: none;
}

#feedbackLink a:hover { text-decoration: underline; }

.question {
	line-height: 15px; 
	margin: 10px;
	color: #ee8d30;
}

.response {
	line-height: 15px; 
	margin: 0 20px 20px 20px;
	
}
/* ------------------------------ End Feedback Styles ------------------------------ */

#sharpieContent {
	min-height: 500px;
	background: url('../img/staff/sharpieBig.jpg') 280px 4px no-repeat;
	overflow: hidden;
}

#latestSharpie {
	font-weight: bold;
	font-size: 14px;
	color: #ee8d30;
	margin-top: 10px;
	height: 70px;
	display: block;
}

#latestSharpie a:link, #latestSharpie a:visited {
	text-decoration: none;
	color: #0b3c71;
	font-size: 12px;
}

#latestSharpie a:hover { text-decoration: underline; }

#archiveHead {
	color: #ee8d30;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}

#sharpieArchive a:link, #sharpieArchive a:visited {
	text-decoration: none;
	color: #0b3c71;
	font-size: 12px;
	line-height: 16px;
} 

#sharpieArchive a:hover { text-decoration: underline; }
