body {
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	color: #000;
	background:#d8d8d8 url(../pics/background2.gif) no-repeat;
}

img.CKF { border: solid 1px #84878d; }
img.CKF_noborder { border: 0px; }

a {
	color: #000;
	text-decoration: underline; 
}
a:hover { 
	text-decoration: none;
}

h1 {
	font-weight: normal;
	font-size: 20px;
	color: #000;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	color: #000;
}


/* DIV containers */
#page {
	width: 900px;
	text-align: left;
	/*background-color: #FFF;*/
	background-color: #BEB39B;
	border: 1px solid #000;
	margin-top: 20px;
}

/* TOP */
#page #top {
	/*width: 860px; 
	height: 80px; 
	margin-left: 20px;*/
	width: 900px;
	height: 93px;
	background-color: #000;
}
#page #top #search {
	float:right;
	padding:8px 15px 0px 0px;
}
#page #top #search a.light {
	font-size: 11px;
	color: #FFF;
}

/* Navigation */
#page #navigation {
	/*margin-left: 20px;*/
}

#page #navigation #menu {
	width: 900px;
	height: 35px;
	background-color: #E4312C;
	/*background: url(../pics/menu_bg.jpg) no-repeat;*/
}
#page #navigation #menu ul {
	float: left;
	margin: 0px;
	padding-left: 60px;
	list-style-type: none;
}
#page #navigation #menu ul li {
	float: left;
	/*border-left: 1px solid #D5160F;*/
	padding: 5px 15px;
	display: inline;
	text-align: center;
}
#page #navigation #menu ul li.current { background-color: #D5160F; }
#page #navigation #menu ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
}
#page #navigation #menu ul li a:hover { text-decoration: underline; }

#page #scenic {
	float: left;
	width: 900px; 
	height: 194px; 
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}

/* Content */
#page #container #content {
	clear: both;
	width: 860px;
	padding: 0px 20px;
}

#page #container #content #overview {
	float: right;
	width: 680px;
}

#page #container #content #groupOverview {
	float: left;
	width: 160px;
	margin-right: 20px;
}

#page #container #content #middle {
	float: left;
	width: 330px;
	padding-right: 20px;
}

#page #container #content #right {
	float: left;
	width: 330px;
}

#page #container #content #contentNavigation {
	width: 680px;
	float: right;
	padding-bottom: 20px;
}
#page #container #content #contentOverview {
	width: 680px;
	float: right;
	background: url(../pics/content-middle_bg.gif) repeat-y;
}

#page #footer #disclaimer_print {
	height: 20px;
	visibility: hidden;
}
#page #footer #infobar {
	 height:35px;
	 width:900px;
	 background-color:#E4312C;
	 color:#fff;
	 font-size:18px;
	 line-height:32px;
}
#page #footer #colophon {
	 width:900px;
	 background-color:#000;
	 color:#fff;
	 padding:5px 0px;
}
#page #footer #colophon #aspin {
	float: right;
	padding-right: 15px;
	color: #666;
}
#page #footer #colophon #aspin a {
	color: #666;
}

/* Product-navigation */
#page #container #content #groupOverview ul {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	list-style-type: none;
	border: 2px solid #B8B8B8;
	border-bottom: 1px solid #B8B8B8;
}
#page #container #content #groupOverview ul li {
	/*background-color: #C8E3F4;*/
	background-color: #FFF;
	padding: 10px;
	border-bottom: 1px solid #B8B8B8;
}
#page #container #content #groupOverview ul li.sub {
	/*background-color: #DCEEFA;*/
	background-color: #FFF;
	padding-left: 10px;
	border-bottom: 1px solid #B8B8B8;
}

/* Table style definitions */
table.searchtable {
	border:1px solid #84878D;
	margin: 0px;
	background-color: #FFF;
}
.fadedheaderrow td,
.headerrow td {
	background-color: #C1001F;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

/* General classes used throughout the site */
.thumbnail { border: 1px solid #B8B8B8; }
.onlyPrint { display: none; }
.rightColumn,
.leftColumn {
	float: left;
	padding-right: 20px;
}
#page #content .thumbnailContainer {
	clear: both;
	float: right;
	width: 220px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.clear {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	height: 0px;
	line-height: 0px;
}
.deEmphasize {
	font-size: 10px;
}
.deEmphasizeDate {
	color: #E4312C;
	font-size: 10px;
}
.spacerSmall { clear:both; line-height: 2px; width: 100%; }
