/* Author: Dave Rupert | Paraveldesign.com */

* {
	margin:0px;
	padding:0px;
	border:none;
}

body {
	color: #5a5a5a;
	font: 12px/1.7em Helvetica, Arial, sans-serif;
	background-color: #e8e7dc;
}

a {
	text-decoration:underline;
	color:#9c0;
}

a:hover {
	color:#900;
}

h1, h2, h3, h4, h5 {
	font-family: 'Garamond', Times New Roman, Times, serif;
	text-transform: capitalize;
	font-weight: normal;
}

h2 {
	font-size:1.8em;
	padding:6px 3px 3px;
	color:#5a5a5a;
}

p {
	padding:3px 3px 8px;
	text-align: justify;
}

address {
	font-style: normal;
	padding:5px;
}

/*  Layout  */

#container {
	width:785px;
	clear:both;
	margin:0px auto 20px;
	background-color: #F4F4FB;
}

#header {
	background: url('/img/banner.png') no-repeat;
	height:152px;
}

#logo {
	margin:30px 0px 0px 40px;
}

#nav {
	background: url('/img/menubase.png') repeat-x bottom;
	padding:3px 3px 10px 1px;
	text-align:center;
	z-index:2;
	position: relative;
	margin-bottom: -10px;
}

#main {
	z-index:1;
	padding:20px 20px 10px;
	float:left;
	min-height: 350px;
	background: #fff;
	width:480px;
	clear:both;
	border-right:1px solid #ccc;
}

#sidebar {
	float:right;
	padding: 7px 0px;
	width:264px;
	}

#footer {
	font-size:10px;
	clear:both;
	margin:100px 0px 10px;
}

/*  Navigation Bar  */
#nav ul {
	clear:both;
	display: block;
	height:43px;
}

#nav ul li {
	list-style-type: none;
	display: inline;
}

#nav ul li a {
	background: url('/img/menutab.png') no-repeat center top;
	font:18px/43px 'Garamond', Times New Roman, Times, serif;
	width:193px;
	padding-left:2px;
	color:#fff;
	float:left;
	display:block;
	text-align: center;
	text-transform: capitalize;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #f0f0f0;
	background: url('/img/menutab.png') no-repeat center -53px;
}

/*  Sidebar  */

#sidebar ul li {
	list-style-type: none;
}

#sidebar h3 {
	font-size:1.6em;
	padding:6px 0px 3px;
}

/*  Elements  */
.slideshow {
	border:1px solid #ccc;
	padding:5px;
}

.abouttown, .abouthome {
	margin:10px 0px;
	height:142px;
	padding:5px 10px;
	padding-left:105px;
}

.abouttown {
	background: url('/img/fallleaves.png') no-repeat;
}

.abouthome {
	background: url('/img/springtree.png') no-repeat;
}

.admission ol{
	list-style-position: outside;
	margin-left:20px;
}

.services table {
	background-color: #e8e7dc;
	margin-bottom:20px;
	padding:5px;
}

dl {
	padding: 5px;
}

dd {
	margin-bottom:20px;
}

dt {
	font-weight: bold;
}

#map {
	border:1px solid #eee;
}

p.phone_number {
	border:1px solid #eee;
	background-color: #e8e7dc;
	padding:1px 5px;
	text-align: right;
	font-family: 'Garamond', Times New Roman, Times, serif;
}

/*  Contact Form  */
form {
	padding:5px;
}

label {
	padding:8px 0px 2px 0px;
	display:block;
	font-weight: bold;
}

input {
	font-size:1.4em;
}

textarea {
	height:180px;
}

input, textarea {
	padding:3px;
	display:block;
	border:1px solid #ccc;
	width:460px;
}

input[type=submit] {
	width:auto!important;
	font-size: 1em;
	margin:10px 0px;
}

input[type=hidden] {
	border: none;
}