/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.85em;
	color:#000;
	background-color:#FFF;
}

.clear{
	font-size:0em;
	clear:both;
}

#wrapper{
	width:811px;
	margin:0px auto;
}

#header{
	height:87px;
	position:relative;
}

#header #logo{
	position:absolute;
	background-image:url(../images/logo.jpg);
	width:420px;
	height:50px;
	display:block;
	top:20px;
	left:10px;
}

#header #strapline{
	position:absolute;
	color:#000;
	top:40px;
	right:20px;
	font-size:1.6em;
}

#navigation{
	color:#fff;
	background-image:url(../images/navback.png);
	width:811px;
	height:43px;
}

#navigation ul, #navigation ul li{
	margin:0px;
	padding:0px;
	list-style:none;
}

#navigation ul li{
	float:left;
	width:202px;
	height:43px;
	line-height:43px;
	text-align:center;
}

#navigation ul li a{
	text-decoration:none;
	color:#fff;
	display:block;
	height:43px;
	width:202px;
}

#navigation ul li.sep{
	background-image:url(../images/nav_sep.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

.slideshow{
	width:811px;
	height:382px;
	overflow:hidden;
}

.slideshow a{
	text-decoration:none;
}
.slideshow a img{
	border:none;
}
/* the following still notes added to original */

.still{
	width:811px;
	height:382px;
	overflow:hidden;
}

.still a{
	text-decoration:none;
}
.still a img{
	border:none;
}

#content{
	margin-top:20px;
}

#home_left{
	float:left;
	width:470px;
	padding-left:20px;
	padding-right:20px;
	color:#333333;
}

#home_wide{
	float:left;
	width:770px;
	padding-left:20px;
	padding-right:20px;
	color:#333333;
}

#home_right{
	float:left;
	width:300px;
	color:#333333;
}

#home_right ul,#home_right ul li{
	margin:0px;
	padding:0px;
	margin-left:10px;
}

#home_right p{
	margin-top:0px;
	padding-top:0px;
}

#contact_left{
	float:left;
	width:220px;
	color:#666666;
	padding-left:10px;
}

#contact_left .small{
	font-size:10px;
}

#contact_left a{
	text-decoration:none;
	color:#666666;
}

#contact_left h2, #contact_right h2{
	color:#000;
	margin-top:10px;
}

#contact_right{
	float:left;
	width:570px;
	padding-left:10px;
	color:#333333;
	border-left:1px solid #9b9b9b;
}

#footer{
	border-top:1px solid #9b9b9b;
	position:relative;
	padding:10px 20px 10px 20px;
	font-size:0.8em;
	color:#999999;
}

#footer #design{
	position:absolute;
	right:0px;
	top:10px;
}

#footer #design a{
	color:#999999;
	text-decoration:none;
}
