﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/********************* Classes ***********************/

html { height: 100%; }

body {
	background-position: center top;
	color: #1C0C09;
	background-color: #170C05;
	background-image: url('images/woodback.jpg');
	background-repeat: no-repeat;
	font-family: Georgia, "Nimbus Roman No9 L", serif;
}
h1 {
	font-size: 23px;
	font-weight:normal;
	color:#C61200;
}
h2 {
	font-size: 19px;
	font-weight: normal;
	color: #AE6513;
}
iframe {
	background-color: #FBFAF0;
	margin:0px;
}
.picshow {
	border: 1px solid #92725F;
}
.flashshow {
	border-style: solid;
	border-width: 2px;
	border-color: #D6D3C9 #C5C2B4 #C5C2B4 #D6D3C9;
	margin-top: 10px;
}
.partner {
	font-size: 18px;
	font-style: oblique;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #DCD58F;
}
.float_right {
	float: right;
	margin: 10px 0px 5px 15px;
}
.float_left {
	float:left;
	margin: 5px 15px 5px 0px;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align:center;
}
.sector {
	width: 273px;
	float: left;
	margin-top: 5px;
	margin-right: 20px;
}
.viewer {
	margin: 20px 0px 0px 0px;
	padding: 4px;
	width: 649px;
	float: left;
}
.vertmiddle {
	border-style: none;
	vertical-align: middle;
}
/********************* CSS LAYOUT ***********************/

#container {
	margin: 0px auto 0px auto;
	width: 900px;
	position: relative;
}
#header_left {
	width:320px;
	height: 130px;
	float:left;
	background-image: url('images/header_left-trans.png');
	background-repeat: no-repeat;
}
#header_right {
	width:580px;
	height: 130px;
	float:left;
	background-image: url('images/header_right-trans.png');
	background-repeat: no-repeat;
}
#clear {
	clear:both;
	height:1px;
	_margin: -5px 0 -5px 0;
}
#content {
	padding: 15px 20px 17px 20px;
	clear: both;
	background-color: #F1EED3;
	font-size: 15px;
}
#menu {
	position: relative;
	height: 42px;
	top: 84px;
}
#left_menu {
	width: 200px;
	float: left;
	margin-top: 20px;
}
#right_content {
	width: 655px;
	float: left;
	margin-top: 20px;
}
#footer {
	height: 50px;
	margin: 0px auto 0px auto;
	width: 900px;
	position: relative;
	background-image: url('images/footer-trans.png');
	background-repeat: no-repeat;
	font-family: "trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	color: #F1EED3;
}

/********************* LINKS ***********************/

a:link 		{color: #c61200;text-decoration:none;}
a:visited 	{color: #c61200; text-decoration:none;}
a:active 	{color: #c61200; text-decoration:none;}
a:hover  	{color: #c08616; text-decoration:none;}

/******************** TOP MENU **********************/

#solidblockmenu{
	font-size: 22px;
	background: transparent;
}
#solidblockmenu li{
	display: inline;
}
#solidblockmenu a{
	float: left;
	width:142px;
	height: 42px;
	line-height: 48px;
	text-decoration: none;
	text-align: center;
	color: #f1eed3;
}
#solidblockmenu a:hover{
	background-image: url('images/hover-trans.png');
	background-repeat: no-repeat;
	color:white;
	cursor:pointer;
}
#solidblockmenu a.current{
	color: #1C0C09;
	border-right-color: #E2C8A7;
	background-image: url('images/selected-trans.png');
	background-repeat: no-repeat;
	cursor:default;
}

/******************** SIDE MENU **********************/

#sidemenu {
	width:198px;
	color: #1C0C09;
	padding-top:10px;
}

#sidemenu ul {
	margin: 0;
	padding: 0;
}

#sidemenu li {
	margin: 0 0 0 0;
}

#sidemenu a {
	font-family: Georgia, "Nimbus Roman No9 L";
	font-size: 18px;
	font-style: oblique;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #DCD58F;
	padding: 12px 0 12px 0;
	display: block;
	text-decoration: none;
	color: #312918;
	font-style: italic;
}

#sidemenu a.current {
	color: #CC1F00;
	cursor: default;
}

#sidemenu a:hover {
	color:#c08616;
}




