body { font-family: Arial, sans-serif; background: #e8e6cd; color:#722e14}

a:link {
	color: #722e14;
	text-decoration: none;
}

a:link:hover {
	color: #24582b;
}

#banner { 
	width: 1135px; 
	height: 487px;	
	clear: both;
	}

#mainWrapper { 
	width: 1135px; 
	margin: .5em auto; 
	clear: both; 
}

#headerWrapper {
	margin: 0;
	padding: 0;
	
}
#navMainWrapper { 
	font-family: 'PT Sans', sans-serif; 
	float: left;
	height: 39px;
}

#navMainWrapper ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
}

#navMainWrapper ul li {
	float: left;
	display: block;
	padding: 10px 0;
}



#navMainWrapper ul li a {
	color: #722e14;
	text-decoration: none;
	padding: 0 20px;
	border-right: 1px solid #722e14;
}

#navMainWrapper ul li:first-child a {
	padding: 0 20px 0 0;
}

#navMainWrapper ul li.last a {
	border-right: 0;
}

#navMainWrapper ul li a:hover {
	color: #24582b;
}

#login {
	float: right;
	background: url(../images/TopLogin.png) no-repeat;
	height: 30px;
	width: 142px;
	margin-top: 9px;
	line-height: 30px;
	font-size: 10pt;
}

#login ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
}

#login ul li {
	text-align: center;
	display: block;
}

#login a {
	color: #fff;
	text-decoration: none;
}

#search {
	display: inline-block;
	float: right;
	width: 200px;
	height: 47px;
	background: url(../images/SearchBar.png) no-repeat left top;
}

#search input[type="submit"].button_search {
	background: transparent;
	color: #fff;
	font-size: 8pt;
	padding: 10px 3px 8px;
	text-transform: uppercase;
	width: 40px !important;
	border: 0;
	float: right;
	height: 33px;
}

#search form[name="quick_find_header"] {
	border-radius: 20px 0 0 20px;
}

#search form[name="quick_find_header"] input[type="text"] {
	margin: 8px 0 7px 40px;
	border: 0;
	width: 100px;
}

#navEZPagesTop {
	display: block;
	float: left;
	line-height: 20px;
	clear: both;
	width: 1115px;
	padding: 0 10px;
}

#navEZPagesTop a {
	font-size: 10pt;
	text-decoration: none;
}

#contentOuterWrapper {
	width: 1115px;
	margin: 10px 0 10px 20px; 
	float: left;
}

#cta1, #cta2 {
	margin-right: 45px;
}

.ctasprite {
	width: 335px;
	height: 154px;
	overflow: hidden;
	position: relative;
	clip: 0 335px 154px 0;
	float: left;
}

#navColumnTwo .ctasprite {
	width: 171px;
	height: 78px;
	clip: 0 171px 78px 0;
}

#navColumnTwo #cta1 {
	margin-top: 20px;
}

.ctasprite img {
	position: relative;
	top: 0;
	border: 0;
}

.ctasprite:hover img {
	top: -154px;
}

#navColumnTwo .ctasprite:hover img {
	top: -78px;
}

#navColumnOne, #navColumnTwo {
	width: 175px;
	float: left;
	height: 1500px;
}

#centercolumn { 
	width: 1095px;
	margin-right: 20px;
}

#footer {
	width: 1135px;
	text-align: center;
	margin: 20px 0;
	float: left;
	color:#722e14
}

h1, h2, h3, h4 { margin: 0; }
h1 { font-family: 'Petit Formal Script', cursive; font-size: 36pt; color: #722e14; display: inline-block;}
h2 { font-size: 13pt; color: #722e14}
h3 { font-size: 13pt; text-align: center; }
h4 { font-size: 11pt; text-align: center; }
p { font-size: 12pt; }


.blue { color: #0881ba; }
#features p.important { color: #0881ba; font-size: 125%; text-align: center; }
.indent {
	margin: 0 0 0 26px;
}