body {
	color: #000;
	margin: 0;
	background-repeat: repeat-y;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #008001;
	font-weight: bold;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #996633;
	}

.highlight{
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996633;
	font-weight: bold;
	}
	
#main{
	position: relative;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	padding-bottom: 60px;
}

#logo{
	position: absolute;
	height: 134px;
	width: 156px;
	margin: 0;
	left: 0px;
	top: 0px;
	background-image: url(../images/lcs_landcare_logo.gif);
}

#header{
	position: absolute;
	height: 106px;
	width: 436px;
	margin: 0;
	left: 156px;
	top: 0px;
}

#rightpic{
	position: absolute;
	height: 106px;
	width: 170px;
	margin: 0;
	left: 435px;
	top: 0px;
}

#nav{
	position: relative;
	width: 436px;
	left: 156px;
	top: 106px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 27px;
	height: 28px;
	background-color: #996633;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	}
	
	html>body #nav
{
	width: 435px;
	height: 27px;
}

#nav a {
	text-decoration: none;	
	color: #ffffff;
}

#nav a:hover{
	color: #FFFFFF;
	background-color: #008001;
	display: block;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
}

#about {
	position: absolute;
	width: 56px;
	left: -1px;
	top: 0px;
	text-align: centre;
	height: 27px;
}

#events {
	position: absolute;
	width: 62px;
	left: 54px;
	top: 0px;
	text-align: centre;
	height: 27px;
}
#awards {
	position: absolute;
	width: 68px;
	left: 115px;
	top: 0px;
	text-align: centre;
	height: 27px;
}
#gallery {
	position: absolute;
	width: 62px;
	left: 182px;
	top: 0px;
	text-align: centre;
	height: 27px;
}
#contacts {
	position: absolute;
	width: 70px;
	left: 243px;
	top: 0px;
	text-align: centre;
	height: 27px;
}
#links {
	position: absolute;
	width: 55px;
	left: 313px;
	top: 0px;
	text-align: centre;
	height: 27px;
}
#sitemap {
	position: absolute;
	width: 69px;
	left: 367px;
	top: 0px;
	text-align: centre;
	height: 27px;
}

#rightwords {
	position: relative;
	left: 592px;
	top: 106px;
	height: 27px;
	width: 169px;
	margin: 0;
	padding: 0 0 0 12px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #008001;
}

html>body #rightwords
{
	width: 156px;
	left: 592px;
}

#sitesearch {
	border: 0; margin: 0; padding: 0;
	height: 22px; vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}

#sitesearch input {
	font-size: 10px; line-height: 13px; margin: 0; padding: 0;
	background-color: #fff;
	vertical-align: middle;
}

#container {
	position: absolute;
	width: 600px;
	margin: 0;
	left: 0;
	top: 133px;
	background-image: url(../images/lcs_background.gif);
	background-repeat: repeat-y;
}

#main {
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 600px;
	border: 0px;
	min-height: 300px;
}

#bottomlogo
{
	width: 156px;
	height: 154px;
	bottom: 60px;
	float: left;
	background-image: url(../images/lcs_botlogo.jpg);
	

}

html>body #bottomlogo
{
	margin-bottom: 0px;
}


#slogan{
	float: left;
	left: 0px;
	width: 156px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-style: italic;
	text-align: center;
	margin-top: 30px;
	position: absolute;	
}

#pagetext
{
	margin-left: 156px;

}

#titlediv { display: none; }

#title{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 430px;
	left: 35px;
	top: 27px;
	color: #996633;
	font-weight: bold;
}

#content {
	position: relative;
	width: 370px;
	left: 35px;
	top: 39px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#content a {
	text-decoration: none;	
	color: #008001;
}

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

dl dt {
	font-weight: bold;
}

#content table, #content table tr, #content table tr td {
	font-size: 11px;
}
#content table tr td h2, #content table tr th {
	font-weight: bold;
}

#bottom{
	height: 40px;
	width: 430px;
	bottom: 0px;
	margin-left: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html>body #bottom
{
	margin-bottom: 0px;
}

#bottom a {
	text-decoration: none;	
	color: #008001;
}

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

#rightcolumn{
	position: absolute;
	width: 170px;
	top: 0px;
	left: 591px;
	background-color: #C0DFC0;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 000000;
	line-height: 12px;
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-image: url(../images/lcs_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

html>body #rightcolumn
{
	width: 156px;
}

#rightcolumn a {
	text-decoration: underline;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

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