﻿/************************
*
* Body
*
************************/

body {
	margin: 0;
	padding: 0;
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif;
	background: #003366 url('/images/shadow.png') repeat-y;  
	background-position: center;
		color: #00244D;	
}



a {
	color: #002165;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5 {
	color:#003366;
	padding-top:0px;
}
#page_shadow {
/*	background-image:url('/images/shadow.png'); 
	background-position:center;
	background-repeat:repeat-y;
*/
}
#bottom_shadow{
/*	background-image:url('/images/shadow.png');
	background-position:center;
	height:8px;
	background-repeat:no-repeat;
*/
}

LastEditedBy {
	font-size:8pt;
}

/************************
*
* Container
*
************************/

#container {
	width: 960px;
	margin: 0 auto;
	background-color:white;

}

/************************
*
* Content
*
************************/

#content_container {
	width: 960px;
	height:inherit;
	float: left;
	display: inline;
	overflow: auto;
}
#contentarea {
/*	width:631px; */
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
/*	margin-top:18px; */
}
/* If rightcolumn is not used, the include page needs to have a <p> in it for the column balancing javascript to work correctly */
#rightcolumn {
	width: 275px;
	float: right;
	margin-top:-5px;
}

#maincontentcolumn {
	width:631px;
	margin-right:10px;
}
/* If leftcolumn is not used, the include page needs to have a <p> in it for the column balancing javascript to work correctly */
#leftcolumn {
	width: 0px;
	float: left;
}
#prefooter {
	width: 960px;
	height:inherit;
	text-align:center;
}


/************************
*
* Header
*
************************/

#header {
	width: 960px;
	height: 271px;
	background: url(../images/header4.jpg) no-repeat;
}

#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -5000px;
}

/************************
*
* Navigation at top
*
************************/

#navigation {
	width: 960px;
	height: 78px;
	text-align:center;
		background: url(../images/nav_pre_background.jpg) no-repeat;
}

/* ---------------------- redslate nav ---------------------- */
.blue #slatenav{position:relative;display:block;height:48px;font-size:12px;font-weight:bold;background:transparent url(images/redslate_background.gif) repeat-x top left;font-family:Arial,Verdana,Helvetica,sans-serif;text-transform:uppercase;}
.blue #slatenav ul{margin:0px;padding:0;list-style-type:none;width:auto;}
.blue #slatenav ul li{display:block;float:left;margin:0 1px 0 0;}
.blue #slatenav ul li a{display:block;float:left;color:#6b6b6b;text-decoration:none;padding:18px 16px 0 16px;height:28px;}
.blue #slatenav ul li a:hover,.blue #slatenav ul li a.current{color:#000000;background:transparent url(images/redslate_backgroundOVER.gif) no-repeat top center;}
/* ---------------------- END redslate nav ---------------------- */



/************************
*
* Navigation at bottom
*
************************/

.bottomnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	font-color:#003366;
	color:#003366;
	text-decoration:none ;
	
	}
.bottomnav:hover {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	font-color:#003366;
	color:#003366;
	text-decoration:underline;
    letter-spacing: -0.05em;
    font-weight:bold;
}


/************************
*
* Footer
*
************************/

#footer {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
		background: #003366 url('/images/shadow.png') repeat-y;  
		background-position: center;

}

#footer p {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-align: center;
	height: 60px;
	line-height: 20px;
}
.PoweredBy {
		background: #003366 url('/images/shadow.png') repeat-y;  
		background-position: center;
	border-width: 0px;
	text-align: center;
}


/************************
*
* Contribute
*
************************/

.container {
   position: relative;
   height: 30px;
   }

.contribute_inputtitle {
   position: absolute;
   left: 0;
   width: 26%;
   text-align: right;
   }

.contribute_input {
   position: absolute;
   right: 0;
   width: 70%;
   text-align: left; /* depends on element width */
   }
.contribute_comments {
   position: absolute;
   right: 0;
   width: 70%;
   text-align: left; /* depends on element width */
   }
  
.required {
	color:red;
	font-size:x-small;
}  
  
  
  
/************************
*
* Form field validation styles
*
************************/
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00244D;
}
	
.LV_invalid {
    color:#870617;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00244D;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #870617;
} 
  
  
  
  
  
  