/****************************************
 *
 * CSS HEADER and FOOTER
 *
 * Version 1.0 (C) 2007.07.09 by TIM WILSON
 *
 ****************************************/

/* Header ---------------------------------------------------------- */
#header {
	background-image: url(../graphics/header/header_back.jpg);
	background-repeat: repeat-x;
	background-color:#fff;/*#517535;*/
	clear:both;
	height: 130px;
	position: relative;	
	width: 100%;
	z-index:100;
}

#logo{
	position:absolute;
	top:24px;
}

#headerImage{
	position:absolute;
	right:0px;
}

#header-container{
	margin-left: auto; 
	margin-right: auto;
	position: relative;	
	width:775px;
	height:90px;
}

/* Login Panel ---------------------------------------------------------- */

#loginPanel{
	position: absolute;
	top:0px;
	right:0px;
	width:270px;
}

#loginPanel-loggedIn{
	background-color:#444;
}

#loginPanel-formContainer{
	position: relative;
	background-color:#fff;
	height:75px;	
}

#loginPanel-noSession{
	position: relative;
	text-align:right;
	top:0px;
	right:-2px;
	height:30px;
	
}
.loginTitleBarLink{
	display:inline;
	text-decoration:none;
	color:#fff;
	
}


.loginPanel-fieldBox{
  	position:relative;
  	float:left;
  	top:12px;
  	margin-right:3px;
	margin-bottom:3px;
}

.inputField{
  	width:10em;
}

label.overlabel {
  	position:absolute;
  	top:-15px;
  	left:0px;
	font-size:10px;
  	color:#999;
}


#loginFields{
	display:none;
	
	
}

/* Footer ----------------------------------------------------------- */
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	clear:both;
	height:100px;
	position: relative;	
	width: 100%;
	top:20px;
	padding-top:20px;
	background-image: url(../graphics/footer/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color:#fff;
}
#footerContainer{
	position:relative;
	margin-left: auto; 
	margin-right: auto;
	position: relative;	
	width:775px;
	height:auto;
	padding-bottom:20px;
	color:#666;
}
#footerStatement{
	float:left;
	width: 500px;
	position:relative;
	padding-top:20px;
}
#locations{
	position:relative;
	width:200px;
	height:auto;
	padding-left:20px;
	float: right;
	top:20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eee;
	

}
#locations ul{
	list-style-type: none;
	margin: 0px; 
	padding: 0px;
}