/* CSS Document */
@import url("typography.css");
html>body #middle { height:auto; }
* { padding:0; margin:0;}
body {
	background: #8599AD url(../images/gradient.png) repeat-x left top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 14px/1.3 Arial, Helvetica, serif;
	}
#container {
	width: 700px;
	text-align: left;
	margin: auto;
	}
#header {
	background: url(../images/header.png) no-repeat left top;
	padding: 95px 58px 24px 392px;
	margin: 0px;
	}
/*Contact Button-------------------------*/
#header a{
	background: url(../images/contact.png) no-repeat left top;
	width: 250px;
	height: 39px;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow:hidden;
	}
#header a:hover, #header a:focus{ background: url(../images/contact.png) no-repeat -250px top;}
#header a.current, #header a.current:hover, #header a.current:focus{ background: url(../images/contact.png) no-repeat -500px top; cursor: default;}
/*---------------------------------------------*/
#bg {
	background: url(../images/mainBG.png) repeat-y left top;
	}
#gradient {
	background: url(../images/mainGrad.png) no-repeat left top;
	padding-right: 30px;
	padding-left: 31px;
	}
#middle {
	border-top: 10px solid #FFFFFF;
	height: 250px;
	min-height: 250px;
	}
#footer {
	background: #26801A url(../images/footerBG.png);
	padding-top: 20px;
	border-top: 10px solid #FFFFFF;
	clear: both;
	text-align: center;
	font: bold 10pt Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFF00;
	}
#footer a{color:#FFFF00; text-decoration:underline;}
#btm {
	background: url(../images/footer.png) no-repeat left top;
	padding-top: 50px;
	padding-bottom: 1em;
	text-align: center;
	font-size: 8pt;
	color: #FFFFFF;
	}
#btm a{
	color: #FFFFFF;
	font-weight: normal;
	}
#content {
	margin-right: 15px;
	margin-left: 199px;
	display: block;
	}
#navigation {
	float: left;
	width: 174px;
	margin: 0px;
	padding: 7px 0px;
	display: block;
	}
#navigation ul, #navigation ul li{
	list-style-type : none;
	margin:0;
	padding : 0;
	}
.pricebox {
	background: #E4F8DA;
	border: 1px solid #7BBB4D;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	padding: 0.8ex;
	color: #003300;
	}
.subhead {
	padding-top: 0.8em;
	padding-bottom: 2em;
	border-bottom: 1px solid #006600;
	margin-bottom: 0.8em;
	}

/* Menu Items ---------------------------*/
#navigation ul li a{overflow:hidden; display: block;}
.home {background: url(../images/home.png) no-repeat left top; height: 74px; width: 174px;}
a.home:hover, a.home:focus {background: url(../images/home.png) no-repeat -174px top;}
.about {background: url(../images/about.png) no-repeat left top; height: 74px; width: 174px;}
a.about:hover, a.about:focus {background: url(../images/about.png) no-repeat -174px top;}
.learn {background: url(../images/learn.png) no-repeat left top; height: 68px; width: 174px;}
a.learn:hover, a.learn:focus {background:  url(../images/learn.png) no-repeat -174px top;}
.prices {background: url(../images/prices.png) no-repeat left top; height: 74px; width: 174px;}
a.prices:hover, a.prices:focus {background: url(../images/prices.png) no-repeat -174px top;}
.book {background: url(../images/book.png) no-repeat left top; height: 72px; width: 174px;}
a.book:hover, a.book:focus {background: url(../images/book.png) no-repeat -174px top;}
li.current a, li.current a:hover{cursor: default;}
li.current a.home, li.current a.home:hover, li.current a.home:focus{background: url(../images/home.png) no-repeat -348px top;}
li.current a.about, li.current a.about:hover, li.current a.about:focus{background: url(../images/about.png) no-repeat -348px top;}
li.current a.learn, li.current a.learn:hover, li.current a.learn:focus{background: url(../images/learn.png) no-repeat -348px top;}
li.current a.prices, li.current a.prices:hover, li.current a.prices:focus{background: url(../images/prices.png) no-repeat -348px top;}
li.current a.book, li.current a.book:hover, li.current a.book:focus{background: url(../images/book.png) no-repeat -348px top;}
/* Menu Items End---------------------------*/

#contactform form { color: #006600; padding: 0.8em 0em; margin-bottom:0.8em; background: #E4F8DA; border: 1px solid #7BBB4D;}
#contactform label { width: 8em; display: block; float: left; margin-right: 1.5em; font-weight: bold; text-align: right;}
#inputfields input, #inputfields textarea { background: #FFFFFF; border: 1px solid #006600; padding: 2px;}
#inputfields div { margin: 0.8em;}
#inputfields input { width:200px;}
#inputfields textarea { width:250px; height:9em;}
