@charset "utf-8";
body {
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #000 url(../wood.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #customNavigation {
	width:800px;
	
	margin:0 auto;
	text-align:left;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #mainContent p.noImage {
	padding: 5px 60px;
}
.oneColElsCtr #header {
	margin:0 auto;
	width:800px;
	height:200px;
	background: url(../new-bg-images/horse_barns_gradients.png)no-repeat;
	
}

.oneColElsCtr #header img.logo {
	margin: 0 0 auto -70% ;
	
}
.oneColElsCtr #header img.horses {
	margin:0 auto;
	padding-left:69px;
	position:absolute;
}
td img {display: block;}

/*======================================

	secondary navigation for plans
==========================================*/

 ul.horizontalMenu {
	margin:0;
	padding:0;
	list-style:none;
	width:800px;
	float:left;
}
 ul.horizontalMenu li {
	float:left;
	background: url(tab-right.gif) no-repeat top right;
}
 ul.horizontalMenu li a {
	display: block;
	padding:0.25em 1.0em 0.25em 1.75em ;
	line-height: 1.0em;
	background: url(tab-left.gif) no-repeat top left;
	text-decoration: none;
	color: #000;
	float:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}
 ul.horizontalMenu a:hover {
	color: #900;
}