@charset "utf-8";/*
COLORS:
Homepage Background: #89A468
Thin-line color: #b3be8e
Thick-line color: #A0B586
Dark Green Text: #50543E
Medium Green Text: #69754D
Bullet color: #CFBD95
Accent text: #752323 (rust red)
Nav link text (brown): #665646
Sub page text: : #665646
Footer background: #b3be8e
*/
html{
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(../images/greenery_bkg.jpg);
	background-repeat: repeat-x;
	background-color: #8da373;
	color: #ffffff;  /*#656d51;*/
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}
h3 {
	line-height: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
h4 {
	line-height: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

#container {
  min-height:100%;
  position:relative;
}

#header {
	position: relative;
	width:100%; /* ???? */
	margin: 0;
	padding: 0;
	height: 210px;
}
	
a {text-decoration: none;}
a:link {color:#50543e;} /* unvisited link */
a:visited {color:#50543e;} /* visited link */
a:hover {color:#751313;} /* mouse over link */
a:active {color:#751313;} /* selected link */

#thin_line {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 100%;
	background-color: #b3be8e;
	border: 0;
	height: 10px;
	z-index:5
}
#thick_line {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 100%;
	background-color: #8da373;
	border: 0;
	height: 45px;
	z-index:5
}
#sparrow { /* div for bird image */
	position: absolute;
	top: 0px;
	left: 70px;
	z-index: 10;
}
#sparrow img{
	text-decoration:none;
	border:none;
}
#title_1 { /* Sparrow */
	position: absolute;
	top: 18px;
	left: 395px;
	z-index: 10;
}
#title_2 { /*web design */
	position: absolute;
	top: 155px;
	left: 672px;
	z-index: 10;
}
#wrapper{
	width: 100%;
	margin: 0px;
	padding: 0px 0 10px 0;
	padding-bottom: 25px;   /* Height of the footer */
	z-index: 15;
}
#nav {
	position: relative;
	margin: 5px auto 25px 400px;
	width: 500px;
	text-align: left;
	color: #665646;
	font-size:24px;
}

#nav a {text-decoration: none; padding: 2px;}
#nav a:link {color:#665646;} /* unvisited link */
#nav a:visited {color:#665646;} /* visited link */
#nav a:hover {color:#751313;} /* mouse over link */
#nav a:active {color:#751313;} /* selected link */

/*
#maincontent {
	position: relative;
	top: 15px;
	left: 220px;
	margin: 0px auto 10px 0;
	padding-top: 10px;
	padding-left: 0px;
	max-width: 750px;
}
*/
#maincontent {
	position: relative;
	top: 15px;
	left: 300px;
	margin: 0px auto 10px 0;
	padding-top: 10px;
	padding-bottom: 0px;
	width: 750px;
}
#footer {
	position:absolute;
	left: 0;
	bottom:0;
	width:100%;
	height:15px;	   /* Height + top padding = height of the footer */
	background-color: #b3be8e;
	text-align:center;
	font-size:12px;
	line-height: 12px;
	padding: 5px 0 0 0;
}
#warning {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 200px;	
}
.text24 {
	font-size:24px;
}
.text22 {
	font-size:22px;
}
.text20 {
	font-size:20px;
}
.text18 {
	font-size: 18px;
}	 
.text16 {
	font-size: 16px;
}	  
.cssBold {
	font-weight: bold;
}

.cssItalic {
	font-style: italic;
}
.cssRed {
	color: #ff0000;
}
.cssDarkGreen {
	color: #50543E;
}
.cssMediumGreen {
	color: #69754D;
}		
.cssDarkRed {
	color: #752323;
}
ul {
  color:#9E8A63;
}
ul p {
	color: #665646;
	margin:5px 0;
	line-height: 14px;
}
/**************** form styles ****************/
#contactform {
	display: block;
	width:330px;
	margin: 0 auto 0 auto;
}
form {
	font-size: 12px;
}

.formelement, .formcomment {
	width:315px;
	margin:0 0 5px 0;
	text-align: right;
}
.formcomment {
	vertical-align: text-top;
}

.formsubmit {
	width: 400px;
	margin:10px 0 10px 0;
	text-align:center;
}
	
input,
textarea {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #2763A5;
	font-size: 11px;
	padding: 3px;
}
	
.button {
	padding: 2px;
	background-color: #6DA6E2;
	color: #FFFFFF;
	border: 1px solid #2763A5;
	font-size: 11px;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}