.form-style-1 {
    margin:10px auto;
    max-width: 400px;
    padding: 20px 12px 10px 20px;
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}
.form-style-1 label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: bold;
}
.form-style-1 input[type=text], 
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea, 
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;  
}
.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus, 
.form-style-1 select:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}
.form-style-1 .field-divided{
    width: 49%;
}

.form-style-1 .field-long{
    width: 100%;
}
.form-style-1 .field-select{
    width: 100%;
}
.form-style-1 .field-textarea{
    height: 100px;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
    background: #4B99AD;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
    background: #4691A4;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.form-style-1 .required{
    color:red;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0px auto;
	font-size: 12px;
	color: #48402c;
	background: url(form-header-bg.6.jpg) no-repeat center center fixed; 
	
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: fixed;
}
.clear {
	clear: both;
}
#header {
	width: 100%;
	height: 350px;
	background: url(header_texture.html) no-repeat center top;
}
.logo {
	background: url(logo.png) no-repeat left top;
	width: 98%;
	height: 150px;
	float: left;
	text-indent: -999px;
	overflow: hidden;
	text-decoration: none;
	margin: 10px 0 0 10px;
}
.flexslider {
	width: 100%;
	margin: 0;
	padding: 0 0 30px 0;
	
}
.flexslider img {
	width: 98%;
	height: auto;
	border: 10px #ededed solid;
}
.about {
	width: 90%;
	float: left;
	padding: 4%;
	margin: 0 0 15px 0;
	border: 1px solid #cdcbcb;
	border-radius:5px;
}
.about_right em {
	width: 70%;
	float: left;
	margin: 33px 0 0 0;
}
.about_right {
	margin: 0 0 0 147px;
	padding: 0 0 0 20px;
}
.about h2 {
	font-family: ovoregular;
	font-size: 24px;
	padding: 0 0 10px 0;
	margin: 0px;
	width: 100%;
	float: left;
}
.about h2 span {
	float: left;
	color: #53462e;
}
.about_right h2 span a {
	color: #53462e;
}
.about_right h2 span a:hover {
	text-decoration: underline;
}
a.more_about, .btn-checksite {
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #da5626), color-stop(100%, #7b2200));
	background: -webkit-linear-gradient(top, #da5626, #7b2200);
	background: -moz-linear-gradient(top, #da5626, #7b2200);
	background: -o-linear-gradient(top, #da5626, #7b2200);
	background: linear-gradient(top, #da5626, #7b2200);
	background-color: #00a1cb;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
	zoom: 1;
 *display: inline;
	border-color: #007998;
	height: 32px;
	line-height: 32px;
	padding: 0px 25.6px;
	font-weight: 300;
	font-size: 12px;
	color: #fff;
	text-shadow: 0 1px 1px #0080a1;
	margin: 0;
	text-decoration: none;
	text-align: center;
	border-radius: 20px;
	margin-top: 20px;
}
a.more_about:hover {
	background-color: #00a1cb;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff4500), color-stop(100%, #b03000));
	background: -webkit-linear-gradient(top, #ff4500, #b03000);
	background: -moz-linear-gradient(top, #ff4500, #b03000);
	background: -o-linear-gradient(top, #ff4500, #b03000);
	background: linear-gradient(top, #ff4500, #b03000);
}
.section_home h2 {
	width: 264px;
	height: 38px;
	background: url(title_bg.html) no-repeat center;
	line-height: 38px;
	padding: 0 0 0 15px;
	margin: 0 0 25px 0;
}
.about_right p {
	width: 100%;
	float: left;
}
.maintext {
	float: left;
}
.maintext p {
	padding: 8px 0;
}
.fdivider {
	padding: 20px 0 0 40px;
	margin: 0px 0 20px 0!important;
}
.insidecontent .home_title h2{
	padding-bottom:20px;
}
.fdivider h2 {
	color: #53462e;
	font-family: ovoregular;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 15px;
}
.fdivider a {
	width: 90%;
	line-height: 25px;
	color: #53462e;
}
.fdivider a:hover {
	text-decoration: underline;
}
.left13 {
	width: 91%;
	float: left;
	padding:15px;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:0px;
}
.footer_content {
	width: 1000px;
	margin: auto;
	text-align: center;
	padding: 20px 0;
	color: #333;
}
.footer_content a{
	color:#333;
}
ol, ul {
	list-style: none;
}
.content,
.innercontent{
	margin: 0;
	float: left;
	width:718px;
}
.innercontent{
	width:100%;
}
.sidebar {
	float: left;
	width: 201px;
	padding:0 0 0 8px;
}
/*---njl---*/
p {
	padding: 0;
	margin: 0px;
	text-align: left;
	line-height: 20px;
}
a {
	color: #029ec7;
	text-decoration: none;
}
a img {
	border: none;
}
a:hover {
	text-decoration: none;
}
a.more {
	display: block;
	background: url(bullet.gif) no-repeat left;
	padding: 0 0 0 20px;
	margin: 15px 0 0 0;
	float: right;
}
h1 {
	font-weight: normal;
	font-size: 26px;
	margin: 0;
	padding: 0 0 25px 0;
}
h2 {
	font-weight: normal;
	font-size: 20px;
	margin: 0;
	padding: 0 0 25px 0;
}
h3 {
	font-weight: normal;
	font-size: 18px;
	margin: 0;
	padding: 0 0 25px 0;
}
h4 {
	font-weight: normal;
	font-size: 16px;
	margin: 0;
	padding: 0 0 25px 0;
}
h5 {
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	padding: 0 0 25px 0;
}
h6 {
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	padding: 0 0 25px 0;
}
h1, h2, h3, h4 {
	font-family: ovoregular;
	color: #53462e;
}
h1 span, h2 span, h3 span, h4 span {
	color: #029ec7;
}
.left23 {
	width: 600px;
	float: left;
	padding: 40px 0 0 40px;
}
#shadow_bg {
	width: 100%;
}
#main_container {
	margin: auto;
	width: 1000px;
	padding: 0;
	position: relative;
}
#smenu{
	margin: auto;
	width: 1000px;
	
	position: relative;
	

	
}
#center_container {
	margin: auto;
	width: 940px;
	padding: 0 30px 35px 30px;
	position: relative;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}
.menu {
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 140px;
	float: left;
	
}
ul#main_menu {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	
}
ul#main_menu * {
	margin: 0;
	padding: 0;
}
ul#main_menu li {
	position: relative;
	padding: 0 22px 0 22px;
	display: inline-block;
}
ul#main_menu li a {
    display: block;
    width: 130px;
	height: 20px;
    font-weight: bold;
    color: #FFFFFF;
    
    text-align: center;
    padding: 8px;
    text-decoration: none;
    text-transform: uppercase;
}
ul#main_menu li a.selected {
    background-color: #ebb19c;
}
ul#main_menu li a:hover {
	color: #ffffff;
	background-color:#b94e00;
}
ul#main_menu ul {
	position: absolute;
	top: 90px;
	left: 0;
	background: #ededed;
	display: none;
	opacity: 0;
	list-style: none;
}
ul#main_menu ul li {
	position: relative;
	width: 140px;
	margin: 0;
	padding: 0px;
	height: 40px;
	line-height: 40px;
	text-align: left;
}
ul#main_menu ul li a {
	display: block;
	padding: 0 20px 0 20px;
	font-size: 14px;
	color: #434343;
	height: 40px;
	line-height: 40px;
}
ul#main_menu ul li a:hover {
	background-color: #e5e5e5;
	background-image: none;
	color: #434343;
}
.slider_container {
	width: 100%;
	margin: auto;
	clear: both;
	padding: 30px 0 0 0;
	position: relative;
	overflow:hidden;
}
.shadow_bg_left, .shadow_bg_right {
	position: absolute;
	left: -52px;
	top: -109px;
	background: url(shadow_bg_left.html) no-repeat left top;
	width: 15px;
	height: 384px;
	float: left;
}
.shadow_bg_right {
	left: 960px;
	top: -109px;
	float: right;
	background: url(shadow_bg_right.html) no-repeat left top;
}
.home_title {
	width: 100%;
	padding: 0 0 15px 0;
	margin: 0px auto 0 auto;
	float: left;
}
.insidecontent {
	padding-top: 20px;
}
.insidecontent .socials {
	float: left;
	width: 100%;
	margin: 10px 0;
}
.insidecontent .home_title {
	border-bottom: 1px dashed #ccc;
	padding: 0px 0 5px 0;
	margin-bottom: 25px;
}
.home_title h2 {
	float: left;
	font-size: 24px;
	padding: 5px 0 0 0;
	margin: 0px;
	font-family: ovoregular;
	width: 100%;
	letter-spacing: -0.5px;
}
.home_title h2 span {
	color: #029ec7;
}
.socials {
float: left;
    margin: 5px 0 0 -5px;
}
.socials ul {
	display: inline;
	padding: 0px;
	margin: 0px;
}
.socials ul li {
	display: inline;
	padding: 0 0 0 5px;
	float: left;
}
.about_pic {
	width: 147px;
	height: 147px;
	
	float: left;
}
.about_pic img {
	width: 135px;
	height: 135px;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	-khtml-border-radius: 70px;
	margin: 6px 0 0 6px;
}
.section_home h2 span {
	color: #FFFFFF;
	text-shadow: 1px 1px #b48a38;
}
.name_divider {
	height: 58px;
	width: 100%;
	background: url(name_divider.html) no-repeat center;
	clear: both;
	margin: 40px 0 5px 0px;
	float: left;
	clear: both;
	text-align: center;
	line-height: 58px;
	color: #FFFFFF;
	font-family: great_vibesregular;
	font-size: 16px;
}
/*-----NJL----*/
.entry-content {
	width: 100%;
	margin: 0 auto;
}
.wp-caption {
	border: 1px solid #eee;
	box-sizing: border-box;
	margin: 0 30px 30px 0;
	max-width: 100%;
	padding: 4px 4px 15px 4px;
	text-align: center;
	float: left;
}
.entry-content .wp-caption p {
	text-align: left;
	padding: 10px 0 0 2px;
	margin: 0px;
	line-height: 18px;
	width: 100%;
	float: left;
}
.entry-content .wp-caption p span {
	float: left;
	padding-left: 5px;
}
.entry-content .wp-caption p img {
	float: left;
	padding-left: 3px;
}
.entry-content p {
	padding: 10px 0;
	font-size: 14px;
	line-height: 22px;
}
.entry-content ul {
	list-style-type: disc;
	font-size: 14px;
}
.entry-content ul li {
	line-height: 22px;
}
.wp-caption-text {
	text-align: center;
}
.bot-ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.bot-ul li {
	float: left;
	width: 100%;
}
.bot-ul li a {
	padding: 0 0 0 15px;
	float: left;
	background: url(bullet.gif) no-repeat left 9px;
}
.btn-checksite {
	float: none;
	margin: 0 auto;
}
.about_right h2 img {
	float: left;
	padding: 0px 5px 0 0;
}
.about_right h2 font {
	color: #0896cb;
	float: left;
	font-size: 18px;
	padding: 0 0 0 10px;
}
.title{
	background:#c3dfee;
}
.title_border{
	border:1px solid #c3dfee!important;
}
@media screen and (max-width:768px) {
.about{
	padding:15px 5%;
}
.flexslider{
	padding-bottom:0px;
}
.logo{
	float:none;
	margin:15px auto;
	display:block;
}
#center_container, #main_container{
	width: auto;
	padding: 0 15px;
	overflow:hidden;
}
.footer_content {
	width: auto;
	padding:35px 15px;
}
.content {
	width: 100%;
	float: left;
	margin: 0px;
}
.sidebar {
	float: left;
	width: 100%;
	padding:0px 0 15px 0;
}
.left13{
	width:90%;
	padding:5%;
}
ul#main_menu{
	float:left;
	width:100%;
	padding-bottom:15px;
}
.menu{
	height:auto;
}
ul#main_menu li a{
	line-height:25px!important;
	height:auto!important;
}
.flexslider img{
	width:100%;
	border:0px;
}
.socials{
	float:left;
	width:100%;
	margin:15px 0 0 0;
}
.reg_tips{
	width:100%;
}
.register_main{
	width:100%;
	float:left;
	margin:25px 0;
}
.maintext {
	float: left;
	margin-top:15px;
}
}
@media screen and (max-width:375px) {

.about_pic{
	float:none;
	margin:0 auto;
}
.about_right{
	width:100%;
	float:left;
	margin:0px;
	padding:15px 0 0 0;
}
.about_right h2 font{
	padding:5px 0 0 0;
}



}
