/*Sets padding and margins to 0*/

* {
padding:0;
margin:0;
	}

html {
	}

body {
	background-color: #ccc;
	padding-top:10px;
	padding-bottom:10px;
	}

/*Restricts width adds padding and borders and makes background colour white*/

#container {
	width:975px;
	background-color: #B7B7FF;
	
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-top: 1px solid #111;
	}


/*Default font*/

html,body,h1,h2,h3,h4,p,td,ul,ol,li,div,blockquote {
	font-family: Arial, Helvetica, sans-serif;
	}



/*Headings*/

h2,h3,h4 {
	font-weight: bold;
	color: #000099;
	letter-spacing: 0.03em;
	}


h1 {
	font-size: 2.2em;
	margin-bottom:11px;
	color: #FFFFFF;
	letter-spacing: 0.02em;
	background: #000099;
	margin-right: -11px;
	margin-left: -11px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	}


h2 {
	font-size: 1.35em;
	margin-bottom:0.6em;
}



h3 {
	font-size: 1.15em;
	margin-bottom:0.4em;
	}
	
	
	
h4 {
	font-size: 1.2em;
		}
		
		
		
p,td,li {
	font-size: 1.3em;
	line-height: 1.6;
	color: #2F2F4A;
	}
	
p {
	margin-bottom:0.3em;
}
	
hr {
	background-color: #999;
	border: 1px solid #999;
	clear:both;
	margin-top:7px;
	margin-bottom:7px;
}
strong {
	font-weight: bold;
}



/*Default lists - not navigation*/
ul {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	margin-left:25px;
	padding-left:10px;
	list-style: square;
}

li {
	line-height: 1.30em;
	margin-bottom: 0.2em;
}

ol {
	margin-left:10px;
	padding-left:10px;
}





/*For all reports pages*/

.report {
	width:700px;
}

.report img {
	float:right;
	margin-left:15px;
}

.report li {
	margin-left: 20px;
	padding-left: 10px; 
}

.report h3 {
	clear:both;
	padding-top:12px;
	margin-top:15px;
	border-top:1px solid #999999;
	padding-bottom:12px;
}

.report a:link img,.report a:visited img,.report a:hover img,.report a:active img {
	border-width: 0px;
	border-style: none;
}




/*links - default not navigation*/

a:link {
	color: #000099;
	text-decoration: underline;
	}



a:visited {
	color: #000033;
	text-decoration: underline;
}



a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFF00;
}



a:active {
	color: #FFFF00;
	text-decoration: none;
	background-color: #000000;
}





/*Top of page*/


#header {
	height: 185px;
	background-color: #B7B7FF;
	margin-bottom:40px;
}

#header img {
	
}

#header h2 {
	font-size: 1.9em;
	font-weight: bold;
	margin-top: 55px;
	color: #FFFF99;
	background: #000099;
	text-align: center;
	padding-top: 5px;
	padding-bottom:3px;
	height:1.5em;
	margin-bottom:11px;
	margin-right:195px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;	
}

#header p {
	padding-top: 14px;
	padding-bottom: 11px;
	font-size: 1.05em;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.1em;
	margin-left:12px;
	margin-right:12px;
	clear:both;
	text-align: center;
	margin-top: -38px;
}


#clear_across {
	clear: both;
	width: 100%;
	margin-top:15px;
	display:block;
	
}

/*image navigation*/

#nav {
	clear: left;
	float: left;
	margin-left: 10px;
	width:158px;
	background: #999;
	padding: 9px 1px 1px;
	border-top: 2px solid #999;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #999;
}

#nav ul {
	list-style: none;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	font-weight: bold;
}

#nav ul li {
	margin-bottom: 12px;
	margin-right: 3px;
	font-size: 1.1em;
}

#nav ul li a:link, #nav ul li a:visited {
	display: block;
	padding-left: 8px;
	padding-top: 8px;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	border-left: 7px solid #fff;
	color: #fff;
	text-decoration: none;
	background-color: #000099;
	padding-bottom: 8px;
	}

#nav ul li a:hover, #nav ul li a:active { 
	background-color: #fff;
	color: #000099;
	border-left: 7px solid #000099;
	border-top: 2px solid #000;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
}


/*Main content area - paddings and borders*/

#content {
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #999999;
	border-right:1px solid #111;
	border-bottom:1px solid #111;
	border-top:1px solid #999999;
	margin-left:185px;
	background-color: #fff;
}


h2.spacer {

padding-bottom:25px; 

}



/*footer - all below content - same on all pages*/

#footer {
	clear: both;
	margin-top: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #fff;
	border-top: 1px solid #999;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;	
}

#footer ul {
 padding-left:0;
	margin-left:12px;
	}


#footer li,#footer li a:link,#footer li a:visited {
	font-size: 0.9em;
	display: inline;
	list-style: none;
	color: #000099;
	
} 


img.logo {
margin-right: 130px;
}

/*footer - logos with links to home page*/
#footer a:link img,#footer a:visited img,#footer a:hover img,#footer a:active img
{
	border: none;
	background-color:white;
}

#footer a:link, #footer a:hover{
background-color:white;
}


.webstandards_icon {

float:right;
border:none;
margin-left:12px;
}


/*This is on all review pages - limits width, positions images, spaces, rules above heading etc*/


#report td {
	vertical-align: top;
}

#report img {
	display: block;
	margin-top:7px;
}

#report a:link img,#report a:visited img,#report a:hover img,#report a:hover img
{
	border: none;
}

#visits {
width:630px;
}

#visits h2 {
	margin-top: 19px;
	padding-top: 6px;
	padding-bottom: 9px;
	border-top: 1px dotted #999999;
	clear:right;
}

#visits ol {
	margin-left: 25px;
	padding-left: 10px;
}

#visits ol li {
margin-bottom:9px;
}



#visits p {
	margin-top:12px;
	margin-bottom:12px;
}


#visits img {
	float:right;
	margin-left:14px;
	border:none;
}

#visits a:link {
	color: #222266;
}

#visits a:visited {
	color: #222266;
}

#visits a:hover {
	color:#000033;
}

#visits a:active {
	color:#00FFFF;
}


.contain_photo {
display:block;
width:100%;
height:260px;
margin-top:22px;
}

.photo_box {
	width:180px;
	float:left;
	margin-right:19px;
	height:230px;
	text-align: center;
	}


.photo_box a:link {
	display:block;
	height:220px;
	padding:2px;
	color:#000099;
	font-size: 1.1em;
}

.photo_box a:visited
{
display:block;
color:#000066;
height:220px;
font-size: 1.1em;
}

.photo_box a:active,.photo_box a:hover {
background: #000099;
	color:#FFFFFF;
	display:block;
	height:220px;
	font-size: 1.1em;	
}



.photo_box img {
	padding: 2px;
	border-top: 2px solid #999999;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #999999;
	display:block;
	background-color: #FFFFD7;
}

.photo_box :hover img {
border: 2px solid #000099;
}


.photo_box :active img {
border: 2px solid #FFFF00;
}



/*Wider for 'about' page*/

.photo_box_b {
	width:195px;
	float:left;
	margin-right:19px;
	height:240px;
	text-align: center;
	color:#000099;
	font-size: 1em;
}

.photo_box_b a:link {
	display:block;
	height:240px;
	padding:2px;
	color:#000099;
	font-size: 1.1em;
}

.photo_box_b a:visited {
	display:block;
	color:#000066;
	height:240px;
}

.photo_box_b a:hover,.photo_box_b a:active {
	background: #000099;
	color:#FFFFFF;
	display:block;
	height:240px;	
}



.photo_box_b img {
	padding: 2px;
	border-top: 2px solid #999999;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #999999;
	display:block;
}

.two_photos_line {
	display:block;
	width:100%;
}


.two_photos {
	width:250px;
	font-weight: bold;
	color: #000099;
	text-align: center;
	float:left;
	margin-right:35px;	
}

.two_photos img {
	padding: 2px;
	border-top: 2px solid #999999;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #999999;
}

.two_photos_line {
	display:block;
	width:100%;
	margin-top:10px;
	margin-bottom:12px;
}


.two_photos_w {
	width:280px;
	font-weight: bold;
	color: #000099;
	text-align: center;
	float:left;
	margin-right:35px;	
}


.two_photos_w img {
	padding: 2px;
	border-top: 2px solid #999999;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #999999;
	display:block;
}




/*For contact page only - limits width and positions images*/

#contact {
	width:680px;
}

#contact .none {
	border:none;
}

#contact img {
	float:right;
	margin-left:10px;
}

#contact h1 {
	width:778px;
}

#contact h1 img {
	float: right;
	margin-left: 8px;
	margin-right:5px;
	margin-top:7px;
} 

#contact h2 {
	clear:right;
	padding-top:8px;
	margin-top:14px;
	border-top: 1px dotted #999999;
}

#contact a:link img {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

table#report td.question {
	font-weight: bold;
	color: #000099;
	font-size: 1.5em;
}

#report hr {
	color: #999999;
	border: #999999;
}

.ear_icon {
	clear: right;
	float: right;
	margin-left: 15px;
	border: none;
}

.superscript {
	font-size: 0.8em;
	font-weight: normal;
	vertical-align: super;
}

.superscript-blue-bold {
	font-size: 0.8em;
	font-weight: bold;
	vertical-align: super;
	color: #000099;
}
.greytext {
	color: #999999;
}

.lighttext {
	color: #DDDDDD;
}
.blackbold {

	font-weight: bold;
	color: #000000;
	list-style-type: circle;
	list-style-position: inside;
}

.photonoposition {
	border: 1px solid #000099;
}

title {
	font-style: italic;
	font-weight: bold;
	background-color: #FFFF00;
}


/*Image where text doesn't wrap around it - takes full width*/

.block {
	clear:right;
}


.block img {
	display: block;
	padding: 1px;
	margin-top: 8px;
	border-top: 1px solid #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;
	clear:right;
}

.block p {
	font-size: 0.95em;
	font-weight: bold;
	color: #000099;
	margin-top: -1px;
	margin-bottom: 14px;
	width:500px;
	text-align: center;
}

.photoright {
	border: 1px solid #000099;
	float: right;
	margin-left: 10px;
}

.photoleft {
	border: 1px solid #000099;
	float: left;
	margin-right: 10px;
}

.clear {
	clear:right;
}


.clear_both {
	width:750px;
	clear:both;
}

.noborder {
	border:none;
}

p.fixheight {
	height:90px;
}

.info {
	list-style: square url(../Images/info_list.gif);
	margin-left:40px;
	padding-left:30px;	
}

.info li {
	margin-bottom: 11px;
}

img#speaker {
	margin-bottom:8px;
}
