/* CSS Document */


/*
html,
body,
#wrapper
{
	height: 100%;
	min-height: 100%;
}

html>body,
body>body,
#wrapper
{
	height: auto
}
*/

/* ----------- MAIN LAYOUT ----------- */
html {font-size: 101%}

body {
	font-size: 0.625em;
	background: #A5130C;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0 0.5em 0; color: #000;}
li, dd { margin-left:5%; }
fieldset { padding: .5em; }

a {outline: 0; color: #000;} /* FF removes dotted line around links */
a:link:hover,
a:visited:hover,
a:active:hover {text-decoration: none;}

h1 {font-size: 2em; margin-top: 0; margin-bottom: 0; color: #000;}
h2 {font-size: 1.6em; /*color: #5D7BB2;*/}
h3 {font-size: 1.4em}
h4 {font-size: 1.2em}
h5 {font-size: 1em}
h6 {font-size: 0.8em}



#wrapper {
	width: 780px;
	font: 1.2em Arial, Helvetica, sans-serif;
	padding: 5px;
	position: relative;
	margin: 0 auto;
	/*overflow: hidden;*/
}

#header {
	height: 70px;
	margin-bottom: 10px;
	position: relative;
}

#header #contact {
	position: absolute;
	right: 0;
	top: 10px;
}

#header #logo {
	position: absolute;
	left: 0;
	top: 3px;
}

#header h1,
#header h2 {
	text-indent: -9999px;
}

#bannerbox {
	position: relative;
	width: 780px;
}

#bannerbox img {
	margin: 0 auto;
	display: block;
	height: 146px;
	width: 748px;
}

#banner {
	background: #FFF;
	position: relative;
	clear: left;
	width: 780px;
}

.ctop {
	background: url(../images/graphics/topcorners.gif) no-repeat;
	height: 16px;
	width: 780px;
	float: left;
}

.cbottom {
	background: url(../images/graphics/bottomcorners.gif) no-repeat;
	height: 16px;
	width: 780px;
	float: left;
}

/* menu */
ul#menu {
	list-style-type: none;
	margin: 0;
	background: #869C2E url(../images/graphics/menubg.gif) no-repeat;
	color: #FFF;
	margin: 0 auto 10px auto;
	width: 724px;
	padding: 6px 10px 8px 10px;
}

ul#menu li {
	display: inline;
	padding-left: 10px;
	margin: 0;
}

ul#menu li a {
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	text-decoration: underline;
}

ul#menu li a:hover {
	text-decoration: none;
}

#contentbox {
	/*margin: 14px 0; /* compensate for 16px float on previous box */
	width: 780px;
	position: relative;
}

#content {
	background: #FFF;
	position: relative;
	clear: left;
	width: 740px;
	overflow: hidden;
	min-height: 250px;
	padding: 20px;
	color: #555;
}

#content h1.img {
	text-indent: -9999px;
	position: relative;
}

* html #content h1.img {
	text-indent: 0;
}

#content h1.img img {
	position: absolute;
	left: 0;
}

* html #content {
	min-height: 250px;
	height: auto !important;
	height: 250px;
	overflow: visible;
}

#footerbox {
	width: 780px;
	position: relative;
	margin-bottom: 25px;
}

#footer {
	background: #FFF;
	position: relative;
	clear: left;
	width: 780px;
	height: 15px;
}

#bottomnav {
	float: right;
	margin: 0 20px 0 0;
}

#bottomnav a,
#bottomnav,
#footer p {
	font-size: 12px;
	color: #555;
}

#footer p {
	margin: 0 0 0 20px;
}

/* ------------------------ */
.floatrightpic {
	float: right;
	margin: 0px 0px 5px 10px;
}

.borderpic {
	border: 1px solid #939598;

}

.defaultview,
hr {display: none;}

.spacer {
	padding: 8px 0;
	height: 0;
	margin: 0;
	clear: both;
	visibility: hidden;
	display: block;
}

/*CONTENT TABLE*/

.contenttable table {
	width: 99%;
	/*border : 1px solid #DBDBDB;*/
	margin : 0 0 1em 0;
	caption-side : top;
	background-color:#DBDBDB;
}

.contenttable caption {
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight:bold;
	font-style: normal;
	text-decoration: none;
}

.contenttable th {
	vertical-align : top;	
	padding : 2px 5px 2px 5px;
	text-align : left;
	background-color:#FFFFFF;
	font-weight:bold;
	line-height: 1.4em;
}

.contenttable td{
	vertical-align : top;
	padding : 1px 5px 1px 5px;
	line-height : 16px;
	text-align : left;
	background-color:#FFFFFF;
}

.hidden {
	display: none;
}

.unhidden {
	display: block;
}

