/* CSS Document */

html {
	color: #fff;
	background-color: #7e2813;
	font-family: Helvetica, Arial, sans-serif;
}

body {
	font-family: Baskerville, Garamond, Times, serif;
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h5 {
	font-weight: normal;
	line-height: .8em;
}

p {
	margin: 15px;
}

h1 {
	margin: 8px;
	font-size: 38pt;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h2 {
	margin: 0;
	font-size: 20pt;
	text-transform: uppercase;
}

h3 {
	margin: 5px;
	margin-bottom: 20px;
	padding: 0;
	font-size: 16pt;
}

h4 {
	display: table;
	margin: 10px 0 5px 0;
	padding: 3px 5px;
	font-size: 14px;
	line-height: .8em;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

h5 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 48pt;
	text-transform: uppercase;
	font-weight: normal;
}

a {
	color: #7E2813;
	text-decoration: none;
}

img {
	margin: 0px;
	border: 0px;
}

#all {
	margin: 0;
	padding: 0;
}

#header {
	width: 100%;
	height: 216px;
	margin: 0;
	padding: 15px 0 0 0;
	background-image: url("/jpgs/headerbar.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #fff;
}

#container {
	width: 100%;
	margin: 0px;
}

#content {
	height: 100%;
	padding: 35px 0 55px 0;
	background-color: #fff;
	color: #7e2813;
}

#editcontrols {
	position: absolute;
	float: right;
	margin-right: 15px;
}

#editcontrols img, #editcontrols input {
	padding-left: 5px;
}

#footer {
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
	background-image: url("/jpgs/headerbar.gif");
	font-family: Helvetica, Arial, sans-serif;
	background-color: #7e2813;
}

#footer ul {
	margin: 0;
	padding: 35px 0 0 0;
}

#footer li {
	font-size: 20px;
	font-weight: bold;
	display: inline;
	margin: 0px 30px 0 30px;
	padding: 0;
	color: #FFF;
}

#footer a {
	color: #FFF;
	padding: 5px 5px 2px;
}

#footer a:hover {
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
}

.button
	{
	display: inline;
	margin: 0 5px 7px 0;
	padding: 3px;
	font-size: 1.2em;
	background-color: #ddd;
	color: #000;
	border: 1px solid black;
	cursor: pointer;
	}
	
.button:hover
	{
	background-color: #aaa;
	}
	
.button a
	{
	color: #000;
	}

.rightalign {
	text-align: right;
}

.numbers {
	font-variant: small-caps;
}


/* For Zen Photo */
.description {
	position: relative;
	float: left;
	height: 160px;
	width: 233px;
	margin: 10px 0px;
	padding: 3px 17px;
	font: 10pt Helvetica, Arial, sans-serif;
	color: #727A81;
	text-align: right;
}

.description h2 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: normal;
}

.thumb {
	position: relative;
	width: 72px;
	height: 72px;
	margin: 0px 20px 33px 20px;
	float: left;
	clear: none;
}

.thumb img {
	border: 0px;
}



/* For the Rich Text Editor */
.rteImage {
	background: #D3D3D3;
	border: 1px solid #D3D3D3;
	cursor: pointer;
}

.rteImageRaised, .rteImage:hover {
	background: #D3D3D3;
	border: 1px outset;
	cursor: pointer;
}

.rteImageLowered, .rteImage:active {
	background: #D3D3D3;
	border: 1px inset;
	cursor: pointer;
}

.rteVertSep {
	margin: 0 4px 0 4px;
}

.rteBack {
	background: #D3D3D3;
	border: 1px outset;
	letter-spacing: 0;
}

.rteBack tbody tr td, .rteBack tr td {
	background: #D3D3D3;
	padding: 0px;
}