@charset "utf-8";
/* CSS Document */

body { 
		background-image: url("images/bg_orange.gif");
		background-position: left 20px;
        background-repeat: repeat-x;
        }
h1{
	font-size: 16px;
	color: #9d85be;
	font-weight: bold;
	text-align: center;
	}	
h2{
	
	color: #eb7728;
	
	}		
.logo { 		
		margin-top: 10px;
		margin-left: 15px;
		float: left;
		position: absolute;
		}

.footer {
	width: 100%;
	position: absolute;
	margin-top: 100px;
	clear: both;
	margin-right: -5px;
	}
*html { margin-top: 450px;}	

.footer p {
	font-size: 10px;
	font-family: arial, "sans-serif";
	color: #006c3a;
	text-align: center;
	
	padding-right: 5%;
	padding-left: 5%;
	}	
#time {
	margin-right: 5%;
	float: right;
	text-align: right;
	margin-top: 20px;
	
	}
	
	
#time p {
	font-family: "tahoma", serif;
	font-size: 16px;
	font-weight: bold;
	color: #006c3a;
	}	

#homecontainer {
	margin-left: 400px;
	width: 500px;
	background-color: #f9a870;
	position: absolute;
	margin-top: 150px;	
	padding-right: 10px;
	
	
	
	}
	
#homecontainer h1 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 22px;
	font-variant: small-caps;
	color: white;
	background: #006c3a;
	
	}
#homecontainer p {
	color: #006c3a;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 2;
	
	}		

#wrapper {
	width: 100%;
	min-width: 700px;
	
	}		
#footerwrapper {
	width: 100%;
	position: absolute;
	margin-top: 415px;
	}
.hills {
	margin-top: -8px;
	margin-left: -10px;
	width: 200px;
	height: 110px;
	position: absolute;
		}	

#nav {
	position: absolute;
	margin-top: -10px;
	
	}
#nav ul {
	width: 100%;
	list-style: none;
	margin-top: -5px;
	margin-left: 350px;
	margin-right: auto;
	

	
	}
#nav li{
	display: inline;
	
	
	}
#nav li a {
	background-color: #006c3a;
	color: white;
	font-family: tahoma, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 3px;
	display: inline;
	text-decoration: none;
	float: left;
	width: 100px;
	margin-right: 2px;
	border-bottom: #eb7728 solid 3px;
	
	}	
#nav li a:hover {
	border-bottom: #9d85be solid 5px;
	color: #f9a870;
	}
		
	
		
.sidebar {
	width: 350px;
	float: left;
	position: absolute;
	margin-left: 15px;
	margin-top: 125px;
	margin-right: -25px;
	
	
	}
.sidebar h1 {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	border: white solid 2px;
	color: #006c3a;
	margin-top: 20px;
	
	}
.sidebar ul {
	list-style: none;
	list-style-image: url(images/check.gif);
	padding-right: 2px;
	
	}
*html .sidebar ul {
	margin-left: 2px;
	}	

.sidebar li {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: 	#006c3a;
	padding-top: 10px;
	padding-left: -5px;
	
	}	
.container {
	width: 650px;
	margin-left: 250px;
	margin-top: 160px;
	position: absolute;
	
	margin-bottom: 10px;
	
			}
* html .container {margin-left: 0px;}	
.container a {
	color: #006c3a; text-decoration: none;}
.container h2 {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #eb7728;
	padding-left: 10px;
	margin-bottom: -10px;
	
	
	}
.container p {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: white;
	padding-left: 10px;
	line-height: 1.5;
	
	
	}	
.title {
	position: absolute;
	margin-top: 85px;
	margin-left: 150px;
	width: 750px;
	
	
	}
.title h3 {
	font-family: tahoma, arial, sans-serif;
	font-size: 24px;
	color: #eb7728;
	font-variant: small-caps;
	text-align: right;
	
	}		
