﻿/****************************** RESET ********************************/

html, body, div, span, applet, object,
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;
}
ul {
	list-style: none;
}
td {
	vertical-align:middle;
	font-size:15px;
	padding:3px;
}
table{
	font-size:12px;
}
iframe {
	_margin-left:-2px
}
html { height: 100%; }

/****************************** CLASSES ********************************/

body  {
	background-color: #DBD5BB;
	margin-top: 0px;
	font-size: 15px;
	font-family: Georgia, Serif;
	line-height: 18px;
	color: #333333;
	font-style: normal;
	background-image: url('images/wall.gif');
	background-repeat: repeat-x;
}
h1 {
	color:#CC2431;
	font-family: Georgia, Serif;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#CC2431;
}
.red {
	color:#CC2431;
	font-size: 18px;
}
.small {
	font-size: 13px;
}
.top_side {
	width: 320px;
	height: 25px;
	background-image: url('images/top_side.jpg');
	background-repeat: no-repeat;
	color: #CC2431;
	font-size: 18px;
	position: relative;
}
.mid_side {
	width:320px;
	background-image:url('images/mid_side.jpg');
	background-repeat:repeat-y;
	position:relative;
}
.bottom_side {
	width:320px;
	height:23px;
	background-image:url('images/bottom_side.jpg');
	background-repeat:no-repeat;
	position:relative;
}
.sidetitle {
	padding-top: 25px;
	padding-right: 40px;
	padding-left: 32px;
}
.sidetext {
	padding-top: 0px;
	padding-right: 40px;
	padding-left: 32px;
}
.underline {
	text-decoration: underline;
}
.bright_cell {
	background-color: #F9F8F0;
}
.align_middle {
	text-align: center;
}
.float_right {
	float: right;
	margin: 0px 0px 5px 15px;
}
.float_left {
	float:left;
	margin: 5px 20px 5px 0px;
}
.picshow {
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
	background-color:#F2EFE0;
}
.image_middle {
	vertical-align: middle;
}
.valign_top {
	vertical-align: top;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/************************** LAYOUT ******************************/

#container {
	margin: 0px auto 0px auto;
	_margin: 0px auto -18px auto;
	width: 910px;
}
#header {
	width: 590px;
	height: 187px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
}
#frame {
	width: 320px;
	height: 339px;
	background-image: url('images/frame.jpg');
	background-repeat: no-repeat;
}
#flash {
	width: 264px;
	height: 283px;
	position: relative;
	top: 26px;
	left: 30px;
}
#menu {
	width: 590px;
	height: 85px;
}
.content {
	margin-left: 5px;
	margin-right: 19px;
}
#left {
	float: left;
	width: 590px;
}
#right {
	float: left;
	width: 320px;
}
#footer {
	border-top:1px #CC2431 solid;
	margin-top: 20px;
	text-align: center;
	height: 40px;
	line-height: 34px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight:normal;
	color:#333333;
}


/******************** TOP MENU **********************/

#solidblockmenu{
	font-family: "Lucida Sans", sans-serif;
	font-size: 12px;
	font-weight:bold;
	background: transparent;
	margin-top:8px;
}
#solidblockmenu li{
	display: inline;
}
#solidblockmenu a{
	float:left;
	text-align:center;
	padding-top:13px;
	width:96px;
	height: 46px;
	text-decoration: none;
	color:#F4F4F4;
	background-image: url('images/tab_off.jpg');
	background-repeat: no-repeat;
}
#solidblockmenu a:hover{
	color:#DAD3B9;
	cursor:pointer;
	background-image: url('images/tab_hover.jpg');
}
#solidblockmenu a.current{
	padding-top:14px;
	color:#281E1C;
	background-image: url('images/tab_sel.jpg');
	cursor: default;
}

/******************** SIDE MENU **********************/

#sidemenu {
	width: 302px;
	padding:10px 0px 15px 0px;
}
#sidemenu a {
	height:22px;
	line-height:21px;
	padding-left:35px;
	font-size: 14px;
	font-weight:normal;
	display: block;
	text-decoration: none;
	color:#2A332A;
}

#sidemenu a:hover {
	color:#800000;
	cursor:pointer;
}

#sidemenu a.current {
	background-position: 27px center;
	color: #ffffff;
	cursor: default;
	background-image: url('images/sidesel.jpg');
	background-repeat: no-repeat;
}


/***************************** Hovering **********************************/

a:link {color: #C61010; text-decoration:none}
a:visited {color: #C61010; text-decoration:none}
a:active  {color: #C61010; text-decoration:none}
a:hover  {color: #C61010; text-decoration:none}

