/*
Somerset House Style Sheet
Author: Interactive Design
Version 1.1
Date: 1 Feb 2007

Version history
1/2/07 Headrer chnaged, color chnage to strip and menu arrow
*/
	
/* LAYOUT ###################### */

/*

body -----------------------------

 --- container -------------------
|
|  --- banner
|  | --- header : absolute on top of banner
|
|  --- toolbar : absolute
| 
|   menu  |  content
|  float  |  float
| 
|  --- footer
|  
 ----------------------------------
 
 */

body {
	margin: 0; 
	padding: 0; 
	text-align:center;
	background-image: url(../images/bg-page.gif);
	background-color: #FFFFFF;
	color: #000000;
	} 
 
#container { 
	width:760px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	border-bottom: 10px solid #770101;
	position: relative;
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

#banner {
	padding:0;
	padding:0;
	height: 195px;
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 40px;
	} 

#content { 
	float:right;
	width: 560px;
	}
	
#content div { 
	margin: 0 30px 0 30px;
	}

#menu {
	float:left;
	width: 180px;
	} 
 
#header {
	position: absolute;
	top:0;
	left:0;
	padding: 8px 0 0 12px;
	width: 100%;
} 

#header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	background-color: transparent;
	font-size: 170%;
	line-height: 120%;
	margin: 0;
	}
	
#toolbar {
	position: absolute;
	top:188px;
	left:0;
	background-color: #770101;
	color: #FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	width: 100%;
	}
	
#footer {
	clear: both;
	margin: 30px 30px 0 230px;
	padding-bottom: 30px;
	color: #770101;
	background-color: #FFFFFF;
	border-top: 1px solid #C3C3C3;
	}
	

/* SET FONTS  ###################### */
/* sizes set in other sheets - with javascript control */	
	
body, td, th {
	font-family: Arial, Helvetica, Helv, sans-serif;
	}	
	
p, li {
	line-height: 140%;
	}
	
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #770101;
	font-weight: bold;
	background-color: #FFFFFF;
	}
	
h1 {
	font-size: 150%;
	line-height: 120%;
	}
	
h2 {
	font-size: 130%;
	margin-top: 0;
	}
	
h3 {
	font-size: 100%;
	margin-bottom: -1em;
	}


/* LINKS  ###################### */

a {
	color: #01077D;
	background-color: #FFFFFF;
	}
	
a:hover {
	color: #FFFFFF;
	background-color: #01077D;
	}
	
a:active {
	color: #FFFF00;
	background-color: #01077D;
	}


/* TOOLBAR LINK LIST  ###################### */
	
#toolbar ul {
	float: right;
	margin: 0.2em 0 0.2em 0;
	padding: 0;
	list-style-type: none;
	}
	
#toolbar li {
	float: left;
	padding: 0;
	}
	
#toolbar a {
	color: #FFFFFF;
	background-color:#770101;
	text-decoration: none;
	padding-right: 0.5em;
	}
	
a.big {
	font-size: 120%;
	}

a.bigger {
	font-size: 140%;
	}
	
#content img {
	background-color: #FFFFFF;
	color: #000000;
	padding: 6px;
	margin: 5px 10px 10px 10px;
	border: 1px solid #A9A9A9;
	}
	
#content img.icon {
	padding: 0 10px 0 0;
	margin: 0;
	border: none;
	}
 
	
/* MENU ###################### */

#menu ul  {
	margin: 0;
	padding: 0 10px 0 10px;
	list-style-type: none;
	}
	
#menu ul a {

	}

#menu ul a:hover {
	color: #FFFFFF;
	background-color: #01077D;
	}

#menu ul li {
	margin: 0;
	background-image: url(../images/menu-arrow.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
	}


/* GALLERY ###################### */

#imagegallery {
	padding: 0;
	margin: 0;
	}
	
#imagegallery li {
	display: inline;
	list-style-type: none;
	}
	
#imagegallery img {
	padding: 0;
	margin: 0;
	border: none;
	}

p#caption {
	margin-top: -1em;
	padding: 6px;
	border: 1px solid #A9A9A9;
	border-top:none;
	width: 400px;
	font-weight: bold;
	}
	
img#placeholder {
	margin-left: auto;
	margin-right:auto;
	border-bottom:none;
	}



/* ACCESSIBILITY CONVERSIONS ###################### */
em {	font-style: italic;	}
strong {	font-weight: bold;	}


/*printer styles*/ 
@media print{ 
/*hide menu when printing*/ 


}
