/* CSS Document */

body {
  font: 62.5%/1.6 "Gill Sans", Futura, "Lucida Grande", Geneva, sans-serif;
  color: #cccccc;
  background: #000000;
  min-width: 900px;
}

.box {
  font-size: 1em;
}	

h1
{
	font-size: 2.5em;
	font-weight: bold;
	line-height: 2;
	color: #fb840e;
	margin: 0;
}

h2 {
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  color: #fb840e;
  margin: 0;
}

h3 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  color: #fb840e;
  margin: 0;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}

p 
{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.1em;
}

#wrapper 
{
  width: 900px; 
  margin: 0 auto; 
	padding: 10px;
	background-color:#000000;
	border-color:#252525;
	border-style:solid;
	border-width:1px;

}

#header 
{
	padding-top: 10px;
	border-bottom-color:#fb840e;
	border-bottom-style:solid;
	border-bottom-width:2px;
}

#content 
{
	width: 790px;
	float: right;
	font-size: 10px;
  min-height: 500px;	
}

#content h1, #content h2, #content p {
	padding-right: 20px;
}

.floatcontainer
{
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}

#footer {
	clear: both;	
	font-size: 1em;
}

a:link, a:visited
{
	text-decoration: underline;
	color: #808080;
}

a:hover, a:active 
{
	color: #fff;
}


/* menu
================================== */

#mainNav {
	width: 110px;
	float: left;
	/*padding-top: 20px;*/
	padding-bottom: 20px;
	margin-top: 5px;
	font-size: 1em;
	font-weight:bold;
}

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mainNav a {
	display: block;
	width: 100px;
	height: 19px;
	line-height: 19px;
	color: #808080;
	text-decoration: none;
	background: #666 url(images/menu.gif) no-repeat left bottom;
	text-indent: 25px;
}

#mainNav li 
{
	display: inline; /*Removes large gaps in IE*/
	padding-left: 12px;
	padding-right: 20px; 
}

#mainNav .first a {
	height: 20px;
	line-height: 20px;
}

#mainNav a:hover, .selected a 
{
	background-color: #666;
	background-position: right bottom;
	color: #fff;
}


/* front page text
================================== */


.text img 
{
	float: left;
	margin-top: 5px;
}
.text p 
{
	float: right;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1;
	color: #fb840e;
	text-align:justify;
	margin-top: 10px;
  /*margin-left: 0.5em;*/
}

.text h2 {
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  color: #fb840e;
  float: clear;
  margin-left: 0.5em;
}


/* rounded corner box
================================== */

.box-left {
  width: 35em;
  float: left;
  margin-left: 0em;
  background: url(images/bottom-left.gif) no-repeat left bottom;
  min-height: 10em;
}

.box-right {
  width: 42em;
  float: left;
  margin-left: 0.5em;
  background: url(images/bottom-left.gif) no-repeat left bottom;
  min-height: 10em;
}

.box-outer {
  background: url(images/bottom-right.gif) no-repeat right bottom;
  padding-bottom: 5%;
  min-height: 10em;
}

.box-inner {
  background: url(images/top-left.gif) no-repeat left top;

}

.box-inner li
{

}
  
}

.box-left h3 {
  background: url(images/top-right.gif) no-repeat right top;
  padding-top: 5%;
}


.box-left h3, .box-left p {
	padding-left: 5%;
	padding-right: 5%;
  margin-top: 0;
  margin-bottom: 0;
}

.box-right h3 {
  background: url(images/top-right.gif) no-repeat right top;
  padding-top: 5%;
}


.box-right h3, .box-right p {
	padding-left: 5%;
	padding-right: 5%;
  margin-top: 0;
  margin-bottom: 0;
}

.p-right
{
	 text-align: right;
}

/* drop shadow
================================== */

.img-wrapper {
  /*background: url(images/shadow.gif) no-repeat bottom right;*/
  float:left;
  line-height:0;

}

.img-wrapper img {
  background:#000;
  padding:1px;
  position:relative;
  left:-5px;
  top:-5px;
}

/* team pic
================================== 

#pic {
  width: 600px;
  height: 434px;
  position: relative;
}

#pic ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#pic a {
  position: absolute;
  width: 100px;
  height: 100px;
  color: #000;
  text-decoration: none;
  border: 1px solid transparent;
}

#pic a .outer {
  display: block;
  width: 98px;
  height: 98px;
}

#pic a .inner {
  display: block;
  width: 4px;
  height: 4px;
}

#pic a:hover {
  border-color: #d4d82d;
}

#pic:hover a .outer, #pic a:hover .outer {
  border: 1px solid #000;
}

#pic:hover a .inner, #pic a:hover .inner {
  border: 1px solid #fff;
}


#pic .ian a {
  top: 25px;
  left: 290px;
}

#pic .meeko a {
  top: 240px;
  left: 320px;
}

#pic a .note {
  position: absolute;
  bottom: -2em;
  width: 9em;
  padding: 0.2em 0.5em;
  background-color:#ffc;
  text-align: center;
  left: -30000px;
  margin-left: -5em;
}

#pic:hover .note, #pic a:hover .note {
  left: 50px;
}

*/

/* Team Remote Rollover
================================== */


#pic {
	width: 790px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 5px;
	font-size: 10px;
}

#pic ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /*font-size: 1.8em;*/
}

#pic a {
	display: block;
	width: 150px;
	height: 19px;
	line-height: 19px;
	color: #808080;
	text-decoration: none;
	text-indent: 10px;
	border-width:0px;
}

#pic li 
{
	display: inline; 	
	padding-left: 10px;
	padding-right: 2px;
}

#pic a .hotspot {
  width: 50px;
  height: 60px;
  position: absolute;
}

#pic a:hover .inner {
  display: block;
  width: 48px;
  height: 58px;
  border: 1px inset #fb840e;
}

#pic a .link {
  position: absolute;
  display: block;
  width: 15em;
}

/* :BUG: This rule on it's own does not work in IE  */
#pic a:hover .hotspot {
  border: 1px solid #ffd44f;
}

/* :BUG: Neither does this rule  */
#pic a:hover .link {
  color: #ffd44f;
}

/* :KLUDGE: However if you add this rule, both the previous rules now work. Weird*/
#pic a:hover {
  border: none;
}

#pic h3 {
 text-align:center;
}

/*#########Handlers#########*/

#pic .mattcooke a .hotspot {
  top: 45px;
  left: 350px;
}

#pic .andyedwards a .hotspot {
  top: 50px;
  left: 192px;
}

#pic .robkelly a .hotspot {
  top: 54px;
  left: 556px;
}

#pic .laurencejeffries a .hotspot {
  top: 162px;
  left: 371px;
}

#pic .steveansell a .hotspot {
  top: -3000px;
  left: -3000px;
}

#pic .ericamears a .hotspot {
  top: -3000px;
  left: -3000px;
}

#pic .catheaten a .hotspot {
  top: -3000px;
  left: -3000px;
}

#pic .markhastings a .hotspot {
  top: -3000px;
  left: -3000px;
}
/*#########Supports#########*/

#pic .duncanroberts a .hotspot {
  top: 135px;
  left: 184px;
}

/*#########Dogs#########*/

#pic .charlie a .hotspot {
  top: 50px;
  left: 413px;
}

#pic .charlie2 a .hotspot {
  top: 55px;
  left: 271px;
}

#pic .nyx a .hotspot {
  top: 232px;
  left: 386px;
}

#pic .molly a .hotspot {
  top: 54px;
  left: 482px;
}

#pic .rodney a .hotspot {
  top: -3000px;
  left: -3000px;
}

#pic .timmy a .hotspot {
  top: -3000px;
  left: -3000px;
}

#pic .freya a .hotspot {
  top: -3000px;
  left: -3000px;
}

#pic .fino a .hotspot {
  top: -3000px;
  left: -3000px;
}
/*#########Non-Ops#########*/

#pic .rachelhayter a .hotspot {
  top: -3000px;
  left: -3000px;
}

/* content List
================================== */

#boxes ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#boxes ul a {
	display: block;
	width: 298px;
	height: 14px;
	line-height: 10px;
	text-indent: 15px;
}

#boxes li 
{
	display: inline; /*Removes large gaps in IE*/
	padding-left: 12px;
}

/* team member page
================================== */
.tbox-left {
  width: 32em;
  float: left;
  margin-left: 6.5em;
  background: url(images/bottom-left.gif) no-repeat left bottom;
  min-height: 12em;
}

.tbox-right {
  width: 32em;
  float: left;
  margin-left: 0.5em;
  background: url(images/bottom-left.gif) no-repeat left bottom;
  min-height: 12em;
}

.tbox-left h3 {
  background: url(images/top-right.gif) no-repeat right top;
  padding-top: 5%;
}


.tbox-left h3, .box-left p {
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 0;
  margin-bottom: 0;
}

.tbox-right h3 {
  background: url(images/top-right.gif) no-repeat right top;
  padding-top: 5%;
}


.tbox-right h3, .box-right p {
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 0;
  margin-bottom: 0;
}

.tbox-outer {
  background: url(images/bottom-right.gif) no-repeat right bottom;
  padding-bottom: 5%;
  min-height: 12em;
}

.tbox-inner {
  background: url(images/top-left.gif) no-repeat left top;
}

.box h3 {
  background: url(images/top-right.gif) no-repeat right top;
  padding-top: 5%;
}


.box h3, .box p {
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 0;
  margin-bottom: 0;
}

#team ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#team ul a {
	display: block;
	width: 500px;
	height: 10px;
	line-height: 10px;
	text-indent: 15px;
}

#team li 
{
	display: inline; /*Removes large gaps in IE*/
	padding-left: 12px;
}

/* team member text
================================== */


.text img 
{
	float: left;
	margin-top: 5px;
}
.text p 
{
	float: left;
	line-height: 1;
	text-align:justify;
	margin-top: 10px;
  /*margin-left: 0.5em;*/
}
