@charset "UTF-8";

/* CSS Document */

body {
	background-color: #000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-image: url(../images/Cherries/Background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
}
h1 {
}
h2 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	color: #002868;
	text-decoration: none;	
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #d81c3f;
}
#layout {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	z-index: 1;
	display: block;
}
#corporateLogo {
	display: block;
	height: 71px;
	width: 477px;
	position: relative;
	top: -275px;
	z-index: 100;
	left: 25px;
	background-attachment: scroll;
	background-image: url(../images/Cherries/Corporate-Logo.png);
	background-repeat: no-repeat;
}

#header {
	width: 100%;
	height: 380px;
	background-attachment: scroll;
	background-image: url(../images/Cherries/Header-BG.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#headerMenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 974px;
	left: 25px;
	display: block;
	position: relative;
	text-align: center;
	height: 25px;
	vertical-align: text-top;
	font-size: 12px;
	top: 10px;
	/* [disabled]padding-top: 6px; */
}
#headerMenu a:link {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 26px;
	width: 159px;
	text-align: center;
	padding-top: 7px;
}
#headerMenu a:visited {
	color: #CCC;
	text-decoration: none;
}#headerMenu a:active {
	color: #FFF;
	text-decoration: none;
}#headerMenu a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #8DC63F;
}
.menuverticalRule {
	padding-right: 25px;
	padding-left: 25px;
	position: relative;
	top: 4px;
}
#bodyBG {
	width: 100%;
	min-height: 600px;
	background-color: #000;
	padding-right: -25px;
	padding-left: 25px;
}
#leftColumn {
	width: 630px;
	/* [disabled]position: relative; */
	display: block;
	z-index: 100;
	left: 25px;
	nbackground-color: #F5E6B9;
	background-image: url(../images/Cherries/Left_Column_BG.png);
	background-repeat: repeat-x;
	height: 100%;
	background-color: #F5E6B9;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
}

#rightColumn {
	width: 310px;
	/* [disabled]position: relative; */
	display: block;
	z-index: 100;
	#leftColumnbackground-color: #F5E6B9;
	height: 100px;
	/* [disabled]right: -25px; */
	color: #CCC;
}


#footer {
	width: 100%;
	height: 155px;
	text-align: center;
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 10px;
}
h1 {
	font-size: 24px;
	color: #8D0029;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	display: block;
	height: 40px;
	width: 225px;
	background-image: url(../images/Cherries/Header_Text_BG.png);
	padding-top: 5px;
	background-repeat: no-repeat;
	font-size: 14px;
}
.quoteBody {
	font-style: italic;
	color: #666;
	width: 80%;
	display: block;
}
.quoteSource {
	color: #002868;
	text-align: right;
	font-style: normal;
}
#rightColumn hr {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EBCF85;
	border-right-color: #EBCF85;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
