/* CSS Document */

/* 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: auto; 0;
}
/* Header should always point to the logo file uploaded 
	for the archive. 	Default background colour is #fff. 
----------------------------------------------------- */
#header {
	background-image: url("/Archives/2172/images/logo.gif");
	background-color: #fff;
	border-bottom: 2px solid #000;
	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: #000;
	top: 81px;
	border-top: 1px solid #fff
}
/* Container for nav and content area. Shouldn't 
	normally	change - should mirror frame width
----------------------------------------------------- */
#wrapper {
	width: 1015px;
	background: #000;
}
/* The left-hand nav
----------------------------------------------------- */
#navigation {
	width: 195px;
	
}
/* main content area. Should usually remain unchanged
----------------------------------------------------- */
#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: #000;
	position: fixed;
}
/* Heading, paragraph text & link colour
----------------------------------------------------- */
h1, h2, p, p a {
	color: #231f1f;
}
/* List appearing in content area (categories etc)
----------------------------------------------------- */
ul.indexlist li a {
	font-weight: normal;
	text-decoration: underline;
	color: #231f1f;
}
/* 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;
	background: transparent url("Archives/2172/images/search-arrow.gif") no-repeat 0 -4px;
	left: 220px;
	font-weight: normal;
	padding-left: 20px;
}
#sitesearch .stretch-btn a.btn-search {
	color: #231f1f; 
}
#sitesearch .textinput {
	width: 195px;
	left: 15px;
}
/* Navigation styles
----------------------------------------------------- */
.RadMenu_archives  {
	background: #000;
	border-top: none;
	border-right: none;
}
.RadMenu_archives .rmLink {
	text-decoration: none;
	color: #fff;
	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: #ff0000;
	background: #fff;
	
}
.RadMenu_archives .rmText {
	margin-left: 0; 
	margin-right: 0;
	white-space: nowrap;
	text-transform: uppercase;
	font: normal 12px Arial, Verdana, sans-serif;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 17px;
	padding-right: 16px;
   background-image: none;
	border: 0;
}
.RadMenu_archives .rmFirst {
	background: none;
	padding-top: 0;
	width: 196px;
}
.RadMenu_archives .rmGroup {
	background: #000;
	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;
	width: auto;
	padding-bottom: 0;
}
.RadMenu_archives .rmGroup .rmLink {
	background: #000;
	border: 0;
	border-bottom: none;
	border-left: none;
	color: #fff;
}
.RadMenu_archives .rmGroup .rmLink:hover .rmText,
.RadMenu_archives .rmGroup .rmFocused .rmText,
.RadMenu_archives .rmGroup .rmExpanded .rmText {
	background: #fff;
	color: #ff0000;
	border: 0;
}
