/*
STYLE SHEET FOR [x] WEB SITE
Created by Andy McEniry
www.digital-precision.co.uk
*/

/*  DEFAULT ITEMS  //////////////////////////////////////////////////*/
   
* { /* Resets margin & padding of all elements */
	margin:0px;
	padding:0px;}

* img { /* Takes borders off of all images as standard */
	border:0px;}

a:link, a:visited {
	color:#fff;
	text-decoration:none; }
	
a:hover, a:active {
	color:#fff;
	text-decoration:none; }
	
a.table:link, a.table:visited {
	color:#333;
	text-decoration:none; }
	
a.table:hover, a.table:active {
	color:#c60000;
	text-decoration:none; }

a.tablered:link, a.tablered:visited {
	color:#c60000;
	text-decoration:none; }
	
a.tablered:hover, a.tablered:active {
	color:#c60000;
	text-decoration:underline; }

body {
	margin:10px auto;
	background: #fff url(images/bg.jpg) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333;
	font-weight:normal;
	text-align:center; }
	
.clearboth {
	width:965px;
	float:left;
	height:0px;
	clear:both; }
	

/*  WRAPPERS  //////////////////////////////////////////////////*/	

#wrapper {
	margin:0px auto;
	width:965px;
	height:548px;
	border:1px solid #fff;
	background:#fff;}
	
#header {
	width:965px;
	height:150px; }
	
#navbar {
	width:965px;
	margin:2px 0px 1px 0px;
	background: #000 url(images/bg_navbar.gif) repeat;}

#centralarea {
	width:965px;
	min-height:239px;
	background:#000;
	overflow:visible;}
	
#sidebox {
	float:left;
	width:160px;
	height:339px;
	text-align:left;}
	
#sideboxr {
	float:right;
	width:141px;
	border-top:1px solid #fff;
	height:339px;
	background: #000; /* url(images/bg_sideboxr.jpg) no-repeat;*/
	text-align:left;}
	
#footer {
	width:965px;
	clear:both;
	height:14px;
	border-top:1px solid #fff;
	background: #000 url(images/bg_footer.gif) repeat;
	text-align:right;}
	
#mainarea {
	float:left;
	text-align:left;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	width:662px;
	min-height:339px;
	background:#444;
	overflow:visible;}
	
#pageheader01 {
	width:662px;
	height:80px;
	background: #000 url(images/bg_header_01.jpg) no-repeat;}
	
#pageheader02 {
	width:662px;
	height:80px;
	background: #000 url(images/bg_header_02.jpg) no-repeat;}
	
#main_bottom {
	width:662px;
	height:258px;
	border-top:1px solid #fff;
	background: #000 url(images/bg_bottom_area.jpg) repeat;}
	
#biog_bottom {
	width:662px;
	min-height:258px;
	border-top:1px solid #fff;
	background: #000;}
	
#report_bottom {
	width:662px;
	min-height:258px;
	border-top:1px solid #fff;
	background: #000 url(images/bg_bottom_area.jpg) repeat;}
	
#report_scroll {
	width:662px;
	height:258px;
	border-top:1px solid #fff;
	overflow:auto;
	background: #000 url(images/bg_bottom_area.jpg) repeat;}
	
	
#news {
	width:662px;
	height:258px;
	border-top:1px solid #fff;
	overflow:auto;
	background: #000 url(images/bg_bottom_area.jpg) repeat;}	
	
#news h1 {
	margin:0px 10px;  color:#fff;
	font-size:125%;  font-weight:bold;}
	
#news h2 {
	margin:5px 10px;  color:#fff;
	font-size:100%;  font-weight:bold;}
	
#news h3 {
	margin:10px;  color:#ccc;
	font-size:80%;  font-weight:normal;}
	
#news p {
	margin:25px 10px 5px 10px;  color:#f00;
	font-size:80%;  font-weight:bold;
	text-align:justify;}
	
#news p.reply {
	margin:5px 10px;  color:#ff0;
	font-size:80%;  font-weight:normal;
	text-align:justify;}
	
	
#fa {
	clear:both;float:left;
	padding:0px; margin:0px;
	
	height:56px;}

.report_strip {
	float:left;
	display:inline;
	width:592px;
	min-height:32px;
	margin-bottom:10px;}

.report_icon {
	float:left;
	display:inline;
	width:32px;
	height:32px;
	margin:10px;}
	
/*  FONTS  //////////////////////////////////////////////////*/	

p {
	font-size:80%;
	color:#e00;
	margin:10px;}
	
h1 {
	font-size:125%;
	color:#FFF;
	padding:44px 0px 0px 12px;}
	
#main_bottom p {
	font-size:80%;
	color:#fff;
	margin:10px;}

#footer p {
	font-size:55%;
	color:#444;
	margin:0px 5px;}
	
#footer a:link, #footer a:visited {
	color:#444;
	text-decoration:none;}
	
#footer a:hover, #footer a:active {
	color:#fff;
	text-decoration:none;}
	
#report_bottom h1 {
	font-size:80%;
	color:#fff;
	margin:-10px 10px 0px 10px;
	padding:0px;}

#report_scroll p {
	font-size:80%;
	color:#fff;
	margin:10px;
	padding:0px;}
	
#report_scroll h1 {
	font-size:80%;
	color:#d00;
	margin:10px 10px 5px 10px;
	padding:0px;}
	
#report_scroll h2 {
	font-size:100%;
	color:#fff;
	margin:0px 10px -5px 10px;
	padding:0px;}
	
#report_scroll h3 {
	font-size:80%;
	color:#dd0;
	font-weight:normal;
	margin:10px;
	padding:0px;}

#report_scroll h4 {
	font-size:80%;
	color:#fff;
	margin:-10px 10px 0px 10px;
	padding:0px;}
	
#report_scroll h5 {
	font-size:80%;
	color:#fff;
	font-weight:normal;
	margin:0px 10px;
	padding:0px;}
	
#report_scroll h6 {
	font-size:80%;
	color:#c00;
	font-weight:bold;
	margin:30px 10px 10px 10px;
	padding:0px;}
	

/*  MENU  //////////////////////////////////////////////////*/	

#menu {
	text-align:left; 
	width:160px; 
	height:280px; 
	color:#555555; 
	font-family:arial,helvetica,sans-serif; 
	font-size:65%; 
	font-weight:bold; 
	background-color:#CCCCCC;}
	
#menu ul {
	list-style-type:none; 
	height:20px;}
	
.menuItemSelect {
	padding:3px 0 4px 10px; 
	color:white; 
	vertical-align:middle; 
	background-image:url(images/mnuSelect.jpg); 
	background-position:center; 
	border-top:1px solid white;}
	
.menuItemSelect a, .menuItemSelect a:active, .menuItemSelect a:visited {
	color:#fff; 
	width:150px; 
	display:block; 
	text-decoration:none;}
	
.menuItem {
	vertical-align: middle; 
	background-image:url(images/mnuMiddle.jpg); 
	background-position:center; 
	background-repeat:no-repeat; 
	border-top:1px solid white; 
	border-bottom:1px solid #B0B0B0;}
	
.menuItem a:link, .menuItem a:active, .menuItem a:visited {
	color:#333333; 
	display:block; 
	padding:3px 0 3px 10px; 
	width:150px; 
	text-decoration:none;}
	
.menuItem a:hover {
	background-image:url(images/mnuMiddle_f2.jpg); 
	background-position:center; 
	color:black;}


/******** FIXTURES & RESULTS **********/

.redHeaderLeft					{padding-left:14px; height:19px; background:#C70101 url(images/red_grad.gif) repeat-x top; color:white; font-size:70%;}
.row1Left						{height:20px; background:white; color:#505050; font-size:70%;}
.row1Left td					{padding-left:14px;}
.row2Left						{height:20px; background:#E7E7E7; color:#505050; font-size:70%; border-top:1px solid #DDDDDD; border-bottom:1px solid #DDDDDD;}
.row2Left td					{padding-left:14px;}
.redbold td						{color:#C60000; font-weight:bold;}


/* ADSENSE //////////////////////*/

#adsense {
	width:127px;
	height:225px;
	margin:0px 7px 0px 7px;}
	
#advert {
	width:127px;
	height:90px;
	margin:5px 7px 2px 7px;
	background:#000;}
	
#report_scroll p.address {
	color:#fdb;}
	
hr {
	text-align:center;
	width:98%;
	color:#555;}
	
/* GUESTBOOK ////////////////////////////*/

.guest_label {
	float:left;
	text-align:right;
	width:110px;
	margin:5px 0px;}
	
.guest_entry {
	float:left;
	width:510px;
	margin:5px 0px;}
	
#guest_namebox {
	width:350px;
	margin:7px 0px;}
	
#guest_commentbox {
	width:500px;
	height:100px;
	margin:7px 0px;}
	
	
/* tour */

ol {color:#aaa;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left:25px;}
	
ol li {
	margin:0px 0px 5px 10px;}