@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font:12px Helvetica, Arial, sans-serif;
	background: url(images/patternBackground.gif) center 144px no-repeat;
	background-color: #0A0A0A;
	color:#FFF;
}
a {
  outline: none;
}
#header {
	background: url(images/HeaderFloralBack.png) no-repeat center top #000;
	height: 75px;
	width: 950px;
	margin: 0 auto;
	padding: 15px 0px;
	color:#FFF;
}

#header a {
	text-decoration:none;
	color:#FFF;
}

#header a:hover {
	text-decoration:underline;
	color: #f69926;
}

#header h2 {
	font: 24px "Arial Black", Gadget, sans-serif;	
	line-height:26px;
}

#headLeft {
	float: left;
}

#headRight {
	float: right;	
}

#navBack {
	background: url(images/navBack.png) repeat-x top left;
	width:100%;
	height:40px;
	position:absolute;
	top:103px;
	left:0;
	border-top: #5f5f5f 1px solid;
	border-bottom: #5f5f5f 1px solid;
}

#nav {
	width: 950px;
	height:40px;
	margin:0 auto;
	z-index:5000;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;	
}

#nav li {
	float:left;
	border:none;
	background: url(images/navSplitter.png) no-repeat top right;
}

#nav a {
	text-decoration:none;
	border: 0px;	
	padding:11px 17px;
	display:block;
	color: #FFF;
	font-size: 14px;
	display:block;
}

#nav a:hover {
	color: #f69926;
	text-decoration:none;
}

#wrapper {
	width: 890px;
	margin:40px auto 0 auto;
	border-left: #5f5f5f 1px solid;
	border-right: #5f5f5f 1px solid;
	padding: 30px;
	background: url(images/wrapBack.jpg) bottom left repeat-x #000;
}

#content {
	margin-top: 30px;
}

#content h2 {
	color: #f69926;
}

#content a {
	text-decoration:none;
	color:#f69926;
}

#content a:hover {
	text-decoration:underline;
	color: #f69926;
}

#leftCol {
	float:left;
	margin-right: 20px;
}

#main {
	color:#FFF;
}

#rightCol {
	float: left;	
	width: 210px;
}

#services {
	margin-top:30px;
	line-height: 22px;
	height:310px;
}

#services a {
	text-decoration:none;
	color: #fff;	
}

#services a:hover {
	color: #f69926;
	text-decoration:underline;
}

#services h2 {
	color: #f69926;
	margin-bottom: 20px;
}

#secFooter {
	background:url(images/footerBack.png) repeat-x top left;
	width:100%;
	height:50px;
}

#secFootWrap {
	width: 914px;
	margin: 0 auto;
	height: 40px;
	padding:5px 18px;
	color:#FFF;
}

#secFootLeft {
	float: left;
	height:37px;
	width:600px;
	margin-top:3px;
	position:relative;	
}
#dockFoot {
	width:400px;
	height:35px;
	position:absolute;
	top:0;
	left:0;
}
#dockFoot img {
	margin:0 2px;
}

#secFootRight {
	padding-top: 10px;
	float: right;
	height: 30px;
	width:314px;
	text-align:right;	
}

#secFootRight a {
	color:#FFF;	
	text-decoration: none;
}

#secFootRight a:hover {
	text-decoration:underline;	
}

#footer {
	height: 70px;
	width: 910px;
	margin: 0 auto;
	font-size: 12px;
	padding:0 20px;
}

#footer a {
	text-decoration: none;
	color:#FFF;	
}

#footer a:hover {
	text-decoration:underline;
}

#footerLeft {	
	width:30px;
	float: left;
	height: 50px;
	padding-top:20px;
}
#footerMid {
	width:670px;
	float: left;
	height: 60px;
	margin-left:25px;
	padding:20px 20px 0 20px;
	text-align:center;		
}
#footerRight {
	float: left;
	padding-top:20px;
}

.portSmThumb {
	border: #5f5f5f 1px solid;
	background: url(images/navBack.png) #000 repeat-x;	
	width:180px; 
	padding:10px; 
	display:block;
	margin:0px 20px 20px 0px;
	height:215px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color: #f69926;
}
.portSmThumb:hover {
	border: #f69926 1px solid;
	color:#FFF;
}
.portSmThumb div {
	 width:180px;
	 height:180px;
	 margin-bottom:10px;
}

.portSmThumb div a {
	display:block;
	height:180px;
}

#portNav {
	width: 135px;
	padding: 0;
	margin: 0;
}
#portNav li { 
	 float: left;
	 list-style: none;
}
#portNav a {
	background: url(images/navBack.png) #000  repeat-x;	
	padding: 5px;
	display: block;
	border: #5f5f5f 1px solid;
	margin-bottom:14px;
}
#portNav a.activeSlide {
	background: #88f;
}
#portNav a:focus {
	outline: none;
}
#portNav img {
	border: none; display: block;
}

#portLrgThumb {
	background: url(images/navBack.png) #000  repeat-x;	
	padding: 5px;
	width: 474px;
	float: left;	
	overflow:hidden;
	display: block;
	border: #5f5f5f 1px solid;
	text-align:center;
	margin-left:20px;
	
}


/* Classes */

.button {
	background:url(images/buttonBack.png) repeat-x;
	height: 30px;
	width: 90px;
	color:#FFF;
	border: #5f5f5f 1px solid;
	font-size:14px;
	padding-bottom:5px;
}

.button:hover {
	background:url(images/buttonHoverOver.png) repeat-x;	
}

.picHolder {
	margin-bottom:10px;
	position:relative;
	/*text-align:center;*/
}

.servBox {
	float: left;
	width: 207px;
}

.mainText {
	float: left;	
	width: 320px;
	line-height: 22px;
}

.lrgMain {
	float: left;	
	width: 660px;
	line-height: 22px;
	margin-bottom: 20px;
}

.lrgMain a {
	color:#f69926;	
}

.lrgMain a:hover {
	text-decoration:underline;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 26px;
	margin-bottom: 10px;
	color: #f69926;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 26px;
	margin-bottom: 10px;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color:#f69926;
	margin-bottom: 10px;
}

.bullets {
	padding:5px 20px;
	margin:0;
	color:#F38D1E;
}
.bullets li {
	margin-bottom:5px;
}
.white {
	#FFF;
}

.orange {
	color: #f69926;
}
.h3White {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	margin-bottom: 10px;
}
.disclaimerTxt {
	font:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFF;
}

#portLink {
	width:300px;
	height: 10px;
	padding:50px 20px 20px 20px;
	margin:0 auto;
	text-align:center;
	background: url(images/webPortButton.png);
	border: #5f5f5f 1px solid
}
#portLink a {
	color:#fff;
	font:bold 14px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#portLink a:hover {
	color:#f69926;
	text-decoration:none;
}
/* Scroller CSS */
.tabholder {
	border:1px solid #5F5F5F;
	position:relative;
	height:240px;
}
.tabs {
	list-style:none;
	width:206px;
	margin:0;
	padding:0;
}
.tabs li {
	height:60px;
}
.tabs li a {
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	position:absolute;
	right:0;
	padding:17px 0 20px 20px;
	width:188px;
	background: url(images/headerButtonBack.png) no-repeat scroll 0 0 transparent;
}
.tabs li.activeSlide a {
	color:#f69926;
	background: url(images/headerButtonHover.png) no-repeat scroll 0 0 transparent;
}
.tabs li a:hover {
	color:#f69926;
	background: url(images/headerButtonHover.png) no-repeat scroll 0 0 transparent;
}
.panes {
	width:680px;
	float:left;
	height:240px;
	overflow:hidden;
}
#cycledivs {
	height:285px;
	overflow:hidden;	
}
.teaminfo {
	text-align:left;
	background:#000;
	width: 660px;
}
.weemee {
	text-align:center;
	width:200px;
	float:left;
	height:285px;
}
#weemeeholder {
	width:600px;
	margin:0 auto;
	list-style:none;
}
#weemeeholder li {
	float:left;
}
#weemeeholder img {
	cursor:pointer;
}
.steve {
	background:url(images/stevePodmore.png) scroll center top no-repeat #000;
}
.paul {
	background:url(images/paulHowarth.png) scroll center top no-repeat #000;
}
.lee {
	background:url(images/leeRobinson.png) scroll center top no-repeat #000;
}
.nick {
	background:url(images/nickGreen.png) scroll center top no-repeat #000;
}
.julie {
	background:url(images/julieSandywell.png) scroll center top no-repeat #000;
}
.sinfo {
	width:600px;
	padding:5px;
}

.bioHolder {
	float:right;
	width:190px;
	height:260px;
	margin: 10px;
	color:#fff;
	border: #5f5f5f 1px solid;
}

.sinforight {
	background: url(images/navBack.png) #000 repeat-x;	

	}
.sinforighth {
	font-weight:bold;
	font-size:12px;
	padding:5px 5px 5px 12px;
	color: #f69926;
}
.sinforightb {
	font-weight:normal;
	font-size:12px;
	margin:0px 5px 5px 12px;
	border-bottom: 1px solid #000;
}

.textField {
	border: #5f5f5f 1px solid;
	width: 150px;
	padding: 5px;
	color: #fff;
	background: #0a0a0a;
}
.textarea {
	border: #5f5f5f 1px solid;
	width: 290px;
	padding: 5px;
	color: #fff;
	background: #0a0a0a;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.textAreaSm {
	border: #5f5f5f 1px solid;
	width: 190px;
	padding: 5px;
	color: #fff;
	background: #0a0a0a;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#errors {
	background-color:#163356;
	color:#fff;
	width:400px;
	padding:20px;
	margin:5px auto;
	display:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;			
}

/* title */
#errors h2 {
	margin:-5px 0;
	color:yellow;
}

#loginbox {
	text-align:center;
	width:300px;
	margin:0 auto;
}

#loginbox .lheader {
	background: url(images/loginHeader.png) repeat-x scroll 0 0;
	height:40px;
}
#loginbox .lbody {
	text-align:left;
	border: #5f5f5f 1px solid;
	padding: 10px;
}
.error {
	height:15px;
	background-color:#F93;
	font-size:11px;
	border:1px solid #FFF;
	padding:4px 10px;
	color:#000;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;	
	-moz-box-shadow:0 0 20px #ddd;
	-webkit-box-shadow:0 0 20px #ddd;	
}

.error em {
	display:block;
	width:0;
	height:0;
	border:10px solid;
	border-color:#F93 transparent transparent;

	/* positioning */
	position:absolute;
	bottom:-17px;
	left:60px;
}
.taskHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

