body {
	margin:0 auto;
	font-family:Trebuchet MS, arial;
	color:#6E432E;
	font-size:14px;
}

.top {
	height:884px;
	width:100%;
	background: url(../images/landing-page.jpg) no-repeat center;
}

.mid-outer {
	width:100%;
	background: url(../images/landing-mid.jpg) repeat-y center;
}

.mid-inner {
	width:680px;
	padding:0 80px 0 80px;
	text-align:left;
}

.header-tag {
	font-family:arial;
	font-size:26px;
	font-weight:bold;
	color:#4B7C40;
	padding-left:10px;
}

.header-tag2 {
	font-family:arial;
	font-size:24px;
	font-weight:bold;
	color:#2E4269;
	padding:10px 0 10px 20px;
}

.bullets {
	list-style:none;
}

li.bullets {
	background: url(../images/indent.jpg) no-repeat;
	padding: 0 0 13px 42px;
	font-family:trebuchet ms;
	font-size:16px;
	font-weight:bold;
	color:#6E432E;
	line-height:32px;
	list-style:none;
}

li.bullets:hover {
	color:red;
}

.form {
	width:634px;
	height:303px;
	padding:160px 0 0 200px;
	text-align:left;
	color:#666666;
	background: url(../images/form-bg.jpg) no-repeat center;
}

.form p{
	color:#ffffff;
}

.footer {
	width:100%;
	height:40px;
	background: url(../images/landing-footer.jpg) no-repeat center;
}

td.footer {
	text-align:left;
}