/*	general styles
---------------------------------------- */
body {
	margin: 0;
	background: #991b02 url('../images/background.jpg') repeat-x top left;
}
body,
div,
span,
p,
th,
td,
input,
textarea,
select {
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	font-family: verdana;
}

h1,
h2,
h3 {
	margin: 0;
	padding: 0;
	color: #007F4E;
	font-weight: normal;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.1em;
}

a {
	text-decoration: none;
}
a img {
	border: none;
}

#shadow-top {
	width: 850px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url('../images/shadow-top.jpg') no-repeat bottom left;
}

#shadow {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url('../images/shadow-middle.jpg') repeat-y top left;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	background-color: #b6c9da;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}

#left {
	float: left;
	width: 275px;
}
#left #slogan {
	background-color: #fff;
}

#left #overview {
	padding: 5px 10px;
}

#right {
	float: left;
	width: 460px;
	border-left: 5px solid #fff;
}
#right #banner {
	border-bottom: 5px solid #fff;
}
#right #banner img {
	display: block;
}
#right #content {
	padding: 5px 10px;
	background-color: #90b1d2;
}
#right #content h3 {
	margin-top: 10px;
	margin-bottom: -10px;
}
#right #content .testimonial {
	font-weight: bold;
}
#right #content a {
	color: #00814d;
}
#right #content a:hover {
	color: #981b01;
}
#right #content img.border {
	border: 1px solid #00814d;
}

/*	navigation
------------------------ */
#nav ul {
	list-style-type: none;
	margin-left:20px;
	margin-right:20px;
	padding: 0px;
}
#nav ul li {
	border-bottom: 1px dotted #00814d;
	padding: 0px 15px 0px 15px;
}
#nav ul li a {
	text-decoration: none;
	color: #00814d;
	font-size: 12px;
	font-weight: bold;
}
#nav ul li a:hover,
#nav ul li a.current {
	color: #981b01;
}

/*	forms
------------------------ */
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}
table.form tr.on {
	background-color: #ebebeb;
}
table.form th,
table.form td{
	border: 1px solid #00814d;
	padding: 5px;
	vertical-align: top;
}
table.form th {
	color: #fff;
	background-color: #00814d;
	text-align: center;
	white-space: nowrap;
}
table.form td.left {
	text-align: right;
	width: 145px;
}
input, textarea, select {
	width: 250px;
	width: 99%;
}
textarea {
	height: 150px;
}
input.submit {
	color: #fff;
	background-color: #00814d;
	text-align: center;
	border: 1px solid #00814d;
	width: 150px;
	padding: 1px 0;
}

/*	footer area
---------------------------------------- */
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	padding-top: 15px;
	padding-left: 50px;
	padding-right: 50px;
	background: transparent url('../images/shadow-bottom.jpg') no-repeat top left; 
}
#footer,
#footer span {
	font-size: 9px;
	color: #fff;
}
#footer span#splash {
	float: right;
}
#footer a {
	color: #fec712;
}
#footer a:hover {
	color: #fff;
}

/* clearfix to handle floats
---------------------------------------- */
.clearfix {
	clear: both;
}

.error {
	color: #981b01;
}