@charset "utf-8";
body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	background-attachment: fixed;
	background-color: #cce8f4;
	background-image: url(../images/bgimage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	clear: none;
	height: 100%;
	width: 100%;
	position: relative;
}
a {
	outline: 0px;	
}
table {
	border-collapse: collapse;
	border-color: #CCC;
}
table tr th {
	border-color: #CCC;
	text-align: left;	
}
table tr td {
	border-color: CCC;
	text-align: left;	
}
.align_center {
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #666;
}
h1 {
	font-size: 32px;	
}
h2 {
	font-size: 28px;	
}
h3 {
	font-size: 24px;	
}
h4 {
	font-size: 20px;	
}
h5 {
	font-size: 16px;	
}
h6 {
	font-size: 14px;	
}
#top_notice {
	clear: both;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	display: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#top_notice h1 {
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#contact_info_container {
	background-color: #373435;
	padding: 0px;
	clear: both;
	height: 50px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	box-shadow: 0px 0px 8px #000;
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	-o-box-shadow: 0px 0px 8px #000;
	-ms-box-shadow: 0px 0px 8px #000;
	z-index: 10;
}
#contact_info_container #contact_info_content {
	background-color: #373435;
	clear: none;
	float: none;
	height: 22px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
}
#contact_info_container #contact_info_content .float_info_right {
	font-size: 22px;
	font-weight: normal;
	color: #e3e3e3;
	text-align: right;
	margin: 0px;
	padding: 0px;
	text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	-o-text-shadow: 1px 1px 1px #000;
	-ms-text-shadow: 1px 1px 1px #000;
}
#contact_info_container #contact_info_content .float_info_right a, #contact_info_container #contact_info_content .float_info_right a:visited {
	color: #e3e3e3;
	text-decoration: none;
}
#contact_info_container #contact_info_content .float_info_right a:hover, #contact_info_container #contact_info_content .float_info_right a:visited:hover {
	color: #bababa;
	text-decoration: none;	
}
#logo {
	background-attachment: scroll;
	background-image: url(../images/logo_bg.png);
	background-repeat: repeat-x;
	padding: 0px;
	clear: both;
	height: 170px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#nav_container {
	background-attachment: scroll;
	background-image: url(../images/nav_filler.png);
	background-repeat: repeat-x;
	padding: 0px;
	clear: both;
	height: 50px;
	width: 100%;
	margin-top: -15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#nav_container #nav_content {
	background-attachment: scroll;
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
	padding: 1px 0px;
	clear: none;
	height: 48px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-position: center top;
}
#inset_container {
	background-attachment: scroll;
	background-image: url(../images/inset_filler.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px;
	clear: both;
	height: 185px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	box-shadow: 0px 0px 8px #000;
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	-o-box-shadow: 0px 0px 8px #000;
	-ms-box-shadow: 0px 0px 8px #000;
}
#inset_container #inset_content {
	padding: 0px;
	clear: none;
	height: 220px;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#content_container {
	padding: 0px;
	clear: both;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#content_container #content_info {
	padding: 0px;
	clear: none;
	float: right;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#content_container #content_info #main_info {
	margin: 0px;
	clear: none;
	width: 1000px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: relative;
}
#content_container #content_info #main_info p {
	text-align: justify;	
	line-height: 1.4em;
}
#content_container #content_info #main_info img {
	max-width: 1000px;
	height: auto;	
}
#footer_container {
	padding: 0px;
	clear: both;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-attachment: scroll;
	background-color: #454444;
	background-image: url(../images/footer_filler.png);
	background-repeat: repeat-x;
	background-position: center top;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #009fe0;
	box-shadow: 0px 0px 8px #000;
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	-o-box-shadow: 0px 0px 8px #000;
	-ms-box-shadow: 0px 0px 8px #000;
}
#footer_container #footer_content {
	clear: none;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer_container #footer_content h3 {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	-o-text-shadow: 1px 1px 1px #000;
	-ms-text-shadow: 1px 1px 1px #000;
}
#footer_container #footer_content h4 {
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	-o-text-shadow: 1px 1px 1px #000;
	-ms-text-shadow: 1px 1px 1px #000;
}
#footer_container #footer_content h4 a, #footer_container #footer_content h4 a:visited {
	color: #CCC;
	text-decoration: none;	
}
#footer_container #footer_content h4 a:hover, #footer_container #footer_content h4 a:visited:hover {
	color: #fff;
	text-decoration: underline;	
}

input {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	width: 92%;
	padding: 2%;
	border: 5px solid #d6d6d6;	
}
input:hover {
	border: 5px solid #0072a1;	
}
textarea {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	width: 92%;
	padding: 2%;
	border: 5px solid #d6d6d6;
	height: 100px;	
}
textarea:hover {
	border: 5px solid #0072a1;	
}
.red_asterisk:after {
	content: '\f069';
	font-family: FontAwesome;
	color: #F00;
	font-size: 12px;
}
.subm_btn {
	width: 98%;	
	background-color: #dabc5d;
	color: #fff;
	font-size: 18px;
	text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	-o-text-shadow: 1px 1px 1px #000;
	-ms-text-shadow: 1px 1px 1px #000;
	cursor: pointer;
}
.subm_btn:hover {
	background-color: #b0984d;	
}