/* 
	CSS for Gwen Inglis web site
	(c) 2006 Riches Communications Pty Ltd
	http://www.riches.com.au
*/

body {
	text-align: center; /*fix for IE5 centering bug*/
	font: 100.01% Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background: #ff0000 url(/images/gradient.gif) center left repeat-x;
	}

.clear {
	clear:both
	}
	
div#wrapper {
	text-align: left;/*recover from centering fix for IE5 in body tag */
	position: relative;
	/*background: pink url(/images/shadow.png) repeat-y;*/
	/*border: 1px solid #7e7e7e;*/
	border-top: none;
	margin: 0 auto;
	/*margin-bottom: 16px;*/
	padding: 0 0 0 0;
	width: 750px; /*was 700 */
	voice-family: "\"}\"";/*box model hack for IE5*/
	voice-family:inherit;
	width: 750px;
	}
	
html>body #wrapper {/*make safe for Opera*/
  	width: 750px;
}

div#header {
	margin: 20px 0 20px 0;
	height:145px;
	background: url(/images/header.jpg);
}

/* @group Left navigation */

div#leftmenu {
	position:absolute;
	top: 164px; /* IE needs this to show over maincontent*/
	right: 0;
	width: 159px;
	margin: 0;
	margin-top: 35px;
	padding: 0;
	float: right;
	clear: both; /* IE needs this to show over maincontent*/
	}

div#leftnav {
	position: absolute;
	left: 0;
	top: 0;
	width: 139px;
	background: #ff0000;
	padding: 20px 0;
	}

div#leftnav ul{
	padding:0;
	margin:0;
	left:0;
	/*display: inline; fix for opera?*/
	list-style:none;
	}
	
div#leftnav li{
	/*width: 109px; /*was 139*/
	font-family: Arial, Helvetica, sans-serif;
	position: relative;/**/
	float: left; /*removes gap in Mozilla Mac*/
	padding: 0;
	margin: 0;
	font-size: .9em;	
	font-weight: normal;
	/*border-bottom:1px solid #fff;*/
	/*display: inline;*/		
	}


/* @group Menu items */

#leftnav a { /* the hover effect for list items*/
	padding: 10px 0 10px 30px;
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	background: none;
	text-decoration:none;
	display:block;
	width: 139px;
	voice-family: "\"}\"";/*box model hack for IE5*/
	voice-family:inherit;
	width:117px;
	}

html>body #leftnav a {/*make safe for Opera*/
  	 width: 117px; /*was 117*/
}

#leftnav a:hover { /* the hover effect for list items*/
	margin: 0;
	/*padding: 6px 5% 6px 5%;*/
	color: #87ddfe;
	background: transparent url(/images/bullet.gif) 6px 10px no-repeat;
} 

/* @end */
	
/* @end */

div#maincontent {
	background: #ffffff;
	padding: 10px 18px 18px 18px;
	float:left;
	/*clear:right;/* IE needs this for to show over leftmenu*/
	/*background: #ffffff url(/images/faded-symbol.gif) 35px 80px no-repeat;*/
	width: 750px; /* stops short paragraphs collapsing content div */
	
	voice-family: "\"}\"";/*box model hack for IE5*/
	voice-family:inherit;
	width:714px;
	}
	
html>body #maincontent {/*make safe for Opera*/
  width:714px;
}

div#contentwrapper {
	/* minimum height of content pane is 600 px */
	min-height: 400px;
	padding-right: 160px;
}

* html div#contentwrapper {
 height: 420px;
}	


#footertext {
	float: left;
	width: 450px;
	padding: 10px;
	background: #ffffff;
}
	
div#bugfix { /* empty div */
	}

/* @group Presentation styles */


h1 {
	color: #ff0000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	margin:6px 0;
	}
 
h2 {
	color: #502707;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	margin-top: 16px;
	}

h3 {
	color: #adadad;
	font-weight: normal;
	font-size: 0.9em;
	font-style: normal;
}

p, li, td {
	font-size:0.8em;
	line-height:1.35em;
	margin: 14px 0 0 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	}

li {
	margin:0;
	padding:0 0 2px 0;
	}
	
ul.home {
	font-weight: bold;
}

a {
	text-decoration:none;
	color: #517f22;
	}

a:hover {
	color: #C7B37E;
	text-decoration:underline;
	}

.pdftext {
	color: #999999;
	font-size: .7em;
}

.star {
	color: #C77E91;
}

p.name {
	text-align: left;
	font-style: italic;
	padding-bottom: 26px;
	line-height: 1.3em;
	font-weight: bold;
}

#map {
	width: 560px;
	height: 380px;
	margin-top: 20px;
	border: 1px solid #c7c7c7;
	text-align: center;
}
	
/* @end */

/* @group Image styles */
div.imgcenter { /*images aligned to center*/
   	position:relative;
	clear:both;
	float:none;
	text-align: center;
	margin:0;
	}

div.imgcenter img { /*images floated to the right*/
	display:inline;
	padding:0;
	margin:0;	
}

div.imgcenter img.border  {
	border: 1px solid #999999;
	padding: 1px;
}

.imgright { /*images floated to the right*/
	position: relative;
	clear: both;
	float: right;
	margin: 0;
	padding: 14px 0 4px 20px;
}

.imgright img { /*images floated to the right*/
	display: inline;
	padding: 0;
	margin: 0;	
}

.imgright img.border  {
	border: 2px solid #ff0000;
	padding: 4px;
}

.imgright span { /*captions underneath images*/
	margin:0;
	padding:0;
	font-size: 0.7em;
	font-weight: normal;
	color:#999;
}

.imgleft { /*images floated to the left*/
	position: relative;
	clear: both;
	float: left;
	margin: 0;
	padding: 14px 20px 4px 0;
}

.imgleft img { /*images floated to the left*/
	display: inline;
	padding: 0;
	margin: 0;	
}

.imgleft img.border  {
	border: 2px solid #ff0000;
	padding: 4px;
}

.padtop {
	padding-top: 18px;
}
/* @end */

/* @group Footer styles */

#footer {
	width: 750px;
	text-align: center;
	height: 65px;
	float: left;
	padding: 0;
	margin: 15px 0 15px 0;
	background: none;
}

#footer ul {
	margin: 10px 6px 6px 6px;
	padding: 0;
	color: #ffffff;
	}
	
#footer ul.credits {
	margin: 0 6px;
	padding-bottom:6px;
	display: inline;
	}

#footer li {
	font-size:0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding: 0;
	display:inline;
	list-style:none;
	color: #ffffff;
	}
	
#footer li a {
	color: #ffffff;
}
	
#footer ul.credits li {
	color: #cdcdcd;
	margin-right: 16px;
	}

#footer ul.credits a {
	color: #7c7c7c;
}
#footer .image {
	display: inline;
}
/* @end */

p.credit {
	text-align:right;
	margin:0;
	padding:0;
	line-height:0.8em;
	}

p.credit a {
	font-size:0.6em;
	}


p.comment {
	color:  red;
}
	
.replace { 
	position:relative;
	margin:0px;
	padding:0px;
	}

.replace span {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	}

/* @group Form styles */


form {
	background: #e6e6e6;
	padding: 10px;
	width: 460px;
	margin: 0 auto;
}

select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;	
}

textarea, input, select {
	border: 1px solid #999999;
}
/* @end */  
	