/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/page-background.jpg) repeat-x top center;
	font-family: Tahoma, Verdana, Arial;
	font-size: 65%;
	color: #295714;
}

#wrapper {
	width: 784px;
	margin: 0 auto;
}

#header {
	height: 91px;
}

#header h1 {
	text-indent: -5000px;
	background: url(../images/header.gif) no-repeat top left;
	height: 91px;
}

#header p {
	float: right;
	margin-top: -95px;
	margin-right: 20px;
	text-align: right;
	line-height: 14px;
}

#content { 
	background: #fff url(../images/content-background.jpg) no-repeat bottom right;
	height: 780px;
}

#content_contact { 
	background: #fff url(../images/content-background-contact.jpg) repeat-y top right;
}


#navigation {
	text-align: right;
	margin-right: 45px;
	font-size: 1.1em;
}

#navigation ul {
	list-style: none;
	margin: 0;
}

#navigation li {
	display: inline;
	margin-left: 40px;
}

a {
	text-decoration: none;
	color: #295714;
}

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

#information p {
	margin-left: 25px;
	font-size: 1.3em;
	line-height: 1.3em;
}

#information h2 {
	margin-left: 25px;
	font-size: 1.5em;
}

#information ul {
	font-size: 1.3em;
}

#footer {
	background-color: #E9F1E5;
	border-top: 5px solid #295714;
	margin-top: -13px;
	height: 100px;
	text-align: center;
	clear: both;
}

#footer p {
	margin-right: 40px;
	font-size: 1.1em;
}
.picright {
	float: right;
	margin-right: 20px;
}

.picright img {
	padding: 10px;
}

.picleft {
	float: left;
	width: 240px;
	margin-left: 100px;
	height: 220px;
}

.picleft img {
	padding: 10px;
}
	
	

/* Form Styling */
.clear {
  clear: both;
}

#information form {
  font-size: 1.4em;
  width: 85%;
  margin-left: 20px;
}


/* fieldset styling */
#information fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
}

/* legend styling */
#information legend {
	font-weight: bold;
	color: #000000;
}

#information form p {
  	position: relative;
	width: 100%;
	font-size: 0.85em;
}

/* style for  labels */
#information label {
	float: left;
	width: 8em;
	margin-bottom: 3px;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#information input {
  width: 200px;
}

#information  input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#information  input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
#information  input:focus, textarea:focus {
	background: #ffc;
}

#information  input.radio {
    float: left;
	margin-right: 1em;
}

#information  textarea {
	width: 300px;
	height: 100px;
}
	