﻿@import url("layout.css");
body {
        background-position: center top;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 0.8em;
        color: #000;
        background-image: url("../images/backgrnd.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-color: #fbfbf2;
}
.centered { text-align: center; }
#container {
    margin: 0 auto;
    border-top: 0px solid #A8A47E;
	border-left: 1px solid #A8A47E;
	border-right: 1px solid #A8A47E;
}

#masthead {
	background-repeat: no-repeat;
	background-color: #fff;
}
menubar {
   	background-color: #fff;
	margin-top: -10px;
	padding-left: 10px;
	padding-right: 10px;

}
#content {
	margin-top: 0;
}

#footer {
	text-align: center;
	width: 780px;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	overflow: auto;
	background-color: #336699;
}


#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
h1 {
		font-family: verdana, trebuchet ms;
		font-size: 2.2em;
		margin-top:4px;
		margin-bottom:4px;
		color: #003366;
		}
h2 {
		font-family: verdana, trebuchet ms;
		font-size:1.8em;
		margin-top:14px;
		margin-bottom:4px;
		color: #003366;
}
h3 {
		font-family: verdana, trebuchet ms;
		font-size:1.3em;
		margin-top:4px;
		margin-bottom:4px;
		color: #003366;
}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}

/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
h1 {
        color: #C48657;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.botdash {
        border-bottom-style: dashed;
        border-bottom-width: thin;
        border-bottom-color: #C0C0C0;
}
/***** Large Quotes *****/
.pullquote {
	width: 95%;
	font-size:100%;
	line-height:140%;
	margin:5px;
	background: url(closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 5px 5px 0px;
}
.pullquote:first-letter {
	background: url(openquote.gif) no-repeat left top !important;
	padding:10px 0px 10px 35px !important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}
/**** END Large Quotes ****/