#TopBar {
	display: none;
}
#SiteNavigation {
	margin: 0 auto;
	padding: .5em 0 .5em 0;
	background-color: #c6c1ae;
	background-image:url(../images/beige-gradient.jpg);
	background-repeat:repeat-x;
	text-align: center;
	font-weight: bold;
	list-style: none;
}
#SiteNavigation li {
	display: inline;
	margin: 0;
	padding: .5em .75em .5em .5em;
	border-right: #c6c1ae 1px solid;
}
#SiteNavigation li.last {
	border: none;
}
#SiteNavigation a {
	color: #4d4627;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}
#SiteNavigation a:hover {
	color: #0000E0;
	text-decoration: underline;
}



#TopContent {
	width: auto;
	height: 300px;
	position: relative;
	overflow: hidden;
	color: #433E2C;
	border: 1px solid #c6c1ae;
	border-bottom-width: 2px;
	background-color: #f6f5f1;
	background-image:url(../images/light-beige-gradient-1x400.jpg);
	background-repeat: repeat-x;
	background-attachment: 50% 50%;
}
#Main {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 360px;
	background-image:url(../images/beige-crest.jpg);
	background-position: -300% 30%;
	background-repeat: no-repeat;
}
#Main h2 {
	margin: 0;
	padding: .4em 1em;
	font-weight: 300;
	border-top: 1px solid #948f7a;
	border-bottom: 1px solid #948f7a;
	background-color: #c6c1ae;
	background-image:url(../images/beige-gradient.jpg);
	background-repeat:repeat-x;
}
#Main h3 {
	margin: 1em 1.5em;
	color: #6F674C;
}
#Main p {
	margin: 1em 1.75em;
	line-height: 1.5em;
}

#FeatureCycle {
	position: absolute;
	top: 0;
	right: 360px;
	bottom: 0;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
FeatureCycle li {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#DiscoverBadge {
	position: absolute;
	bottom: 10px;
	right: 370px;
	z-index: 100;
}



#Highlights {
	position: relative;
	height: 200px;
	overflow: hidden;
	border: 1px solid #c6c1ae;
	border-top: 2px solid #948f7a;
}
#Highlights h2 {
	font-size: .8em;
	font-weight: 300;
	color: #7B7364;
	text-transform: uppercase;
}
#Highlights h3 {
	color: #373425;
	font-size: 1em;
	font-weight: 600;
}
#Highlights a {
	text-decoration: none;
}
#Highlights h3 a {
	color: inherit;
}

#Highlights a:hover {
	color: #0000D0;
	text-decoration: underline;
}

#LeftHighlight, #RightHighlight {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 25%;
	border-right: 1px solid #c6c1ae;
	overflow: hidden;
}
#RightHighlight {
	left: 25%;
}
#LeftHighlight h2,
#RightHighlight h2 {
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0;
	padding: 0;
}
#LeftHighlight h3,
#RightHighlight h3 {
	position: absolute;
	top: 35px;
	left: 20px;
	margin: 0;
	padding: 0;
}

#NewsCycle {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 487px;
	background-color: #c0c0c0;
	background-image: url(../images/silver-gradient-800x1.png);
	background-position: center center;
	background-repeat: repeat-y;
}
#NewsCycle .cycles {
	height: 160px;
	width: 487px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#NewsCycle .cycles li {
	height: 160px;
	width: 487px;
	margin: 0;
	padding: 0;
}
#NewsCycle .cycles li h2,
#NewsCycle .cycles li h3 {
	margin: 0 1em;
}
#NewsCycle .cycles li h2 {
	margin-top: 1em;
}
#NewsCycle .cycles li p {
	margin: 1em;
}
#NewsCycle .cycles li img {
	width: 120px;
	height: auto;
	float: left;
	margin: 1em;
}

#NewsCycle .navigation {
	list-style: none;
	margin: .5em 1em;
	padding: .25em .75em;
	text-align: right;
	background-color: #f0f0f0;
	-webkit-border-radius: .5em;
}
#NewsCycle .navigation .previous {
	float: left;
}