﻿/************************
*
* Body
*
************************/

body {
	margin: 0;
	padding: 0;
	font-size: .8em; 
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff url(brickslt.jpg);
	color: #000000;	
}


a {
	color: #002165;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	color:#942908;
}
#page_shadow {
	background-image:url('/images/shadow.png'); 
	background-position:center;
	background-repeat:repeat-y;
}
#bottom_shadow{
	background-image:url('/images/bottom_shadow.png');
	background-position:center;
	height:8px;
/*	background-color:#000000; */
	background-repeat:no-repeat;
}

LastEditedBy {
	font-size:xx-small;
}


/************************
*
* Container
*
************************/

#container {
	width: 960px;
	margin: 0 auto;
	background-color:white;
	background-image:
}

/************************
*
* Content
*
************************/

#content_container {
	width: 960px;
	height:inherit;
	float: left;
	display: inline;
	overflow: auto;
}
#contentarea {
/*	width:631px; */
	margin-left:18px;
	margin-right:18px;
	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: 160px;
	float: right;
}
#maincontentcolumn {
	width:746px;
	margin-right:18px;
}
/* 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: 200px;
	background: url(../images/header.jpg) no-repeat;
}

#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -5000px;
}

/************************
*
* Navigation at top
*
************************/

#navigation {
	width: 960px;
	height: 42px;
	text-align:center;
}

/* ---------------------- redslate nav ---------------------- */
.blue #slatenav{position:relative;display:block;height:42px;font-size:12px;font-weight:bold;background:transparent url(/images/redslate_background.gif) repeat-x top left;font-family:"Times New Roman", Times, 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:#FFFFFF;text-decoration:none;padding:14px 22px 0 22px;height:28px;}
.blue #slatenav ul li a:hover,.blue #slatenav ul li a.current{color:#fff;background:transparent url(/images/redslate_backgroundOVER.gif) no-repeat top center;}
/* ---------------------- END redslate nav ---------------------- */

#top_banner {
	width: 960px;
	height: 100px;
	text-align:center;
	}


/************************
*
* Navigation at bottom
*
************************/

.bottomnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	font-color:#870617;
	color:#870617;
	text-decoration:none ;
	
	}
.bottomnav:hover {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	font-color:#870617;
	color:#870617;
	text-decoration:underline;
    letter-spacing: -0.05em;
    font-weight:bold;
}


/************************
*
* Footer
*
************************/

#footer {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #00244ds;
}

#footer p {
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.PoweredBy {
	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 */
   }
  
  
  
  
/************************
*
* 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;
} 
  
  
  
  
  
  