@charset "utf-8";
/* CSS Document */
div#container {
		width:50%;
		margin-left:auto;
		margin-right:auto;
		
	
		}
	
#template {background-image:url(imgs/temp.png);
			width:750px;
			height:563px;
			position:absolute;
			margin-left:auto;
			margin-right:auto;
			
			}
.nav {font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:small;
	  font-weight:bold;
	  text-align:center;	 
	  position:absolute;
	  top:230px;
	  left:auto;
	  margin-left:15px;
	  z-index:3;
	  }
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px;
	border-bottom: 1px solid #003300;
	}
ul li {
	position: relative;
	}
li ul {
	position: absolute;
	left: 99px;
	top: 0;
	display: none;
	font-size:smaller;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #03670c;
	padding: 10px;
	border: 1px solid #003300;
	border-bottom: 0;
	}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
li:hover ul, li.over ul { display: block;
			}
ul li a:hover {background-color:#003300}

#bodytext {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:small;
			text-align:justify;
			color:#000000;
			background-color:#FFFFFF;
			position:absolute;
			top:140px;
			left:auto;
			margin-left:180px;
			width:550px;
			z-index:2;
			}
#sidepics {
			position:relative;
			float:right;
			top:-8px;
			left:0px;
			width:40%;
			z-index:1;
			}
table#playcar {width:60%;
				margin-left:0%;
				border:1px #000000 solid;
	  			}
table#misc {width:60%;
			margin-left:0%;
			border:1px #000000 solid;
	  		}
table#hons {width:60%;
			margin-left:0%;
			border:1px #000000 solid;
	  		}
table#pergroup {width:100%;
				border:1px #000000 solid;
				}
table#clinics {width:80%;
			margin-left:0%;
			margin-right:20%;
			border:1px #000000 solid;
			}
table#exec {width:100%;
			border:1px #000000 solid;
			}
table#execprices {width:80%;
			margin-left:0%;
			margin-right:20%;
			border:1px #000000 solid;
			}
table#coavic {width:80%;
			margin-left:10%;
			margin-right:10%;
			border:1px #000000 solid;
			}
table#contactform {width:100%;
				   margin-left:0%;
				   margin-right:20%;
				   }
button {background-color:#03670c;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:small;
		font-weight:bold;
		color:#FFFFFF;
		}
			
td {padding:5px;}
	  