body {
	font:14px/17px Arial, Helvetica, sans-serif;
	color:#000;
	padding:0px;
	margin:0px;
	background-color: #FFF;
	background-image: url(../images/bg_content01.png);
}
img {
	border: 0px;
}
.fieldset_container {
	background-image: url(../images/fieldset_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
}
fieldset {
	background-color:#F6F6F6;
	padding:26px 36px;
	margin-top:26px;
	clear:both;
	border: 1px solid #E2E2E2;
	-moz-box-shadow: inset 0 0 10px 0px #E2E2E2;
	-webkit-box-shadow: inset 0 0 10px 10px #E2E2E2;
	box-shadow: inset 0 0 10px 10px #E2E2E2;
}
fieldset .title {
	color: #0F2779;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 14px;
	line-height: 34px;
}
input[type=text], textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding:4px;
	height:22px;
	border-radius: 3px 3px 3px 3px;
	color: #555555;
	width: 754px;
	clear: both;
	display: block;
}
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding:4px;
	border-radius: 3px 3px 3px 3px;
	color: #555555;
}
input[type=text]:focus, textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0 none;
}
fieldset.action {
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0px;
	text-align: right;
	margin-top: -20px;
	padding-bottom: 100px;
}
fieldset.action .btn_submit {
	padding: 6px 20px;
	font-size: 20px;
	color: #FFF;
	background-color: #0F2779;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #FFF;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}
fieldset.action .btn_submit:hover {
	background-color: #EC2028;
}
legend {
	padding: 6px 20px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	background-color: #0A1431;
}
label {
	font-size:16px;
	font-weight:bold;
	color:#3C3C3C;
	font-style: italic;
	width: 100%;
}
label.opt {
	font-weight:normal;
}
dl {
	clear:both;
}
dt {
	text-align:left;
	padding:0 10px 8px 0;
}
dd {
	line-height:25px;
	padding:0 0 16px 0;
	margin:0px;
}
#header {
	background-color: #0A1431;
	overflow: hidden;
	margin-bottom: 14px;
	padding-top: 8px;
	padding-bottom: 14px;
}
#header_inner {
	width: 840px;
	margin: 0px auto;
	padding: 10px 0px;
}
#header_inner img {
	float: left;
}
#phone_number {
	display: block;
	width: 250px;
	text-align: right;
	color: #EC2028;
	float: right;
}
#phone_number strong {
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	color: #FFF;
}
#footer {
	font-size:12px;
}
.container {
	width:840px;
	margin:0 auto;
}
.menu {
	background-image:url(../images/menu.png);
	background-repeat:repeat-x;
	height:38px;
}
.exampletext {
	display: block;
	border: 1px solid #CCC;
	color:#4263a7;
	font-size:11px;
	background-color: #E7EAF5;
	padding: 6px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	margin-top: 12px;
	-moz-box-shadow: 0 0 5px #FFF;
	-webkit-box-shadow: 0 0 5px #FFF;
	box-shadow: 0 0 5px #FFF;
}
.red {
	color:#F00;
}
.error {
	color:#F00;
	font-size:12px;
	padding-top:3px;
	clear:both;
}
.clonedInput {
	clear:both;
	padding:0px;
	margin-bottom:5px;
}
.clear {
	clear:both;
	height:5px;
	font-size:1px;
}
button {
	outline:none !important;
}
.results {
	font-size:20px;
	margin:10px 0px;
	padding:7px 20px;
	clear:both;
	background-color:#0A1431;
	border:1px solid #000;
	color:#FFF;
	text-align: center;
}
.gallery{
	width: 100%;
	margin: 20px auto;
}
.gallery .img{
	display: inline-block;
	width: 20%;
}
.gallery .img .group{
	
}
.gallery .img .group img{
	border: 1px dotted;
}