@CHARSET "ISO-8859-1";

/* Copyright (C) 2004 Binoid Solutions Corp. */

/* Rich Test 2*/

body {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	background-image: url(../images/bg4.jpg);	
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	margin: 5px;
	height: 125px;
	/*changed from #224d6f to dark orange*/	
	background-color: #03550d;
	/*changed header graphic*/
	background-image: url(../images/header_4.gif);
	
	background-repeat: no-repeat;
	/*changed from 25% to 0%*/
	background-position: 100% 0%;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;	
}

#left {
	position: absolute;
	left: 5px;
	top: 140px;
	width: 220px;
	/*left white background*/
	/*background-color: #FFFFFF;*/
	border: 2px none #666666;
}

#center {
	top: 0;
	margin-left: 230px;
	margin-right: 220px;
	min-height: 370px;
}

#bigcenter {
	top: 0;
	margin-left: 5px;
	margin-right: 220px;
	min-height: 370px;
}

#help {
	top: 5;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#map {
	top: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#right {
	position: absolute;
	right: 5px;
	top: 145px;
	width: 200px;
	/*change border from 2 px to 0*/
	border: 0px solid #666666;

	/* ADDED BG GRADIENT*/
	background-image: url(../images/news_gradient.jpg);

	/*Change from FFFFCC to blue*/
	/*CHANGED TO BROWN TO MATCH GRADIENT*/
	background-color: #4d3509;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
}

#right-bottom {
	position: absolute;
	right: 5px;
	top: 290px;
	width: 200px;
	/*change border from 2 px to 0*/
	border: 0px solid #666666;

	/* ADDED BG GRADIENT*/

	/*Change from FFFFCC to blue*/
	/*CHANGED TO BROWN TO MATCH GRADIENT*/
	background-color: #4d3509;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
}

#footer {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: .6em;
	color: #000;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #046812;
	border-right-color: #3B6CFF;
	border-bottom-color: #046812;
	border-left-color: #3B6CFF;
	vertical-align: bottom;
	clear: both;
	/*added to fix the extra lines on the footer*/
	height:3em;	
}

#footer ul {
	margin-left: 0;
	margin-bottom: 5px;
	padding-left: 0;
	display: inline;
}

#footer ul li {
	margin-left: 0;
	padding: 4px 9px 4px 8px;
	list-style: none;
	display: inline;
	border-right: 1px dotted #066;
}

#footer ul li.last {
	border-right: 0px;
}

#footer a:link,#footer a:visited {
	color: #000;
	text-decoration: underline;
}

#footer a:hover {
	color: #6C99FF;
}

/* general anchor colors */
a:link,a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #6C99FF;
	text-decoration: underline;
}

/* center lists */
#bigcenter ul li {
	margin-left: 0;
	margin-bottom: 5px;
	padding-left: 0;
	/*font-size: .75em;*/
}

#bigcenter dl dt {
	margin-left: 0;
	margin-bottom: 5px;
	padding-left: 0;
	font-weight: bold;
	font-size: .95em;
}

#bigcenter dl dd {
	margin-left: 0;
	margin-bottom: 5px;
	padding-left: 0;
	font-size: .80em;
}

#center ul li {
	margin-left: 0;
	margin-bottom: 5px;
	padding-left: 0;
	font-size: .75em;
}

/* NAVIGATION FORMATTING BEGIN */

#navigation {
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	font-size: 0.75em;
	font-weight: bold;
}

#navigation ul {
    padding: 0;
    margin: 0;  
}

#navigation  ul li ul {
    margin: 0;
    padding: 0;
}
#navigation  ul a {
    text-decoration: none;
}

#navigation ul li {
    margin: 0;
    float: left;
    display: block;
    padding: 5px;
}


#navigation ul li ul {
    display: none;
}
#navigation ul li.off ul, #navigation ul li.on ul { /*put the 0 below*/
    position: absolute;
    top: 131px;
    /*changed from #224d6f to green*/
	background: #072b0f;    
    left: 5em;
    width: 9em;    
}
#navigation ul li.on ul {    
    display: block;
    /*changed from #224d6f to green*/
	background: #072b0f;    
}
#navigation  ul li.on:hover ul, #navigation ul li.over ul { /*for ie*/
    /*background: #224d6f;*/
}
#navigation ul li a {
	/* CONTROLS THE HORIZONTAL MENU COLOR*/
	/*Changed Hor Menu Text Colour from #224d6f to White*/
    color: #FFFFFF;
    font-weight: bold;
    display: block;
}
#navigation ul li.on a {   
    /*Possible right hand control*/
	color: #000000;
    /*background: #224d6f;*/
}
#navigation ul li.on ul a, navigation ul li.off ul a {
    float: left; /*ie doesn't inherit the float*/
    border: 0;
    color: #f90;
    width: auto;    
}
#navigation ul li.on:hover ul a, #navigation ul li.over ul li a { /*for ie - the specificity is necessary*/
    /*background: #224d6f;*/
}
#navigation ul li.off:hover ul, #navigation ul li.over ul {
    display: block;
    z-index: 6000;
}		
#navigation ul li.off a:hover, #navigation ul li:hover a, #navigation ul li.over a {
    /*background: #29497b;*/
    color: #f90;
}
#navigation ul li.off a:hover, #navigation ul li.on a:hover { 
    color: #f90;
}		
/*subnav formatting*/
#navigation ul li.off ul a {
    display: block;
    /*background: #224d6f;*/
    color: #fff;    
}		
#navigation ul li.on ul a {       
    display: block;
    /*background: #224d6f;*/
    color: #fff;    
}

/* top right nav */
#rt_navigation {
	float: right;
	text-align: right;
	vertical-align: top;
	text-transform: capitalize;
	font-size: 0.75em;
	font-weight: bold;
	background-color: #FFCC33;
}

#rt_navigation ul {
	margin-left: 0;
	padding-left: 0;
}

#rt_navigation ul li {
	margin-left: 0;
	padding: 0 9px 0 8px;
	list-style: none;
}

#rt_navigation a:link,#rt_navigation a:visited {
	/*TRIED TO CHANGE LINKS FROM WHITE TO BLUE, DIDN"T WORK*/
	color: #396dff;
	text-decoration: none;
}

#rt_navigation a:hover {
	color: #6C99FF;
	text-decoration: none;
}

#rt_nav_container {
	float: right;
	text-align: right;
}

/* Header & Top Navigation */
div.header_row {
	clear: both;
	padding-top: 0px;
}

div.top_row {
	clear: both;
	padding-top: 0px;
}

div#logo {
	float: left;
	width: 49%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;	
	height: 90px;
	background-image: url(../images/logo_4.gif);
	background-repeat: no-repeat;
	border: 0px solid #666666;
}

a#earthclaim-logo {
	float: left;
	width: 205px;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 4px;	
	height: 90px;
	background-repeat: no-repeat;
	border: 0px;
	text-decoration: none; 
	background-color:transparent;
}

div.top_row div.logo {
	float: left;
	width: 49%;
}

div.top_row div.logo img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

div.top_row div.top_nav {
	float: right;
	width: 230px;
	text-align: right;
	vertical-align: top;
	text-transform: capitalize;
	font-size: 0.75em;
	font-weight: bold;
}

div.top_row div.top_nav ul {
	margin-left: 0;
	margin-top: 12px;
	padding-left: 0;
}

div.top_row div.top_nav ul li {
	margin-left: 0;
	/*padding: 0 9px 0 8px;*/
	padding: 0 0px 0 0px;
	list-style: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666666;
}

div.top_row div.top_nav a:link {
	color: #000;
	text-decoration: none;
}

div.top_row div.top_nav a:visited {
	color: #333333;
	text-decoration: none;
}

div.top_row div.top_nav a:hover {
	color: #6C99FF;
	text-decoration: none;
}

div.top_row div.top_nav .welcomeLabel {
	color: #000000;
	text-decoration: none;
	/*Welcome Message*/	
}

div.header_row div.nav {
	float: left;
	width: 100%;
	/*CHANGED FROM BLUE #3B6CFF to BLACK*/
	border-top: 2px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	/*border-bottom: 1px solid #000000;*/
	background-color: #CCCCCC;
	/*ADDED GREEN BG TO HOR MENU*/
	background-image: url(../images/menu_hor_bg.jpg);
}

div.header_row div.nav .disabledMenuItem  {
	color: #666666;
}

/* left hand column nav */
.lt_navigation {
	vertical-align: middle;
	text-transform: capitalize;
	font-size: 0.7em;
	font-weight: bold;
	/*NOT THIS ONE*/
	/* Left and right White BG*/
	/*background-color: #FFFFFF;*/
}

.lt_navigation div.nav_header {
	font-size: 1.1em;
	margin: 0px 0px 0px 4px;
	padding: 0px;
}

.lt_navigation ul {
	margin-left: 0;
	padding-left: 5px;
	border-top: 2px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px none #666666;
	padding-right: 5px;
	padding-bottom: 10px;
	background-color: #FFFFCC;
	padding-top: 0px;
}

.lt_navigation ul li {
	padding: 0px 0px 5px;
	list-style: url(../images/arrow.gif) none inside;
}

.lt_navigation a:link,.lt_navigation a:visited {
	/*Controls links in the shopping cart*/
	/*Changed from 333333 to White*/
	/*Tried to change news link colour, didn't work*/
	color: #ffffff;
	text-decoration: none;
}

.lt_navigation a:hover {
	color: #6C99FF;
	text-decoration: none;
}

/* right hand column nav */
.rt_navigation {
	vertical-align: middle;
	text-transform: capitalize;
	font-size: 0.7em;
	font-weight: bold;
	/*NOT THIS ONE*/
	/* Left and right White BG*/
	background-color: #FFFFFF;
}

.rt_navigation div.nav_header {
	font-size: 1.1em;
	margin: 0px 0px 0px 4px;
	padding: 0px;
}

.rt_navigation ul {
	margin-left: 0;
	padding-left: 5px;
	border-top: 2px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px none #666666;
	padding-right: 5px;
	padding-bottom: 10px;
	background-color: #FFFFCC;
	padding-top: 0px;
}

.rt_navigation ul li {
	padding: 0px 0px 5px;
	list-style: url(../images/arrow.gif) none inside;
}

.rt_navigation a:link,.lt_navigation a:visited {
	/*Controls links in the shopping cart*/
	color: #FFFFFF;
	text-decoration: none;
}

.rt_navigation a:hover {
	color: #6C99FF;
	text-decoration: none;
}


/* center area stuff */
#bigcenter h1 {
	font-size: 0.95em;
	font-weight: italic;
}

#bigcenter h2 {
	font-size: 0.85em;
	font-weight: bold;
}

#bigcenter h3 {
	font-size: 0.8em;
}

#bigcenter p {
	/*font-size: 0.75em;*/
	margin-right: 5%;
	margin-left: 7%;
	text-align: justify;
	line-height: 1.20em;
}

#bigcenter p2 {
	font-size: 0.75em;
	line-height: 3.20em;
}

#bigcenter table {
	font-size: 0.75em;
}

#bigcenter table a {
	color: #333366;
	text-decoration: underline;
	font-size: 12px;
}

#center h1 {
	font-size: 0.95em;
	font-weight: bold;
}

#center h2 {
	font-size: 0.85em;
	font-weight: bold;
}

#center h3 {
	font-size: 0.8em;
}

#center p {
	font-size: 0.75em;
}

#center table {
	font-size: 0.75em;
}

/* right area stuff */
#right h1 {
	font-size: 0.85em;
	font-weight: bold;
}

#right h2 {
	font-size: 0.75em;
	font-weight: bold;
}

#right p {
	font-size: 0.65em;
}

#right span.headline {
	font-weight: bold;
}

#right a:link,#right a:visited {
	/*Controls news section link style*/
	/*NEWS TITLE COLOUR*/
	color: #cc6633;
	text-decoration: underline;
}

#right a:hover {
	color: #6C99FF;
	text-decoration: underline;
}

/* Help pages */
#help p {
	font-size: 0.75em;
	margin-right: 5%;
	margin-left: 7%;
	text-align: justify;
	line-height: 1.20em;	
}

label {
	font-style: regular;  font-weight: bold;
font-size: 1.3em;
}

.errorText {
	color: red;
	font-style: italic;
	font-weight: bold;

}

.warningText {
	color: yellow;
	font-style: italic;
	font-weight: bold;
}

.infoText {
	font-style: regular;
	font-weight: bold;
	text-transform: none;
}

.pageTitle {
	font-size: 0.85em;
	text-align: left;
	font-weight: bold;
}

.headingTitle {
	font-size: 0.85em;
	text-align: left;
	font-weight: bold;
}

.subTitle {
	font-size: 0.85em;
	text-align: left;
	font-weight: bold;
	margin: 4px 45px;
}

.subDetail {
	font-size: 0.85em;
	text-align: left;
	font-weight: normal;
	margin: 10px 45px;
}

.notes {
	font-size: 0.85em;
	text-align: left;
	font-weight: normal;
	color: red;
}

ul.circle {
	font-size: 0.75em;
	text-align: left;
	font-weight: normal;
	margin: 10px 30px;
    list-style-type: circle; 
}

ul.disc {
	font-size: 0.75em;
	text-align: left;
	font-weight: normal;
	margin: 10px 30px;
    list-style-type: disc; 
}
	
.normalText {
	font-size: 0.85em;
	text-align: center;
	font-weight: normal;
}

.faqQuestion {
    font-size: 1.05em;
	font-weight: bold;
}

.faqAnswer {
	font-size: 0.95em;
	font-weight: normal;
}

.instructionText {
	font-size: 1.2em;
	color: black;
	font-style: italic;
}

/* Inventory and Shopping Cart Table styles */
.standardTable {
}

/*CURRENTLY SET TO BROWN*/
.standardTable_Header {
	color: #FFFFFF;
	background-color: #5b3d09;
	padding: 0px;
    text-align: center;
    border: none;
}

/*CURRENTLY SET TO BROWN*/
.standardTable_Footer {
	color: #FFFFFF;
	background-color: #5b3d09;
	padding: 0px;
    text-align: center;
    border: none;
}

.standardTable_RowOdd {
	background-color: #c8efff;
}

.standardTable_RowEven {
	background-color: #aae5fd;
}

.standardTable_Column {
	border: 0px solid# 000000;
}

.standardTable_ColumnCentered {
    text-align: center;
}

.highlightRow {
	color: #FFDD00;
}

/* News Table styles */
.newsTitle {
    font-size: 1.05em;
	background-color: #322103;
}

.newsTable {
}

/*.newsTable_Header {
	color: #fbf0d4;
	background-color: #046812;
	padding: 0px;
    text-align: center;
    border: none;
}

.newsTable_Footer {
	color: #FFFFFF;
	background-color: #046812;
	padding: 0px;
    text-align: center;
    border: none;
}

.newsTable_RowOdd {
	background-color: #c8efff;
}

.newsTable_RowEven {
	background-color: #aae5fd;
}*/

.newsTable_Column {
	border: 0px solid# 000000;
}

.newsTable_ColumnCentered {
    text-align: center;
}

.newsText {
	font-size: 0.85em;
	text-align: center;
	font-weight: normal;
}

/* Styles for table paging controls */
.paginator {
}

.paginator_Active_Column {
	font-weight: bold;
}

/* Tabbed pane styles */
.tabbedPane {
    width: 100% !important;
    vertical-align: top !important;
    border-collapse: separate !important;
    border-spacing: 0px !important;
    background-color: #FFFFFF !important;
}
.activeTabHeader {
    width: 150px !important;
    font-size: 100% !important;
    background-color: #FFFFFF !important;
	/*Changed to brown 5a3c08 from purple 3B6CFF*/
	border-top: 2px solid #5a3c08 !important;
	border-left: 2px solid #5a3c08 !important;
	border-right: 2px solid #5a3c08 !important;
	border-bottom: 1px none !important;
    padding: 2px !important;
    text-align: center !important;
    font-weight: bold !important;
}
.activeTabHeader input {
    /*background-color: #FFFFFF !important;*/
    font-size: 100% !important;
    text-align: center !important;
    font-weight: bold !important;
}
.inactiveTabHeader {
    width: 150px !important;
    font-size: 100% !important;
    background-color: #EBEEF8 !important;
	/*Changed to brown 5a3c08 from purple 3B6CFF*/
	border-top: 2px solid #5a3c08 !important;
	border-left: 2px solid #5a3c08 !important;
	border-right: 2px solid #5a3c08 !important;
	border-bottom: 2px solid #5a3c08 !important;
    padding: 2px !important;
    text-align: center !important;
    font-weight: bold !important;
}
.inactiveTabHeader input {
    background-color: #EBEEF8 !important;
    font-size: 100% !important;
    text-align:center !important;
    font-weight: bold !important;
}
.activeSub {
    background-color: #FFFFFF !important;
    padding: 0px !important;
    border: 1px solid #FFFFFF !important;
}
.inactiveSub {
    background-color: #FFFFFF !important;
    padding: 0px !important;
    border: 1px solid #FFFFFF !important;
}
.myFaces_panelTabbedPane_emptyHeaderCell {
    background-color: #FFFFFF !important;
}
.myFaces_panelTabbedPane_activeHeaderCell input:hover,
.myFaces_panelTabbedPane_inactiveHeaderCell input:hover{
	color:#fff !important;
	background:#08c !important;
}
.tabContent {
    background-color: #FFFFFF !important;
    				/*Changed to brown 5a3c08 from purple 3B6CFF*/
	border-left: 2px solid #5a3c08 !important;
	border-right: 2px solid #5a3c08 !important;
	border-bottom: 2px solid #5a3c08 !important;
    vertical-align: top !important;
    padding-top: 5px !important;
    padding-left: 5px !important;
    height: 100% !important;
    text-align:left !important;
    width:765px;
}

/* HTML text editor */
.htmlEdit {
}

/* Deed info pop up display */
.deedOwnerLabel {
	color: red;
	font-style: italic;
}

.conditionalSaleLabel {
	color: red;
	font-size: 0.75em;
	font-style: italic;
}

.withheldDeedLabel {
	color: red;
	font-size: 0.75em;
	font-style: italic;
}

.deedLinks {
	font-size: 0.75em;
}

.deedInfo {
	font-size: 0.75em;
}

/* Purchase mode on/off indicator */
.purchaseModeOn {
	color: yellow;
}
.purchaseModeOff {
	color: red;
}

/* News ticker */
#newsTicker {
	position: relative;
	font-size: 0.75em;
	top: 5px;
	right: 5px;
	float: right;
	color: #FFFFFF;
}

.newsTicker {
}

.newsItem {
}

/* span class selector */
.spanRed {
	font-size: 0.75em;
    font-weight: bold;
	color: red;
	border-style:solid;
	border-color:red;
	border-width:thin;
	width:40px;
}
.spanOrange {
	font-size: 0.75em;
    font-weight: bold;
	color: orange;
	border-style:solid;
	border-color:orange;
	border-width:thin;
	width:40px;
}
.spanWhite {
	font-size: 0.75em;
    font-weight: bold;
	color: white;
    background-color: black;
    border-style:solid;
	border-color: white;
	border-width:thin;
	width:40px;
}
.spanItalic {
    font-weight: bold;
	font-style: italic;
}

/* Image block display */
#block p {
	display: block;
}

/*img {
	display: block;
}*/
.rightDropBox {
	float: right;
	margin: 10px 10px;
}
.leftDropBox {
	float: left;
	margin-left: 60px;
	margin-right: 10px;
}

/* IFrame display */
.ifrm {
	width: 75%;
	height: 350px;
	scrolling: yes;	
	overflow:auto;
	left:100px;
	position: relative; 
	top: 0px; 
	right: 80px;
}