/* Set text alignment to centre/left-align the content
----------------------------------------------------- */	
body {
	text-align: center;
}
/* Set side margins to auto if centring content
----------------------------------------------------- */	
#frame {
	text-align: left;
	width: 1015px;
	position: relative;
	background: #fff;
	margin: 0 auto;
}
/* Header should always point to the logo file uploaded 
	for the archive. 	Default background colour is #fff. 
----------------------------------------------------- */
#header {
	background-image: url("/archives/2224/images/logo.gif");
	background-color: #fff;
	border-bottom: 2px solid #fff;
	background-repeat: no-repeat;
}
/* Switch PR Shots logo off or on
----------------------------------------------------- */	
#header #logo a {
	background-image: none;
}
/* Background colour of strip beneath the main header
----------------------------------------------------- */
#sitesearch {
	background-color: #333;
}
/* Container for nav and content area. Shouldn't 
	normally	change - should mirror frame width
----------------------------------------------------- */
#wrapper {
	width: 1015px;
}
/* The left-hand nav
----------------------------------------------------- */
#navigation {
	background: none;
}
/* main content area. Should usually remain unchanged
	Width depends on proximity to nav
----------------------------------------------------- */
#content {
	width: 789px;
	padding: 0;
}
/* Shouldn't normally change - should mirror frame 
	width. Position either fixed (to browser bottom) 
	or relative (to content)
----------------------------------------------------- */
#footer {
	text-align: left;
	width: 1015px;
	background: #fff;
	position: fixed;
}
/* Heading, paragraph text & link colour
----------------------------------------------------- */
h1, h2, p, p a {
	color: #000;
}
/* List appearing in content area (categories etc)
----------------------------------------------------- */
ul.indexlist li a {
	font-weight: normal;
	text-decoration: underline;
	color: #000;
}
/* Image results boxes
----------------------------------------------------- */
.image,
.image-top,
.image-bottom {
	background-color: #dbdbdb;
	background-image: none;
}
.image p a,
.image p strong {
	color: #000;
	font-weight: bold;
}
/* Button styles
----------------------------------------------------- */
.stretch-btn {
	background: transparent;
}
.stretch-btn a,
.stretch-btn input,
.stretch-btn .btn {
	background: transparent; 
	color: #fff; 
	margin-top: -1px;
	font-weight: normal;
}
#sitesearch .stretch-btn {
	padding: 0 0 0 15px;
	background: transparent url("/archives/2224/images/search-arrow.gif") no-repeat;
	left: 240px;
	text-transform: uppercase;
}
#sitesearch .textinput {
	width: 195px;
	left: 15px;   
}
/* Navigation styles
----------------------------------------------------- */
.RadMenu_archives  {
	background: #fff;
	margin-top: 3px;
	border-top: none;
	border-right: none;
}
.RadMenu_archives .rmLink {
	text-decoration: none;
	color: #333;
	border: 0;
	border-bottom: none;
	border-left: none;
	text-align: left;
}
.RadMenu_archives .rmLink:hover .rmText,
.RadMenu_archives .rmFocused .rmText,
.RadMenu_archives .rmExpanded .rmText {
	color: #333;
	text-decoration: underline;
}
.RadMenu_archives .rmText {
	margin-left: 0; 
	margin-right: 0;
	font: normal 12px Arial, verdana, sans-serif;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 17px;
	padding-right: 16px;
   background-image: none;
   border-bottom: 1px solid #73c06b;
}
.RadMenu_archives .rmFirst {
	background: none;
	padding-top: 0;
	width: 210px;
}
.RadMenu_archives .rmLast {
	background: none;
	border-bottom: 0;
	padding-top: 0;
	width: auto;
}
.RadMenu_archives .rmGroup {
	background: #fff;
	border-top: none;
	border-right: none;
	width: auto;
	padding:0;
	
}
.RadMenu_archives .rmGroup .rmFirst {
	background: none;
	width: auto;
	padding-top: 0;
}
.RadMenu_archives .rmGroup .rmLast {
	background: none;
	border-bottom: 0;
	width: auto;
	padding-bottom: 0;
}
.RadMenu_archives .rmGroup .rmLink {
	background: #fff;
	border: 0;
	border-bottom: none;
	border-left: none;
	color: #333;
}
.RadMenu_archives .rmGroup .rmLink:hover .rmText,
.RadMenu_archives .rmGroup .rmFocused .rmText,
.RadMenu_archives .rmGroup .rmExpanded .rmText {
	text-decoration: underline;
	color: #333;
	border: 0;
}/* CSS Document */


