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

body {
	padding: 0px;
	margin: 20px;
	line-height: 1;
	background: #E9E9E9;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
	color: #323232;
}


/* Bootstrap Modify */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
	margin-bottom: 0;
}
/* Bootstrap Modify */

/* Form Modify */
.form fieldset				{background:none;}

.bg_color1					{background-color:#FFFFFF;}
.m_t25						{margin-top:25px;}
.m_b25						{margin-bottom:25px;}


.list{
	display:block;
	list-style-type:none;
	margin:10px;
	padding:0;
}
.list li{
	list-style-type:none;
	margin:0 !important;
	padding:0 !important;
	border-bottom: 1px dashed #d5d5d5;
	overflow:hidden;
}	
.list li span{
	padding-top:10px;
	padding-bottom:10px;
	display:inline-block;
	vertical-align:top;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#1B4754;
}

/* GOOGLE MAPS */
.google-maps 				{position: relative; padding-bottom: 75%; height: 0; overflow: hidden;}
.google-maps iframe 		{position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important;}
/* GOOGLE MAPS */	

