/* CSS Site Layout ------------------------------------------------------------------------------------------------------------------*/
* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	background-image: url(../images/bg_main.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
}
#wrapper { 
 margin: 0px auto;
 width: 900px;
 height:100%;
}
#wrapper2 {
 float:left;
 color: #FF0000;
 border: 0px solid #ccc;
 background: url(../images/bg_wrapper2.png); background-repeat:no-repeat;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 900px;
 height:100%;
}
#wrapper3 {
 float:left; background-color: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 100%;
 height:100%;
}
#container1 {
 float:left;
 color: #333;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 900px;
 height:200px;
}
#headblock1 {
 float:left;
 color: #333;
 border: 0px solid #ccc;
 background:;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 203px;
 height:200px;
}
#headblock2 {
 float:left;
 color: #333;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 697px;
 height:200px;
}
#container2 {
	float:left;
	color: #333;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 900px;
	height:100px;
}
#container2a {
	color: #000000;
	border: 0px solid #ccc;
	padding: 1%;
	width: 98%;
	top: 0px;
	position: fixed;
	float: both;
	margin: 0px;
	background-color: #4A4E44;
	height: 50px;
}
#contblock1 {
 float:left;
 color: #333;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 203px;
 height:100px;
}
#contblock2 {
 float:left;
 color: #333;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 344px;
 height:100px;
}
#contblock3 {
 float: right;
 color: #333;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 353px;
 height:100px;
}
#contblock4 {
	color: #333;
	margin: 0px 0px 0px 0px;
	width: 300px;
	height:30px;
}
#container3 {
	color: #333333;
	background-image:url(../images/bg_content_t.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 670px;
	height:100%;
	float: left;
}
#container3_contact {
	float:left;
	color: #333;
	background-image:url(../images/bg_content_contact.jpg);
	background-repeat:no-repeat;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 50px;
	width: 400px;
	height:100%;
}
#container4 {
	float: right;
	color: #333;
	background-image:url(../images/bg_content_r.jpg);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 230px;
	height:100%;
}
#container4_contact {
	color: #333;
	background-image:url(../images/bg_content_contact.jpg);
	background-repeat:no-repeat;
	border: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 25px;
	width: 400px;
	height:100%;
	float: right;
}
#map{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 300px;
	height: 200px;
	border: solid #000000 thin;

}
#navigation {
 float: left; text-align:center;
 width: 900px; height:47px;
 color:;
 padding: 0px 0px 0px 0px;
 border: 0px;
 margin: 0px 0px 0px 0px;
}
#header {
	color: #333;
	width: 900px;
	float: left;
	padding: 0px 0px 0px 0px;
	border: 0px solid #ccc;
	height: 120px;
	margin: 0px 0px 0px 0px;
}
#footer {
 float:left; 
 width: 900px; height:95px;
 clear: both;
 border: 0px;
 background: url(../images/bg_footer.png); background-repeat:no-repeat;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 text-align:center;
}
#footer_contact {
 float:left; 
 width: 900px; height:95px;
 clear: both;
 border: 0px;
 background: url(../images/bg_footer_contact.png); background-repeat:no-repeat;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 text-align:center;
}

/* CSS Site Format ------------------------------------------------------------------------------------------------------------------*/
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;	font-weight:normal;
	margin-top:0px;	margin-bottom:0px;
	}
h2 {
	font-size:12px;
	font-weight:normal; color:#333333;
	margin-top:0px;	margin-bottom:0px;
	}
h2 a:link, h2 a:visited, h2 a:active {
	text-decoration: none; color:#333333;
}
h2 a:hover {
	text-decoration: underline; color: #FF3300;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 9px;
	color: #B7B7B7;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	}
h5 a:link, h5 a:visited, h5 a:active {
	color:#B7B7B7;
	text-decoration: none;
}
h5 a:hover {
	color:#B7B7B7;
	text-decoration: underline;
}

/* CSS ContentFader ----------------------------------------------------------------------------------------------------------------*/
.fadecontentwrapper{ /* Total width: 350px+5px+5px=360px Read relative width relations for the other two containers below! */
position: relative; float:left;
width: 660px;
background-image:url(../images/bg_content_t.jpg); background-repeat:no-repeat;
height: 420px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}
.fadecontent{ /*style for each fade content DIV within wrapper. Total width: 330px+10px+10px=350px (".fadecontentwrapper" width minus its padding and borders, if any) */
position: absolute;
background:#FFFFFF; color: #333333;
padding: 0px;
visibility: hidden;
width: 622px; height:395px;
margin:25px 0px 0px 20px; /*TRBL*/
}
.fadecontenttoggler{ /*style for DIV used to contain toggler links. Total width: 350px+5px+5px=360px */
width: 350px;
border-top-width: 0;
overflow: hidden;
}
.fadecontenttoggler a{ /*style for every navigational link within toggler */
text-decoration: none;
border-right: 2px solid maroon;
padding: 0 5px;
float: left;
display: block;
font-weight: bold;
color: black;
}
.fadecontenttoggler a:hover{
background: #C03021;
color: white;
}
.fadecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}
.fadecontenttoggler a.prev, .fadecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
color: black;
}
.fadecontenttoggler a.prev:hover, .fadecontenttoggler a.next:hover{
color: white;
background: black;
}
.fadecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #C03021;
color: white;
}

/* CSS anylinkmenu ------------------------------------------------------------------------------------------------------------------*/
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background:;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color:#DDDDDD;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #344222;
color: #FF3300;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background:;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: #344222;
visibility: hidden;
}
