/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #E3E3E6 url(images/img01.gif) repeat-x;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
/*	color: #88888A;*/
	color: #004400;
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
	color: #DB5600;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
/*	text-align: justify;*/
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	margin-bottom: 1em;
	background: url(images/img07.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}

/* Menu */

#menu {
	width: 740px;
	height: 60px;
	margin: 0 auto;
	border-left: 20px solid #DB5600;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 20px 0 20px;
	font-size: 92%;
	font-weight: bold;
}

#menu a:hover {
	background: #DB5600;
	text-decoration: none;
	color: #FFFFFF;
}

#menu b {
	text-decoration: underline;
}

/* Logo */

#logo {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: #010100 url(images/newtitletest1.jpg)
}

#logo h1 {
	margin: 0;
	padding: 120px 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */
#hwsdaimg{
	border: none;
	float: left;
	width: 4em;
	height: 5em;
	margin-right: 1em;
	margin-top: 0.3em;
	}
#directions{
	border: dashed;
	border-color: #88888A;
	padding: 0.5em;
}

#salediv {
	border-top: outset;
	padding: 1px;
	border-color: #DB5600;
}

.eventdiv{
	padding: 1em;
	border-bottom: inset;
	border-color: #DB5600;
}

#page {
	width: 760px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 440px;
	padding: 20px 30px 20px 50px;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(images/img04.gif) repeat-x left bottom;
}

.floating-box {
	float: left;
	width: 210px;
}

.floating-box p, /*.floating-box blockquote,*/ .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 215px;
	padding: 10px;
	padding-top: 20px;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(images/img09.gif) no-repeat right bottom;
	border-left: 5px solid #DB5600;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#links2 {
	overflow: auto;
	height: 25em;
}

#links ul {
	background: url(images/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(images/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(images/img08.gif) no-repeat left center;
	color: #DB5600;
}

/* Footer */

#footer {
	height: 50px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#footer .wrapper {
	width: 760px;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 440px;
	height: 34px;
	padding: 16px 30px 0 30px;
	background: #FFFFFF;
	border-left: 20px solid #010100;
	font-size: 85%;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #DB5600;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}

/*Code For Admin Site*/
#eventadddiv {
	border: dashed;
	border-bottom: none;
	padding: 0.2em;
	height: 22em;
}

#logoutbutton {
	border: outset 0.1em;
       background: #DB5600;
	color: white;
	margin-left: 0.5em;
}

.buttons:hover {
	color: black;
	cursor: pointer;
}

#in_submit{
	width: 100%;
	background: #E3E3E6;
}

.in_inputs{
	width: 100%;
}

#in_Keep_Old{
	margin-left: 0.3em;
	vertical-align: middle;
}

#newevent, #newquote {
	float: right;
	font-weight: bold;
	color: black;
	border: outset 0.2em;
	padding: 2px;
}

#quoteadddiv{
	border: dashed;
	border-bottom: none;
	padding: 0.2em;
	height: 12em;
}

#wow{
	overflow: auto;
	height: 20em;
}

#wow ul,#wow li{
	margin-bottom: 0.1em;
}



#quotepreviewdiv{
	width: 200px;
	padding: 10px;
	background: white;
}

#quotepreviewdiv blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(images/img09.gif) no-repeat right bottom;
	border-left: 5px solid #DB5600;
}

#quotepreviewdiv blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

/*PICTURE VIEWER CSS*/
#picalbumh1 {
	text-align: center;
	height: 63px;
	width: 760px;
	margin: 0 auto;
}

#piclist {
	margin: 0 auto;
	height: 192px;
	width: 760px; 
	overflow: scroll;
	overflow-y:hidden;
	border: solid 0.2em;
	color: white;
}

.indivpic {
	height: 175px;
	width: 165px;
	float: left;
	border-left: solid 1px;
	border-right: solid 1px;
	color: white;
	margin-left: 1px;
	margin-right: 1px;
	overflow: auto;
	overflow-x: hidden;
	font-size: 9pt;
	line-height: 100%
}

#piclist2{
	min-width: 760px;
	height: 170px;
}

#displaypicdiv{
	margin: 0 auto;
	height: 600px;
	width: 760px;
}

#displaypic{
	height: 570px;
	width: 760px;
}

#picbottomnote{
	margin: 0 auto;
	width: 760px;
	background: #000;
	color: white;
	text-align: right;
	font-size: 11pt;
}

#picbottomnote a{
	color: #DB5600;
	underline: none;
}