/* Modified by Miriam Richardson 12 Feb 2010 */


/* UNDO  some of the default styling ------------------------------------- */

ul,ol 
	{ list-style:none }
h1,h2,h3,h4,h5,h6,pre,code ,ul,ol,li,dd,dt
	{ font-size:1em; line-height:1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
	{ margin:0; padding:0;  }
img, a img,:link img,:visited img, a:active
	{ border:none }
:link,:visited { text-decoration:none }


/* GLOBAL LAYOUT ELEMENTS ------------------------------------- */
html, body{
	height:100%;
	}
body {
	background: black;
	color: #adadad; 
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
	}
#wrapper{
	text-align:left;
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	padding:2em;
	margin-top:20px;

	}
.content{
	}

.clearer { 
     clear:both; 
     height:1%; 
     margin:0;
     font-size: 1px;
     line-height: 0;
	}
/* Add this class to an element that follows a floated image, such as a paragraph. */ 
.clear {
	clear: both;
	}
.floatR{
	float:right;
	margin-left:1em;
	}
.floatL{
	float:left;
	margin-right:1em;
	}


/* TEXT ------------------------------------------------------- */

h1 {
	font-size: 150%;
	}
h2 {
	font-size: 130%;
	margin-top:2em;
	}
h3 {
	font-size: 100%;
	margin-top:1.5em;
	margin-bottom:1em;
	}
h4 {
	font-size: 100%;
	margin-top:1.3em;
	margin-bottom:1em;
	}
h5, h6 {
	font-size: 100%;
	}
p,dd,ul{ 
	font:1em/1.5em  Verdana, Arial, Helvetica, sans-serif; 
	margin:0.6em 0 0.4em 0;
	padding:0 0.3em 0 0;
	} 
dd{
	margin-left:2em;
	}
dt{
	margin-top:0.7em;
	font-size:1.1em;
	}
q,blockquote{
	quotes:'"' '"' "'" "'";
	}
q {
	font-size:0.9em;
	color: #5f5f5f;
	}
em{	
	font-size:1.2em;
	font-style:normal;
	}
.nameProper{
	color: #88424a
	}


/* LINKS ------------------------------------------------------ */
a:link{ 
		color: #213172;  
		text-decoration:underline;                            
	}
a:visited{color: #6469a9;
		text-decoration:underline;                            
	}
a:hover{text-decoration:none;
	}
a:active{
	}
a.phone{
	font-weight:bold;
	font-size:1em;
	}
/* LISTS ------------------------------------------------------ */
ul {
	list-style-position: outside;
	list-style-type: square;
	margin:0 0 1em 1.5em;
	padding-left: 1.5em;
	} 
li{
	margin-bottom: .8em;
	line-height:1.5em;
	 }
.indent{ /*use for anything that must sit within a list and match left margin */
	margin-left:3em; /* add ul margin-left + ul padding-left */
	list-style-image:none;
	}
/* When preceding para belongs with the list, reduce the margin-bottom */
p.preUL{
	margin-bottom:0.2em;
	padding-bottom:0;
	}
ul.followed{ /*use this when the text that follows the UL belongs with it */
	margin-bottom:0;
	}

/* TABLES ----------------------------------------------------- */
table {
	margin-bottom: 1.2em;
	font-size: 1em;
	}

/* navigation  ----------------------------------------------------- */
#nav{
	}
#nav ul{
	padding:0 0.5em;
	margin:0 0.5em;
	list-style:none;
	}
#nav li{
	margin-bottom:0.9em;
	}
#nav a{
	font-size:11px !important;
	color:white;
	text-decoration:none;
	padding-left:9px;
	background:url(TH/navArrows.gif) top left no-repeat;

		}
#nav a:hover{
	color:#7F9AFC;
	background-position: left -13px;
	font-weight:bold;
	}
#nav a:hover span{
	font-weight:normal; /* not enough room for the 'percussion' of STRIKE to be bold*/
	}
/*page indicators
Content div has id that matches the id on the relevant navigation a
REPLACE P1, P2 etc with meaningful words; Add an N, to the div#nav name, as can't have 2 id the same on the page
The regular state for the current page is different from other links, but, hover state stays the same. */

div.richard  li#richardN a, div.richard  li#richardN a:hover,
div.alexa  li#alexaN a, div.alexa  li#alexaN a:hover,
div.tuhono  li#tuhonoN a, div.tuhonoN  li#tuhonoN a:hover,
div.strike  li#strikeN a, div.strike  li#strikeN a:hover{
	background-image: none;
	color:#666;
	text-decoration:none;
	font-weight:normal;
	}

#inza{
	position:fixed;
	font: 0.9em/1em Verdana,Arial,sans-serif;
	padding:8px;
	background-color:transparent;
	width:125px;
	color:#fff !important;
	background-color:black !important;
	padding:0;
	text-align:center;
	height:100%;
}


#inza h1{
	font-size:1.1em;
	line-height:1.4em;
	}
#inza h1 span{
	font-size:1.6em;
	line-height:1.5em;
	}
#inza img{
	margin-top:1em;
	}
#inza p{
	margin:0;
	}
#inza h1+p{
	margin-top:1em;
	}
#inza p#jamie{
	margin-top:-1.5em;
	color:white;
	text-align:right;
	font-weight:bold;
	font-size:1.1em;
	margin-right:6px;
	margin-bottom:6px;
	}
#inza ul{
	list-style: none;
	margin-left:0;
	padding:1em 0 0 0;
	text-align:left;
	}
#inza li{
	margin:0 0 0.5em 0;
	padding:0;
	}
#inza a {
	color:white !important;
	}
#strikeMail{display:none;}

/* HOME PAGE -------------------------------------------------- */

/* INNER PAGES ------------------------------------------------ */
#contentMain{
	color: black;
	width:513px;
	height:100%;
	background-color:white;
	padding:378px 1.5em 1.5em 1.5em;
	margin-left:145px;
	position:relative;
	border-bottom:20px solid black;

	}
#imgLead{
	position:absolute;
	left:0;
	top:0;
	}
.box1{
	width:200px;
	float:right;
	color:white !important;
	margin-right: -96px;
	font-size:0.9em;
	line-height:1.2em;
	margin-left:1.5em;
	background: #262722 url(TH/shades.jpg) repeat-y;
	}
.box1 p{
	padding:0.8em;
	margin:0 0;
	}
.box1 q{
	color:white;
	}