* 
{
	margin: 0px;
	padding: 0px;
}
body
{
	background: #ffffff url(../images/body-bg.gif) 0 0 repeat-x;
	font-family: 'Open Sans', sans-serif;
}
.main_wrapper p {
    color: #777;
   font-size: 16px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
	text-align: justify;
}
.main_wrapper p a
{
	color: #777;
	text-decoration:none;
}
p a:hover
{
	color: #777;
	text-decoration:none;
}
.main_wrapper h2
{
	font-size: -webkit-xxx-large;
	color: #777;
    line-height: 1.5em;
    font-family: 'Open Sans', sans-serif;
	margin-top: 0px;
}
.main_wrapper ul li {
    list-style-type: square;
    color: #777;
    font-size: 16px;
    line-height: 1.5em;
    font-family: 'Open Sans', sans-serif;
}
.main_wrapper h2
{
	font-size: -webkit-xxx-large;
	color: #777;
    line-height: 1.5em;
    font-family: 'Open Sans', sans-serif;
	margin-top: 0px;
}
.main_wrapper h3 {
    font-size: xx-large;
    color: #777;
    line-height: 1.5em;
    font-family: 'Open Sans', sans-serif;
	margin-top: 0px;
}
.main_wrapper ul
{
    display: inline-block;
    padding-left: 20px;
}
.main_wrapper h3
{
	font-size: xx-large;
	color: #777;
    line-height: 1.5em;
    font-family: 'Open Sans', sans-serif;
}
.main_wrapper h4
{
	font-size: x-large;
	color: #777;
    line-height: 1.5em;
    font-family: 'Open Sans', sans-serif;
}
.wp_float
{
	float:left;
	width:100%;
}
.header_wrapper
{
	margin:30px 0px 20px 0px;
}
.wrapper 
{
    max-width: 978px;
	margin:0px auto;
}
.main_menu{
    background: #dcae3e;
    border-bottom: 2px solid #FFFFFF;
	  box-shadow: 10px 10px 5px #888888;
}
.main_menu > li
{
	list-style-type:none;
	 display: block;
    position: relative;
    float: left;
    background: #dcae3e;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease;
	padding-left: 3px;
	
}
.main_menu > li {
    display: block;
    position: relative;
    float: left;
    background: rgb(220, 174, 62);
    transition: background 0.3s ease 0s;
}
.main_menu > li > a {
    display: block;
    height: 57px;
    width: 192px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 14px;
    border-left: 1px solid rgba(143, 143, 143, 0.4);
    border-right: 1px solid #dcae3e;
    line-height: 57px;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease;
    z-index: 100;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-decoration:none;
	
}
.main_menu > li:first-child > a {
    border-left: 0px;
}
.main_menu > li a:hover {
    background: #4d555e;
}
.banner_wrapper
{
	padding-bottom:60px;
}
.footer_wrapper
{
	border-top: 1px solid #eee;
	padding:20px 0px 15px 0px;
}
.footer_wrapper ul
{
	text-align:center;
}
.footer_wrapper ul li {
    list-style-type: none;
    display: inline-block;
}
.footer_wrapper ul li a {
    color: #dcae3e;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875em;
    font-weight: 400;
    padding: 0px 7px 0px 4px !important;
    border-right: 1px solid;
    line-height: 0.875em;
    display: inline-block;
}
.footer_wrapper ul li:last-child a {
    padding-right:0px !important;
    border-right:0px !important;
}
.footer_wrapper p
{
	margin-bottom:0px;
	color: #dcae3e;
	font-family: 'Open Sans', sans-serif;
    font-size: 0.875em;
	font-weight:400;
	text-align:center;
	margin-top:15px;
}
.main_wrapper
{
	background:#fff;
}
.contact_form select {
    background-color: #fefefe;
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
    border: 1px solid #a49f8f;
    border-radius: 2px;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.12);
    padding: 7px 8px;
    width: 40%;
	 color: #000000;
    font-size: 14px;
    font-weight: bold;
}
.contact_form input {
    background-color: #fefefe;
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
    border: 1px solid #a49f8f;
    border-radius: 2px;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.12);
    padding: 7px 8px;
    width: 40%;
	color: #000000;
    font-size: 14px;
    font-weight: 400;
}

.contact_form textarea {
    background-color: #fefefe;
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
    border: 1px solid #a49f8f;
    border-radius: 2px;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.12);
    padding: 7px 8px;
    width: 40%;
	height:90px;
	color: #000000;
    font-size: 14px;
    font-weight: 400;
}
.contact_form label span {
    color: #f00000;
    font-size: 18px;
    font-weight: bold;
}
.contact_form label {
    color: #000000;
    font-size: 16px;
    font-weight: 400;;
	padding: 5px 0px;
}
.contact_form input[type="submit"] {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    color: #ffffff;
    font-size: 20px;
    padding: 8px 35px 8px 35px;
    text-decoration: none;
    cursor: pointer;
	width: 116px;
    box-shadow: none;
    border: none;
	margin-top:15px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    float: left;
    width: 100%;
}
.page-id-153 p a:hover{
    text-decoration: underline;
    color: #dcae3e;
}
.page-id-153 #pg-153-1 h3{
    line-height: 30px;
    font-size: 38px;
}

.wp-faqp-main.wp-faqp-open .wp-faqp-cnt-wrp {max-height: 100% !important; }
.wp-faqp-main .wp-faqp-content ul {display: block !important;}