/* Cascading Style Sheet */
body{
  font-family: verdana, sans-serif;
  font-size: 15px;
  color: black;
  /*background: url(images/lblue21.jpg);*/
  background-repeat: repeat;
  width: 800px;
  margin-left: 10%;
  margin-right: 10%;
}
.head{
    text-align: center;

    color: black;
    font-size: 1.1em;
font-variant: small-caps;
}
#title{
  font-size: 1.9em;
  color: #FF3333;
 }
h1 {
  font-size: 1.5em;
  text-align: center;
  padding-top: 3px;
}
h2{
  font-size: 1.2em;
  text-align: center;
  padding-top: 3px;
}
h3{
  font-size: .8em;
  text-align: center;
  padding-top: 3px;
}
#headings{
  color: red;
  font-variant: small-caps;
  /*font-family: monospace;*/
}
#headings em{
  font-style: normal;
}


#header
{
    width: 100%;
    height: 120px;
    background: url(images/header.gif);
    background-repeat: no-repeat;
    /*margin-bottom: 5px;*/
}
#advertise{
    width: 100%;
    height: 25px;
    background-color: #FFDB70;
}

#menu{
  width: 100%;
  background-color: #65A800;
  float: right;
 /* border-bottom: 10px solid white;*/
  }

.hovermenu ul{
font: bold 15px verdana;
padding-left: 0;
margin-left: 0;
height: 10px;
}
.hovermenu ul li{
list-style: none;
display: inline;
}
.hovermenu ul li a{
padding: 1px 0.5em;
text-decoration: none;
color: #ffffff;
background-color: #65A800;
}
.hovermenu ul li a:hover{
background-color: #CCD9FF;
}
.hovermenu ul li a.active{
color: black;
}
p {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 2px;
    text-align: justify;
}
#firstBar
	{
margin-left: 180px;		
clear: left;
		float: left;
		width: 200px;
		background: #F3F781;
		height: 100px;
		padding: 10px 10px;
		border: outset;
	}
#secondBar
	{
		float: left;
		width: 200px;
		background: #82BDF7;
		height: 100px;
		padding: 10px 10px;
		border: outset;
	}

#thirdBar
	{
margin-left: 180px;			
float: left;
		width: 200px;
		background: #D0A9F5;
		height: 100px;
		padding: 10px 10px;
		border: outset;
	}
#fourthBar
	{
		float: left;
		width: 200px;
		background: #81F781;
		height: 100px;
		padding: 10px 10px;
		border: outset;
	}




#box1{

	}
#box2 {
	float: left;

	}
#greeting{
  width: 100%;
  float: left;
  background-color: white;

 }
#greet{
  width: 100%;
  float: left;
  background-color: white;
  border-top: 10px solid #65A800;
  
  }
p.intro:first-letter{
    /*font-size : 100%; */
    font-weight : bold;
    /*float : left;   */
    color : #850000;
}
.kicker{
  background-color: #FFDB70;
  display: inline;
  font-size: 16px;
}
.alert{
  color: red;
  font-weight: bold;
}


#service{
 /*clear: both;  */
  float: left;
  width: 100%;
  background-color: white;
  /*border-bottom: 10px solid white;*/
  color: black;
 }

#commercial{
    clear: both;
    float: left;
    width: 100%;
    background-color: #FFDB70;
    /*border-bottom: 10px solid white;*/
    color: black;

}
#showcase{
    float: right;
    width: 22.5%;
    height: 1100px;
    background-color: white;
    background-image: url("images/pooper.png");
    background-repeat: no-repeat;
    background-attachment: relative;
    background-position:center;
    /*border-bottom: 10px solid white;*/
}
#googleads{
  /*border-bottom: 10px solid white;*/
  /*clear: both;*/
  float: left;
  background-color: white;
  width: 100%;
  height: 97px;
  border-top: 10px solid #65A800;
  position: center;
  }
#sponsor{
clear: left;	
float: left;
	width: 100%;
	background-color: white;
	border-top: 10px solid #65A800;
	text-align: center;
	}
#news{
  clear: both;
  float: left;
  background-color: white;
  width: 100%;
  border-top: 10px solid #65A800;

  /*border-bottom: 10px solid white;*/
  }
.pretty-table
{
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border: 1px solid #333;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #000;
  background: #bcd0e4 url("widget-table-bg.jpg") top left repeat-x;
}

.pretty-table caption
{
  caption-side: top;
  font-size: 1em;
  font-style: italic;
  text-align: left;
  padding: 0.5em 0;
}

.pretty-table th, .pretty-table td
{
  border: 1px dotted #666;
  padding: 0.5em;
  text-align: left;
  color: #632a39;
}

.pretty-table th[scope=col]
{
  color: #000;
  background-color: #8fadcc;
  text-transform: uppercase;
  font-size: 0.9em;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}

.pretty-table th+th[scope=col]
{
  color: #fff;
  background-color: #7d98b3;
  border-right: 1px dotted #666;
}

.pretty-table th[scope=row]
{
  background-color: #b8cfe5;
  border-right: 2px solid #333;
}

.pretty-table tr.alt th, .pretty-table tr.alt td
{
  color: #2a4763;
}

.pretty-table tr:hover th[scope=row], .pretty-table tr:hover td
{
  background-color: #632a2a;
  color: #fff;
}
#contactform{
 /*clear: both;*/
  float: left;
  background-color: white;
  width: 100%;
  border-top: 10px solid #65A800;
  height: 300px;
}
#contactform form{
	margin-left: 10px;
	}
#contactinfo{
/*clear: both;*/
  float: left;
  background-color: #white;
  width: 100%;
  /*border-bottom: 10px solid white;*/
  
  }
#payment{
 /*clear: both;*/
  float: left;
  background-color: white;
  width: 100%;
  /*border-bottom: 10px solid white;*/
  height: 400px;
}
img.displayed{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#about{
   background-color: white;
   width: 100%;
   height: 270px;
   /*border-bottom: 10px solid white;*/
}
#facts{
    width: 100%;
    /*height: 820px;*/
    float: left;
    background-color: white;
    text-align: justify;
    border-top: 10px solid #65A800;
    /*border-bottom: 10px solid white;*/
}
#facts dl{
    margin-left: 10px;
    
}
#ads {
	text-align: center;
	border-top: 10px solid #65A800;
	width: 100%;
	clear: both;
	}
#teaser{
   background-color: #65A800;
   width: 100%;
   /*border-bottom: 10px solid white;*/
   clear: both;
   font-size: 9px;
}
#footer{
    font-size: 10px;
    /*border-bottom: 10px solid white;*/
    background-color: white;
    width: 100%;
    clear: both;
    }