/* CSS Document */

body {
	background-color:#f0fecd;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1 {
	display:none;
}
h2, h3, h4 {
	margin: 0px;
	line-height: normal;
}
h4 {
	font-size: 1em;
	margin: 10px 0 0 0;
}
a {
	text-decoration:none;
	color: #000000;
}
ul, ol {
	margin-top: 0px;
	margin-bottom: 10px;
}
ul li {

}
dl {
	margin-left: 15px;
	margin-top: 0;
}
dt {
	margin-top: 5px;
}
.clear{
	clear: both;
}
a:hover {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
.infobox {
	padding: 10px 20px;
}
.infobox div.left{
	width: 175px;
	margin-right: 32px
}
.infobox div.right{
	margin: 0 15px
}
.indent{
	padding-left: 15px;
	margin-top: 0px;
}
div.indent{
	margin-bottom: 2px;
}
#pagecontainer {
	width:1024px;
	margin:0px auto;
	background-color:#55a7f3;
}
#masthead {
	height:185px;
	background: url(images/title.jpg) left -10px no-repeat;
}
#masthead h2 {
	padding:45px 0px 0px 0px;
	font-size:1.9em;
	margin: 0px;
}
#logo {
	float:left;
	margin-right:35px;
}
#nav {
	margin-top:79px;
	margin-bottom:0px;
	padding: 0px;
}
#nav li {
	float:left;
	display:block;
	line-height:29px;
	margin:5px 3px 0px 3px;
	font-style:italic;
	font-weight:bold;
	padding-left: 15px;
	list-style-type:none;

}
#nav li a {
	display:block;
	padding-right: 15px;
	color:#000000;	
}
#nav Li.active {
	background: url(images/tab_l.png) 0 0 no-repeat;
}
#nav Li.active a {
	background: url(images/tab_r.png) right top no-repeat;
}
#nav li.active a:hover{
	text-decoration: none;
}
#contentcontainer {
	float:left;
	line-height: 20px;
}
#maincontent {
	width:694px;
	float:left;
	padding-top: 15px;
	margin-left: 10px;
	background: url(images/content-top.png) left top no-repeat;
}
#content {
	padding: 0 15px 15px 15px;
	background: url(images/content.png) left bottom no-repeat;
}
#contact-form {
	width: 450px;
	margin-left: 85px;
}
#contact-form .form-field {
	padding: 6px 0;
}
#contact-form .text {
	border: 1px solid #000000;
}
#contact-form label {
	display: block;
	float: left;
	width: 105px;
}
#contact-form #comments label {
	float: none;
	width: inherit;
}
#contact-form textarea {
	width: 448px;
	height: 200px;
}
#contact-form #buttons {
	text-align: right;
}
#gmap {
	float: left;
	margin-right: 15px;
}
#directions{
	float: left;
	width: 180px;
}
#sidebar {
	width:300px;
	padding:0px 10px;
	float:left;
}
.sidebarbox {
	width:300px;
	float:left;
	padding-top: 15px;
	background: url(images/sidebarbox-top.png) left top no-repeat;	
}
.sidebarbox-content {
	padding: 0 15px 15px 15px;
	background: url(images/sidebarbox.png) left bottom no-repeat;
}

#footer {
	background:transparent url(images/page-bottom.png) no-repeat scroll left bottom;
	clear:both;
	display:block;
	padding:10px 10px 15px;
	text-align:center;
}
#footer ul {
	padding:0px;
	margin:10px auto;
	width: 500px;
}
#footer li {
	float: left;
	padding:0px 5px;
	margin:0px;
	list-style-type:none;
}
#footer li.last {
	border: none;
}
#footer li a {
	padding-top:0px;
	margin-top:0px;
}
#picture {
	float:right;
}
#content-bottom {
	color:#ec008a;
	clear:both;
	text-align:center;
}
#details span {
	font-size: 1.2em
}
#phrase {
	margin-top:0px;
	font-size:36px;
	font-weight:bold
}