/*
 * reora.css
 * Copyright 2008 Reora, Inc.
 *
 * By: Paul Higginbottom
 * last revised: 08/30/2008
 */

body {
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #330000;
/*	background: #330000 url("../images/backdrop1a.png") repeat-y top center;*/
	color: #eee;
}

#container1 {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

#container2 {
	/*background: #330000 url("../images/newlogo23s.png") no-repeat top center;*/
	width: 1000px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
/*	border: 1px solid orange;*/
}

p {
	text-align: justify;
	margin: 0px;
	padding: 0px 0px 8px 0px;
}

table {
	width: auto;
	font-size: 1em;	/* forces tables to inherit font size from body */
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
	empty-cells: show;
}

td {
	vertical-align: top;
/*	border:1px solid red; /* debugging */
}

a {	color: #eee; }
a:hover { color: #f0f0f0; }
a img {	border: 0; }			/* image links don't get borders */

h1 {
	margin: 0;
	padding: 0px 0px 10px 0px;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #FFFFCC;
	font-family: "Times Roman", Times, serif;
	font-style: italic;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 1em;
	font-family: Arial,Helvetica,sans-serif;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #FFFFCC;
	font-family: "Times Roman", Times, serif;
}

img#banner {
	/*
	float:left;
	margin: 0;
	margin: 0px 35px 5px 0px;
	text-align:center;
	*/
}

#logobar {
	background: #330000 url("../images/newlogo29s.png") no-repeat top center;
	margin: 10px auto 0px auto;
	width: 900px;
	height: 115px;
	padding: 0px;
/*	border: 1px solid orange;*/
}

#contentbox {
	background: #330000 url("../images/contentbg1.png") repeat-y top center;
	margin: 0px auto;
	width: 900px;
	padding: 0px;
/*	padding-left: 150px;*/
/*	border: 1px solid green;*/
}

#contentbox a {
/*	text-decoration: none;*/
	/*color: #000070;*/
}

#contentbox a:hover {
/*	text-decoration: underline;*/
}

.footer {
	background: #330000 url("../images/footer3.png") no-repeat top center;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	width: 900px;
	font-size: 8pt;
	border: 0;
	/*border-top: 2px solid #808080;*/
	color: #bbb;
	height: 100px;
}

#footerleft {
	float: left;
	width: 150px;
}

#footerright {
	text-align: right;
	float: right;
	width: 150px;
}

#footercenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

a.dotlink { color: white; text-decoration:none; border-bottom: 1px dotted white; padding-bottom: 1px; }

a.thumbnail {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	text-align:center;
	width: 70px;
	padding: 1px;
	border: 2px solid #cccccc;
	background-color: #444;
}

#bigpic {
/*	margin: 0px;*/
/*	padding: 2px;*/
	border: 2px solid #cccccc;
}

#bigpicdesc {
	margin: 0px;
	padding: 0px 10px;
}

/* form styles */

.fdefault {
	line-height: 100%;
}

.fdefault p {
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	line-height: 100%;
}

.flabel p {	/* form label */
	font-weight: bold;
	text-align: right;
	margin: 0;
	padding: 3px 0.75em 5px 0.5em;
	vertical-align: middle;
	white-space: nowrap;
}

span.flabel {	/* form label */
	font-weight: bold;
	text-align: right;
	margin: 0;
	padding: 3px 0.75em 5px 0.5em;
	vertical-align: middle;
	white-space: nowrap;
}

.fnote {
	font-size: 80%;
	font-weight: normal;
}

.fnote p {
	margin-top: 0.25em;
	margin-bottom: 0.5em;
	text-align: center;
}

.fblock p {
	margin-top: 0.5em;
	margin-bottom: 1em;
	line-height: 120%;
	text-align: justify;
}

.fsection h1 {
	color: white;
	background-color: black;
	text-align: center;
	vertical-align:middle;
	padding-bottom: 0.1em;
}

a.folder {
	text-decoration: none;
	display: block;
	/*font-size: .9em;*/
}

a:hover.folder {
	color: white;
	background-color: none;
	text-decoration: underline;
}

a:hover.borderhover {
	border-bottom: 1px solid black;
	/*background-color: white;*/
}

a.selfolder {
	color: black;
	background-color: #ddd;
}

a:hover.selfolder {
	color: black;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.nextprevlink {
	color: white;
	font-size: 150%;
	padding: 1px 5px;
	/*border: 1px solid white;*/
	text-decoration: none;
}

a:hover.nextprevlink {
	background: white;
	color: black;
}

#SLIDESIMG {
	border-top: 6px solid #ccc;
	border-left: 6px solid #aaa;
	border-right: 6px solid #999;
	border-bottom: 6px solid #777;
	/*border: 10px solid orange;*/
	background-color: #222;
	/*padding: 8px;*/
	width: 400px;
	height: 266px;
}