/* 
Taking some advice from some pages I found on the net
10:11 02/02/2007
*/

/*
It appears that the boxes are not rendering correctly in IE
I need to try and change that, then fix the logo
Then release with the white backgroung
And new colour
*/

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;

}
	   
body {
	font-size: 100.01%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #dbd7d7;
}

/* 
Advice stops here
*/	   

body {
	margin:10px 10px 0px 10px;
	padding:0px;
	min-width:1100px;
}
	
#leftcontent {
	position: absolute;
	left:10px;
	top:100px;
	width:180px;
	background:#ccc;
	padding-top:10px;
	border:1px solid #000;
	/*IE fix below*/
	/*voice-family:"\"}\"";
	voice-family:inherit;
	padding-top:0px;*/
	/*test*/	
}
		
#holderdiv {
  	width: 200px;
  	margin-top: 10px;
}
 
#holderdiv p {
  	margin: 0px 10px 10px 0px;
  	padding: 5px;
  	color: #363636;
		background-color:#d5d8de;
		/*background-color:#d5bdfb;*/
  	border:1px solid #000;
  	text-align:right;	
  	font-size:0.7em;
}

#imgcentre {
    width:200px;
}	

#bannerimg {
  	float: left;
  	width: 40px;
  	margin: 0;
  	padding: 0.1em;
}

IMG.centerphoto {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

#staffname p {
		text-align:center;
		font-weight:bold
}

#staffbio {
}	

html>body #leftcontent {
	padding-top:00px;			
}

#centercontent {
	background:#e8e8e8;
	background:#fff;
	position: absolute;
	top: 90px ;
	margin-left:200px;
	margin-right:184px;
	margin-top:10px;
	padding-top:20px;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-left:10px;
	border:1px solid #000;
	min-width:700px;
	/*
	IE5x PC mis-implements the box model. Because of that we sometimes have
	to perform a little CSS trickery to get pixel-perfect display across browsers.
	The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
	parsing bug in IE5x PC that will prematurly close a style rule when it runs
	into the string "\"}\"". After that string appears in a rule, then, we can override
	previously set attribute values and only browsers without the parse bug will
	recognize the new values. So any of the name-value pairs above this comment
	that we need to override for browsers with correct box-model implementations
	will be listed below.
		
	We use the voice-family property because it is likely to be used very infrequently,
	and where it is used it will be set on the body tag. So the second voice-family value 
	of "inherit" will override our bogus "\"}\"" values and allow the proper value to
	cascade down from the body tag.

	The style rule immediately following this rule offers another chance for CSS2
	aware browsers to pick up the values meant for correct box-model implementations.
	It uses a CSS2 selector that will be ignored by IE5x PC.
		
	Read more at http://www.glish.com/css/hacks.asp
	*/
	
	/* all below read by browsers that are NOT IE */
	voice-family: "\"}\"";
	voice-family: inherit;
  margin-left:200px;
  margin-right:200px;
	margin-top:10px;
	margin-bottom:10px;		
	padding-top:20px;
	padding-left:0px
}

html>body #centercontent {
	margin-top:10px;
	margin-bottom:10px;		
	padding-top:20px;
	padding-top:00px;				
}

a {  
	color: #0066FF; 
	text-decoration: none; 
}	

#banner {
	background:#d5bdfb;
	height:80px;
	margin-right:195px;	
  width:900px;	
	/*border-top:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;*/
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-right:195px;		
	height:80px;

}

html>body #banner {
	height:80px;
}
	
p,h1,pre {
	margin:10px 10px 10px 10px;
}

p,li,td, body {
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	/*font-size: 0.9em;*/
	line-height: 1.4em;
	text-align: left;
	/*padding-left: 10px;
	padding-right: 10px;*/
}
	
td {
  	line-height:1.0em;
}		

ul {
	list-style-type: disc;
	list-style-image: url(../images/ppleball.gif);
	list-style-position: inside;
	text-indent:-3em;
	padding-left:3em;
	/*the following is for NON IE*/
	voice-family: "\"}\"";
	voice-family: inherit;
	text-indent:-3em;
	padding-left:6em;
}

html>body #ul {
	text-indent:-3em;
	padding-left:6em;
}	
			
h1,h2,h3, {
	font-family: Georgia, Times, Serif;
	font-size: 2em;
	font-weight:  normal;
	line-height: 1.6em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}	

h2,h3 {
	font-family:Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 1.0em;
	line-height: 0.2em;
	font-weight:bold;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:20px;
}
		
#centeredimages {
	 padding:20px;
	 text-align:center;
}				
		
		
#leftcontent p {
 	text-align:right;	
	font-size:0.7em;
}
	
#banner h1 {
	/*font-size:14px;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*next line takes precedence*/
	font-family: Georgia, Times, Serif;
	padding:10px 10px 0px 10px;
	font-weight:normal;
	text-align:right;
	line-height:0.4em;
	margin:0px;
}

#banner p {
	/*font-size:14px;*/
	font-family: Georgia, Times, Serif;
	font-size:100.01%;	
	padding:30px 10px 0px 10px;
	font-weight:normal;
	text-align:center;
	margin:0px;
}
		

#maincontentrightimg { 
	margin: 4px;
    padding: 0.1em;
    float: right;
    width: 205px;
}

#maincontentleftimg { 
	margin: 0pt;
    padding: 0.1em;
    float: left;
    width: 200px;
}		

