/* CSS Document */

/************/
/*  GLOBAL  */
/************/

/* NON-HEADER */
*{
	padding:0; 
	margin:0;
	}
	
body {
	font-size:62.5%; 
	/*background-color:#CCFF33; */
	font-family:verdana,arial,sans-serif;
	background:url(../img/back.jpg) top repeat;
	} /*Font-size: 1.0em = 10px when browser default size is 16px*/
	
.page-container {
	width:800px; 
	margin:0px auto; 
	margin-top:10px; 
	margin-bottom:10px; 
	border:solid 1px #006600; 
	font-size:1.0em;
	}
	
.main {
	clear:both; 
	width:800px; 
	padding-bottom:30px;
	background-color:#ffffff;
	/*background:transparent url(../img/bg_main_withoutnav.jpg) repeat-y;*/
	}

.main2 {
	clear:both; 
	width:800px; 
	padding-bottom:5px;
	background-color:#ffffff;
	/*background:transparent url(../img/bg_main_withoutnav.jpg) repeat-y;*/
	}

.main-content {
	display:inline; /*Fix IE floating margin bug*/
	float:left;
	width:400px; 
	margin:10px 0 5px 10px; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
	background-color:#FFFFFF;
	border:solid 1px #006600; 

	}
	
.main-content-contact {
	display:inline; /*Fix IE floating margin bug*/
	float:left;
	width:500px; 
	margin:10px 0 5px 10px; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
	background-color:#FFFFFF;
	border:solid 1px #006600; 
	}

.main-content-pics {
	display:inline; /*Fix IE floating margin bug*/
	float:left;
	width:600px; 
	margin:10px 0 5px 10px; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
	background-color:#FFFFFF;
	border:solid 1px #006600; 

	}

.main-subcontent {
	display:inline /*Fix IE floating margin bug*/; 
	float:left; 
	width:180px; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
	margin:10px 5px 0 5px;
	

	}

.main-subcontent2 {
	display:inline /*Fix IE floating margin bug*/; 
	float:right; 
	width:180px; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
	margin:10px 5px 0 5px;
	}


.footer {
	clear:both; 
	width:800px; 
	height:3.7em; 
	padding:1.1em 0 0;
	background-color:#006600;
	/*background:rgb(225,225,225) url(../img/bg_foot.jpg) no-repeat;*/ 
	font-size:1.1em; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
	}


/* HEADER */

.header {
	width:800px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
.header-top {
	width:800px; 
	height:90px; 
	background:url(../img/bg_head_top1.png);
	background-color:#FFFF99; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}

.header-bottom {
	width:800px; 
	height:32px; 
	/*background:rgb(255,255,255) url(../img/bg_head_breadcrumbs.jpg) repeat-y;*/
	background-color:#006600;
	}
	
.header-breadcrumbs {
	float: right; 
	width:800px; 
	padding:0.6em 0 0.6em 0; 
	background:#FFFF99 /*url(../img/bg_head_breadcrumbs.jpg) repeat-y*/;
	text-align:center;
	}


/*******************/
/*  HEADER SECTION */
/*******************/
.sitelogo {
	float:left;
	width:150px; 
	height:150px; 
	position:absolute; 
	z-index:1; 
	margin:5px 0 0 5px; 
	background:/*#FFFF99*/ url(../img/bg_head_top_logo.jpg) no-repeat; 
	}
	
.sitename {
	float:right;
	width:650px; 
	height:45px; 
	/*position:absolute;*/ 
	z-index:1; 
	margin:0px 0 0 0px; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
.sitename h1 {
	font-stretch:expanded;
	font-size:600%;
	color:#CCCC99;
	}
	
.sitename h2 {
	font-stretch:expanded;
	margin:0 0 0 0; 
	color:rgb(125,125,125); 
	font-size:100%;
	}
	
.sitename a {
	text-decoration:none; 
	color:#FFFFCC;
	}
	
.sitename a:hover {
	text-decoration:none; 
	color:rgb(50,50,50);
	}


.nav2 {
	float:right; 
	width:650px; 
	border:none; 
	background:#006600 /*url(../img/bg_head_bottom_nav.jpg) repeat-x*/; 
	color:#ffffff; 
	font-size:1.2em; 
	font-size:105%;
	text-transform:uppercase;
	
	} 

/*Color navigation bar normal mode*/
.nav2 ul {list-style-type:none;}

.nav2 ul li {
	float:left; 
	position:relative; 
	z-index:1000; 
	border-right:solid 1px rgb(175,175,175);
	}
	
.nav2 ul li ul {display:none; border:none;}

.nav2 ul li ul {
	margin-left:-30px; 
	padding:0 30px 30px 30px; 
	background:url(../img/bg_head_bottom_nav_hover.gif) top center;
	} /*Sticky hover zones*/
	
.nav2 ul li a {
	float:left; 
	display:block; 
	height:3.1em; 
	line-height:3.1em; 
	padding:0 16px 0 16px; 
	text-decoration:none; 
	font-weight:bold; 
	color: #ffffff;
	}
	
.nav2 ul li:hover {
	width:auto;
	color: #ffffff;
}

.nav2 table {
	position:absolute; 
	z-index:999; 
	top:0; 
	left:0; 
	border-collapse:collapse;
	}


/*Non-IE6*/
.nav2 ul li:hover a {
	background-color:#CCFF33; 
	text-decoration:none;
	} /*Color main cells hovering mode*/
	
.nav2 ul li:hover ul {
	display:block; 
	position:absolute; 
	z-index:998; 
	top:3.0em; 
	margin-top:0.1em; 
	left:0;
	}
	
.nav2 ul li:hover ul li ul {display: none;}

.nav2 ul li:hover ul li a {
	display:block; 
	width:10em; 
	height:auto; 
	line-height:1.3em; 
	margin-left:-1px; 
	padding:4px 16px 4px 16px; 
	border-left:solid 1px rgb(175,175,175); 
	border-bottom: solid 1px rgb(175,175,175); 
	background-color:#CCFF33; 
	font-weight:normal; 
	color:rgb(50,50,50);
	} /*Color subcells normal mode*/
	
.nav2 ul li:hover ul li a:hover {
	background-color:#CCFF33; 
	text-decoration:none;
	} /*Color subcells hovering mode*/


/*IE6*/
.nav2 ul li a:hover {
	background-color:#CCFF33; 
	text-decoration:none;
	} /*Color main cells hovering mode*/
	
.nav2 ul li a:hover ul {
	display:block; 
	position:absolute;
	z-index: 998; 
	top:3.1em; t\op:3.0em; 
	left:0; 
	marg\in-top:0.1em;
	}
	
.nav2 ul li a:hover ul li a {
	display:block; 
	w\idth:10em; 
	height:1px; 
	line-height:1.3em; 
	padding:4px 16px 4px 16px; 
	border-left:solid 1px rgb(175,175,175); 
	border-bottom: solid 1px rgb(175,175,175); 
	background-color:#CCFF33; 
	font-weight:normal; 
	color:#000000;
	} /*Color subcells normal mode*/
	
.nav2 ul li a:hover ul li a ul {
	visibility:hidden; 
	height:0px; 
	width:0px; 
	position:absolute; 
	z-index: 997;
	}
	
.nav2 ul li a:hover ul li a:hover {
	background-color:#CCFF33; 
	text-decoration:none;
	} /*Color subcells hovering mode*/

.header-breadcrumbs ul {
	float:right; 
	width:650px; 
	list-style:none; 
	padding:0 0 0 15px; 
	font-family:verdana,arial,sans-serif;
	}
	
.header-breadcrumbs ul li {
	display:inline; 
	padding:0 0 0 10px; 
	font-weight:bolder; 
	color:#006600; 
	font-size:100%;
	font-stretch:extra-expanded;
	}
	
.header-breadcrumbs ul a {
	color:#006600; 
	text-decoration:none;
	}
	
.header-breadcrumbs ul a:hover {
	color:rgb(42,90,138); 
	text-decoration:underline;
	}


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

/* MAIN CONTENT */
.column1-unit {
	width:400px; 
	margin-bottom:10px !important /*Non-IE6*/; 
	margin-bottom:5px /*IE6*/;
	}
	
.column1-unit-index {
	width:400px; 
	margin-bottom:0 !important /*Non-IE6*/; 
	margin-bottom:0 /*IE6*/;
	background: bottom url(../img/advert.png) no-repeat;
	height:420px;
	}

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

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


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

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

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

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

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

margin-bottom:5px /*IE6*/;}

/* MAIN SUBCONTENT */
.subcontent-unit-border {
	width:180px; 
	padding:0 0 5px 0; 
	background:#FFFFFF;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0 0 2.0em 0;
	border:solid 1px #006600;
	}
	


/********************/
/*  FOOTER SECTION  */
/********************/
.footer p {
	line-height:1.3em; 
	text-align:center; 
	color:#ffffff; 
	font-weight:bolder; 
	font-size:100%;
	}
	
.footer p.credits {
	font-weight:normal;
	}
	
.footer a {
	text-decoration:underline; 
	color:rgb(125,125,125);
	}
	
.footer a:hover {
	text-decoration:none; 
	color:rgb(0,0,0);
	}
	
.footer a:visited {
	color:rgb(0,0,0);
	}


/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, .header:after, .header-breadcrumbs:after, .main: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; width:640px; height:0.1em; border:none; background:rgb(210,210,210); 

color:rgb(210,210,210);}


/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print {.header-top {width:800px; height:80px; background:rgb(240,240,240); overflow:visible 

!important /*Firefox*/; overflow:hidden /*IE6*/;}}
@media print {.header-breadcrumbs {width:800px; background:transparent;}}
@media print {.nav2 {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 {.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*/;}}
html {filter: expression(document.execCommand("BackgroundImageCache", false, true));} /*IE 

proprietary flicker hack for background images. Not validating, but OK*/

