@charset "UTF-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	background-color: #2E2633;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#000;
}
#spine {
	width: 800px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#container {
	text-align:left;
	width: 700px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top: 10px;
}
#header{
	min-height: 80px;}
#header h1{
	padding:30px 0 0 10px;
	font-weight:bold;
}	
#header a img {
	border:none;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #392E3C;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}
a {
	font-size: 1.2em;
	color:#003366;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #3B2312;
}
#nav {
	margin: 0px;
	padding: 0px;
	height: 40px;
	background-image:url(../images/header_left.jpg);
	background-repeat:no-repeat;
	margin-top: 1px;
}
#navright {
	background-image:url(../images/header_right.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:40px;
}
#nav ul {
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-left: 0px;
}
#nav li {
	display: inline;
	float: left;
}
#nav a {
	font-size: 1.5em;
	text-align: center;
	display: block;
	text-decoration: none;
	width: 115px;
	height: 30px;
	color: #392E3C;
	line-height: 30px;
	padding-top:10px;
	font-weight:bold;
}
#nav a:hover {
	color: #003366;
}
.clearboth {
	clear: both;
}
#content {
	width:700px;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-y;
}
#left_box {
	float: left;
	width: 120px;
	padding-left: 20px;
	padding-top: 50px;
	padding-bottom: 20px;
}
.subtitle {
	font-size: 1.5em;
	color: #555152;
}
#left_box ul {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	list-style-type: none;
	padding: 0px;
}
#left_box a {
	color: #2E1C0F;
	line-height: 1.6em;
	text-decoration: none;
	font-size: 1.3em;
}
#left_box a:hover {
	color: #A41D10;
}
#left_box img {
	margin-top: 20px;
	border: 5px solid #fff;
}
.inside {
	float: right;
	padding-top: 20px;
	padding-bottom: 60px;
	width: 650px;
	padding-left: 20px;
	padding-right: 20px;
}
h1, h2 {
	margin: 0px;
	padding: 0px;
	font-size: 3.3em;
	color: #000000;
	font-weight: normal;
}
.inside p {
	line-height: 1.5em;
	font-size: 1.3em;
	margin-left: 25px;
}
.inside_picture {
	border: 5px solid #fff;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
}
.footer {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	border-top:thin;
	border-top-color:#ffffff;
	border-top-style:solid;
}
.inside ul {
	font-size:12px;
}
.footer p {
	color: #000000;
	line-height: 1.5em;
}
.footer a {
	font-weight:bold;
}
.hide {
	position: absolute;
	left: -500em;
	top: -500em;
	padding: 0em;
	margin: 0em;
}
.content_box p {
	margin: 0px 0px 0px 0px;
	color:#ddd;
	font-size:10px;
	text-align:justify;
}
.content_box_large p {
	margin: 0px 0px 0px 0px;
	font-size:12px;
	text-align:justify;
}

.content_box_huge p {
	margin: 0px 0px 0px 0px;
	font-size:12px;
	text-align:left;
	line-height: 1.5;
}

.content_box_photo h3 {
	margin: 0px 0px 0px 0px;
}
/*----- Hoverbox Code - get code found at http://host.sonspring.com/hoverbox/ ------*/

.insidehover {
	float: left;
	width: 700px;
	margin-left: 15px;
}
.hoverbox
{
	cursor: default;
	list-style: none;
	margin-left: 5px;
	padding-left: 0px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 100px;
	height: 75px;
	margin: 2px;
	padding: 2px;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
}

.hoverbox li
{
	
	color: inherit;
	display: inline;
	float: left;
	position: relative;
}

.hoverbox .preview
{
	border-color: #fff;
	width: 200px;
	height: 150px;
	float:inherit;
}


