.clear { clear: both; display: block; height: 1px; font-size: 1px; line-height: 1px; }
.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;}

#form-container{
	width: 495px;
	margin: 10px;
}

.top-indent-20{
	margin: 0px 0px 15px 0px;
}

.top-indent-10{
	margin: 0px 0px 10px 0px;
}

.summary-input label{
	width: 95px;
	float: left;	
	font-weight: bold;
	color: #666;
	margin: 3px 0px 0px 0px;
}

.summary-input label.error{
	margin: 2px 0px 2px 0px;
	color: #c00;
	font-weight: bold;
	width: 190px;
}


.summary-input input, .summary-input textarea, .summary-input select{
	float: left;
	font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border: 1px solid #c4c4c4;
	background-color: #f8f8f8;
	padding: 3px 0px 3px 0px;
	margin: 2px 0px 0px 0px;
}

.summary-input input{
	width: 145px;
	font-weight: normal;
}

.summary-input select{
	width: 147px;
}


.summary-input select.single-line{
	height: 22px;
}

.summary-input textarea{
	width: 395px;
	height: 100px;
}

.summary-input .si-left{
	float: left;
	width: 245px;
}

.summary-input .si-right{
	float: right;
	width: 245px;
}

.summary-input .si-row{
	clear: both;
	margin: 0px 0px 5px 0px;
}

.summary-input .si-row .form-text{
	width: 80px;
	float: left;
	display: block;
}

.summary-input .si-row .form-input{
 float: left;
 display: block;
 width: 150px;
}

.summary-input select.two-select-left{
	margin-right: 7px;
}

.summary-input select.two-select{
	width: 70px;
	float: left;	
}

.summary-input .submit-button{
	width: 150px;
	font-weight: bold;
	margin: 4px 18px 0px 0px;
}

#banner-left{
	float: left;	
}

#banner-right{
	float: left;
	margin: 10px 0px 0px 0px;
}

#homeflash{
	width: 100%;
	background-color: #666;
}

#mail-confirm{
	padding: 15px;
	border: #ccc 1px solid;
	background-color: #f4f4f4;
	font-weight: bold;
	text-align: center;
}

#block-gallery{
	margin: 0px 0px 0px 10px;
}

#block-gallery .bg-content{
	margin: 10px 20px 0px 20px;
}

#block-gallery .bga-row{
	
}

#block-gallery .bga-row .bg-label{
	color: #999;
	font-weight: bold;
}

#block-gallery .service-middle{
	margin: 30px 0px;
}

.content{
	padding: 10px;
}

#lb-container{
}

#lbc-left p ,#lbc-right p {
	text-align: center;
	margin: 4px 0px 4px 0px;
}

#lbc-left{
	float: left;
	width: 245px;
	margin: 0px 10px 0px 0px;
}

#lbc-right{
	float: left;
	width: 245px;
}

.container10{
	padding: 10px;
}

img{
	border: none;
}