/********************************************************\
|   Cambridge Quadrant Style Sheet 						 |
|           version: 1.5								 |
|			creation date: 08/07/09						 |
|			Created by Robert Aiken						 |
|			Copyright JT Response						 |
|														 |
|			Last Edited:24/07/09						 |
|			by: Robert Aiken							 |
|														 |
/*********************************************************/

html {
	overflow:scroll;
}

body {
	padding:0;
	margin:0;
	font-family:verdana;
}

h4 {
	margin-top:3%;
	margin-bottom:0;
	padding:0;
	width:40%;
	border-bottom:1px solid #4652B7;
	color:#4652B7;
	font-size:0.8em;
}

li, ol {
	font-size:0.8em;
}

a:link {color: #FFFFFF;text-decoration: none;}
a:visited {text-decoration: none;color: #FFFFFF;}
a:hover {text-decoration: underline;color: #FFFFFF;}
a:active {text-decoration: none;color: #FFFFFF;}

p {
	font-size:0.8em;
	font-family:Verdana;
}

#container {
	width:100%;
	border-top:5px solid #4652B7;
	border-bottom:1px solid #000000;
	float:left;
	

}

#banner {
	width:100%;
	border-top:1px solid #000000;
	
	
}

#banner h1 {
font-size:1.3em;

}

#banner h2 {
font-size:1.3em;
font-family:"Times New Roman", Times, serif;
}

#banner h3 {
font-size:0.8em;

}

#banner #bleft {
	width:20%;
	vertical-align:super;
	float:left;
	padding-left:5%;
	
	
}
#banner #bcenter {
	width:50%;
	text-align:center;
	float:left;
	
	
}

#banner #bright {
	width:20%;
	float:left;
	padding-right:5%;
	text-align:right;
	
	
}

#links {
	width:100%;
	float:left;
	padding: 0 20% 0 20%;
	border-bottom: 2px solid #000000;
	border-top:2px solid #CCCCCC;
	background-color:#4652B7;
	text-align:center;
	margin-bottom:1%;
	padding:0.4% 0;
	

}

.spread {
	width:20%;
	float:left;
	

}

#content {
	margin:1% 10%;
	text-align:justify;

}

#content a:link {color: #4652B7;text-decoration: none;}
#content a:visited {text-decoration: none;color: #4652B7;}
#content a:hover {text-decoration: underline;color: #4652B7;}
#content a:active {text-decoration: none;color: #4652B7;}

#contact {
	width:100%;
	text-indent:1%;
	margin:2% 0;
	border-top:1px dashed #CCCCCC;
	
	
}

#footer {	
	width:100%;
	background:#4652B7;
	float:left;
	margin-top: 1%;
	padding:0.5% 0;
	border-top: 1px solid #CCCCCC;
	
	
	
}

#footer h1 {
	font-size:0.6em;
	padding:0;
	margin:0;
	color:#FFFFFF;
}

/* misc boxes */

.floatright{
	padding-right:2%;
	float:right;
	
	
}

.floatleft{
	padding-left:2%;
	float:left;
}

.inputbox {
	border:1px solid;
	border-color:#4652B7;
}

/* Div pop up for index */

#idbox{
	float:left;
}
   
   
#box1, #box2, #box3, #box4 {
	position:absolute;
	width:500px;
	background-color:#FFFFFF;
	color:#4652B7;
	visibility:hidden;
	}


