@charset "utf-8";
/* CSS Document */

#panel_bar {
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
	margin: auto;
	background-color: #222;
}


/* Positions the contact form so it doesn't interfere with any other content, as well as a z-index above any other elements on the page */	
#panel_wrapper {
	position:absolute;
	float: right;
	margin: auto;
	margin-left: -480px;
	left: 50%;
	z-index:11;
	}
	
/* Hides the whole contact form until needed */	
#panel {
	background: #754c24;
	width: 960px;
	height: 321px;
	display: none;
	background: url(../images/panel_bg.jpg) no-repeat top left;	
/*	position: absolute;*/
	z-index: 9998px;
	color: #fff;
}


	
/* Some styling for the contact button */
#panel_wrapper .triggerslide {
	height:46px; width:162px;
	display: block;
	background:url(../images/panel_btn_contact-big.png) no-repeat; 
	position:absolute; 
	left:798px; bottom:-46px; 
	cursor:pointer;
	}
	
.triggerslide .footer {
	float: left;
}
			
#dummycontent {padding-top:100px; height:900px; position:relative;}
.bottomlink {position:absolute; bottom:0;}

.btn-slide {
	background: url(../images/white-arrow.png) no-repeat right -42px;
	text-align: center;
	width: 162px;
	height: 46px;
	padding: 0 0;
	display: block;
	color: #fff;
	text-decoration: none;
	z-index: 99999px;	
}
.active {
	background-position: right 14px;
}

#panel_left_col {
	padding: 25px 25px 25px 25px; 
	float: left;
	width: 269px;
}

#panel_middle_col {
	padding: 25px 25px 25px 25px; 
	border-right: 1px solid #1a4973; 
	border-left: 1px solid #1a4973; 
	float: left;
	width: 270px;
}

#panel_right_col {
	padding: 25px 25px 25px 25px; 
	float: left;
	width: 269px;
}

.cornersfg {
	height: 223px;	
}




/*default 1em = 16px*/
#panel p {
	font: normal .75em/1.5em Arial, Helvetica, sans-serif;	
}

#panel h4 {
	color: #7ba9dc;
	font: bold 1em/1em Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-bottom: 20px;
}

#panel a:link, #panel a:visited {color: #36bde4; font-weight: bold; text-decoration: none; font-family: Arial, Helvetica, sans-serif;}
#panel a:hover, #panel a:active {color: #7ba9dc; text-decoration: underline;}
#panel a:active {color: #fff; text-decoration: underline;}