* {
	margin:0px;
	padding:0px;
}

body {
	border: 0px;
	margin: 0px;
	text-align:center; /*center hack*/
	background-color: #6C818D; 
	font-family: "Trebuchet MS",Verdana, Sans-serif;
	font-size: 9pt;
	line-height: 12pt;
}

h4 {
	font-size: 1.5em;
	color:#17181F;
	padding: 0px;
	margin: 0px;
}

#wrapper {
	min-height:600px;
	position: relative;
	padding:0px 0px 0px 0px;
	width:818px; /*center hack*/
	margin:0 auto; /*center hack*/
	margin-top: 0px;
	text-align:left;
	background-color: #ffffff;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-y;
}

#header {
	height: 60px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	width:818px; /*center hack*/
	margin:0 auto; /*center hack*/
	margin-top:10px;

}



#footer {
	height: 25px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	width:818px; /*center hack*/
	margin:0 auto; /*center hack*/
	margin-bottom:30px;
	background-position: bottom left;

}

#strip {
	float: left;
	position: relative;
	background-color: #FF9933;
	padding: 20px 0px 0px 0px;
	width: 800px;
	height:100px;
	font-size: 0px;
	line-height: 0px;
	margin-left: 9px;
	margin-right: 9px;
}	

#content {
	float: left;
	padding: 10px;
	min-height: 300px;
	margin-bottom: 8px;
	margin-left: 20px;
	width: 500px;
}

#content h1 {
	font-family: "trebuchet ms";
	font-size: 1.8em;
	color: #4D2800;	
	font-weight: normal;
	margin: 10px 0px 10px 0px;
		
}


#content p em, #content li em {
	font-style: normal;
	font-size: 1.0em;
	color: #4D2800;	
	font-weight: bold
}

#content a {
	color: #FF9933;
	text-decoration: underline;	
	font-weight: bold;
}

#content a:hover {
	color: #4D2800;	
	text-decoration: underline;	
}

#content p {
	font-style: normal;
	font-size: 1.1em;
	line-height: 1.6em;
	margin-bottom: 4px;
}	

#boxes {
	margin-top: 20px;
	margin-right: 0px;
	display: inline;
	float: left;
	width: 250px;
}


.box {
	border: 2px solid #958F89;
	background-color: #ffffff;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	
}

.box h2 {
	background-image: url(../images/firefly1smallmonobrown.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 40px;
	border-bottom: 0px solid #576069;
	color: #392F22;
	padding-left: 40px;
	margin-bottom: 10px;
}

.box h2:hover {
	background-image: url(../images/firefly1h2rollover.jpg);
	text-decoration: underline;
}

.box a {
	text-decoration: none;
	color: #392F22;

}

.box a:hover {
	text-decoration: underline;
}
	
#firefly1 {
	position: absolute;
	visibility: visible;
	width: 270px;
	height: 80px;
	top: -43px;
	left: 20px;
	background-image: url(../images/firefly1_2.jpg);
	background-repeat: no-repeat;
	z-index: 100;
}	

#firefly1 p a {
	display:block;
	text-indent: -99999px;
	width: 270px;
	height: 80px;
}

#navigation {
	list-style-type:none;
	background:url(../images/menu_bg_orange.jpg) 50% 0 #515151 repeat-x;
	margin:0px 0px 0px 0px;
	padding:0;
	height:80px;
	overflow:hidden;
	width: 800px;
}


#navigation ul {
	margin-left: 0px;
}

#navigation li {
	background:none;
	padding:0;
	display:table-row;
	vertical-align:middle;
	float:left;
	height:80px;
	
}

#navigation li.last_menu,
#navigation li.right_menu {
	float:right;
}

#navigation li a.first {
	padding-left: 20px;
}

#navigation li a {
	font-size:1.4em;
	/*
	text-transform:uppercase;
	*/
	line-height:normal !important;
	line-height:80px;
	display:table-cell;
	vertical-align:middle;
	height:80px;
	padding:0 10px 0 10px;
	background:url(../images/menu_bg_orange_triple_2.jpg) top left transparent repeat-x;
}

#navigation li a:hover,
#navigation li a:active {
	background-position:center left;
	color:#FFFFFF;
}

#navigation li.current_page_item a {
	background-position:bottom left !important;
	color:#1F3700 !important;
}

#navigation li a.first_menu {
	padding-left:35px;
	background-repeat:no-repeat;
	background-image:url(../images/menu_start_triple.gif);
}

#navigation li a.last_menu,
#navigation li a.last_menu_off {
	padding-right:35px;
	background-repeat:no-repeat;
	background-image:url(../images/menu_orange_triple_end_2.jpg);
	background-position:top right;
}

#navigation li a.last_menu:hover,
#navigation li a.last_menu:active {
	background-position:center right;
}

#navigation li.current_page_item a.last_menu {
	background-position:bottom right !important;
}

#navigation li a {
	color:white;
	text-decoration:none;
}

.clear {
	clear:both;
}



p.warning {
	color: red;	
}

.debug {
	color: grey;
	font-style: italic;
}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}


