﻿@import url("reset.css");
html,body {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana;
	font-size: 100%;
	line-height:130%;
	background:#fff url('../images/bkg1b.jpg') repeat;
}
#container {
	margin-right: auto;
	margin-left: auto;
	margin-top:5px;
	padding:10px 15px 10px 15px;
	width: 960px;
	background:url('../images/body-bkg1b.png') repeat;
}
#masthead {
	width: 960px;
	height:200px;
	margin-bottom:20px;
	overflow: hidden;
}
#masthead img {
	float:right;
	padding:0;
	margin:0;
}

#navigation {
	float:left;
	clear:none;
	padding-top:50px;
	color:#683c29;
}
#navigation ul {

}
#navigation li {
	list-style-type:none;
	display:inline;
	padding-right:16px;
}
#navigation a {
	font-size:1.2em;
	font-family:"Times New Roman", Times, serif;
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	letter-spacing:0px;
	text-decoration: none;
	text-transform:uppercase;
	color:#512F20;
}	
#navigation a:hover {
	text-decoration:underline;
	color:#683c29;
}
#navigation .current a {
	text-decoration:underline;
	color:#683c29;
}
#navigation h4 {
	font-size:1.0em;
	color:#683c29;
}
a {
	color:#512F20;
	text-decoration:underline;
}
a:hover {
	color:#7499c1;
}
#content {
	float:right;
	clear:none;
	width:430px;
	color:#512F20;
	position: relative;
	text-align: left;
	font-size:1.0em;
	min-height:400px;
}
#content p {
	margin-top:0;
	margin-bottom:10px;
}
#content ul {
	margin-bottom:10px;
	}
#content li {
	list-style-position:inside;
}
#content_full {
	float:left;
	width:960px;
	color:#512F20;
	position: relative;
	text-align: left;
	font-size:1.0em;
	min-height:400px;
}
#content_full p {
	margin-top:0;
	margin-bottom:10px;
}
#content_full ul {
	margin-bottom:10px;
	}
#content_full li {
	list-style-position:inside;
}
.subline {
	font-style:italic;
	padding-left:35px;
	font-size:0.9em;
	font-weight:normal;
}
.quote {
	padding-left:20px;
	padding-top:6px;
	background:white url('../images/quotes.jpg') no-repeat left top;
}
#slideshow {
	float:left;
	width:480px;
	clear:none;
	vertical-align:top;
	margin-top:5px;
	margin-right:40px; 
	margin-left:0px;
	margin-bottom:30px;
}
#tagline {
	font-size:1.0em; 
	font-weight:bold; 
	text-align:justify; 
	margin-bottom:20px; 
	color:#683c29;
}
#slogan {
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size:2.0em; 
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:20px; 
	color:#683c29;
}
#sidebar {
	float: right;
	width: 380px;
	text-align: left;
	margin-top:15px;
	background-color: #D8E2ED;
	padding:10px;
	text-indent:5px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border: 1px solid #683c29;
}
#sidebar .content {
	padding-left:25px;
	padding-top:10px;
	padding-right:1px;
	margin-bottom:2em;
}

/* Content Styles */
h1,h2,h3,h4 {
	font-weight:bold;
	margin-bottom:15px;
}
h1 {
	font-size:1.4em;
	margin-top:15px;
}
h2 {
	font-size:1.3em;
	padding-bottom:5px;
	border-bottom:1px #7499c1 solid;
}
h3 {
	font-size:1.1em;
	padding-bottom:5px;
}
h4 {
	font-size:1.1em;
}

#content img {
	padding: 5px;
	float:right;
/*	border: 1px solid #708090; */
}
ul {
}
li {
	list-style-type:circle;
	padding-bottom:10px;
	text-indent:12px;
}
/* Sidebar Styles */
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
#sidebar ul {
}
#sidebar li {
	line-height:1.7em;
	font-size:1.0em;
}
#email:focus, #name:focus, #search:focus, textarea:focus, input[type=text]:focus, input[type=password]:focus, select:focus { background: #eee; }

/* Footer Styles */
#footer {
	clear:both;
	font-size: 0.8em;
	text-align: center;
	padding: 10px;
	border-top:4px #7499c1 solid;
	line-height:1.5em;
	color:#683c29;
}
#footer li {
	display:inline;
	list-style-type:none;
	border-right:1px #683c29 solid;
	padding-right:6px;
	padding-left:5px;
	padding-bottom:2px;
/*	text-transform:capitalize; */
}
#footer .last {
	border-right:0px;
}
#footer p {
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
/* Link Styles */
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
div.hr {
	border-top: 1px solid #7499c1;
	height: 1px;
	margin: 10px 30px 10px 0px;
	clear: none;
} /* use this div with a class "hr" instead of the standart hr element */

#credit {
	clear:both;
	margin-left:0;
	margin-right:0;
	text-align: center;	
	margin-top: 10px;
	color:#512F20;
}
#credit p {
	font-size: 0.7em;
}
#credit a {
	text-decoration:none;
}
#credit a:hover {
	text-decoration:underline;
	color:#683c29;
}
.hiddenpic {
	display: none;
}
img {
	border:0;
}
