@charset "utf-8";
/* CSS Document */
@import 'default.css';
@import 'fonts.css';
@import 'nav.css';
@import 'pages.css';

html, body{
	background:#b1b1b1 url(../img/bg_body.jpg) center top no-repeat;
	width:100%;
	height:100%;
}
.container{
	width:960px;
	margin:0px auto;
	overflow:hidden;
}
#logo, #logo span{
	display:block;
	background:url(../img/logo.png) left top no-repeat;
	width:365px;
	height:95px;
	color:#d24146;
	font-size:1.5em;
	text-align:center;
}
#logo{margin:27px 0 10px 297px;}
#content{
	width:920px;
	background:#FFF;
	padding:20px;
	overflow:hidden;
}
.mainContent{padding:0 17px;}
#skipContent{position:absolute;left:-9999px;}
#footer{
	background:#c3282d url(../img/bg_footer.jpg) left top no-repeat;
	width:920px;
	height:87px;
	margin-bottom:5px;
	padding:40px 20px 20px;
}
.banner{
	width:894px;
	height:237px;
	margin:20px auto;
	display:block;
}

/* ------------- FOOTER CONTACT DETAILS ----------------- */

#footer_numbers{
	clear:both;
	display:block;
	height:30px;
	margin-top:15px;
}

#footer_numbers li{
	float:left;
	margin-right:20px;
	display:inline;
}

#footer_numbers li a{
	color:#fff;
	font-size:1em;
	font-weight:bold;
}
#footer address{
	font-size:1em;
	font-weight:bold;
}
#copyright{
	font-size:0.7em;
	width:96%;
	margin:0 auto
}
ul#footer-nav{
	width:413px;
	margin:0 auto;
	overflow:hidden;
	padding:0;
	clear:both;
}
ul#footer-nav li{
	float:left;
	margin-top:15px;
}
ul#footer-nav li.pipe{
	line-height:40px;/*use line-height to align text with pipe delineator*/
	padding:0 10px 0 10px;
	font-size:.5em;
}
ul#footer-nav li a:hover{
	color:#D02C31;
	text-decoration:underline;
}
ul#footer-nav li a {
	line-height:40px;/*use line-heigh to line up text items with the pipe*/
	font-size:0.8em;
}
