  
body {
	color: black;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0em;
	background-image: url(../img/top_amber.png);
	background-repeat: repeat-x;
	background-color:white;
}

p {
font-size: 1.0em;
text-align: justify;
line-height: 1.3em;
}

a {
    text-decoration: underline;
    color: black;
    }

p a {
    text-decoration: underline;
    color: black;
    }

p a:hover {
    text-decoration: underline;
    color: darkred;
}
    
h1 {
	font-size: 1.3em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: Sienna;
	margin-top: 15px;
	margin-right: 40px;
	text-align: right;
	letter-spacing: 1.5pt;
}

h2 {
	font-size: 1.0em;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 0.5em;
	text-align: left;
	letter-spacing: 0.3em;
	margin-bottom: 0px;
	line-height: 0.5em;
	color: black;
 }

h3 {
	font-size: 1.1em;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 1.5em;
	text-align: left;
	letter-spacing: 1.3pt;
	margin-bottom: 0px;
	line-height: 50%;
	color: black;
}

h4 {
	font-size: 1.1em;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 0.3em;
	text-align: left;
	letter-spacing: 0.3em;
	margin-bottom: 0px;
	line-height: 0.5em;
	color: black;
 }
 
img { border: 0; }

.hide {
  display: none;
  color: white }

ul {
	list-style-image: url('../img/bullet.png')
}
  
  /* ======= BUTTONS ======== */
  
#nav_text {
	position: fixed;
	bottom: 18px;
	left: 15px;
	text-align: left;
	font-size: 16px;
	letter-spacing: 2px;
	color: #404040;
	background: white;
	padding: 2px 2px 2px 35px;
	-moz-border-radius:4px; 
	-moz-opacity: 0.80;
}
img.navicon {
	position: fixed;
	bottom: 6px;
	left: 15px;
	padding: 0;
  } 

#content_block {
	position: absolute;
	top: 0px; bottom: 0px; left: 0px; right: 0px;
	background-image: url(../img/body_btm.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#footer_text {
	position: fixed;
	bottom: 4px;
	left: 5px;
	right: 5px;
	color: black;
	font-size: 10px;
	padding: 0px;
	line-height: 0.9em;
	text-align: center;
}

#footer_text a {
	color: white;
	text-decoration: underline;
}

img.small {
	padding: 0px 0px 0px 10px;
	margin-top: 5px;
} 

/********** HOVER CANDY ***********/

a.tip_l { position:relative; }
a.tip_l span { display: none; }

/*the span will display just on :hover state*/
a.tip_l:hover span { 
    display:block;
    position:absolute;
	color:black;
    text-align: left;
	padding: 4px;
	border: 1px solid tan;
	background: LightGoldenRodYellow;
	-moz-border-radius:8px; 
	-moz-opacity: 0.9;
}

a.tip_l:hover span { 
    top: -30px; 
	left: -185px; 
	width: 165px;
	height: 40px;
}

a.tip_l:hover span img { 
	margin: 5px 5px 5px 5px;
}

a.weblink { position:relative; }
a.weblink span { display: none; }

/*the span will display just on :hover state*/
a.weblink:hover span { 
    display:block;
    position:absolute;
	-moz-opacity: 0.70;
    top: 35px; 
	left: 45px; 
}

a.weblink2 { position:relative; }
a.weblink2 span { display: none; }

/*the span will display just on :hover state*/
a.weblink2:hover span { 
    display:block;
    position:absolute;
	-moz-opacity: 0.70;
    top: 0px; 
	left: 160px; 
}

a.info { position:relative; }
a.info span { display: none; }

/*the span will display just on :hover state*/
a.info:hover span { 
    display:block;
    position:absolute;
	-moz-opacity: 0.9;
    top: -10px; 
	left: 50px; 
}

a.info2 { position:relative; }
a.info2 span { display: none; }

/*the span will display just on :hover state*/
a.info2:hover span { 
    display:block;
    position:absolute;
	-moz-opacity: 0.9;
    top: -6px; 
	left: 140px; 
}

a.install { position:relative; }
a.install span { display: none; }

/*the span will display just on :hover state*/
a.install:hover span { 
	font-size: 0.8em;
    display:block;
    position:absolute;
	color:black;
    text-align: center;
	padding: 0px;
    top: 12px; 
	left: 0px; 
}

