/* CSS Document
Author:: tim@Drumbeat
Title:: Waterside, trowbridge
Version: 1.1
 */
 
 body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #fff;
	background: #393996;
	}
	
h1 {
	height: 102px;
	text-indent: -8000px;
	margin: 20px 0 0 15px;
	}
	
#container {
	width: 784px;
	font-size: 1.2em;
	margin:  auto;
	}
	
#skip {
	display: none;
	}
	
/*header stuff*/ 

#header {
	margin: 0;
	padding: 0;
	}

#header h1{
	background: url(../images/homePageLogo.jpg) no-repeat;
}

h2 {
	margin: 0 0 25px 30px;
	height: 67px;
	text-indent: -5000px;
	background: url(../images/titles/prepare.gif) no-repeat;
}

/* Display */

#display {
	margin: 0;
	padding: 0;
	}

/* Modus */

#modus {
	margin: 30px 0;
	float: right;
	}

#modus img {
	border: none;
	margin: 0;
	}
	
#modus p {
	margin: 45px 10px 0 0;
	float: left;
}

/*nav stuff*/ 

#nav {
	margin: 0;
	padding: 0;
	}
	
#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li{
	list-style: none;
	width: 784px;
	margin: 0;
	padding: 7px 0;
	}
	
#home{
	background-color: #393996;
	}
#home:hover{
	background-color: #1A1A7C;
	}
	
#leisure{
	background-color: #9D3594;
	}
#leisure:hover{
	background-color: #7C1977;
	}

#office {
	background-color: #959D56;
	}
#office:hover{
	background-color: #ABBD26;
	}
	
#news {
	background-color: #000066;
	}
#news:hover{
	background-color: #000066;
	}
#nav a {
	text-decoration: none;
	margin-left: 30px;
	color: #FFFFFF;
	font-size: 1.4em;
	}

/*---- Contents  ---*/ 

#content {
	margin: 0;
	padding: 0;	
	}
	
#content a {
	color: #ABBD26;
	}
	
#colum1 {
	margin: 15px 30px;
	line-height: 1.5em;
	font-size: 1.2em;
	}
	
#colum1 img {
	border: none;
}

#colum1 ul {
	list-style-type: square;
	}

#colum2 {
	margin: 15px 30px;
	line-height: 1.5em;
	font-size: 1.2em;
	}
	
#colum2 ul {
	list-style-type: square;
	}

/*indivual pages*/
	
.companyName {
	font-size:  1.6em;
	}
	
	/* Home Page*/
	
	#work  {
		height: 29px;
		text-indent: -5000px;
		background: url(../images/titles/workLivePlay.gif) no-repeat;
		}
	
	/* Leisure page*/
	
	#leisureBody {
		background: #9D3594;
		}
	
	#headerleisure h1 {
		background: url(../images/leisurePageLogo.jpg) no-repeat;
		}
		
	#leisureH2 {
		background: url(../images/titles/leisureHead.jpg) no-repeat;
		}
		
	#contentleisure ul {
		margin: 0 0 0 15px;
		padding: 0;
		list-style-type: square;
		}
		
	#contentleisure a {
		color: #ABBD26;	
		}
		
	#Leisurecolum1 {
		float: left;
		margin: 0 0 0 15px;
		line-height: 1.5em;
		font-size: 1.2em;
		}
	
	#Leisurecolum1 img {
		border: none;
		}
		
	#Leisurecolum2 {
		float: right;
		margin: 0px;
		width: 350px;
		padding: 0;
		line-height: 1.5em;
		font-size: 1.2em;
		}
		
		
	#Leisurecolum2 ul {
		margin: 0;
		margin-bottom: 1em;
		padding: 0;
		list-style-type: none;
		}
		
	/* office */
	
	#officeBody {
		background: #959D56;
		}
	
	#headerOffice h1{
		background: url(../images/officePageLogo.jpg) no-repeat;
		}
		
	#officeH2 {
		background: url(../images/titles/DesignedToExceed.gif) no-repeat;
		}
		
	#address ul {
	margin:  10px 0;
	padding: 0;
	}
	
	#address li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	/* News and Events Page */
	
	#newsBody {
	background: #000066;
	}
	
	#headerNews h1{
		background: url(../images/newsPageLogo.jpg) no-repeat;
		}
		
	#newsH2 {
		background: url(../images/titles/newsAndEvent.jpg) no-repeat;
		}
	#newsH3 {
		height: 28px;
		text-indent: -5000px;
		background: url(../images/titles/news.jpg) no-repeat;
		}
		
	#keyEvents {
		height: 28px;
		text-indent: -5000px;
		background: url(../images/titles/keyEvents.jpg) no-repeat;
		}
		
	