@charset "utf-8";
body {
	background-image: url(../images/greenery_bkg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #656d51;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	padding-bottom:20px;   /* Height of the footer */

}
#thin_line {
	position: absolute;
	top: 145px;
	left: 0px;
	width: 100%;
	background-color: #b3be8e;
	border: 0;
	height: 10px;
	z-index:5
}
#thick_line {
	position: absolute;
	top: 155px;
	left: 0px;
	width: 100%;
	background-color: #a0b586;
	border: 0;
	height: 45px;
	z-index:5
}
#sparrow {
	position: absolute;
	top: 5px;
	left: 30px;
	z-index: 10;
}
#sparrow img{
	text-decoration:none;
	border:none;
}
#title_1 {
	position: absolute;
	top: 23px;
	left: 400px;
	z-index: 10;
}
#title_2 {
	position: absolute;
	top: 160px;
	left: 620px;
	z-index: 10;
}
#wrapper{
	position: absolute;
	top: 210px;
	left: 0;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 10px 0 10px 0;
	bottom: 20px;   /* Height of the footer */
	z-index: 15;
}
#maincontent {
	position: relative;
	margin: 15px auto 10px auto;
	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:10px;
	padding: 5px 0 0 0;
}
#warning {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 200px;	
}
.bigtext {
	font-size:24px;
}
.cssBold {
	font-weight: bold;
}

.cssItalic {
	font-style: italic;
}
.cssRed {
	color: #ff0000;
}
a {text-decoration: none;}
a:link {color:#50543e;} /* unvisited link */
a:visited {color:#50543e;} /* visited link */
a:hover {color:#FF0000;} /* mouse over link */
a:active {color:#FF0000;} /* selected link */

/**************** form styles ****************/
#contactform {
	display: block;
	width:330px;
	margin: 0 auto 0 auto;
}
form {
	font-size: 9px;
}

.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 {
	background-color: #FFFFFF;
	color: #999999;
	border: 1px solid #2763A5;
	font-size: 11px;
	padding: 3px;
}
	
.button {
	padding: 2px;
	background-color: #6DA6E2;
	color: #FFFFFF;
	border: 1px solid #2763A5;
	font-size: 11px;
}
