@charset "UTF-8";
@import url("menu.css");
@import url("colorbox.css");
/* CSS Document */

/* ------------
Tan: #f1e6d5
Blue: #5b7284
Brown: #381e06
--------------*/

/* ----------------------Body Styles---------------------- */
* {
	margin: 0px;
}
* html .clear {
    height: 1%;
}
html, body {
height: 100%;
}
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #381e06;
}
body {
	background: #CC9966 url(../graphics/leather_bg.gif);
	margin: 0px;
	text-align: left;
}
a:link {
	text-decoration: none;
	color: #5b7284;
}
a:visited {
	text-decoration: none;
	color: #381e06;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size: medium;
	font-variant: small-caps;
	font-weight: bold;
	color: #5b7284;
}
h2 {
	font-weight: bold;
	font-size: medium;
}
h3
{
	color: #fff;
	font-size: 1.5em;
}
hr {
	color: #f1e6d5;
}
p {
	text-align: justify;
}
	
.bold {
	font-weight: bold;
}

/* ----------------------Structure Divices---------------------- */
#wrap {
	width: 100%;
	height: 100%;
	min-height: 100%;
    height: auto !important;
	background: url(../graphics/body_bg.gif) top center repeat-y;
}
#container {
	width: 950px;
    height: 100%;
	position: relative;
	margin-left: -475px;
	left: 50%;
}
#header	{
	width: 950px;
	height: 140px;
	background: #b28244 url(../graphics/header.gif) no-repeat;
	float: left;
}
#menu {
	width: 950px;
	height: 66px;
	background: #b28244 url(../graphics/menu.gif) top left no-repeat;
	float: left;
}
#page_title {
	width: 820px;
	height: 50px;
	background: url(../graphics/brand.gif) no-repeat left;
	border-bottom: 1px solid #381e06;
	text-align: right;
	margin-right: 65px;
	margin-left: 65px;
	margin-bottom: 50px;
}
#content {
	width: 830px;
	padding-left: 60px;
	padding-right: 60px;
	float: left;
}
#footer
{
	background-color: #5b7284;
	border-top: 3px solid #381e06;
	padding-top: 5px;
	width: 100%;
	text-align: center;
	z-index: 1000;
}
#main {
	padding-bottom: 35px;
}

/* ----------------------Content Classes---------------------- */
.alignr {
	float: left;
	text-align: right;
	height: 100%;
	width: 465px;
	padding-top: 130px;
}
.lefthalf {
	float: left;
	width: 410px;
	padding-right: 5px;
	height:100%;
}
.righthalf {
	float: right;
	width: 400px;
	padding-left: 15px;
}
#myGallery
{
	text-align: left;
	margin: 0 auto;
}
/* ----------------------Div Classes---------------------- */
.clear {
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	clear: both;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 200px; /* .push must be the same height as .footer */
	clear: both;
}
.paddiv {
	clear: both;
	padding: 15px;
}
.img_left {
	float: left;
	padding: 2px;
	border: 3px solid #381e06;
	margin: 10px;
	margin-left: 0px;
}
.img_right {
	float: right;
	padding: 2px;
	border: 3px solid #381e06;
	margin: 10px;
	margin-right: 0px;
}
a.plainlink, a.plainlink:hover, a.plainlink:visited {
	text-decoration: none;
	border: 0px;
	color: #381e06;
}
.picleft {
	float: left;
	padding: 2px;
	border: 3px solid #381e06;
	margin-right: 10px;
	margin-bottom: 10px;
}
.center {
	text-align: center;
}
.linehr {
	text-align: right;
	line-height: 20px;
}
.copyright {
	font-size: 9px;
}