/*
RESET and DEFAULT FONTS - as nicked from  Yahoo! Interface Library (http://developer.yahoo.com/yui/)
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,iframe{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * 
 */
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}


/*
LAYOUT AND STYLE
*/


html, body{

	height:100%;
}

body{
	
	top:0;
	margin:0;
	padding:0;
	
}



#container h1, #container h2{
	display:block;
}


#container{
	position:relative;
	width:960px;
	margin:0px auto 0px auto;
	background-image:url(images/bg_main.gif);
	background-repeat:no-repeat;
	background-position:top center;
	height:99%;
	}




#navSub{
	position:absolute;
	top:60px;
	left:80px;
}

.clientworkpage #navSub{
	left:260px;
}


#navSub ul li{
	float:left;
	margin-right:2px;
}

#navSub ul li a{
	display:block;
	text-indent:-9999px;
	background-image:url(images/icons/pageicon_2up.gif);
	width:10px;
	height:14px;
	background-repeat:no-repeat;
	background-position:0 -14px;
	overflow:hidden;
}

#navSub ul li a:hover, #navSub ul li a.selected{
	background-position:0 0px;
}

#plugswitch{
	display:block;
	background-image:url(images/switch_plug_on.gif);
	background-repeat:no-repeat;
	width:87px;
	height:374px;
	top:80px;
	left:-14px;
	position:absolute;
	background-position:0px 200px;
	padding:0;
	margin:0;
	text-indent:-9999px;
	
}


#mainContentPanel{
	position:absolute;
	width:834px;
	height:347px;
	left:88px;
	top:96px;
	background-color:#fff;
	overflow:hidden;
}

#text {
	position:absolute;
	left: 491px;
	top: 157px;
	width:250px;
}

#text p { font-family:Helvetica; color:#19171c; font-size:14px; }
#text p a { color:#19171c; font-weight:bold; text-decoration:none; }
# text h4 { font-weight:bold; }

strong { font-weight:bold; }

/*
May 2009 - added for Adrian Miles pages */
#tributepanel
{
	position: relative;
	float: left;
	width: 275px;
	padding: 35px 72px 80px 20px;
	color: #CCC;
	font-size:14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000;

}
#tributepanel p
{
	color: #CCC;
	padding: 20px 0 0 0;
	line-height: 1.5em;
}

#tributepanel a
{
	font-size:12px;
	color: #CCC;
	line-height: 1.5em;
}

#funeral
{
	position: relative;
	float: left;
	padding: 35px 60px 360px 330px;
	width: 450px;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
}
#funeral p
{
	color: #CCC;
	padding: 20px 0 0 0;
	line-height: 1.5em;
}
#funeral #donate p 
{
	font-size:12px;
}
/*  end of added section */

#mainPicHolder{
	
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	
}
	
#mainPicHolder img{
	position:absolute;
	top:0;
	left:0;
	float:left;
	text-align:left;

	
}


#contact-details{
	position:absolute;
	left:88px;
	width:834px;
	top:485px;
	text-align:right;
	color:#666;
}

#contact-details a{
	text-decoration:none;
	color:#666;
	display:block;
	padding:2px 0 2px 0;
	
}


	.copyBlock{
		background-color:#fff;
		padding:10px;
		width:145px;
		position:absolute;
		left:165px;
		top:-1000px;
		font-size:90%;
		z-index:10;
		opacity:.85;
		filter:alpha(opacity=85);
		
	}
 .copyBlock p{
 	margin:0 0 1em 0;
 }
.copyBlock h3, .copyBlock h4 {
 	margin:0 0 1em 0;
	font-weight:bold;
}

#navMain{
	position:absolute;
	width:833px;
	left:87px;
	top:465px;

}

.navSection{
	float:left;
	width:165px;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	font-size:85%;
	
	
}

.navSection h2{
	color:#000;
	font-weight:bold;
	letter-spacing: .7px;
	padding:1px 2px 1px 2px;
}
.navSection ul li{
	line-height:160%;
	display:inline;
}
.navSection ul li a{
	text-decoration:none;
	color:#929498;
	display:block;
	padding:1px 2px 1px 2px;
	margin-right:3px;
}


.navSection ul li a:hover, .navSection ul li a.selected{
	color:#fff;
	background:#000;
	
}

#ifr{
	width:166px;
	height:347px;
	float:left;

}

#peopleList h3{
	font-weight:bold;
}
#peopleList p{
	font-size:95%;
}


#histinfo{
	width:166px;
	height:347px;
	float:left;

}

#linkblocks{
	float:left;
	width:668px;
}


#histinfo h3{
	font-size:58px;
	color:#939598;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0;
}



#people-board{
	float:left;
}
