body {
	background-image: url('/images/redesign/background.png');
	background-color: #1A2A5E;
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
}
#container {
	font-family: Arial, Tahoma, Verdana;
	width: 960px;
	text-align: justify;
	margin: 0 auto;
	background: #1A2A5E;
	padding: 10px;
}

/* MENU */
#menu {position:relative;}
#menu ul {
	padding: 0;
	margin: 0;
	height: 35px;
	background-image: url('/images/redesign/menu_background.png');
	width: 787px;
	text-align: center;
}	
#menu ul li {
	list-style-type: none;
	display: inline;
	float: left;
	color: #ffffff;
	background: url('/images/redesign/menu_separator.png') right center no-repeat;
	padding-right: 2px;
}
#menu ul li.last-child {background:none;}  
#menu ul li a{
	text-decoration: none;
	color: #ffffff;
	font-size:14px;
	text-transform: uppercase;
	background-image: url('/images/redesign/menu_background.png');
	background-repeat: repeat-x;
	line-height: 35px;
	padding: 8px 20px 8px 20px;
}
#menu ul li.last-child a  { padding: 8px 13px;} 
#menu ul li.first-child a { padding: 8px 14px; } 
#menu ul li a:hover, #menu ul li a.current{
	background-image: url('/images/redesign/menu_background_over.png');
}

.corner {	
	height:35px;
	width:173px;
	float:right;
	text-indent:-9999px;
	background:url(/images/custom/kids/bg-nav-corner-hover.gif) no-repeat;
	padding:0 !important;
	position:absolute;
	top:0;
	left:788px;
}
.corner:hover {background:url(/images/custom/kids/bg-nav-corner.gif) no-repeat;}



/* HEADER */
#header h1, #header h2{
	display: none;
}
#header {
	width: 960px;
	height: 169px;
	background-image: url('/images/custom/header_sam.png');
}	


/* SUBTITLE */
#subtitle h2 {
	display: none;
}
#subtitle {
	width: 100%;
	height: 46px;
	background: url('/images/redesign/subtitle.png');
	*width: 960px;
}


/* TOP SECTION */
#top_section {
	background: #ffffff;
	padding: 10px;
	height: 340px;
	*width: 960px;
	
}

#horse {
	float: left;
	width: 490px;
}
#top_section h2 {
	background-color: #6b0000;
	color: #ffffff;
	margin: 0;
	padding: 4px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}
#pictures {
	float: right;
	width: 440px;
}

/* MAIN */
#main {
	margin-top: 10px;
	background-color: #E2DDCA;
	padding: 10px;
	font-size: 13px;
	*width: 960px;
}
#main .top {
	margin: 0;
	margin-bottom: 10px;
	line-height: 40px;
	text-align: center;
	height: 40px;
}

#main h2 {
	background: url('/images/redesign/red_bar.png');
	color: #ffffff;
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

#news {
	width: 305px;
	float: left;
}
#board {
	width: 305px;
	float: right;
}
#take_action {
	width: 305px;
	margin-left: 318px;
	text-align: center;
}

.top img {
	vertical-align: middle;
}
span.label {
	margin-right: 20px;
}
#take_action .top input {
	border: 0;
	width: 190px;
	height: 25px;
	margin-left: 10px;
}

#main ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #ffffff;
	padding-bottom: 10px;

}
#main h3 {
	font-size: 13px;
	margin: 0;
}
#news ul, #board ul {
	background: none;
}
#news li p{
	margin: 2px;
}
#news li, #board li {
	background: #ffffff;
	margin-bottom: 5px;
	padding: 10px;
}
#news a, #board a {
	text-decoration: none;
	color: #8B0221;
}
.center {
	line-height: 18px;
	width: 100%;
	text-align: center;
}
.red_text, .red_text a {
	color: #8B0221;
	margin: 0;
	text-decoration: none;
}

#updates {
	margin: 0;
	padding: 0;
}

#main img {
	border: 0;
}

#take_action li{	
	padding-top: 10px;
}


#board li img {
	float: left;
	margin-right: 10px;
}
#board li p {
	margin: 6px;
}
.item {
	height: 70px;
}


#cycle2 {
	background: #ffffff;
	height: 60px;
	text-align: center;
	padding: 10px;
}
#cycle2 h3 {
	margin-top: 12px;
}

/* FOOTER */
#bottom {
	color: #ffffff;
	text-align: center;
	font-size: 13px;
	*width: 960px;
}
#thanks, #copyright {
	padding: 10px;
}
#bottom h3 {
	margin: 0;
	font-size: 14px;
}
#footer {
	background-color: #253C86;
	padding: 10px 125px;
}
#bottom a {
	text-decoration: none;
	color: #ffffff;
}

