/* CSS Document */

body {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;	
	font-style: normal;	
	background-color: #F0F0F0;
	/*background-color: #F0F0F0; #808000;/*#e4dfc8*/
	
	/*background-image: url(/images/web-background.png);
	background-position: center;
	background-repeat: repeat-y;*/
	
	/*fix to center in IE - in main div then text-lign set to left*/
	text-align: center;
}

/* layout divs */

/* main wrapper */
div.main {
	width: 1024px; 
	margin: 0 auto; 
	/* fix for IE to get text layout corrected - see above (body)*/
	text-align: left;
}

/* div for header, main and footer sections */
div.sub-section {
	float: left; 
	width: 100%; 
	background-color: #FFF;
}

h1 {
	margin-top: 10px;	
	font-size: 24px;
	color: #5A3800;
}

h2 {
	font-size: 18px;
	color: #5A3800;
	margin: 0;
}

h3 {
	font-size: 14px;
	color: #5A3800;
	margin: 0;
}

h4 {
	font-size: 12px;
	color: #5A3800;
	margin: 0;
}

hr {
	background: #5A4A00;
	color: #5A4A00;
	border: 0;
	height: 2px;
}

hr.rTables {
	background: #435A00;
	color: #435A00;
	border: 0;
	height: 1px;
}

#header-logo {
	float: left;
}

#header-logo {
	float: none;
}


.logo {
	padding-top: 2px;
	padding-bottom: 2px;
}

div.top-menu-filler {
	background: url(../images/filler.png);
	height:40px;
}

.top-menu-filler {
	background: url(../images/filler.png);
}

#top-menu {
	font-size: 12px;
	text-align: center;
	line-height: 30px;
}
			
#top-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
} 
		
#top-menu li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}
			
#top-menu a {
	color: #FFF; /*#FFE980;*/ /*#FFF4BF;*/
	text-decoration: none;
	font-weight: bold;
	background: url(../images/button-off.png);
	display: block;
	width: 114px;
	height: 40px;
}

#top-menu a:hover {
	color: #FFF; /*#FFF4BF;*/
	background: url(../images/button-on.png);
}

#top-menu a:active {
	color: #FFF; /*#FFF4BF;*/
	background: url(../images/button-on.png);
}
	
#top-menu a.here:link, #top-menu a.here:visited {
	color: #FFF; /*#FFF4BF;*/
	position: relative;
	z-index: 102;
	background: url(../images/button-on.png);
}

#top-menu a.here:active {
	color: #FFF; /*#FFF4BF;*/;
/*	background: url(../images/button-active.png);*/
}

/* sub-menu */

.sub-menu-bg {
	background-color: #e4dfc8;
}

#sub-menu {
	background-color: #e4dfc8;
	font-size: 11px;
	text-align: center;	
	line-height: 20px;	
}
			
#sub-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
} 
		
#sub-menu li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}
			
#sub-menu a {
	color: #5A4A00;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #5A4A00;
	height: 20px;
}

#sub-menu a:hover, #sub-menu a:active {
	color: #805000; /*#806A00;*/
	text-decoration: underline;
}
	
#sub-menu a.here:link, #sub-menu a.here:visited {
	color: #805000; /*#806A00;*/
	text-decoration: underline;	
	position:relative;
	z-index:102;
}

/* link-button */
div.link-button {
	font-size: 12px;
	font-weight: bold;
	text-align: center;	
	line-height: 50px;		
	width: 180px;
	height: 50px;	
	
}

div.link-button a {
	text-decoration: none;
	background: url(../images/std_button_bg.png);
	display: block;
	color: #FFF;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 	

}

div.link-button a:visited {
	text-decoration: none;
}

div.link-button a:hover {
	background: url(../images/std_button_bg-hover.png);	
}

div.link-button a:active {
	text-decoration: none;
}

/* link-9-grey => footer type links */
#link-9-grey a {
	font-size: 9px;
	color: #666666; 
	text-decoration: none;
}

#link-9-grey a:visited {
	font-size: 9px;
	color: #666666; 
	text-decoration: none;
}

#link-9-grey a:hover {
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}

#link-9-grey a:active {
	font-size: 9px;
	color: #666666; 
	text-decoration: none;
}

/* link-11 => table footers type links */
#link-11 a {
	font-size: 11px;
	color: #5A4A00; 
	text-decoration: none;
}

#link-11 a:visited {
	font-size: 11px;
	color: #5A4A00; 
	text-decoration: none;
}

#link-11 a:hover {
	font-size: 11px;
	color: #806A00;
	text-decoration: underline;
}

#link-11 a:active {
	font-size: 11px;
	color: #5A4A00; 
	text-decoration: none;
}

/* link-12 => standard type links */
#link-12 a {
	font-size: 12px;
	color: #5A4A00; 
	text-decoration: none;
}

#link-12 a:visited {
	font-size: 12px;
	color: #5A4A00; 
	text-decoration: none;
}

#link-12 a:hover {
	font-size: 12px;
	color: #806A00;
	text-decoration: underline;
}

#link-12 a:active {
	font-size: 12px;
	color: #5A4A00; 
	text-decoration: none;
}

/* link-12-orange */
#link-12-orange a {
	font-size: 12px;
	color: #5A4A00; 
	text-decoration: none;
}

#link-12-orange a:visited {
	font-size: 12px;
	color: #5A4A00; 
	text-decoration: none;
}

#link-12-orange a:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}

#link-12-orange a:active {
	font-size: 12px;
	color: #FF9900; 
	text-decoration: none;
}

/* Fonts definition */

.font_9_grey_normal {
	font-size: 9px;
	color:  #666666;
}

.font_9_grey_italic {
	font-size: 9px;
	font-style: italic;
	color:  #666666;
}

.font_11_grey_normal {
	font-size: 11px;
	color:  #666666;
}

.font_11_black_normal {
	font-size: 11px;
	color: #000000;
}

.font_12_darkbrown_normal {
	font-size: 12px;
	color: #805000;
	line-height: 18px;
	text-align:justify;
}

div.pricing-top {
	float: left; 
	font-weight: bold; 
	background-color: #E4DFC8; 
	-moz-border-radius: 10px 10px 0px 0px; 
	-webkit-border-radius:  10px 10px 0px 0px; 
	border-width: 2px 2px 1px 2px; 
	border-color: #5A3800; 
	border-style: solid
}

div.pricing-middle {
	float: left; 
	font-weight: bold; 
	border-width: 1px 2px 0px 2px; 
	border-color: #5A3800; 
	border-style: solid
}

div.pricing-bottom {
	float: left; 
	font-weight: bold; 
	border-width: 1px 2px 2px 2px; 
	border-color: #5A3800; 
	border-style: solid
}
/* ~~~ styles not in use ~~~ */



/* div */
/*
div#searchbox-main {
	color: #5A4A00;
	font-size: 12px;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: none;
	width: 98%;
}

div#searchbox {
	padding: 2px;
	float: left;
}

div#searchbox-nf {
	padding: 2px;	
	float: none;
	text-align: right;
}


fieldset.login {
	position: relative;
	background-color: #EFFFBF; 
	border: #5A4A00 1px solid;
	margin-top: 1em; 
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 11px;	
}

legend.login {
	position: absolute;
	top: -1.0em; 
	left: .5em;
	background-color: #FFFFFF;
	border: #5A4A00 1px solid;
	padding: 2px 5px;
	font-size: 12px;
	font-weight: bold;
}


/* non-scroll tables */

/*
table.tbody-bg{
	background-color: #EFFFBF;
	border: solid;
	border-width: 1px;
	border-color: #5A4A00;
	font-size: 11px;
	color: #435A00;	
}

table.tbody-bg-groups{
	font-size: 11px;
	color: #435A00;	
}

table.tbody-stats {
	background-color: #EFFFBF;
	border: solid;
	border-width: 1px;
	border-color: #5A4A00;
	font-size: 11px;
	color: #435A00;
}

table.tbody-stats td{
	background: #FFF;
	border-bottom: 1px solid #DDD;
	border-left: none;
	border-right: 1px solid #CCC;
	border-top: none;
	padding: 2px 3px;
	font-size: 11px;
	height: 25px;
}

table.tbody-stats-memberslist {
	background-color: #EFFFBF;
	border: solid;
	border-width: 1px;
	border-color: #5A4A00;
	font-size: 11px;
	color: #435A00;
}

table.tbody-stats-memberslist td{
	border-bottom: 1px solid #5A4A00;
	border-left: none;
	border-right: 1px solid #5A4A00;
	border-top: none;
	padding: 2px 3px;
	font-size: 11px;
	height: 25px;
	
}

table.tbody-fieldset{
	font-size: 12px;
}

th.th-brown-bg {
	background: #5A4A00;
	font-weight: bold;
	padding: 2px 5px;
	padding-bottom: 2px;
	color: #FFF4BF;
}

th.th-white-bg {
	background: #FFFFFF;
	font-weight: normal;	
	padding: 2px 5px;
	color: #5A4A00;
	border: #5A4A00  1px solid;
}

*/

/* extra style for special use */

/* 
.info {
	border-width: 1px; 
	border-style: solid;
	padding: 4px 4px 4px 4px; 
	background-color: #FFFFFF; 
}

*/