/* HTML */
body {
	background-color: #eee;
	min-width: 780px;
	text-align: center;
}
strong {
	font-weight: bold;
}
h1 {
	border-bottom: 1px dotted #888;
	margin: 0px 0px 12px;
	font-size: 20px;
	color: #555;
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	margin: 2px 0px 8px 0px;
	font-size: 16px;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
}
h3{
	margin: 0px 0px 4px 0px;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin: 0px 0px 9px 0px;
	line-height: 15px;
}
p .lastPar {
	margin-bottom: 0px;
}
br.shortBr {
	line-height: 6px;
}
br.clearLeft{
	clear: left;
}
table.dataTable {
	font-size: 11px;
}
tr.tableHeader {
	background-color: #cccccc;
	font-weight: bold;
	color: #666666;
}
tr.tr0 {
	background-color: #faf9f1;
}
tr.tr1 {
	background-color: #e9e9e9;
}
form {
	margin: 0px;
}
.formText {
	line-height: 18px;
	font-size: 12px;
}
label {
	font-weight: bold;
}
label.loginPage {
	display: block;
	width: 200px;
	float: left;
	text-align: right;
	padding-right: 20px;
}
img {
	border: 0;
}
.largerText {
	font-size: 12px;
}

/* LINKS */
a {
	font-weight: bold;
}
a:link{
	color: #cfa242;
	text-decoration: underline;
}
a:visited{
	color: #cfa242;
	text-decoration: underline;
}
a:hover{
	color: #666;
	text-decoration: none;
}
a:active{
	color: #666;
	text-decoration: none;
}
a.grayback:link{
	color: #666;
	text-decoration: underline;
}
a.grayback:visited{
	color: #555;
	text-decoration: underline;
}
a.grayback:hover{
	color: #333;
	text-decoration: none;
}
a.grayback:active{
	color: #333;
	text-decoration: none;
}

a.darkback:link{
	color: #ddd;
	text-decoration: underline;
}
a.darkback:visited{
	color: #ddd;
	text-decoration: underline;
}
a.darkback:hover{
	color: #ccc;
	text-decoration: none;
}
a.darkback:active{
	color: #ccc;
	text-decoration: none;
}



/* SHELL */
html,body{
  margin:0;
  padding:0;
  height:100%;
  border:none
}
#bgContainerDiv {
	background:url('../i/bg.jpg');
	width: 800px;
	min-height: 100%;
	_height: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#container0 {
	width: 780px;
	background-color: #666;
	margin: 0px;
	margin-left: auto;
    margin-right: auto;
	font-size: 11px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
*>#container1 {padding-top: 500px; min-height: 1px; }
*>#container1 .container1b {margin-top: -500px;}
*  html #container1 {
	/* IE5Mac filter \*/
	height: 500px;
	/* end filter */
}
#container1 {
	background-color: #faf9f1;
}

/* HEADER */
#header {
	background-color: #fff;
	height: 75px;
}
#headerLeft {
	float: left;
	display: inline;
}
#headerRight {
	float: right;
	display: inline;
	text-align: right;
	padding: 6px 5px 0px 0px;
	color: #666;
}
input.login {
	width: 75px;
	height: 20px;
	border: 1px solid #888;
	background-color: #eee;
	font-size: 10px;
	padding: 2px;
}
label.login {
	font-weight: bold;
	padding: 0px 3px 0px 10px;
	color: #666;
}
#headerRight a {
	color: #666;
}
#headerRight a:hover {
	text-decoration: none;
	color: #333;
}

/* MAIN NAV AND SUBNAV */
#nav {
	background-color: #666;
	font-weight: bold;
	height: 22px;
	color: #fff;
	width: 100%;
	margin: 0px;
	font-size: 14px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.navItem {
	display: inline;
	padding: 0px 9px 3px 9px;
	margin: 0px 7px 0px 7px;
	position: relative;
	top: 3px;
	cursor: pointer;
}
.navItemOver {
	background-color: #888;
}
.navItemActive {
	background-color: #aaa;
}
.navItem a:link{
	text-decoration: none;
	color: #fff;
}
.navItem a:visited{
	text-decoration: none;
	color: #fff;
}
.navItem a:hover{
	text-decoration: none;
	color: #eee;
}
.navItem a:active{
	text-decoration: none;
	color: #fff;
}
#subnav {
	background-color: #aaa;
	font-weight: bold;
	height: 20px;
	color: #000;
	width: 100%;
	margin: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.subnavItem {
	display: inline;
	padding-left: 28px;
}
.subnavItemFirst {
	padding-left: 18px;
}
.subnavItem a:link {
	color: #000;
	text-decoration: none;
}
.subnavItem a:visited {
	color: #000;
	text-decoration: none;
}
.subnavItem a:hover {
	color: #fff;
	text-decoration: none;
}
.subnavItem a:active {
	color: #000;
	text-decoration: none;
}
#footerTop {
	clear: both;
	width: 100%;
	height: 7px;
	margin-bottom: 1px;
	background-color: #cfa242;
	line-height: 1px;
	font-size: 1px;
}

#footerBottom {
	width: 100%;
	height: 57px;
	margin: 0px;
	background-image: url('../i/footerBg.jpg');
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.padded {
	padding: 7px;
}
.paddedMore {
	padding: 11px;
}

/*FORMS*/
.formDiv {
	font-size: 12px;
	padding: 10px;
	background-color: #efefef;
	border: 1px solid #ddd;
	display: inline-block;
}
label.formDivSmall {
	display: block;
	width: 180px;
	float: left;
	text-align: right;
	padding-right: 20px;
	margin-bottom: 10px;
}
label.formDivLarge {
	display: block;
	width: 300px;
	float: left;
	text-align: right;
	padding-right: 20px;
	margin-bottom: 10px;
}
.formDiv input {
	font-size: 11px;
}
.formDiv select {
	font-size: 11px;
}

.errorText {
	font-weight: bold;
	color: #FF0000;
}
.captionText {
	color: #666;
}
.formErrorPadded {
	padding-left: 8px;
}

.sideDoc{
	float: right;
	margin: 0 0 10px 14px;
	border: 1px solid #999;
	background-color: #efefef;
	width: 200px;
	padding: 6px;
	text-align: left;
}
.sideDocHeader{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #aaa;
}

.noBotMar {
	margin-bottom: 0px;
}

.personnelBioPhoto {
	float: right;
	margin: 0 0 8px 12px;
	border: 1px solid #333;	
}

.quote {
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	font-family: 'Trebuchet MS',Trebuchet,Verdana,Arial,Helvetica,serif;
}
.quoter {
	font-size: 12px;
	font-style: italic;
	margin-left: 6px;
}
ul.eventList {
	margin-top: 3px;
	list-style: square;
}
.docComplete {
	font-weight: bold;
	color: #00cc00;
}
.docIncomplete {
	font-weight: bold;
	color: #cc0000;
}
p.faq {
	font-weight: bold;
}

.popupHelp {
	position: absolute;
	background-color: #FFCC00;
	border: 1px solid #666666;
	font-size: 10px;
	padding: 3px;
	width: 240px;
	font-weight: bold;
	text-align: left;
}
.hand {
	cursor: pointer;
}
.dullText {
	color: #aaaaaa;
}
.statusMessage {
	color: #6666cc;
	font-weight: bold;
}

/* FADED BG MESSAGING */
.bgFilter {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	z-index: 50;
 	background-color: #222222;
	filter:alpha(opacity=0);
	opacity: 0.0;
 }
 .fadedMessageForeground {
	background-color: #ffffff;
	color: #666666;
	border: 2px solid #00692C;
	padding: 8px;
	margin: 8px;
	text-align: left;
}

 .fadedMessageBackground {
	background-color: #ffffff;
	color: #f00;
	border: 1px solid #000000;
	padding: 0px;
	position: absolute;
	width: 755px;
	margin: auto;
	top: 20%;
	padding: 0;
	z-index: 100;
	text-align: center;
}

.fadedBgButton {
	background-color: #cccccc;
	color: #333333;
	border: 1px solid #444444;
	padding: 5px;
	width: 85px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}