



body	{
	font-family: verdana, helvetica, arial, sans-serif;
	background:#edfbe4;
	}

h2 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 1px;
	margin-left: 0px;
	font-size: X-large;
	color: black;
	}

h3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: large;
	color: #1c5101;
	}

h4 {
	text-align: left;
	font-size: large;
	text-decoration:underline
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 50px;
	color: green;
	}


/* h5 is not used*/
h5 {
	text-align: center;
	font-size: large;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 50px;
	color: black;
	}

/* center panel is used only for the county google maps.*/
 .CenterPanel {
  margin:0px auto;
  width: 760px
   }
   
/* left panel is used for the county google maps sidebar.*/
/* and note over state maps.*/

.LeftPanel {
   text-align: center;
   margin-top: 10px;
 }
 
 /* Homelist is used on misc pages.*/
 .HomeList {
 	text-align: left;
 	margin-left: 300px;
 	margin-right: 300px;
 	margin-bottom: 20px;
 	line-height: 150%;
 }
  /* Homelist is used on index page.*/
 .HomeList2 {
  	text-align: left;
 	margin-left: 170px;
 	margin-right: 170px;
 	margin-bottom: 20px;
 	line-height: 150%;
 }
  /* Homelist is used on tables pages.*/
 .HomeList3 {
 	text-align: left;
 	font-size: x-small;
 	margin-left: 12%;
 	margin-right: 12%;
 	margin-bottom: 10%;
 	line-height: 150%;
 }

  /* Homelist is used on tables pages.*/
 .HomeList3old {
 	text-align: left;
 	font-size: x-small;
 	margin-left: 50px;
 	margin-right: 50px;
 	margin-bottom: 20px;
 	line-height: 150%;
 }




/* small golf ball bullets on index page*/ 
 ul {
   list-style-image: url('images/Par3Logo2.gif');
   margin-left: 50px;
  }

/* the county-county seat divs are used in county list pages.*/  
 .County1 {
    position:absolute;
    margin-top: 50px;
    margin-left: 12%;
    margin-bottom: 10px;
    width: 17%;
 }

  .Seat1 {
   position:absolute;
    margin-top: 50px;
    margin-left: 29%;
    margin-bottom: 10px;
    width: 17%;
 }
 
  .County2 {
  position:absolute;
    margin-top: 50px;
    margin-left: 51%;
    margin-bottom: 10px;
    width: 17%;
 }
 
  .Seat2 {
  position:absolute;
    margin-top: 50px;
    margin-left: 68%;
    margin-bottom: 10px;
    width: 17%;
}
/* the county-county seat divs are used in county list pages - one column.*/ 
.County3 {
  position:absolute;
    margin-top: 50px;
    margin-left: 33%;
    margin-bottom: 10px;
    width: 17%;
}
  .Seat3 {
  position:absolute;
    margin-top: 50px;
    margin-left: 50%;
    margin-bottom: 10px;
    width: 17%;
}
/* the county-county seat divs are used in county list pages - Alaska.*/ 
 .County4 {
  position:absolute;
    margin-top: 50px;
    margin-left: 25%;
    margin-bottom: 10px;
    width: 25%;
}


/* the state 1-4 are used in course listings page.*/ 
  .State1 {
   position:absolute;
    margin-top: 15px;
    margin-left: 25%;
    width: 12.5%;
  }
 
  .State2 {
  position:absolute;
    margin-top: 15px;
    margin-left: 37.5%;
    width: 12.5%;
  }
 
  .State3 {
  position:absolute;
    margin-top: 15px;
    margin-left: 50%;
    width: 12.5%;
 }   

  .State4 {
  position:absolute;
    margin-top: 15px;
    margin-left: 62.5%;
    width: 12.5%;
 }




.County1 h1, .Seat1 h1, .County2 h1, .Seat2 h1, .County3 h1, .Seat3 h1, .County4 h1  {
  color: black;
  font-size: x-small;
  font-weight: normal;
  padding: 3px;
  margin-bottom: 1px;
  margin-top: 1px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  padding-bottom: 3px;
}

.County1 h2, .Seat1 h2, .County2 h2, .Seat2 h2, .County3 h2, .Seat3 h2, .County4 h2  {
  background-color: c1eea2;
  color: black;
  font-size: x-small;
  font-weight: bold;
  text-align: left;
  padding: 3px;
  margin-bottom: 1px;
  margin-top: 1px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  padding-bottom: 3px;
}



.State1 h1, .State2 h1, .State3 h1, .State4 h1 {
  color: black;
  font-size: small;
  font-weight: normal;
  padding: 3px;
  margin-bottom: 1px;
  margin-top: 1px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  padding-bottom: 3px;
}




/* add text-align: center in as workaround for centering map in IE along with CenterPanel for other browsers*/
.back{
text-align: center;
}

/* add: works only with search.php*/
.back2{
margin: 0 auto; 
width: 78%;

}



.SubmitArticle {
  float: left;
  background:#edfbe4;
  width: 160px;
  height: 170px;
  border-width: 0px;
  border-style: solid;
  border-color: black;
  padding: 10px;
  margin: 8px;
  font-weight: bold;
  color: blue;
  font-size: x-small;
a:link {color:blue;}
a:visited {color:blue;}
a:hover {background-color:#eee;}
}


.SubmitArticle2 {
  float: left;
  background:#edfbe4;
  width: 160px;
  height: 220px;
  border-width: 0px;
  border-style: solid;
  border-color: black;
  padding: 10px;
  margin: 8px;
  font-weight: bold;
  color: blue;
  font-size: x-small;
a:link {color:blue;}
a:visited {color:blue;}
a:hover {background-color:#eee;}
}


.Facebook {
  float: right;
  width: 110px;
  padding: 10px;
  margin: 8px;
  font-weight: bold;
  color: black;
  font-size: x-small;
a:link {color:white;}
a:visited {color:white;}
a:hover {background-color:#eee;}

}

.SidebarAd {
  float: left;
  width: 110px;
  padding-left: 100px;
  margin: 8px;
  font-weight: bold;
  color: blue;
  font-size: x-small;
a:link {color:blue;}
a:visited {color:blue;}
a:hover {background-color:#eee;}

}


.ShoppingPanel {
    background-image:url('rad.gif');
    background-repeat:repeat-y;
    margin:0px auto;
    width: 760px;
}

.ShoppingList {
 	margin-left: 150px;
 	margin-right: 150px;
 	margin-bottom: 20px;
 	line-height: 150%;
 }
 
 .AdRight {
  float: right;
}

 .AdRightb {
  position:absolute;
  margin-left:1100;
  
}


 .AdLeft {
  float: left;
 }
 
 .AdLeft h2 { 
  background-color: #ffeeee;
  color: black;
  font-size: x-small;
  font-weight: normal;
  padding: 3px;
  margin-bottom: 1px;
  margin-top: 1px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  padding-bottom: 3px;
 )
 
 .SpaceLeft {
  float: left;
  width: 160px;
  height: 600px;
  background-color: #ffeeee;
  border-width: 2px;
  border-style: solid;
  border-color: black;
  padding: 10px;
  margin: 8px;
  font-weight: bold;
  color: blue;
  font-size: x-small;
a:link {color:blue;}
a:visited {color:blue;}
a:hover {background-color:#eee;}
 }
