@import url("undo.css");
body {
	font-family: "Lucida Grande", Arial, Helvetica, sans serif;
	font-size: 12px;
	color: #1e2021;
	}	
			
#header{margin:0 auto; width:960px;}
#header-content{float:left; display:block;}
#header-content img{float:left;	}
#navigation{float:left;width:494px; margin-top:36px;}

.telephone{
	text-align:right;
	padding:20px;
	padding-bottom:25px;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: bold;
	color:#000;
}

ul#main_navigation li{font-size: 1.6em;	text-align: center; }
ul#main_navigation li a{color: #424549; text-decoration: none;}
ul#main_navigation li.active a{color: #fff; text-decoration: none;}
ul#main_navigation li a:hover, ul#main_navigation li a:active, ul#main_navigation li a:focus{color: #000; text-decoration: underline;}
ul#main_navigation li.active a:hover, ul#main_navigation li.active a:active, ul#main_navigation li.active a:focus{color: #fff; text-decoration: underline;}


ul#main_navigation{float: right; margin: 0; padding: 0 10px 0 0;}
ul#main_navigation li{ float: left; }
ul#main_navigation li a, ul#main_navigation li.active a{
	display: block;
	background: transparent url(../images/nav_btn_end.gif) no-repeat top left;
	margin-right:5px;
	float: left;
}

ul#main_navigation li a span, ul#main_navigation li.active a span{
	background: transparent url(../images/nav_btn.gif) no-repeat top right;
	margin-left: 20px;
	padding: 8px 20px 5px 0;
	display: block;
}

ul#main_navigation li.active a span{
	background: transparent url(../images/nav_active.gif) no-repeat top right;
	border: none;
}

ul#main_navigation li.active a{
	background: transparent url(../images/nav_active_end.gif) no-repeat top left;
	border-color: #fff;
}

#center_content{
	width:960px;
	margin:0 auto;
}

#headerimage{
	width:960px;
	min-height: 260px;
	height: auto !important;
	height: 260px;
	background: transparent url(../images/mainhero.jpg) no-repeat top left;
	margin: 0 0 20px 0;
}

#emergency{
	width:169px;
	height:54px;
	display:block;
	text-decoration:none;
	background: red url(../images/emergency.gif) no-repeat top left;
	position:relative;
	top:173px;
	left:420px	
	
}
#emergency:hover{
	background: red url(../images/emergency_ovr.gif) no-repeat top left;		
}

a#emergency span{
	display:none;
}

.threeCol{
	width:250px;
	display:block;
	float:left;
	padding: 0 10px 0 10px;
	color:#525252;
	margin-bottom:20px;
}

.left_content{
	width:345px;
}

.left_content strong{
	font-weight:bold;
}

.middle_content{
	width:300px;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;	
}

.middle_content img{
	float:left;
}

.threeCol h2{
	color:#eb2027; 	font-size: 1.3em;
	padding: 0 0 10px 0;	
}

.threeCol h2.large{font-size: 1.8em; font-weight:bold; }

.threeCol h3 {font-size: 1.3em; font-weight:normal; color:#000; }

.threeCol a{color:#000;}

.threeCol a:hover	{text-decoration: none;}


#listing {
	padding: 20px;
	padding-top:5px;
	margin-top: 5px;
	}

#listing ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -0.8em;
	}

#listing ul li{
	padding-bottom:5px;
}

#listing ul li:before {
	content: "\00BB \0020";	
}



#loginform {
	margin:auto;
	border:1px solid #cccccc;
	margin-top:10px;
}

#loginform fieldset{
	padding:0px;
}

#loginform legend{
	font-weight:bold;
	font-size:9pt;
}

#loginform label{
	display:block;
	height:2em;
	background-color:#E7E7E7;
	padding:10px 10px 0;
	color:#000;
}

#loginform label.usr{ border-bottom:none; }
#loginform label.pass{ border-bottom:none; border-top:none;}
#loginform label.log{ border-top:none; }

#loginform input {
	margin-right:5px;
	border:1px solid #999999;
	float:right;
	clear:right;
	background:#CCCCCC;
	height:20px;
}

#loginform input:focus,#loginform input:hover {
	border:1px solid #333333;
}

.error{
	color:red;
	font-style:italic;
	
	}


#footer{
	clear:both;
	width:960px;
	display:block;
	margin:0 auto;
	text-align:right;
	border-top:1px solid #999999;
	padding-top:10px;
}

div#footer ul#sitemap{
	float:left; 
	width:400px;
}

div#footer ul#sitemap li{
	display:inline;
	float:left;
	border-right: 1px solid #000;
	padding: 0 10px 0 10px;
}

div#footer ul#sitemap li a{
	color:#000;
}

div#footer ul#sitemap li a:hover, div#footer ul#sitemap li a:focus, div#footer ul#sitemap li a:active {
	text-decoration:none;
}

p#copyright{
	color:#000;
	font-size:1em;	
}

address{
	color:#000;
}

/*Fixes
---------------------------------------------------------------------------------------- */
/*bit of css to fix the clearing problem with divs containing floats - explained here http://www.positioniseverything.net/easyclearing.html  */
.floatfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden
}
.floatfix { display:inline-block }
/* Hides from IE-mac \*/
* html .floatfix { height:1% }
.floatfix { display:block }
/* End hide from IE-mac */



