.textbox {
background:#E5E5E5;
padding:2px 5px 2px 5px;
}

html {height:100%}

span.titlestripblack {
font-size:x-large;
font-weight:bold;
color:#484848;
float:left;
padding-top:3px;
}

span.blackbackground {background-color:#828282;
padding:1px 4px 1px 2px;
margin:0px 5px 10px 0px;
font-weight:bold;
color:#fff;
float:left;
width:180px;
text-align:center;}

span.redbackground {background-color:#F00303;
padding:1px 4px 1px 2px;
margin:0px 5px 10px 0px;
font-weight:bold;
color:#fff;
float:left;
width:180px;
text-align:center;}

.inset p.double {font-size:1em;
line-height:200%;
	}
	
	
.tag-cloud {margin:-4px 5px -5px -17px;
			text-align: justify;
			
			}
/* display the individual items next to each other, not one-per-line */
        .tag-cloud LI { display: inline; }
		
        /* size is purely presentational, based upon the class */
        .tag-cloud .not-common { font-size: 0.8em; }
        .tag-cloud .not-very-common { font-size: 1.1em; }
        .tag-cloud .somewhat-common { font-size: 1.3em; }
        .tag-cloud .common { font-size: 1.5em; }
        .tag-cloud .very-common { font-size: 2.1em; }
        .tag-cloud .ultra-common { font-size: 2.6em; }
		
#navigation {

float:left;
width:95%;
list-style:none;
margin:0px 0 0 0px;
padding-left:10px;
 

}

#navigation a
{
color:#006;
background: #E0E0E0 url(images/left-tab.gif) left top no-repeat;
text-decoration: none;
margin:0 0 0 0px;
font-weight:bold;

}

#navigation  a.active {
color:#006;
background: #B0B7EC url(images/left-tab-active.gif) left top no-repeat;
text-decoration:none;
	}



#navigation a.active span {
background: url(images/right-tab-active.gif) right top no-repeat;
padding-right: 13px;
padding-left: 10px;
}	

#navigation a span
{
background: url(images/right-tab.gif) right top no-repeat;
padding-right: 13px;
padding-left: 10px;

}


#navigation a, #navigation a span, #navigation a:active, #navigation a:active span
{
display: block;
float: left;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span, #navigation a:active, #navigation a:active span
{
float: none
}
/* End hide */


#navigation a:hover,
#navigation  a.active:hover
{
color: #fff;
background: #f90 url(images/left-tab-hover.gif) left top no-repeat;
}


#navigation a:hover span
{
background: url(images/right-tab-hover.gif) right top no-repeat;
padding-right: 13px
}

#navigation li
{
float: left;
margin: 0;
padding-left:5px;
} 


	




	

	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#B0B7EC;
		font-size:0.9em;
		padding:5px 0px 4px 15px!important;
		color:#B0B7EC;
	}

	#layoutdims a:hover {
		background:#ff9700;
		text-decoration:none;
	}
	
	#layoutdims a {
		padding:1px 1px 0px 1px;

		font-weight:bold;
		text-decoration:none;
		border-bottom:solid 1px #309;
	}

#layoutdims  a.active
{
text-decoration:none;
background:#D7DAFF;
border-bottom:none;
border-bottom:solid 1px #D7DAFF;
}




.zindexminus1 {z-index:-1;
	
	}

form td {
border:none;
}

.subscribebutton {
	padding:4px 4px 0px 0px;
	border:0px;
}



#header .subscribebutton {
	padding:4px 4px 0px 0px;
	display:inline;
	float:right;
}

.centretext {
	text-align: center;
	}

img.centeredborder0 {
    display: block;
    margin-left: auto;
    margin-right: auto;
	border:none;}



span.smallbold {
	font-size: 0.8em;
	font-weight:bold;
	color:#666;
	float:right;
}

.colright,.colmid,.colleft
{
	float:left;
	width:100%;
	position:relative;
}

.col1,.col2,.col3
{
	float:left;
	position:relative;
	overflow:hidden;
	padding:0 0 1em;
}

.col2i {
	padding-top:0px;
}

.col1, .col1i {
	padding-top:0px;
}

.fullpage .col1
{
	width:99%;
	left:.5%;
}

.sortable th
{
	color:#00F;
	text-decoration:underline;
}

.sortable th:hover
{
	background-color:#ff9700;
}

a.info
{
	position:relative;
	z-index:24;
	color:#00f;
	text-decoration:underline;
}

a.info:hover
{
	z-index:25;
	background-color:#ff6;
}

a.info span
{
	display:none;
}

a.info:hover span
{
	display:block;
	position:absolute;
	top:1.5em;
	left:3em;
	width:30em;
	border:1px solid #000;
	background-color:#fff;
	color:#000;
	z-index:30;
	padding:1em;
}

.blueheader
{
	font-size:1.1em;
	display:inline;
	width:100%;
}


.index td
{
	background:#EEE;
	border-bottom:none;
	padding:0 1em .5em;
}

.contents td
{
	background:#EEE;
	border-bottom:none;
	padding:0 1em .5em 0;
}

.key
{
	background:#EEE;
	border:1px solid #7A7878;

}

.key tr
{
	padding-left:10px;
}

.key td
{
	background:#EEE;
	border-bottom:none;
	vertical-align:top;
	padding:0 0 .2em .3em;
}

.key th
{
	background:#F5A30F;
	text-align:center;
}

.factbox li
{
	margin-left:-11px;
	padding:0 5px 1em 0;
}

.blue
{
	color:#00F;
}

.imagetext
{
	font-size:.9em;
	padding:0 0 3px;
}

.clearright
{
	clear:right;
}

.clearleft
{
	clear:left;
}

.quote
{
	border:1px solid #999;
	background:#E4E4E4 url(images/quote-left.gif) no-repeat left top;
	margin-left:20px;
	margin-right:20px;
	padding-top:15px;
	padding-left:60px;
	width:40%;
	clear:both;
}

.quote div
{
	background:transparent url(images/quote-right.gif) right bottom no-repeat;
	padding-right:40px;
	padding-bottom:10px;
}

.blueh
{
	color:#006;
	font-weight:700;
	margin-bottom:-.5em;
}

th
{
	background:#DFEEFF;
	padding:6px 10px;
	text-align:left;
}

td
{
	border-bottom:solid 2px #BFBFBF;
	padding:6px 10px;
}

.tablenoformatting td {border-bottom:0px;
	padding:3px 0px;
	}

.payment th {
border-collapse:collapse;
border:#999 solid thin;
text-align:center;
}

table.payment {border-collapse:collapse;
border:#999 solid thin}

table.payment td {border-collapse:collapse;
border:#999 solid thin}

table.paypal td {border:none;}



#minwidth1120
{
	min-width:1120px;
}

body
{	font-size:0.95em;
	border:0px;
	width:100%;
	height:100%;
	font-family:sans-serif;
	margin:0;
	padding:0;
	font:Verdana, Geneva, sans-serif;
	min-width:900px;


}

a
{
	color:#309;
}

.inset a:hover
{
	color:#000;
	background-color:#ff9700;
	text-decoration:none;
}

h1
{
	color:#FF6C00;
	font-weight:bold;
	font-size:1em;
	margin:0px 0px 0px 0px;

}

span.red
{
	color:#F00;
	font-weight:bold;
}

span.black
{
	color:#000;
	font-weight:bold;
}

span.orange
{
	color:#FF6C00;
}

span.grey {
	color:#CCC;
}
span.boldorange
{
	color:#FF6C00;
	font-weight:bold;
}

h2
{
	padding-top:5px;
	padding-bottom:2px;
	color:#006;
	border-bottom:2px solid #666;
	font-family:sans-serif;
	margin:.0em 0 5px;
}

h3
{
	color:#006;
	padding-top:0;
	border-bottom:1px solid #006;
	display:block;
	clear:right;
}

h4
{
	padding-right:10px;
	padding-top:13px;
	color:#000;
	font-family:sans-serif;
	margin:0;
}

h5
{
	padding-left:10px;
	background-color:#F90;
	margin:.0em 0 0;
}

.profileheader
{
	color:#006;
	padding-top:2em;
	border-bottom:1px solid #006;
	display:block;
	clear:right;
	font-size:1.2em;
	font-weight:700;
}

.inset hr
{
	width:100%;
	margin-bottom:15px;
	height:4px;
	color:#666;
}

.inset p
{
	margin:0;
	padding:0 0 5px;
	line-height:125%
}

.col1 .inset p,.col1h .inset p
{
	padding-top:10px;
	padding-bottom:1em;
	margin:0;
}

.logo
{
	border:none;
	padding-top:9px;
	padding-left:5px;
	padding-bottom:11px;
	float:left;
}


#header .addthis_button
{
	padding:4px 6px 0px 0px;
	float:right;
}

#header .floatright
{
	float:right;
	padding:0px 5px 0px 2px;

}



#header
{
	clear:both;
	width:100%;
	height:121px;
	background-image:url(images/headerblue.jpg);

}

.stop
{
	background:#fff;
	color:red;
	text-indent:5px;
}

.centcollbullets
{
	margin-left:165px;
}

.holygrail .colmid
{
	float:left;
	width:200%;
	margin-left:-10px;
	position:relative;
	right:100%;
	background:#B0B7EC;
	margin-top:0;
	margin-bottom:10px;
}

.holygrail .colleft
{
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:260px;
	background:#b0b7ec;
}

.holygrail .col1wrap
{
	float:left;
	width:50%;
	position:relative;
	right:130px;
}

.holygrail .col1
{
	position:relative;
	left:200%;
	overflow:hidden;
	margin:0 130px;

}

.holygrail .col2
{
	float:right;
	width:230px;
	position:relative;
	right:10px;
}

#footer
{
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #f90;
	background:#009;
	background-image:url(images/headerblue.jpg);
}

#footer a {
	color:#FFF;	}
	
#footer a:hover {
	background:#F90;
	}	

#footer p
{
	font-size:.7em;
	color:#fff;
	margin:0;
	padding:4px 10px 2px;

}

img.floatLeft
{
	float:left;
	margin-right:10px;
	border:solid 1px #666;
	clear:left;
}

.clearboth
{
	clear:both;
	height:2px;
}

img.floatRight
{
	float:right;
	clear:right;
	border:solid 1px #666;
	margin:3px 0 5px 10px;
}

img.floatrightnb
{
	float:right;
	clear:right;
	display:block;
	border-style:none;
	margin:3px 0 5px 10px;
}

img.border1
{
	border:1px solid #000;
}

.leftborder
{
	border-left:10px;
	background:#FFF;
	float:right;
}

.inset
{
	background:transparent;
	width:100%;
	margin-top:5px;
	margin-bottom:10px;
}

.inset h4
{
	padding-left:5px;
	padding-bottom:5px;
	color:#f90;
}

.menuheader
{
	color:#f90;
	font-weight:700;
	text-transform:uppercase;
	padding:.5em 0 .2em;
}

.inset .b1,.inset .b2,.inset .b3,.inset .b4,.inset .b1m,.inset .b2m,.inset .b3m,.inset .b4m,.inset .b1b,.inset .b2b,.inset .b3b,.inset .b4b,.inset .b1bm,.inset .b2bm,.inset .b3bm,.inset .b4bm,.inset .b1bo,.inset .b2bo,.inset .b3bo,.inset .b4bo
{
	display:block;
	overflow:hidden;
	font-size:1px;
}

.inset .b1,.inset .b1m,.inset .b2,.inset .b2m,.inset .b3,.inset .b3m,.inset .b1b,.inset .b2b,.inset .b3b,.inset .b1bo,.inset .b2bo,.inset .b3bo,.inset .b4bo,.inset .b1bm,.inset .b2bm,.inset .b3bm
{
	height:1px;
}

.inset .b2m
{
	background:#f90;
	border-left:1px solid #f90;
	border-right:1px solid #f90;
}

.inset .b4bm
{
	background:#006;
	border-left:1px solid #F90;
	border-right:1px solid #f90;
}

.inset .b1
{
	background:#999;
	margin:0 5px 0 0;
}

.inset .b2,.inset .b2b,.inset .b2bo,.inset .b2bm,.inset .b2m
{
	border-width:0 2px;
	margin:0 3px;
}

.inset .b3,.inset .b3b,.inset .b3bo,.inset .b3bm,.inset .b3m
{
	margin:0 2px;
}

.inset .b4,.inset .b4b,.inset .b4bo,.inset .b4bm,.inset .b4m
{
	height:2px;
	margin:0 1px;
}

.inset .b1b,.inset .b1bm
{
	background:#f90;
	margin:0 5px;
}

.col1 li
{
	margin-bottom:4px;
}

.col1 ul
{
	margin-bottom:15px;
	margin-top:10px;
	list-style:disc;
}

.col1 .colourbullets ul
{
	list-style:square;
	padding-left:2em;
	color:#FF6C00;
	font-size:1.1em;
}

.colourbullets span
{
	color:#000;
	font-size:.9em;
}

.inset .boxcontentmenu .list-menu
{
	background-color:#006;
}

.inset .boxcontentmenu .list-menu a
{
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:700;
	padding:2px 0 0 5px;
}

.inset .boxcontentmenu .list-menu a:link,#list-menu a:active,#list-menu a:visited
{
	color:#fff;
}

.inset .boxcontentmenu .list-menu a:hover
{
	background:#f90;
	color:#fff;
	text-decoration:none;
}

#list-menu a:link,#list-menu a:active,#list-menu a:visited
{
	color:#C3F;
}

.inset .menu
{
	text-align:left;
	border-top:7px #F90 solid;
	border-bottom:7px #F90 solid;
}

.inset .boxcontentmid
{
	display:block;
	background:#fff;
	border-left:1px solid #999;
	border-right:1px solid #999;
	padding-left:20px;
	padding-right:20px;
}

.indent
{
	padding:0 0 0 10px;
}

#date
{
	float:right;
}

.coverbox
{	width:190px;
	float:left;
	margin:6px 20px 0px 10px;
}


.LFsprocket
{
	width:80px;
	float:left;
	padding:3px 10px 0 5px;
}

.col1greybox
{
	background:#EEE;
	margin-bottom:8px;
	overflow:hidden;
	padding:4px 10px 0px 7px;
	margin-top:3px;
}

.maggreybox
{
	background:#EEE;
	margin:0px;
	overflow:hidden;
}

.holygrail .col1hwrap
{
	float:left;
	width:50%;
	position:relative;
	right:250px;
	padding-bottom:1em;
}

.holygrail .col1h
{
	position:relative;
	left:200%;
	overflow:hidden;
	margin:0 250px;
}

.col1h li
{
	margin-bottom:20px;
	margin-left:10px;
}

.holygrail .col3
{
	float:right;
	width:230px;
	margin-right:30px;
	position:relative;
	left:50%;
}

.rchd
{
	color:#FFF;
	border-bottom:1px #f90 solid;
	background:#006;
	padding-left:5px;
	font-family:sans-serif;
	font-size:small;
	font-weight:700;
	margin-bottom:.4em;
}


.centcolbullets
{
	margin-left:215px;
	margin-top:10px;
	
}

.centcolbullets li
{
	margin-left:-15px;
	padding-bottom:.5em;

}

.centcolbullets ul
{
	margin-top:20px;
	list-style:square;
	color:#FF6C00;
}

.centcolbullets span
{
	color:#000;

}

.rightmenui .collefti
{
	float:left;
	width:200%;
	margin-left:-300px;
	position:relative;
	right:100%;
	background:#b0b7ec;
}

.rightmenui .col1wrapi
{
	float:left;
	width:50%;
	position:relative;
	left:50%;
	padding-bottom:1em;

}

.rightmenui .col1i
{
	overflow:hidden;
	margin:0 15px 0 306px;
}

.rightmenui .col2i
{
	float:right;
	width:300px;
	position:relative;
	left:297px;
}

.colmask,.colmaski
{
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
}


.fullpage,.holygrail,.rightmenui
{
	background:#b0b7ec;
	min-height:100%
}

.index,.contents
{
	background:#EEE;
	border:1px solid #7A7878;
	padding:0;
}

.index th,.contents th
{
	background:#EEE;
	text-align:center;
	padding:.5em 0 0;
}

a:hover,.boxfloatrightnounderline a,.coverbox a,.LFsprocket a
{
	text-decoration:none;
}


#header img,#footer img,img.border0
{
	border:none;
}

.inset .b2,.inset .b3,.inset .b4,.inset .b4b,.inset .b3b,.inset .b2b
{
	background:#fff;
	border-left:1px solid #999;
	border-right:1px solid #999;
}

.inset .b3m,.inset .b4m,.inset .b3bm,.inset .b2bm
{
	background:#006;
	border-left:1px solid #f90;
	border-right:1px solid #f90;
}

.inset .b4bo,.inset .b3bo,.inset .b2bo
{
	background:#fff;
	border-left:1px solid #f90;
	border-right:1px solid #f90;
}

.inset .boxcontentmenu p,.inset .boxcontentmenu1 p
{
	padding:2px 5px 3px;
}

.inset .boxcontentmenu,.inset .boxcontentmenu1
{
	display:block;
	background:#fff;
	border-left:1px solid #f90;
	border-right:1px solid #f90;
}

.inset .contact,.inset .boxcontent
{
	display:block;
	background:#fff;
	border-left:1px solid #999;
	border-right:1px solid #999;
}


.boxfloatright294px {
	width:294px;
	float:right;
	clear:right;
	margin:0 0 20px 10px;
	padding:5px 0 0 6px;
	}
.floatleft400 {
	width:400px;
	float:left;
	border-right:20px solid #fff;
}



.boxfloatright400px {
	width:400px;
	float:right;
	clear:right;
	margin:0 0 20px 20px;
	padding:5px 0 0 6px;
	}	

.boxfloatright,.boxfloatrightnounderline
{
	width:200px;
	float:right;
	clear:right;
	margin:0 0 20px 10px;
	padding:5px 0 0 6px;
}

