/* NON-HEADER */

* {
	padding:0; margin:0;
/*	font-family: verdana,arial,sans-serif; 
	color: rgb(48,32,16);*/
	}

body {
	font-size: 62.5%;
/*	background: rgb(220,224,200) url(./img/bg_body.jpg) fixed repeat left top;*/
	font-family: verdana,arial,sans-serif; 
	color: rgb(48,32,16);
}

.body-top {
	width: 100%;
	margin-top: 10px;
/*	background: transparent url(./img/bg_head_middle_120.gif) no-repeat top center; */
}


.page-container {
	width: 900px; 
	margin: 0 auto; 
	font-size: 1.0em;
}

.main {
	clear: both; 
	padding-bottom: 10px; 
}

.header-navigation-middle {
	width: 650px; 
	position: absolute; 
	z-index: 2; 
	margin: 10px 0 0 0; 
	margin-left: 350px !important /*Non-IE6*/; 
	margin-left: 353px /*IE6*/;
}

.main-navigation {
	display: inline; /*Fix IE floating margin bug*/
	float: right; 
	width: 200px; 
	overflow: visible !important /*Firefox*/; 
	overflow: hidden /*IE6*/;
}

.main-sitelogo {
	clear: both;
	float: right;
	width: 200px; 
	height: 120px; 
	border: none; 
	background: transparent url(./img/bg_logo.gif) no-repeat top right;
	overflow: visible !important; /*Firefox*/ 
	overflow: hidden; /*IE6*/
}


.main-content {
	display: inline; /*Fix IE floating margin bug*/; 
	float: left; 
	width: 660px; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}

.footer {
	clear: both; 
	padding: 1.0em 0 1.0em 0; 
	font-size: 1.0em; 
	overflow: visible !important /*Firefox*/; 
	overflow: hidden /*IE6*/;
}

/************************  HEADER ***************************/
.header {
	font-family: "trebuchet ms", arial, sans-serif;
}

.header-top {
	height: 30px; 
	overflow: visible !important /*Firefox*/; 
}

.header-middle {
	height: 60px; 
	overflow: visible !important /*Firefox*/; 
	overflow: hidden /*IE6*/;
}

.header-bottom {
	height: 30px; 
/*	margin-right: 20px;*/
	overflow: visible !important /*Firefox*/; 
	overflow: hidden /*IE6*/;
}

/********************/
/*  HEADER SECTION  */
/********************/
.topline {
	width: 240px; 
	height: 30px; 
	position: absolute; 
	z-index: 1; 
	margin: 2px 0 0 0; 
	overflow: visible !important /*Firefox*/; 
	overflow: hidden /*IE6*/;
}

.topline h1 {
	color: rgb(144,144,144); 
	font-size:120%;
}

.topline h2 {
	color: rgb(144,144,144); 
	font-size: 100%; 
}

.topline a {
	text-decoration: none; 
	color: rgb(176,176,176);
}

.topline a:hover {
	text-decoration: none; 
	color: rgb(144,144,144);
}

.toplinks {
	width: 600px; 
	position: absolute; 
	z-index: 3; 
	margin: 2px 0 0 300px;
}

.toplinks ul {
	float: right; 
/*	padding: 0 15px 0 0; */
	font-weight: bold;
}

.toplinks li {
	display: inline; 
	list-style: none;
}

.toplinks li a {
	display: block; 
	float: left; 
	padding: 0 0 0 10px; 
	color: rgb(176,176,176);
	text-decoration: none; 
	font-size:120%;
}

.toplinks a:hover {
	text-decoration: none; 
	color: rgb(144,144,144);
}

.sitemessage {width:480px; height:100px; position:absolute; z-index:1; margin: 10px 0 0 303px; color:rgb(176,176,176); /*overflow:visible !important /*Activate if Firefox print problems*/; overflow:hidden /*IE6*/;}
.sitemessage h1 {width:480px; text-align:right; font-size:230%;}
.sitemessage h2 {float:right; width:480px; margin: 4px 0 0 0; text-align:right; line-height:100%; font-size:160%;}
.sitemessage h3 {float:right; width:480px; margin: 5px 0 0 0; text-align:right; font-size:140%;}
.sitemessage h3 a {text-decoration:none; color:rgb(144,144,144);}
.sitemessage h3 a:hover {text-decoration:none; color:rgb(48,32,16);}

.middleimg {
	float: right;
	width: 600px; 
	position: absolute; 
	z-index: 2; 
	margin: 0; 
	margin-left: 300px !important /*Non-IE6*/; 
	margin-left: 303px /*IE6*/;
}

.middleimg ul {
	float: right; 
	padding: 0 20px 0 0;
}

.middleimg li {
	display: inline; 
	list-style:none;
}

.middleimg li img, .middleimg li a {
	padding: 0 0 0 3px;
}

.middleimg a:hover {
	text-decoration: none;
}

.middleimg img, .middleimg a img {
	height: 100px; 
	border:none;
}

/*Drop-down menu*/
.navbar {float: left; border: none; background: transparent; color: rgb(176,176,176); font-size:130%;}
.navbar ul {list-style-type: none;}
.navbar ul li {float: left; position: relative; z-index: auto !important /*Non-IE6*/; z-index: 1000 /*IE6*/; border-left: solid 1px rgb(128,128,128);}
.navbar ul li a {float: none !important /*Non-IE6*/; float: left /*IE-6*/; display: block; height: 2.3em; line-height: 2.3em; padding: 0px 16px 0px 16px; text-decoration: none; font-weight: bold; color: rgb(176,176,176);}
.navbar ul li:hover a, .navbar ul li.selected a {background: rgb(176,176,176) url(./img/bg_head_bottom_navhov.jpg) repeat-x center left; color: rgb(32,64,0); text-decoration: none;}

.navbar ul li a:hover {background: rgb(176,176,176) url(./img/bg_head_bottom_navhov.jpg) repeat-x center left; color: rgb(32,64,0); text-decoration: none;}

.sitemessage {width:480px; height:100px; position:absolute; z-index:1; margin: 10px 0 0 303px; color:rgb(176,176,176); /*overflow:visible !important /*Activate if Firefox print problems*/; overflow:hidden /*IE6*/;}
.sitemessage h1 {width:480px; text-align:right; font-size:230%;}
.sitemessage h2 {float:right; width:480px; margin: 4px 0 0 0; text-align:right; line-height:100%; font-size:160%;}
.sitemessage h3 {float:right; width:480px; margin: 5px 0 0 0; text-align:right; font-size:140%;}
.sitemessage h3 a {text-decoration:none; color:rgb(144,144,144);}
.sitemessage h3 a:hover {text-decoration:none; color:rgb(32,64,0);}

.header-breadcrumbs {
	clear: both;
	width: 900px;
	padding: 0.5em 0 0.5em 0;
	display: inline; /*Fix IE floating margin bug*/
	float: left; 
	background: transparent;
	overflow: visible !important; /*Firefox*/
	overflow: hidden; /*IE6*/
	color:rgb(80,96,32); font-weight:normal; font-size:110%;
}

.header-breadcrumbs ul {
	float: left; 
	list-style: none; 
	font-family: verdana, arial, sans-serif;
	text-decoration:none;
}

.header-breadcrumbs ul li {
	display: inline; 
	padding: 0;
	font-weight: bold; 
	color: rgb(80,96,32); 
	font-size:100%;
}

.header-breadcrumbs ul li a, .header-breadcrumbs ul li a:visited {
	padding: 0 5px 0 15px; 
	background: transparent url(./img/bg_bullet_single.gif) no-repeat 0 50%; 
	color: rgb(32,64,0); 
	text-decoration: none;
}

.header-breadcrumbs ul li a:hover {
	background: transparent url(./img/bg_bullet_single_hover.gif) no-repeat 0 50%; 
	color: rgb(80,96,32); 
/*	text-decoration: underline;*/
}

.header-breadcrumbs ul li a.selected {
	background: transparent url(./img/bg_bullet_single_hover.gif) no-repeat 0 50%; 
	color: rgb(80,96,32); 
}

.header-breadcrumbs .searchform {float:right; width:285px; padding:0 17px 0px 0px !important /*Non-IE6*/; padding:0 12px 0px 0px /*IE6*/;}
.header-breadcrumbs .searchform form fieldset {float:right; border:none;}
.header-breadcrumbs .searchform input.field {width:10.0em; padding:0.2em 0 0.2em 0; border:1px solid rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:120%; }
.header-breadcrumbs .searchform input.button {width:3.0em; padding:1px !important /*Non-IE6*/; padding:0 /*IE6*/; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:120%;}
.header-breadcrumbs .searchform input.button:hover {cursor:pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}


/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN CONTENT */
.column1-unit {
	width: 660px;  
	margin-bottom: 10px !important /*Non-IE6*/; 
	margin-bottom: 5px /*IE6*/;
}

.column2-unit-left {
	float: left; 
	width: 300px; 
	margin-bottom: 10px !important /*Non-IE6*/; 
	margin-bottom: 5px /*IE6*/;
}

.column2-unit-right {
	float: right; 
	width: 300px; 
	margin-bottom: 10px !important /*Non-IE6*/; 
	margin-bottom: 5px /*IE6*/;
}

.column3-unit-left {float:left; width:200px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column3-unit-middle {float:left; width:200px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/; margin-left:40px;}
.column3-unit-right {float:right; width:200px;  margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}

/********************/
/*  FOOTER SECTION  */
/********************/
.footer p {line-height:1.3em; text-align:center; color:rgb(136,144,112); font-weight:bold; font-size:110%;}
.footer p.credits {font-weight:normal;}
.footer a {text-decoration: underline; color: rgb(136,144,112);}
.footer a:hover {text-decoration: underline; color:rgb(32,64,0);}
/*.footer a:visited {color:rgb(136,144,112);}*/

/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, .header:after, .header-breadcrumbs:after, .main:after, .main-navigation:after, .main-content:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.column1-unit:after, .column2-unit-left:after, .column2-unit-right:after, .column3-unit-left:after, .column3-unit-middle:after, .column3-unit-right:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.footer:after, p:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}


.clear-contentunit {
	clear: both; 
	background: transparent url(./img/bg_hr.gif) repeat-x right top;
	border: none;
	color: rgb(96,96,80);
}


/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print {.header-top {width:800px; height:30px; background:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
@media print {.header-breadcrumbs {width:800px; background:transparent;}}
@media print {.navbar {float:left; width:800px; border:none; background:rgb(240,240,240); color:rgb(75,75,75); font-size:1.0em; font-size:130%;}} /*Color navigation bar normal mode*/
@media print {.main {clear:both; width:800px; padding-bottom:30px; background:transparent;}}
@media print {.main-navigation {display:inline /*Fix IE floating margin bug*/; margin: 0 20px 0 0; float:right; width:200px; border-right:solid 1px rgb(200,200,200); border-bottom:solid 1px rgb(200,200,200); /*background-color:rgb(240,240,240);*/ overflow:visible !important /*Firefox*/; overflow:hidden /*IE*/;}}
@media print {.footer {clear:both; width:800px; height:3.7em; padding:1.1em 0 0; background:rgb(240,240,240); font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}

