/**
 * SqueezeBox - Expandable Lightbox
 */
#sbox-content h1{	
	margin:0;
	color:#77A793;
	font-size:1.4em;
	line-height:1.1em;
	font-weight:normal;
	font-family:myriad web pro, arial;
}

#sbox-content h2{	
	margin:15px 0;
	color:#808080;
	font-size:0.9em;
	line-height:1.2em;
	font-weight:normal;
}

#sbox-content h3{	
	margin:15px 0 0 0;
	font-size:1em;
	line-height:1.5em;
}

#sbox-content h4{	
	margin:15px 0 0 0;
	font-size:1.2em;
	line-height:1em;
}

#sbox-content p{	
	color:#191919;
	font-size:0.99em;
	line-height:1.25em;
	margin:10px 0 0 0;
}

#sbox-content ol{
	margin-left:1.5em;
}

#sbox-content .hide{display:block;}

#sbox-overlay {
	position: absolute;
	background-color: #ccc;
	left: 0px;
	top: 0px;
	zoom: 1;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 20px;
	/* invalid values, but looks smoother! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sbox-btn-close {
	position:absolute;
	right:0px;
	display:block;
	width:25px;
	height:25px;	
}

#sbox-content {
	clear: both;
	overflow: auto;
	background-color: #fff;
	height: 100%;
	width: 100%;
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}
/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}
#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

#sbox-content h1{
	text-indent:-9999px;
	width:126px;
	height:19px;
	background:url(/html/images/framework/contact.jpg) no-repeat center left;
}

#sbox-content h2{
	
}

.contact_desc{
	float:left; 
	width:48%;
}

#sbox-content .details{
	float:right; 
	width:22%; 
	padding-left:3%; 
	background:url(/html/images/framework/sep.png) no-repeat 5px 36px ;
	margin-bottom:1em;
}

#sbox-content .details h2,
#sbox-content .address h2{
	padding-top:1.4em;
}

#sbox-content .details h2,
#sbox-content .address h2{
	display:block;
	color:#000000 !important;
}

#sbox-content .address{	
	float:right; 
	width:21%; 
	padding-left:3%; 
	background:url(/html/images/framework/sep.png) no-repeat 4px 36px ;
}


#sbox-content small a{
	color:#808080 !important;
	font-size:0.85em;
	margin-top:0.5em;
}

#sbox-content iframe{
	margin-top:1em;
}

#sbox-content a{
	color:#85C37E;
}


#sbox-content a:hover{
	color:#808080;
}

#sbox-content iframe{
	width:640px;
	height:350px;
}

#sbox-content .larger_map{
	font-size:0.9em;
	margin-top:5px;
	float:left;
}