@charset "utf-8";
@import url("links.css");
@import url("accordion.css");
@import url("navigation.css");

body {
margin: 0 auto;
	padding:0;
	background-color:#fff;
}

#wrapper {
		padding: 1em;
	margin: 0 auto;

	width:960px;	
}

#mast {
	width:60em;
	background-color:#FFF;
}

#logo {
	background-color:#FFF;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:5px;
	float:left;
	width:353px;
}

#strapline {
	float:right;
	width:602px;

	background-color:#FFF;
}

#breadcrumb {
	float:left;
	width:945px;
	height:30px;
	background-color:#333333;
	padding-top:15px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	padding-left:15px;
}

#contentwrap {
	width:100%;
		background-color:#FFF;

}

#subnav {
	width:100%;
	clear:both;
	

}

#leftcol {
	width:170px;
	float:left;
	padding-top:15px;
}
#rightcol {
	width:200px;
	float:right;
}

#maincontent {
	float:left;
	width:540px;
	padding-left:25px;
	padding-right:5px;
}

#maincontent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:1.5em;

	color:#333;
}

.heading{
	width:100%;
	background-color:#666;
	height:25px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	}

.box {
	background-color:#CCC;
	border:solid 1px #000;
		font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	padding-left:5px;
	padding-right:5px;
}

.green {
color: #AAC02C;
}
	
.red {
color:#F00;
}	
	
h1 { font-family: 'Ubuntu', arial, serif;
font-size:1.8em; }

.clear {
	clear:both
}

ul.bullets  {
margin : 0;
padding-left:1em;
list-style-type : none; 
}
ul.bullets li {
	padding-left : 20px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:1.5em;
	padding-right:5em;
	color:#333;
	 background-image : url(images/bullet.gif);
background-repeat : no-repeat;
background-position : top left; 


} 


/* SLIDER */


#gallery {
	position:relative;
	height:166px;
	width:960px;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:50px; 
		width:100%; 
		position:absolute;
		bottom:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1em;
		
	}

	#gallery .caption .content {
		margin:5px;
	 
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}

/* ----------------FOOTER----------------- */

#footwrap {
	width:60em;
}

#footwrap p {
	font-family: Verdana, Geneva, sans-serif;
	font-size:0.7em;
	color:#fff;
}

#footleft {
	background-color:#666;
	width:30em;
	float:left;
}

#footright {
	background-color:#666;
	width:470px;
	float:right;
	padding-right:10px;
}

