/* CSS Document */

body {
	text-align: center;
	margin: 0 auto;
}

body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	width: 909px;
	text-align: left;
}

#logo {

}

#nav {
	width: 189px;
	float: left;
	background-image: url(../images/sub_logo_left.jpg);
	background-repeat: no-repeat;

}

#nav ul {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#nav li {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
}

#nav li a {
	display: block;
	width: 157px;
	height: 27px;
	background-image: url(../images/nav_button.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	color: white;
	font-weight: bold;
	margin-top: 6px;
	padding-top: 10px;
	font-size: 14px;
}

#nav li a:hover {
	background-position: 0 -37px;
}


#text {
	width: 720px;
	float: right;
	background-image: url(../images/sub_logo_right.jpg);
	background-repeat:no-repeat;

}

#footer {
	clear: both;
	height: 149px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	color: white;
	text-align: right;
	font-size: 12px;
}

#footer p {
	padding: 90px 20px 0px 0px;
}

#footer a {
	color: white;
}

#footer a:visted {
	color: white;
}

#text p {
	width: 500px;
	font-size: 14px;
	line-height: 1.5em;
}

#text ul {
	font-size: 14px;
	line-height: 2em;
	width: 420px;
}

#text h1 {
	font-size: 22px;
}

#text h2 {
	font-size: 19px;
}

#text a {
	color: #619C26;
}

#text a:visted {
	color: #3E801C;
}

#text table {
	font-size: 14px;
	line-height: 1.5em;
}

.red {
	color: #FF0000;
	}
	
#contactform input, select, textarea {
	width: 200px;
}

#contactform textarea {
	height: 75px;
}

li {
line-height: 1.25em;
}

