@charset "iso-8859-1";
/* author: Geoff Vines */
/* Creation date: 25/03/2006 */
/* Last changed: 10/08/2006 */

/* CSS styling for Steven Carey aka Numbers (UK) */

/* Styling for the basic structural elements. */
* {
	margin: 0;
	padding: 0;
}

body {
	 background-color: #FFFFFF;
	 color: #000000;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 75%;
	 text-align: center;
	 position: relative;
	 margin: 0;
	 padding: 0;
	 padding-top: 10px;
}

#mainframe {
	width: 750px;
	padding: 125px 0 0 0;
	margin: 0 auto;
	margin-bottom: 5px;
	position: relative;
	min-height: 200px;
	overflow: hidden;
	color: #000;
	background-color: #FFF;
	text-align: left;
}

#header {
	width: 748px;
	height: 115px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #91DFF2;
	border: 1px solid #0334AE;
	z-index: 10;
	overflow: visible;
}

/* header corner image styles */
#hctl {
	position: absolute;
	top: -1px;
	left: -1px;
}

#hctr {
	position: absolute;
	top: -1px;
	right: -1px;
}

#fcbl {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#fcbr {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#container {
	position: relative;
	overflow: visible;
}

#maintextarea {
	margin: 0 0 0 150px;
	padding-bottom: 10px;
	width: 450px;
	float: left;
	display: inline;
}

#rightpanel {
	width: 140px;
	float: right;
	display: inline;
	font-size: 0.9em;
	border: 1px solid #0334AE;
}

#rightpanel p {
	text-align: left;
	padding: 0 5px 10px 5px;
	font-size: 0.9em;
}

#rightpanel img {
	text-align: center;
}

#navigation {
	width: 140px;
	float: left;
	display: inline;
	margin-left: -600px;
	padding: 10px 0 10px 0;
	border: 1px solid #0334AE;
}

#footer {
	/*position: relative;*/
	width: 748px;
	float: left;
	clear: both;
	background-color: #91DFF2;
	text-align: center;
	font-size: 0.8em;
	color: #0000B5;
	margin-top: 10px;
	border: 1px solid #0334AE;
}

#footer p {
	text-align: center;
	margin: 10px 0 10px 0;
	padding: 0;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 10px 10px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 0 10px;
}

p {
	margin: 0 0 15px 0;
	font-size: 1em;
	text-align: justify;
}

img {
	border: none;
}

ul {
	margin: 0 0 15px 30px;
}

/* Specific image by image styling. */
#scclogo {
	float: left;
	margin: 10px 10px 0 10px;
}

#numberslogo {
	float: right;
	margin: 10px 10px 0 10px;
}

#plymlogo {
	margin: 10px 0 10px 21px
}

#smeaton {
	margin: 0 10px 10px 10px;
}

/* Strapline styling. */
#header div {
	color: #F00;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
}

#sccstrap {
	float: left;
	margin-left: 10px;
}

#numstrap {
	position: absolute;
	top: 70px;
	left: 180px;
	width: 310px;
}

/* Start of navigation styling. */
#navanchor {
	visibility: hidden;
}

div#navigation ul {
	margin: 10px 0;
	padding: 0;
	width: 140px; 
	z-index: 2;
}

/* Collapse the List Item Tags */
div#navigation li { 
	position: relative;
	list-style: none;
	margin: 0px;
	font-size: 0.8em;
	width: 140px;
}

/* Make the links block elements and give them padding and some style */
div#navigation li a {
	display: block;
	/*color:  #0000B5;
	background-color: transparent;*/
	text-decoration: none;
	width: 135px; 
	padding: 2px 0px 2px 5px;
}

div#navigation li a:visited {
	color: #A30000;
	background-color: transparent;
}

/* Specify the rollover style for the links */
div#navigation li a:hover, div#navigation li a:focus, div#navigation li a:active {
	background-color: #0000B5;
	color: #FFF;
}

/* Highlighting provide for keyboard users.  a:focus works in Firefox, etc., */
/* a:active works in IE. */
a:focus, a:active {
	background-color: #0000B5;
	color: #FFF;
	text-decoration: none;
}

div#navigation>ul a {
	width: auto;
}

/* This provides grey text for the inactive menu link of the page your on. */
div#navigation span {
	background-color: transparent;
	color: #999999;
	display: block;
	width: 133px;
	padding: 2px 0 2px 5px;
}

/* The people at Numbers. */
#stevenimg, #jennaimg, #stephenimg {
	float: right;
	margin: 0 0 10px 10px;
}

#teamimg {
	margin-bottom: 15px;
}

/* Page specific styling. */
#contacts #maintextarea {
	text-align: left;
}

/* Newfeed specific styling. */
div#newsfeed {
	width: 130px;
	margin: 0 5px 0 5px;
}

div#newsfeed p {
	margin: 0;
	padding: 0;	
}

div#newsfeed p.newslink {
	margin: 0 0 10px 0;
}

div#newsfeed p.synopsis {
	margin: 5px 0 10px 0;
	text-align: left;
}

div#newsfeed  a {
	margin: 0;
	padding: 0;
}

p#newsackn {
	margin: 5px 5px 10px 5px;
	font-weight: bold;
	padding: 0;	
}

/* Styling for new management forms. */
#newsform .button {
	width: 120px;
	margin-right: 10px;
}

