/* CSS Document */

/* Sets appearance of the background in IE*/
#background {
	width: 850px;
	height: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #000000;
}

/* Sets appearance of the background in FIREFOX*/
html>body #background {
	width: 850px;
	height: auto;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
}

/* Sets appearance of the logo in IE*/
#topbar {
	width: 850px;
	height: 85px;
	margin: 0px;
	padding: 0px 0px 0px;
	float: right;
	background-color:#FFFFFF;
}

/* Sets appearance of the logo in FIREFOX*/
html>body #topbar {
	width: 850px;
	height: 100px;
	margin: 0px;
	padding: 0px 0px 10px;
	float: left;
}

/* Sets appearance of the logo*/
#logo {
	width: 175px;
	height: 85px;
	margin: 0px;
	padding: 10px;
	float: left;
	background-color:#FFFFFF;
}

/* Sets appearance of the statistic*/
#statistic {
	width: 640px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	float: right;
	background-color:#FFFFFF;
}

/* Sets appearance of the STATISTIC TEXT in IE*/
.statistic_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	padding-top: 15px;
	padding-left: 0px;
	line-height: 20px;
	text-align: right;
	padding-right: 10px;
	float:right;
	font-weight: bold;
}

/* Sets appearance of the STATISTIC TEXT in FIREFOX*/
html>body .statistic_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	padding-top: 15px;
	padding-left: 0px;
	line-height: 20px;
	text-align: right;
	padding-right:10px;
	float:right;
	font-weight: bold;
}

/*SETS SEARCH BOX-------------------------------------------------------------------------------*/

/* Sets appearance of the searchbox in IE*/
#searchbox_space {
	width: auto;
	height: auto;
	float: right;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 0px;
	text-align: right;
}

/* Sets appearance of the searchbox in FIREFOX*/
html>body #searchbox_space {
	width: auto;
	height: auto;
	float: right;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 0px;
	text-align: right;
}

/* Sets appearance of the searchbox SEARCH TEXT*/
.search_small_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
	float: left;
	padding-right: 5px;
	vertical-align: bottom;
}

/* Sets APPEARANCE of the SEARCH BOX*/
#searchbar {
	width: 100px;
	background-color: #FFFFFF;
	float:left;
	border: 1px solid #000000;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

/* Sets appearance of the SEARCH BUTTON TEXT (ARROW)*/
.search_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bolder;
}

/* Sets appearance of the SEARCH BUTTON BOX (ARROW)*/
#search_button {
	background-color: #7E191C;
	border: none;
	height: 18px;
	width: 18px;
	margin: 0px;
	padding: 0px;
	float: left;
}

/*SETS IMAGE BAR-------------------------------------------------------------------------------*/

/* Sets appearance of the right-side navigation*/
#imagebar {
	width: 850px;
	height: 215px;
	background-color: #7E191C;
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 0;
	position: relative;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

/* Sets appearance of the large image in IE*/
#largeimage {
	width: 650px;
	height: 215px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #7E191C;
}

/* Sets appearance of the large image in FIREFOX*/
html>body #largeimage {
	width: 650px;
	height: 215px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #7E191C;
}

/* Sets appearance of the hearth button in IE*/
#hearth {
	width: 282px;
	height: 165px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	float: left;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

/* Sets appearance of the hearth button in FIREFOX*/
html>body #hearth {
	width: 282px;
	height: 165px;
	background-color: #000000;
	margin: 0px;
	padding: 0px 0px 15px;
	float: left;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

/* Sets appearance of the BARBECUE buttonin IE*/
#barbecue {
	width: 282px;
	height: 165px;
	background-color: #CAAD84;
	margin: 0px;
	padding: 0px;
	float: left;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}

/* Sets appearance of the BARBECUE button in FIREFOX*/
html>body #barbecue {
	width: 282px;
	height: 165px;
	background-color: #CAAD84;
	margin: 0px;
	padding: 0px 0px 15px;
	float: left;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}

/* Sets appearance of the OUTDOOR LIVING button in IE*/
#outdoorliving {
	width: 283px;
	height: 165px;
	background-color: #F16F21;
	margin: 0px;
	padding: 0px;
	float: left;
	border-right: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* Sets appearance of the OUTDOOR LIVING button in FIREFOX*/
html>body #outdoorliving {
	width: 282px;
	height: 165px;
	background-color: #F16F21;
	margin: 0px;
	padding: 0px 0px 15px;
	float: left;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* Sets appearance of the IMAGES IN THE THREE BIG BUTTONS in IE*/
#button_images {
	border: 1px solid #FFFFFF;
	height: 60px;
	width: 225px;
	margin-left: 27px;
	margin-top: 10px;
}

/* Sets appearance of the IMAGES IN THE THREE BIG BUTTONS in FIREFOX*/
html>body #button_images {
	border: 1px solid #FFFFFF;
	height: 60px;
	width: 225px;
	margin-left: 27px;
	margin-top: 10px;
}

/* Sets appearance of the MORE BUTTON in IE*/
#more {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 5px;
	width: 30px;
	margin-left: 27px;
}

/* Sets appearance of the MORE BUTTON in FIREFOX*/
html>body #more {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 15px;
	width: 65px;
	margin-left: 27px;
}

/* Sets appearance of the BUTTON TEXT AREA in IE*/
#button_text {
	margin: 0px 0px 0px 14px;
	float:left;
	padding-top: 10px;
}

/* Sets appearance of the BUTTON TEXT AREA in FIREFOX*/
html>body #button_text {
	margin: 0px 0px 0px 25px;
	float:left;
	padding-top: 10px;
}

/* Sets appearance of the AREA AROUND NEWS and WHATS NEW in IE*/
#info_section {
	width: 850px;
	height: auto;
	background-color: #7E191C;
	float: left;
	padding: 0px;
	margin: 0px;
}

/* Sets appearance of the AREA AROUND NEWS and WHATS NEW in FIREFOX*/
html>body #info_section {
	width: 849px;
	height: auto;
	background-color: #7E191C;
	float: left;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #FFFFFF;
}

/* Sets appearance of the NEWS section in IE*/
#news {
	width: 540px;
	height: auto;
	background-color: #7E191C;
	float: left;
	padding-right: 5px;
	padding-left: 18px;
	padding-top: 20px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-bottom: 5px;
}

/* Sets appearance of the NEWS section in FIREFOX*/
html>body #news {
	width: 542px;
	height: auto;
	background-color: #7E191C;
	float: left;
	padding-right: 5px;
	padding-left: 18px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-right: 1px solid #FFFFFF;
}

/* Sets appearance of the NEWS section*/
#news a{
	text-decoration: none;
}

/* Sets appearance of the EVENTS section in IE*/
#events {
	width: 266px;
	height: auto;
	background-color: #7E191C;
	float: left;
	padding-left: 18px;
	padding-top: 20px;
}

/* Sets appearance of the EVENTS section in FIREFOX*/
html>body #events {
	width: 260px;
	height: auto;
	background-color: #7E191C;
	float: left;
	padding-left: 18px;
	padding-top: 15px;
}

/* Sets appearance of the BOTTOM NAV section in IE*/
#bottom_nav {
	width: 829px;
	height: 30px;
	background-color: #7E191C;
	float: left;
	padding: 10px 10px 0px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

/* Sets appearance of the BOTTOM NAV section in FIREFOX*/
html>body #bottom_nav {
	width: 828px;
	height: auto;
	background-color: #7E191C;
	float: left;
	padding: 20px 10px 15px;
	border-top: 0px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

/* Sets appearance of the BOTTOM LOGOS section*/
#bottom_logos {
	width: 850px;
	height: 75px;
	background-color: #FFFFFF;
	float:left;
}

/* Sets appearance of the BOTTOM WHITE section in FIREFOX*/
html>body #bottom_white {
	width: 850px;
	height: 10px;
	background-color: #FFFFFF;
	float:left;
}

/* Sets appearance of the PHOTOS*/
#photo {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #000000;
}
/* Sets appearance of the PHOTOS (TYP03*/
.csc-textpic-image {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #000000;
}
/* Sets appearance of the PHOTOS (TYP03*/
.csc-textpic-lastcol {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #000000;
}
/* Sets appearance of the PHOTOS (TYP03*/
.csc-textpic-firstcol {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #000000;
}

/* Sets appearance of the PHOTOS (TYP03*/
.csc-textpic-imagewrap {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #000000;
}

/* Sets appearance of the LOGOS*/
.logo{
	text-decoration: none;
}

/* Sets appearance of the LOGOS*/
.logo a{
	text-decoration: none;
}

/* Sets appearance of the LOGOS*/
.logo a:hover{
	text-decoration: none;
}


/*--------------------TABLE LISTS SETTINGS*---------------------------------------------/

/* Sets appearance of the BOTTOM LOGOS section*/
#table_list {
	padding-left: 20px;	
}

/* Sets appearance of the BOTTOM LOGOS section*/
#bottomnav_cell {
	width:auto;
	padding-left: 0px;
	padding-right: 15px;
	text-decoration: underline;
}

/* Sets appearance of the TABLE CELLS section*/
#cell01 {
	background-color: #FDEADE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

/* Sets appearance of the TABLE CELLS section*/
#cell02 {
	background-color: #DFDBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

/* Sets appearance of the TABLE CELLS section*/
#cell03 {
	background-color: #EACDCF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

/* Sets appearance of the TABLE TEXT*/
.table_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding: 3px 3px 3px 5px;
}

/* Sets appearance of the TABLE TEXT LINKS*/
.table_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

/* Sets appearance of the TABLE TEXT LINKS*/
.table_text a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F16F21;
	text-decoration: none;
}

/* Sets appearance of the TABLE TEXT LINKS*/
.table_text a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

/*--------------------INTERIOR PAGE SETTING*---------------------------------------------/

/* Sets appearance of the OVERALL BODY section*/
#overallbody {
	width: 850px;
	height: auto;
	min-height:500px;
	background-color: #7E191C;
	float:left;
}

/* Sets appearance of the OVERALL BODY section*/
html>body #overallbody {
	width: 850px;
	height: auto;
	min-height:400px;
	background-color: #7E191C;
	float:left;
}

/* Sets appearance of the BODY section*/
#body {
	width: 650px;
	height: auto;
	min-height:500px;
	background-color: #FFFFFF;
	float:left
}

/* Sets appearance of the HEARTH BUTTON in IE*/
#small_hearth {
	width: 199px;
	height: 130px;
	background-color: #000000;
	float:left;
	border-top: 1px solid #FFFFFF;
}

/* Sets appearance of the HEARTH BUTTON in FIREFOX*/
html>body #small_hearth {
	width: 199px;
	height: 130px;
	background-color: #000000;
	float:left;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

/* Sets appearance of the BARBECUE BUTTON in IE*/
#small_barbecue {
	width: 199px;
	height: 130px;
	background-color: #CAAD84;
	float:left;
	border-top: 1px solid #FFFFFF;
}

/* Sets appearance of the BARBECUE BUTTON in FIREFOX*/
html>body #small_barbecue {
	width: 199px;
	height: 130px;
	background-color: #CAAD84;
	float:left;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

/* Sets appearance of the OUTDOOR LIVING BUTTON in IE*/
#small_outdoorliving {
	width: 199px;
	height: 130px;
	background-color: #F16F21;
	float:left;
	border-top: 1px solid #FFFFFF;
}

/* Sets appearance of the OUTDOOR LIVING BUTTON in FIREFOX*/
html>body #small_outdoorliving {
	width: 199px;
	height: 130px;
	background-color: #F16F21;
	float:left;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

/* Sets appearance of the IMAGES IN THE THREE BIG BUTTONS in IE*/
#button_images_small {
	border: 1px solid #FFFFFF;
	height: 53px;
	width: 150px;
	margin-left: 25px;
	margin-top: 10px;
}

/* Sets appearance of the IMAGES IN THE THREE BIG BUTTONS in FIREFOX*/
html>body #button_images_small {
	border: 1px solid #FFFFFF;
	height: 53px;
	width: 150px;
	margin-left: 25px;
	margin-top: 0px;
}

/* Sets appearance of the MORE BUTTON in IE*/
#more_small {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 5px;
	width: 30px;
	margin-left: 25px;
}

/* Sets appearance of the MORE BUTTON in FIREFOX*/
html>body #more_small {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 15px;
	width: 65px;
	margin-left: 25px;
}

/* Sets appearance of the THREE BIG BUTTONS in IE*/
.buttons_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 25px;
	font-weight: bold;
}

/* Sets appearance of the THREE BIG BUTTONS in FIREFOX*/
html>body .buttons_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-left: 25px;
	font-weight: bold;
}

/* Sets appearance of the BODY HEADER in IE*/
.body_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000066;
	padding-top: 15px;
	padding-left: 20px;
	line-height: normal;
	font-weight: bold;
}

/* Sets appearance of the BODY HEADER in IE (TYPO3*/
.csc-firstHeader{
	PADDING-LEFT: 15px; FONT-WEIGHT: bold; FONT-SIZE: 22px; COLOR: #000066; LINE-HEIGHT: normal; PADDING-TOP: 15px; FONT-STYLE: italic; FONT-FAMILY: Arial, Helvetica, sans-serif
}

/* Sets appearance of the BODY HEADER in FIREFOX*/
body>html .body_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000066;
	line-height: normal;
	font-weight: bold;
}

/* Sets appearance of the BODY HEADER in IE*/
.body_subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #F16F21;
	padding-top: 0px;
	padding-left: 25px;
	line-height: normal;
	font-weight: bold;
}
/* Sets appearance of the BODY HEADER in IE*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #F16F21;
	padding-top: 0px;
	padding-left: 25px;
	line-height: normal;
	font-weight: bold;
}

/* Sets appearance of the BODY HEADER in FIREFOX*/
body>html .body_subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #F16F21;
	padding-top: 0px;
	padding-left: 25px;
	line-height: normal;
	font-weight: bold;
}

/* Sets appearance of the BODY TEXT*/
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 15px;
	line-height: normal;
	list-style-position: outside;
	text-decoration: none;
}

/* Sets appearance of the BODY TEXT LINKS*/
.body_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
}

/* Sets appearance of the BODY TEXT LINKS*/
.body_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F16F21;
	line-height: normal;
	text-decoration: underline;
	font-weight: bold;
}
/* Sets appearance of the BODY TEXT (TYPO3)*/
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 15px;
	line-height: normal;
	list-style-position: outside;
	text-decoration: none;
}

/* Sets appearance of the BODY TEXT LINKS (TYPO3)*/
.bodytext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
}

/* Sets appearance of the BODY TEXT LINKS (TYPO3)*/
.bodytext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F16F21;
	line-height: normal;
	text-decoration: underline;
	font-weight: bold;
}
/* Sets appearance of the BODY TEXT (TYPO3)-ol*/
ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 15px;
	line-height: normal;
	list-style-position: outside;
	text-decoration: none;
}

/* Sets appearance of the BODY TEXT LINKS (TYPO3)-ol*/
ol li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
}

/* Sets appearance of the BODY TEXT LINKS (TYPO3)-ol*/
ol li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F16F21;
	line-height: normal;
	text-decoration: underline;
	font-weight: bold;
}

/* Sets appearance of the HIGHLIGHTED BODY TEXT*/
.highlighted_body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #330099;
	line-height: normal;
}

/* Sets appearance of the FORM TEXT*/
.form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: normal;
	font-weight: bold;
}

/* Sets appearance of the TAN HEADERS*/
.tan_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
}

/* Sets appearance of the TAN HEADERS*/
.tan_header a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
}

/* Sets appearance of the TAN HEADERS*/
.tan_header a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CAAD84;
	line-height: normal;
	text-decoration: none;
	font-weight: bold;
}

/*--------------------TYPE SETTING*---------------------------------------------/

/* Sets appearance of the THREE BIG BUTTONS in IE*/
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 15px;
	font-weight: bold;
}

/* Sets appearance of the THREE BIG BUTTONS in FIREFOX*/
html>body .buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-left: 15px;
	font-weight: bold;
}

/* Sets appearance of the MORE BUTTON TEXT in IE*/
.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;
}

/* Sets appearance of the MORE BUTTON TEXT in FIREFOX*/
html>body .more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;
}

/* Sets appearance of the MORE BUTTON TEXT LINK in IE*/
.more a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;
	text-decoration: none;
}

/* Sets appearance of the MORE BUTTON TEXT LINK in FIREFOX*/
html>body .more a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;
	text-decoration: none;
}

/* Sets appearance of the BUTTON TEXT*/
.button_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

/* Sets appearance of the BUTTON TEXT*/
.button_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/* Sets appearance of the BUTTON TEXT*/
.button_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/* Sets appearance of the SECTION HEADERS TEXT in IE*/
.section_headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}

/* Sets appearance of the SECTION HEADERS TEXT in FIREFOX*/
html>body .section_headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	padding-top: 10px;
}

/* Sets appearance of the SECTION HEADERS TEXT*/
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
}

/* Sets appearance of the BOTTOM NAVIGATION TEXT*/
.bottomnav_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

/* Sets appearance of the BOTTOM NAVIGATION TEXT LINKS*/
.bottomnav_text a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}

/* Sets appearance of the BOTTOM NAVIGATION TEXT LINKS HOVER*/
.bottomnav_text a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #E0C298;
	text-decoration: none;
}

/* Sets appearance of the RIGHT NAVIGATION TEXT LINK*/
.li_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

/* Sets appearance of the RIGHT NAVIGATION TEXT LINK*/
.li_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

/* Sets appearance of the RIGHT NAVIGATION TEXT LINK*/
.li_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

/* Sets appearance of the LIST TEXT*/
.li_text03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 15px;
	line-height: 17pt;
	list-style-image: url(http://cfd13201.cfdynamics.net/hpba/fileadmin/templates/index_files/flame.gif);
}

/* Sets appearance of the LIST TEXT LINKS*/
.li_text03 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	line-height: 17pt;
	text-decoration: none;
	font-weight: bold;
	list-style-image: url(http://cfd13201.cfdynamics.net/hpba/fileadmin/templates/index_files/flame.gif);
}

/* Sets appearance of the LIST TEXT LINKS HOVER*/
.li_text03 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F16F21;
	line-height: 17pt;
	text-decoration: none;
	font-weight: bold;
	list-style-image: url(http://cfd13201.cfdynamics.net/hpba/fileadmin/templates/index_files/flame.gif);
}

/* Sets appearance of the LIST TEXT in FIREFOX*/
html>body .li_text03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-top: 0px;
	padding-left: 45px;
	padding-right: 15px;
	line-height: 17pt;
	list-style-image: url(http://cfd13201.cfdynamics.net/hpba/fileadmin/templates/index_files/flame.gif);
}

/* Sets appearance of the LIST TEXT LINKS in FIREFOX*/
html>body .li_text03 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	line-height: 17pt;
	text-decoration: none;
	font-weight: bold;
	list-style-image: url(http://cfd13201.cfdynamics.net/hpba/fileadmin/templates/index_files/flame.gif);
}

/* Sets appearance of the LIST TEXT LINKS HOVER in FIREFOX*/
html>body .li_text03 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F16F21;
	line-height: 17pt;
	text-decoration: none;
	font-weight: bold;
	list-style-image: url(http://cfd13201.cfdynamics.net/hpba/fileadmin/templates/index_files/flame.gif);
}

/* Sets appearance of the BODY TEXT*/
.body_text_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-top: 0px;
	padding-left: 38px;
	padding-right: 15px;
	line-height: normal;
	list-style-position: outside;
}

/* Sets appearance of the NUMBERED LIST TEXT*/
.li_OL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-top: 0px;
	padding-left: 45px;
	padding-right: 15px;
}

/* Sets appearance of the TABLE TEXT*/
.table_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: normal;
}

/* Sets appearance of the RIGHT NAVIGATION SECTION in IE*/
#rightnav {
	height: auto;
	width: auto;
}

/* Sets appearance of the RIGHT NAVIGATION SECTION in FIREFOX*/
html>body #rightnav {
	height: auto;
	width: auto;
}

/* Sets appearance of the searchbox FOOTNOTE TEXT*/
.footnotetext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	padding-left: 25px;
}

/* Sets appearance of the QUOTE TEXT CELL (members)*/
#quote_cell01 {
	background-color: #7E191C;
	padding: 10px;
}

/* Sets appearance of the QUOTE TEXT (members)*/
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	padding: 0px;
	font-weight: bold;
}

/* Sets appearance of the QUOTE TEXT NAME (members)*/
.quote_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
}

/*NAVIGATION STARTS HERE----------------------------------------------------------------------------*/

#vertnav{
	list-style: none;
}

/*Sets MAIN MENU IN IE---------------------------------------------------------------------------------------- */

/*Sets APPEARANCE of MAIN MENU in IE */
#vertnav li {
	width: 189px;
	height: 2.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	background-color: #7E191C;
	display: block;
	margin: 0px;
	padding-top: 7pt;
	padding-bottom: 2pt;
	padding-left: 10px;
	padding-right: 0px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

/*Changes APPEARANCE of LINKS on MAIN MENU in IE */
#vertnav li a {
	width: 189px; /*helps IE with hover */
	height: 2.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	position: relative;
	background-color: #7E191C;
	display: block;
}

/*Changes APPEARANCE OF HOVER on MAIN MENU in IE */
#vertnav li a:hover{
	width: 189px; /*Sets SIZE of SUB MENU BAR */
	height:2.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E0C298;
	font-weight: bold;
	text-decoration:none;
    position: relative;
	background-color: #7E191C;
}

/*Sets MAIN MENU IN FIREFOX---------------------------------------------------------------------------------------- */

/*Sets APPEARANCE of MAIN MENU in FIREFOX */
html>body #vertnav li {
	width: 184px;
	height: 2.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	background-color: #7E191C;
	display: block;
	margin: 0px;
	padding-top: 3pt;
	padding-bottom: 2pt;
	padding-left: 15px;
	padding-right: 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}

/*Changes APPEARANCE of LINKS on MAIN MENU in FIREFOX */
html>body #vertnav li a {
	width: 184px; /*helps IE with hover */
	height: 2.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	position: relative;
	background-color: #7E191C;
}

/*Changes APPEARANCE OF HOVER on MAIN MENU in FIREFOX */
html>body #vertnav li a:hover{
	width: 184px;
	height: 2.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E0C298;
	font-weight: bold;
	text-decoration:none;
    position: relative;
	background-color: #7E191C;
}

/*Sets SUB MENU IN IE---------------------------------------------------------------------------------------- */

/*Sets POSITION of SUB MENU */
#vertnav ul li, #vertnav ul li li{
	width: 12em; /*Sets SIZE of SUB MENU BAR */
	height: 1.2em;
	padding: 0px;
	margin: 0px;
	list-style: none;
	background-color: #7E191C;
	position: absolute;
	display: none;
	top: 0em; /*Sets POSITION of SUB NAV DROPOUT*/
	left: -90px; /*Sets POSITION of SUB NAV DROPOUT*/
	z-index: 1000; /*Positions SUBNAV over large image*/
}

/*Changes APPEARANCE of SUB MENU*/
#vertnav ul li, #vertnav ul li li{
	width: 12em; /*Sets SIZE of SUB MENU BAR */
	height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	position: relative; /*Makes SUB MENU stack vertically */
	background-color: #9E5355;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 4px;
}

/*Changes APPEARANCE of LINKS on SUB MENU */
#vertnav ul li a, #vertnav ul li li a {
	width: 12em; /*Sets SIZE of SUB MENU BAR */
	height:1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	display:block;
	padding: 0.1em;
	margin:0.2em 0 0.2em 0.1em; /*helps Opera with hover */
	background-color: #9E5355; 
	padding: 0px 0px 0px 4px;
}

/*Changes APPEARANCE OF HOVER on SUB MENU*/
#vertnav ul li a:hover, #vertnav ul li li a:hover{
	width: 12em; /*Sets SIZE of SUB MENU BAR */
	height:1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	display:block;
	padding: 0.1em;
	margin:0.2em 0 0.2em 0.1em; /*helps Opera with hover */
	background-color: #7E191C; 
	padding: 0px 0px 0px 4px;
}

/*Changes POSITION of SUBMENU*/
#vertnav ul, #vertnav ul li ul li{
	display: none;
	position: absolute;
	top: 0em; /*Sets POSITION of SUB NAV DROPOUT*/
	left: -90px; /*Sets POSITION of SUB NAV DROPOUT*/
	z-index: 1000; /*Positions SUBNAV over large image*/
}

/*Sets SUB MENU IN FIREFOX---------------------------------------------------------------------------------------- */

/*Sets POSITION of SUB MENU */
html>body #vertnav ul li, #vertnav ul li li{
	width: 11em; /*Sets SIZE of SUB MENU BAR */
	height: 1.7em;
	padding: 0px 0px 0px 3px;
	margin: 0px;
	list-style: none;
	background-color: #7E191C;
	position: absolute;
	display: none;
	top: 0em; /*Sets POSITION of SUB NAV DROPOUT*/
	left: -85px; /*Sets POSITION of SUB NAV DROPOUT*/
	z-index: 1000; /*Positions SUBNAV over large image*/
}

/*Changes APPEARANCE of SUB MENU*/
html>body #vertnav ul li, #vertnav ul li li{
	width: 11.7em; /*Sets SIZE of SUB MENU BAR */
	height: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	position: relative; /*Makes SUB MENU stack vertically */
	background-color: #9E5355;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/*Changes APPEARANCE of LINKS on SUB MENU */
html>body #vertnav ul li a, #vertnav ul li li a {
	width: 11.3em; /*Sets SIZE of SUB MENU BAR */
	height:1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	display:block;
	padding: 0.1em;
	margin:0.2em 0 0.2em 0.1em; /*helps Opera with hover */
	background-color: #9E5355; 
	padding: 0px 0px 0px 3px;
}

/*Changes APPEARANCE OF HOVER on SUB MENU*/
html>body #vertnav ul li a:hover, #vertnav ul li li a:hover{
	width: 11.3em; /*Sets SIZE of SUB MENU BAR */
	height:1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	display:block;
	margin:0.2em 0 0.2em 0.1em; /*helps Opera with hover */
	background-color: #7E191C; 
	padding: 0px 0px 0px 3px;
}

/*Changes POSITION of SUBMENU*/
html>body #vertnav ul, #vertnav ul li ul li{
	display: none;
	position: absolute;
	top: 0em; /*Sets POSITION of SUB NAV DROPOUT*/
	left: -85px; /*Sets POSITION of SUB NAV DROPOUT*/
	z-index: 1000; /*Positions SUBNAV over large image*/
}

/*FOR SUB MENU in FIREFOX */
#vertnav li:hover ul, #vertnav ul li:hover ul{
    display:block;
}

/* Win IE only \*/
#vertnav li{float:left;} 
/* end holly hack */
