﻿
#contenttop
{
    width: 100%;
    font-size: small;
    border-bottom: 1px solid #009933;
    padding: 0px 0px 5px 0px;
    margin-top: 0;
}
#footerlinks
{
    font-size: small;
}
#content
{
    padding: 5px 0px 5px 0px;
}

.xtop, .xbottom
{
    display: block;
    background: transparent;
    font-size: 1px;
}
.xb1, .xb2, .xb3, .xb4
{
    display: block;
    overflow: hidden;
}
.xb1, .xb2, .xb3
{
    height: 1px;
}
.xb2, .xb3, .xb4
{
    background: #fff; 
    opacity:0.8;
    filter:alpha(opacity=80);
    border-left: 1px solid #009933;
    border-right: 1px solid #009933;
}
.xb1
{
    margin: 0 5px;
    background: #33CC33;
}
.xb2
{
    margin: 0 3px;
    border-width: 0 2px;
}
.xb3
{
    margin: 0 2px;
}
.xb4
{
    height: 2px;
    margin: 0 1px;
}

.xboxcontent
{
    display: block;
    background: #fff;
    opacity:0.8;
    zoom: 1;
    filter:alpha(opacity=80);
    border: 0 solid #009933;
    border-width: 0 1px;
    padding: 8px 8px 8px 8px;
}
/* CSS Document */
* {margin:0;padding:0}
p {margin-bottom:1em}
ul{margin-left:20px;margin-bottom:1em}
/* commented backslash hack v2 \*/ 
html, body, form
{
    height:100%;    
} 
/* end hack */ 
body
{
    font-family: Verdana;
    background: #EFEFEF url(../Images/coconut.jpg) no-repeat right bottom;
    background-attachment:fixed;
}
#outer{
	margin-left:170px;
	margin-right:170px;
	margin-bottom:-62px;
	min-height:100%;
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:10px;
	overflow:hidden;
}
#left {
	position:relative;/*ie needs this to show float */
	width:160px;
	float:left;
	margin-left:-159px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
}
#left p, 
#right p {padding:3px}
#right {
	position:relative;/*ie needs this to show float */
	width:160px;
	float:right;
	margin-right:-159px;/*must be 1px less than width otherwise won't push footer down */
	left:1px;
}
#footer {
	clear:both;
	height:30px;
	text-align:center;
	position:relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
#clearheader{height:12px;}/*needed to make room for header*/
#clearfooter{clear:both;height:62px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
#centrecontent {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;/* -1 moz fix*/
}
/* css stuff below is just for presentation and not needed for the demo */
#centrecontent p { padding: 0 20px; }
h1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: lighter; font-size: 150%; padding: 20px;}
#left span {
	display:none;	
}	
#left a:hover {
	text-decoration: none;
	text-decoration: none;
}
#left a:hover span {
	display:block;
	position:absolute;
	left:130px;
	width:150px;
	z-index:20;
}
@media all and (min-width: 0px){
  #left a:hover span {
	top:150px;
  }
}
#footer a, #left a { }

#footer a:hover {
	text-decoration: none;
}
#footer a:hover span {
	display:block;
	position:absolute;
	top:-95px;
	width:150px;
	z-index:20;
	left:50%;
}

#menu 
{
    font-size: smaller;
    width: 150px;
}
#advertising 
{
    font-size: smaller;
    width: 150px;
    float: right;
}

#TagGroup 
{
    font-size: smaller;
    width: 150px;
    float: right;
    padding-top: 8px;
}
#TagGroup a
{
    text-decoration: none;
    color: #009933;    
}

#TagSize1
{
    font-size:smaller;    
}
#TagSize2
{
    font-size:small;    
}
#TagSize3
{
    font-size:medium;    
}
#TagSize4
{
    font-size:larger;    
}
#TagSize5
{
    font-size:large;    
}

.TagResult
{
    padding-top: 5px;
}

.TagResultAlternate
{
    padding-top: 5px;
    background-color: #95f5b5;     
}

#goolgesearch
{
    padding-top: 8px;    
}

#formfields
{
    text-align: center;  
}


html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */


