/*  
CSS Style Sheet Design by G3 small business technology www.g3sbt.com
Author: Gary Halverson
Date: August, 2007
*/
/* This section eliminates unecessary margins and spacing issues */
* {
  margin: 0 auto;
  padding: 0;
}
/* Sets the background color and text */
body {
	background-color: #fff;
	background-image:url(images/bkg.png); 
	background-repeat:repeat-x;
	color: #000000; 
	font: 0.7em "Verdana", Helvetica, Arial, sans-serif; 
	text-align: center; 
	color: black;
} 
/* This is the container for the header */
#headwrap {
	position: relative; 
	clear: both; 
	width: 990px; 
	height: 188px; 
	top: 25px;
	text-align: center; 
	background-image:url(images/header.png);
	background-repeat:repeat-x;
}
#headwrap_date{
	position: absolute;
	width: 208px;
	height: 25px;
	left: 753px;
	top: 20px;
	color:#000;
}
#footer{
	position: absolute;
	width: 990px;
	height: 33px;
	bottom: -32px;
	left: 0px;
	/*background-image:url(images/footer.png); 
	background-repeat:no-repeat;*/
}
#footer_notice{
	position: absolute;
	width: 990px;
	heigth: 25px;
	bottom: 16px;
	left: -3px;
	color:#333333;
}
/* Navigation container */
#navigation {
	height: 48px;
	width: 933px;
	position: absolute;
/*	background-image:url(images/menubackground.gif);
	background-repeat:no-repeat;*/
	left: 26px;
	top: 186px;
}
.transparent
{
   filter:alpha(opacity=60); 
   opacity: 0.6; 
   opacity: 0.6; 
}

/* Hover Menu */
.hovermenu ul{
font: bold 15px arial;
padding-left: 0;
margin-top: 1px;
margin-left: 28px;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: white;
/*background-image:url(images/menubackground.gif); 
background-repeat:no-repeat;
background-color: #9999ff;*/
border: 2px solid #222;
}

.hovermenu ul li a:hover{
color:GREEN;
background-color: white;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
p {
text-indent:20px;
line-height:18px;
}
/* End Hover Menu */
/* ----------------------------------------Begin Pages --------------------------------------- */
/* This sets up the div that holds the width in place */
#home_wrapper {
	position: relative; 
	width: 990px; 
	height: 1000px; 
	top: 10px;
	bottom: -20px;
/*	background-image:url(images/background.png); 
	background-repeat:repeat-y;
	border: 1px solid #000; */
}
#appointy_ad
{
	position: absolute;
	width: 260px;
	heigth: 300px;
	top: 92px;
	left: 823px;
	height: 173px;
	border: 1px solid #000;
}

#aweber_ad
{
	position:absolute;
	width:100;
	left: -126px;
	top: 95px;
	height: 568px;
}
