/* Deirdre Gill Illustration */


/* COLORS

dark grey: #3c3937
orange: #d53f18

*/


/* GENERAL RULES */
body {
	background-color: #fff;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #3c3937;
	line-height:1.6em;
	margin:0px;
	padding:0px;
	}
img {
	border: 0px;
	}
table td{
	text-align: left;
	padding: 0;
	vertical-align:top;
	}
a {
	color: #3c3937;
	}	
a:hover {
	color: #d53f18;
	}
h1, h2, h3, h4, h5, h5{margin:0 0 1em 0; padding:0;}

h1{font-size: 1.8em;}
h2{font-size: 1.6em;}
h3{font-size: 1.4em;}
h4{font-size: 1.2em;}
h5{font-size: 1em;}
h6{font-size: .8em;}

.clear {clear:both;}	
	

/* home
----------------------------------------------------------------*/

.home{
	width:950px;
	margin:0;
	padding:0;
	height:600px;
	position:relative;
	background-image:url(../images/home-bg.gif);
	background-repeat:no-repeat;
	}
.home .logo{
	text-indent:-10000px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:450px;
	left:640px;
	height:38px;
	width:197px;
	}
.home .menu{
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
	width:154px;
	position: absolute;
	top:81px;
	left:653px;
	}	
.home .menu li{
	padding:0;
	margin:0 0 10px 0;
	height:17px;
	}	
.home .menu li a{
	display:block;
	padding:0;
	margin:0;
	height:17px;
	}	

/* gallery
----------------------------------------------------------------*/
.mainContainer{
	padding-top:10px;
	width:950px;
	height:650px;
	background-image:url(../images/leftCol_bg.gif);
	background-repeat:no-repeat;
	position:relative;
	}	
.mainContainer .logo{
	text-indent:-10000px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:302px;
	left:62px;
	height:38px;
	width:197px;
	}	
.mainContent{
	width:600px;
	margin-left:328px;
	}
.mainContent .menu{
	list-style:none;
	text-align:left;
	margin:0 0 10px 0px;
	padding:0;
	height:17px;
	}	
.mainContent .menu li{
	float:left;
	padding:0;
	margin:0 20px 0 0;
	height:17px;
	}	
.mainContent .menu li a{
	display:block;
	padding:0;
	margin:0;
	height:17px;
	}
.mainContent .gallery{
	margin:10px 0;
	}

/* pages
----------------------------------------------------------------*/	
.mainContent .page{
	font-family:georgia, times, times new-roman, serif;
	font-size:13px;
	letter-spacing:.02em;
	}
.mainContent .page strong{
	font-weight:normal;
	text-transform:uppercase;
	}
.mainContent .page .contact{
	margin:0 auto;
	}
.pageTitle{
	text-indent:-10000px;
	background-repeat:no-repeat;
	background-position: bottom left;
	height:35px;
	}
.tggfk{
	background-image:url(../images/the-green-guide-for-kids.gif);
	}
.blog td{
	width:263px;
	}
.page a{
	text-decoration:none;
	border-bottom:1px dotted #d53f18;
	}	
.blog td.leftCol{
	padding-right:38px;
	}
.blog td img{
	border:1px solid #aaa;
	}
.page h3{
	padding:20px 0 5px 0;
	margin:0;
	color:#d53f18;
	text-transform:lowercase;
	font-weight:normal;
	font-size:22px;
	}

/* footer
----------------------------------------------------------------*/	

.footer{
	margin:0;
	padding:0 0 0 327px;
	font-size:11px;
	list-style:none;
	color:#aaa;	
	width:950px;
	}
.footer li{
	float:left;
	}	
.footer a{
	color:#aaa;	
	text-decoration:none;
	}	
.footer a:hover{
	color:#d53f18;	
	}	