/* Layout*/
* {
margin:0;padding:0
}
body {
	PADDING: 0px;
	BACKGROUND: #333333 url(images/bg.gif) repeat-x;
	font-family: "Futura Std Book", Helvetica, Trebuchet, Arial, sans-serif;
	font-size: 76%;
	text-align: justify;
	padding:20px;
}
#wrapper {
	width:100%;
	background:#FFCC00;/* right column colour*/
	text-align:left;
	border:1px solid #000;
	width:100%;
	background:#666666 url(images/rColumnBg.gif) repeat-y right;
	text-align:left;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px;
	border-left: 1px solid #000000;
}
#header, #footer {
	background:#666666;
	color:#FFFFFF;
	width:100%;
	clear:both;
	text-decoration: none;
}
#header {
	background-image:  url(images/headerBg.gif);
	background-repeat: repeat-x;
	height: 200px;
	text-align: center;
}
#footer {
	border-bottom:1px solid #000000;
	background-image:  url(images/footerBg.gif);
	background-repeat: repeat-x;
	height: 65px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;

}
#footer a {
color:#fff;
}
#inner {
	margin-right:200px;
	background:#666666 url(images/lColumnBg.gif) repeat-y;
	border-right:1px solid #333333;
	color: #CCCCCC;
}
#middle {
	background:#FFFFFF;
	margin-left:200px;
	border-left:1px solid #333333;
	border-top:1px solid #333333;
	color:#333333;
}
#content, #content2 {
	position:relative;
	width:100%;
	float:left;/* contain clearing*/
}
#content2 {
margin:0 -1px
}/* moz needs this*/

#content {
	position:relative;
	float:left;/* contain clearing*/
	width:100%;
}
#left {
	width:200px;
	margin-left:-199px;/*overlap for old mozilla*/
	position:relative;
	left:-1px;/* now line it up*/
	float:left;
}
#right {
	width:200px;
	margin-right:-199px;/*overlap for old mozilla*/
	position:relative;
	left:1px;/* now line it up*/
	float:right;
}
* html #left {
margin-right:-3px;
}/* 3 pixel jog*/
* html #right {
margin-left:-3px;
}/* 3 pixel jog*/


/* clear without structural mark-up */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}

/* mac hide - force layout in ie \*/
* html .clearfix,* html #inner, * html #middle {
height: 1%;
}
.clearfix {
display: block;
}
/* End hide */
#logo {
	position:absolute;
	left:50%;
}
#logoinner {
	position:relative;
	left:-50%;
	margin-top: 93px;
}
#quies {
	text-align: right;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}
/* NAVIGATION*/
#tab {
	line-height:2em;
	margin-top: 24px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
}
#tab a {
	background-color: #333;
	color:#FFFFFF;
	padding:0 10px;
	border:1px solid #333;
	text-transform:uppercase;
	border-bottom:none;
	position:relative;
	top:2px;
	height:20px;
	text-decoration:none;;
	voice-family: "\";}\""; 
	voice-family:inherit; 	
	top:2px;/*ie mac gets this*/
	height:auto;
	padding:3px 10px 4px;
	margin: 0px;
}
/*ie5 jumps this next style because of voice family hack above - It must follow immediately */
/* commented backslash mac hiding hack  \*/ 
#tab a {
	top:3px;
	height:auto;
	padding:3px 10px 4px;
} 
/* end hack */ 

#tab a:hover {
	background:#FFFFFF;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#tab a.current {
	background:#FFFFFF;
	color:#333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#leftMenu {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 64px;
}
.hidden
{
  display: none;
}
a.footerd {
	position: relative;
}

a.footerd:hover {
	visibility: visible;
}

a.footerd span {
	display: none;
}

a.footerd:hover span {
	display: block;
	position: absolute;
	top: -2em;
	left: 1em;
	height: 2em;
	width: 4em;
	border: 1px solid #ccc;
}
#leftMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:136px
}

#leftMenu ul li {
	position: relative;
	width:134px;
	border-top: 1px solid #333333;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}
/* keep folowing styles together..........................*/
* html #leftMenu ul ul {
	margin-left:-16px;/* ie5 fix */
	voice-family: "\"}\""; 
	voice-family: inherit;
}	
* html #leftMenu ul li {
float:left;/* hide float from ie5*/
}
* html #leftMenu ul ul {
	width:136px;	
	w\idth:134px;
	voice-family: "\"}\""; 
	voice-family: inherit;	
}
* html #leftMenu ul ul {margin-left:0;/* hide margin from ie5*/
}

/* keep above styles together .............*/

#leftMenu li ul {
	position: relative;
	display:none;
}
#leftMenu li ul li {
	width:125px;
	border-left:8px solid #333333
}

/* Styles for Menu Items */
#leftMenu ul li a {
	display:block;
	text-decoration: none;
	color: #333333;
	background: #666666; /* IE6 Bug */
	line-height:2em;
	height:2em;	
	padding:0 5px
}
#leftMenu li.current li a {
	display:block;
	text-decoration: none;
	color: red;
	background: #ff9900; /* IE6 Bug */
	line-height:2em;
	height:2em;	
	padding:0 5px
}
#leftMenu li li a {
background:#FFFFFF;
}

/* set dropdown to default */
#leftMenu li:hover li a, li.over li a {
    color: #333333;
   background-color: #FFFFFF;
}

/* this sets all hovered lists to red */
#leftMenu li a:hover,
#leftMenu li:hover a, li.over a,
#leftMenu li:hover li a:hover, li.over li a:hover {
   color: #cccccc;
   background-color: #333333;
}

#leftMenu li ul li  {  } /* Sub Menu Styles */
#leftMenu li.on ul { display:block !important } /* The magic */
#leftMenu li.off ul {
display:none !important
}
#leftMenu li.on a {
color:#FFFFFF;font-weight:bold
}/* set colour of selected item*/
#leftMenu li.on ul a {
	background:#FFFFFF;
	color:#666666;
	font-weight:normal;
	font-size: 0.8em;
}/* keep nested anchors original colour*/

body#services #nav li#xximages ul {
display:block;
} /* open chosen menu */
body#services #nav li#xximages a {
background:red;
} /* set background color of list item's anchor*/
body#services #nav li#xximages ul a {
background:#FFFFFF;
}/* stop above from applying to nested links*/
body#services #nav li#xximages ul a:hover {
background:#333333;
}

body#services.host #nav li#xximages ul li.hosting a {
background:#ff9900;
}/* the actual item chosen*/
body#services.wdes #nav li#xximages ul li.webdes a {
background:#ff9900;
}/* the actual item chosen*/
body#services.imar #nav li#xximages ul li.imark a {
background:#ff9900;
}/* the actual item chosen*/
body#services.doma #nav li#xximages ul li.domain a {
background:#ff9900;
}/* the actual item chosen*/
body#services.broa #nav li#xximages ul li.broadband a {
background:#ff9900;
}/* the actual item chosen*/

body#stories #nav li#xxstories ul {
display:block;
} /* open chosen menu */
body#stories #nav li#xxstories a {
background:red;
} /* set background color of list item's anchor*/
body#stories #nav li#xxstories ul a {
background:#FFFFFF;
}/* stop above from applying to nested links*/
body#stories #nav li#xxstories ul a:hover {
background:#333333;
}

body#stories.deuc #nav li#xxstories ul li.deucalion a {
background:#ff9900;
}/* the actual item chosen*/
body#stories.spar #nav li#xxstories ul li.sparta a { background:#ff9900; }/* the actual item chosen*/
body#stories.deda #nav li#xxstories ul li.dedalus a { background:#ff9900; }/* the actual item chosen*/
body#stories.prop #nav li#xxstories ul li.prophecy a { background:#ff9900; }/* the actual item chosen*/
body#stories.trai #nav li#xxstories ul li.training a { background:#ff9900; } /* the actual item chosen*/
body#stories.sphi #nav li#xxstories ul li.sphinx a { background:#ff9900; } /* the actual item chosen*/
body#stories.blin #nav li#xxstories ul li.blindness a { background:#ff9900; } /* the actual item chosen*/
body#stories.brot #nav li#xxstories ul li.brothers a { background:#ff9900; } /* the actual item chosen*/
body#stories.theb #nav li#xxstories ul li.thebes a { background:#ff9900; } /* the actual item chosen*/

body#more #nav li#xxcontact ul { display:block; } /* open chosen menu */
body#more #nav li#xxcontact a { background:red; } /* set background color of list item's anchor*/
body#more #nav li#xxcontact ul a { background:#FFFFFF; } /* stop above from applying to nested links*/
body#more #nav li#xxcontact ul a:hover { background:#333333; }

body#more.char #nav li#xxcontact ul li.characters a { background:#ff9900; }/* the actual item chosen*/
body#more.book #nav li#xxcontact ul li.books a { background:#ff9900; }/* the actual item chosen*/
body#more.musi #nav li#xxcontact ul li.music a { background:#ff9900; } /* the actual item chosen*/
body#more.link #nav li#xxcontact ul li.links a { background:#ff9900; } /* the actual item chosen*/

body#contact #nav li#xxcontact ul { display:block; }  /* open chosen menu */
body#contact #nav li#xxcontact a { background:red; }  /* set background color of list item's anchor*/
body#contact #nav li#xxcontact ul a { background:#FFFFFF; } /* stop above from applying to nested links*/
body#contact #nav li#xxcontact ul a:hover { background:#333333; } 

body#contact.gb #nav li#xxcontact ul li.uk a { background:#ff9900; } /* the actual item chosen*/
body#contact.fran #nav li#xxcontact ul li.france a { background:#ff9900; } /* the actual item chosen*/
body#contact.us #nav li#xxcontact ul li.usa a { background:#ff9900; } /* the actual item chosen*/
body#contact.aust #nav li#xxcontact ul li.australia a { background:#ff9900; } /* the actual item chosen*/

#menuright p {
	color: #333333;
	margin-top: 89px;
	margin-right: 65px;
	text-align: left;
}
#menuright dl {
	width: 135px;
	margin: 0 auto 0 0px;
	padding: 0 0 10px;
	background: #333 url(images/bottom.gif) no-repeat left bottom;
}
#menuright dt {
	margin:0;
	padding: 10px;
	font-size: 1em;
	font-weight:bold;
	color: #FFFFFF;
	border-bottom:1px solid #333;
	background: #333 url(images/top.gif) no-repeat left top;
}
#menuright dd {
	margin:0;
	padding:0;
	color: #FFFFFF;
	font-size: 0.8em;
	border-bottom:1px solid #333333;
	border-right:6px solid #333333;
	background: #666;
}
#gallery a, #gallery a:visited {
	color:#999999;
	text-decoration:none;
	display:block;
	padding:5px 5px 5px 20px;
	background: #666666 url(images/arrow.gif) no-repeat 10px 10px;
	width:102px;
	border-right:8px solid #333;
}
#gallery a:hover {
	background: #333 url(images/arrow.gif) no-repeat 11px 10px;
	color:#ccc;
}
#gallery a.current {
	color:#333;
	text-decoration:none;
	display:block;
	padding:5px 5px 5px 20px;
	background: #FFFFFF url(images/arrowdark.gif) no-repeat 10px 10px;
	width:102px;
	border-right:8px solid #333;
}
ol li { font-size:11px;}
.switchcontent {
	margin:0px;
	padding:1em 0px;
	position:absolute;
	top:140px;
	left:0px;
	right: 65px;
	background: #FFFFFF;
	color:#333333;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	display: none;
} 
div.switchcontent p { 
	text-align: left;
	color: #333;
	padding: 0;
	font-size: 0.8em;
	word-spacing: -0.01em;
	font-style: italic;
}
div.switchcontent a { 
	text-decoration: underline;
	color:#333;
	font-weight: bold;
	font-size: 1.2em;
	font-style: normal;
	}
div.switchcontent a:link {
	text-decoration: underline;
	color:#333;
	font-weight: bold;
	font-size: 1.2em;
	font-style: normal;
	}
a.note {
	text-decoration: none;
	color: #ff9900;
	background-color: transparent;
	}
div.switchcontent a:visited {
	text-decoration: none;
	color: #666;
	}
#validator { 
	position:absolute;
	left:50%;
}
#validatorinner { 
	position:relative;
	left:-50%;
	margin-top: 16px;
}
#validatorinner p {
	font-size: 0.8em;
	color: #CCCCCC;
	margin-top: 14px;
	padding: 0px;
	text-align: center;
}
a {
	text-decoration: none;
	color: #666;
	}
a:link {
	font-weight: lighter;
	}
a:visited {
	font-weight: lighter;
	color: #999999;
	}
a:active {
	}
a:hover {
	color: #FFFFFF;
	background-color: #CCCCCC;
	}
h1, h2, h3, h4,h5, h6 {
	color: #666666;
	font-family: "BauerBodoni black", Georgia,  Garamond, Times New Roman;
} 
h1 {
	font-size: 2em;
	text-align: center;
	text-transform: uppercase;
	color: #333333;
	background-color: transparent;
	font-family: "BauerBodoni black", Georgia,  Garamond, Times New Roman;
	margin: 1.2em 0em;
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 2% 0.2em;
	}
h2.starting {
	clear: right;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 1em;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 2% 0.2em;
	color: #333333;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 1em;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 1em;
	}
ol, ul, li {
	font-size: 1.0em;
	margin: 0;
	}
div.text P:first-child {
	text-indent: 0em;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0em 1em;
	text-align: justify;
	text-indent: 1em;
	}
p.lColumn {
	text-align: center;
	color: #CCCCCC;
	padding: 0;
	margin: 0em 10px 0em 67px;
}
p.rColumn {
	text-align: left;
	color: #FFFFFF;
	padding: 0;
	margin: 0em 67px 0em 10px;
	font-size: 0.8em;
}
p.right {
	text-align: right;
	}
p.starting, div.text p.starting {
	text-indent: 0em;
}

li > p {
	margin: 0;	
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
.corner { 
 text-align:right;
 margin:0;
 padding:0;
 white-space:nowrap;
}
.corner span { 
	float:left;
	text-align:left;
}
BLOCKQUOTE {	font-style: italic;	}
BLOCKQUOTE P:before     { content: open-quote }
BLOCKQUOTE P:after      { content: no-close-quote }
BLOCKQUOTE P.last:after { content: close-quote }
.narrow1 { 
	width: 70%;
	line-height: .8em;
	margin-right: 0px;
	padding-right: 0px;
	float: right;
	text-align: justify;
	font-size: 0.8em;
}
.narrow2 {
	width: 80%;
	text-align: left;
	font-style: italic;
	margin-left: 10%;
}
.parva { 
	font-variant: small-caps;
	font-weight: bold;
	text-transform: capitalize;
	color: #828282;
}
.introrealisable { 
width: auto;
text-align : center;
	font-size:6em;
	color:#666666;
	font-family: "BauerBodoni", Georgia, Garamond, "Times New Roman";
	float:left;
	height:1em;
	line-height:1em;
	margin-top:-0.08em;
	margin-right:0.02em;
	margin-bottom: -0.2em;
	font-weight: bold;
	display: block;
	
	width: auto;
	float: left;
	font-size: 4em;
	line-height: 83%;
	font-weight: bold;
	margin-right: 2%;
	font-family: "BauerBodoni", Georgia, Garamond, "Times New Roman";
	color:#666666;
	width: auto;
	text-align : center;
	display: block;
	
	vertical-align: baseline;
	
	float: left;
	font-size: 4em;
	line-height: 83%;
	font-weight: bold;
	margin-right: 2%;
	font-family: "BauerBodoni", Georgia, Garamond, "Times New Roman";
	color:#666666;
	width: auto;
	text-align : center;
	display: block;
	
	vertical-align: baseline;

}
.intro {
float: left;
 font-family: "BauerBodoni black", Georgia, Garamond, "Times New Roman";
	color:#666666;
 font-size: 500%;
 line-height: 0.85em;
 margin-right: 0.03em;
 margin-bottom:-0.125em;

}
#content2 ul {
	margin-left: 1em;
	padding-left: 1em;
	list-style-type: none;
}
p.image {
	color: #333333;
	display: block;
}
p.image img {
	padding: 0em 0em 0em 1em;
	float: right;
}
/* figure-divs and their supporters */

div.figure {
padding: 0px 10px 10px; 
margin: auto auto 0px; /* needed to support centering of almost-full-width figures */
}

div.figure img { 
	width: 100%;
	border: 1px solid blood;
}
div.figure a {
	text-decoration: none;
	border: 0px none;
}
div.figure p { /* the default "legend" style, as opposed to "caption" */
padding-left: 1%;
padding-right: 1%;
line-height: 1.1;
margin: 0.25em auto 0 auto;
}
div.figure p.caption { 
color:#666666;
text-align: center;
font-size: 0.8em;
}
/* "caption" for short phrases; "legend" (default) is for continuous prose */

.full { width: 96%; padding: 10px; margin: 0.67em auto; }
/* "full" should be unnecessary, but this responds to the box model bugs in IE */
.half { width: 50%; padding: 10px; margin: 0.5em 0.67em; }
.third { width: 33%; padding: 10px; margin: 0.5em 0.67em; }
.quarter { width: 25%; border: none; padding: 5px; margin: 0.25em 0.5em; }
.fifth { width: 20%; border: none; padding: 0px; margin: -0.14em 0.5% 0.25em; }

.right { float: right; margin-left: 2%; }
.left { float: left; margin-right: 2%; }
.block {
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #333333;
	padding: 2%;
	margin-right: 1em;
	margin-left: 1em;
	margin-top: auto;
	margin-bottom: auto;
}
div.block a {
	text-decoration: underline;
	color: #FFFFFF;
}
.ontop {
	height:auto;
	width:134px;
	background-color:#FFFFFF;
	position:fixed;
	top:84px;
	right:85px;
	left: auto;
	bottom: auto;
}

