@charset "utf-8";
html, body, .header-div {
	background: #ffffff url(../images/body-bg.jpg) left top repeat;
}
html, body, h1, h2, h3, h4, h5, h6, p, input, textarea, select {
	font-family: Times New Roman, Times, serif;
	font-size: 17px;
	color: #3b2314;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
img {
	border-style: none;
}
.border {
	border: 1px #40281a solid;
}
/*********** Common alignment styles ***********/



.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left-floated-div {
	float: left;
	margin-right: 10px;
}
.right-floated-div {
	float: right;
	margin-left: 10px;
}
.overflow-hidden {
	overflow: hidden;
}
/*8-28-2013 peer*/
.social-media-header {
	float: right;
	margin-right: 30px;
	margin-top: -50px;
}
.social-media-google-plus {
	float: right;
	margin-right: 175px;
	margin-top: -29px;
}
.social-media-share {
	float: right;
	margin-right: 30px;
	margin-top: -25px;
}
/**/
.seperator {
	background: url(../images/seperator.png) left top repeat-x;
	height: 4px;
	clear: both;
}
/*~*/



/*********** Common text/heading/links styles ***********/

h1, h2 {
	color: #657b29;
}
h1 {
	font-size: 30px;
	line-height: 30px;
	padding: 0px 0px 16px 0px;
	margin: 0px;
}
h2 {
	font-size: 24px;
	line-height: 24px;
	padding: 0px 0px 16px 0px;
	margin: 0px;
	font-weight: bold;
}
ul.orange-bullet {
	margin: 15px;
	padding: 0px;
	list-style-image: url(../images/orange-bullet.png);
}
ul.orange-bullet li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
}
ul.bullet {
	margin: 15px;
	padding: 0px;
	list-style-image: url(../images/brown-bullet.jpg);
}
ul.bullet li {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 8px 0px;
}

.bullet li a{
	text-decoration:none;
	color:#6b594d;
}

.bullet li a:hover{
	text-decoration:underline;
}

ul.no-bullet {
	margin: 0px 0px;
	padding: 0px;
	list-style-type: none;
}
ul.no-bullet li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 25px 0px;
	overflow: hidden;
}
a.hover-effect:link, a.hover-effect:visited, a.various3:link, a.various3:visited {
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* internet explorer 8 */
	filter: alpha(opacity=100); /* internet explorer 5~7 */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;           /* fx, safari, opera */
}
a.hover-effect:hover, a.various3:hover {
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* internet explorer 8 */
	filter: alpha(opacity=80); /* internet explorer 5~7 */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
}
a:link, a:visited {
	color: #1e63a0;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.bucket-menu-links ul li a, .welcome-text, .footer-bottom, .footer-bottom a, .dropdown-item-links a {
	color: #ffffff;
}
/*~*/



/*********** Header styles ***********/



.header-div {
	height: 330px;
	width: 1000px;
	padding: 0px 5px;
	overflow: hidden;
	background: url(../images/header-bg.png) left top no-repeat;
}
.header-top {
	height: 55px;
	overflow: visible;
}
.search {
	height: 30px;
	width: 200px;
	float: right;
	margin: 0px 81px 0px 0px;
	position: relative;
	overflow: hidden;
	top: 36px;
}
.search-box {
	float: left;
	height: 30px;
	width: 171px;
}
.search-button {
	float: left;
	height: 30px;
	width: 29px;
}
.search-text {
	border: none;
	width: 159px;
	height: 28px;
	color: #999999;
	background: url(../images/search-box.png) left top no-repeat;
	outline: none;
	padding: 2px 0px 0px 12px;
	line-height: 14px;
	font-size: 14px;
}
.search-button-style {
	background: url(../images/search-box.png) right top no-repeat;
	height: 30px;
	width: 29px;
	cursor: pointer;
	border: none;
	text-indent: -9999px;
}
.header-middle {
	height: 75px;
	overflow: hidden;
}
.top-menu {
	width: 1000px;
	height: 75px;
	overflow: hidden;
	position: relative;/*21-11-13*/
}
.top-menu-link-1 {
	margin: 0px;
	float: left;
}
.top-menu-link-1 a {
	display: block;
	background: url(../images/home-menu-n.png) no-repeat;
	text-indent: -9999px;
	width: 109px;
	height: 75px;
}
.top-menu-link-1 a:hover, .top-menu-link-1 a.selected {
	background: url(../images/w-home-menu-n.png) no-repeat;
}
.top-menu-link-2 {
	margin: 0px 0px 0px 0px;/*margin: 0px 0px 0px 58px;21-11-13*/
	float: left;
}
.top-menu-link-2 a {
	display: block;
	background: url(../images/about-us-menu-n.png) no-repeat;
	text-indent: -9999px;
	width: 122px;
	height: 75px;
}
.top-menu-link-2 a:hover, .top-menu-link-2 a.selected {
	background: url(../images/w-about-us-menu-n.png) no-repeat;
}
.top-menu-link-3 {
	margin: 12px 0 0 35px;/*margin: 6px 0px 0px 61px;21-11-13*/
	float: left;
}
.top-menu-link-3 a {
	display: block;
	background: -166px top no-repeat;
	text-indent: -9999px;
	width: 109px;
	height: 22px;
}
.top-menu-link-3 a:hover, .top-menu-link-3 a.selected {
	background: -166px -28px no-repeat;
}
.top-menu-link-4 {
	margin: 0px 0 0 0px;/*margin: 25px 0px 0px 61px;21-11-13*/
	float: left;
}
.top-menu-link-4 a {
	display: block;
	background: url(../images/our-blog-menu-n.png) no-repeat;
	text-indent: -9999px;
	width: 111px;
	height: 74px;
}
.top-menu-link-4 a:hover, .top-menu-link-4 a.selected {
	background: url(../images/w-our-blog-menu-n.png) no-repeat;
}
.top-menu-link-5 {
	margin: 0px 0 0 0px;/*margin: 40px 0px 0px 56px;21-11-13*/
	float: left;
}
.top-menu-link-5 a {
	display: block;
	background: url(../images/patient-info-menu-n.png) no-repeat;
	text-indent: -9999px;
	width: 180px;
	height: 74px;
}
.top-menu-link-5 a:hover, .top-menu-link-5 a.selected {
	background: url(../images/w-patient-info-menu-n.png) no-repeat;
}
.top-menu-link-6 {
	margin: 0px 0 0 0px;/*margin: 61px 0px 0px 61px;21-11-13*/
	float: left;
}
.top-menu-link-6 a {
	display: block;
	background: url(../images/faq-menu-n.png) no-repeat;
	text-indent: -9999px;
	width: 94px;
	height: 74px;
}
.top-menu-link-6 a:hover, .top-menu-link-6 a.selected {
	background: url(../images/w-faq-menu-n.png) no-repeat;
}
.top-menu-link-7 {
	margin: 0px 0 0 0px;/*margin: 39px 0px 0px 60px;21-11-13*/
	float: left;
}
.top-menu-link-7 a {
	display: block;
	background: url(../images/contact-us-menu-n.png) no-repeat;
	text-indent: -9999px;
	width: 119px;
	height: 74px;
}
.top-menu-link-7 a:hover, .top-menu-link-7 a.selected {
	background: url(../images/w-contact-us-menu-n.png) no-repeat;
}
.top-menu-link-8 {
	margin: 0px 0 0 0px;
	float: left;
}
.top-menu-link-8 a {
	display: block;
	background: url(../images/about-us-menu-n.png) no-repeat;
	text-indent: -9999px;
	width: 122px;
	height: 18px;
}
.top-menu-link-8 a:hover, .top-menu-link-8 a.selected {
	background: url(../images/w-about-us-menu-n.png) no-repeat;
}
.top-menu-link-9 {
	margin: 0px 0 0 0px;
	float: left;
}
.top-menu-link-9 a {
	display: block;
	background: url(../images/smile-gallery-menu-n.png) no-repeat;
	text-indent: -9999px;
	width: 139px;
	height: 74px;
}
.top-menu-link-9 a:hover, .top-menu-link-9 a.selected {
	background: url(../images/w-smile-gallery-menu-n.png) no-repeat;
}
.top-menu-link-10 {
	margin: 0px 0 0 0px;
	float: left;
}
.top-menu-link-10 a {
	display: block;
	background: url(../images/seo-bio-menu-n.png) no-repeat;
	text-indent: -9999px;
	width: 120px;
	height: 75px;
}
.top-menu-link-10 a:hover, .top-menu-link-10 a.selected {
	background: url(../images/w-seo-bio-menu-n.png) no-repeat;
}
.top-menu-link-1 a, .top-menu-link-2 a, .top-menu-link-3 a, .top-menu-link-4 a, .top-menu-link-5 a, .top-menu-link-6 a, .top-menu-link-7 a, .top-menu-link-8 a, .top-menu-link-1 a:hover, .top-menu-link-2 a:hover, .top-menu-link-3 a:hover, .top-menu-link-4 a:hover, .top-menu-link-5 a:hover, .top-menu-link-6 a:hover, .top-menu-link-7 a:hover, .top-menu-link-8 a:hover, .top-menu-link-1 a.selected, .top-menu-link-2 a.selected, .top-menu-link-3 a.selected, .top-menu-link-4 a.selected, .top-menu-link-5 a.selected, .top-menu-link-6 a.selected, .top-menu-link-7 a.selected, .top-menu-link-8 a.selected {
}
.header-bottom {
	height: 145px;
	margin-top:-20px;
	overflow: hidden;
	
}
.logo {
	width: 385px;
	height: 104px;
	overflow: hidden;
	float:left;
	
	margin-left:15px;
	margin-top:10px;
}
.header-mail-tel-sm-icons {
	overflow: hidden;
	padding-top: 10px;
}
.header-mail-tel {
	float: right;
	text-align: right;
	color: #666666;
	margin-top:20px;
	font-family:tahoma;
	margin-right:10px;
}
.header-mail-tel a{
	text-decoration:none;
}

.header-mail-tel, .footer-bottom, .footer-top-left {
	font-size: 15px;
}
.header-mail-tel a, .left-menu-links ul li a, .footer-links a:hover, .footer-links a.selected {
	color: #f89825;
}
.header-mail-tel a:hover, .footer-links a {
	color: #3b2314
}
.header-sm-icons {
	float: right;
	margin-top: 10px;
	width:700px;
	margin-right:10px;
	
}


.phone-no-desktop{
	font-size:26px;
	font-family:tahoma,Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
	padding-right:20px;
	border-right:1px solid #666666;
	margin-top:30px;
	margin-left:520px;
	position:absolute;
	z-index:100;
}


/* this overrides 90px to 72px width to +1 button */

#___plusone_0 {
	width: 60px !important;
}
/*~*/

#hover-content {
    display:none;
	position:absolute;
	width:200px;
	padding:10px;
	background:#ffb966;
	right: 175px;
	top:40px;
	-webkit-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 10px 0px rgba(50, 50, 50, 0.75);
}
 
#hover-me:hover #hover-content {
    display:block;
}


.philosophy-dec{
	padding:20px;
	background:#f0efed;
	border-bottom:10px solid #6b594d;
	color:#6b594d;
}

/*********** Body Styles ***********/



.parent-div {
	width: 1240px;
	overflow: hidden;
	margin: auto;
}
.home-parent-div {
	width: 100%;
	overflow: hidden;
	background: url(../images/slider-area-new.png) center top no-repeat;
	
	
}
.wrapper-div {
	margin: auto;
	width: 1010px;
	overflow: hidden;
}
.body-div {
	background: url(../images/body-shadow.png) left top repeat-y;
	width: 1000px;
	padding: 0px 5px;
	overflow: hidden;
}
.inner-body-div {
	background: #fff;
	width: 1000px;
	overflow: hidden;
}
.content-div {
	padding: 0px 20px;
	width: 960px;
	overflow: hidden;
}
.bucket-menu {
	background: url(../images/bucket-menu-dark-border.jpg) left top repeat;
	width: 998px;
	height: 36px;
	padding: 1px;
}
.bucket-menu-links {
	width: 100%;
	overflow: hidden;
	width: 998px;
	height: 36px;
}
.bucket-menu-links ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.bucket-menu-links ul li {
	padding: 0;
	margin: 0;
	float: left;
}
.bucket-menu-links ul li a, .bucket-menu-links ul li.last a {
	background: url(../images/bucket-menu-bg.jpg) left top repeat-x;
	display: block;
	padding: 6px 0px 0px 0px;
	width: 165px;
	height: 30px;
	margin-right: 1px;
	text-align: center;
	text-decoration: none;
}
.bucket-menu-links ul li.last a {
	margin: 0px;
	width: 168px;
}

.bucket-menu-links ul li a:hover, .bucket-menu-links ul li a.selected, .left-menu-links ul li a:hover, .left-menu-links ul li a.selected, .dropdown-item-links a:hover {
	color: #8cc63e;
}
.slider-main {
	width: 1000px;
	height: 559px;
}
#slider {
	width: 1000px !important;
	height: 390px;
	margin: auto;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden
}
.slider-text-area {
	width: 1000px;
	overflow: hidden;
}
.welcome-text {
	float: left;
	width: 635px;
	padding-top: 8px;
	line-height: 19px;
}
.home-app-button {
	float: right;
	margin-top: 35px;
}
.white-top {
	height: 30px;
	width: 1000px;
	background: #ffffff;
}
.left-parent {
	width: 200px;
	float: left;
	padding-right: 20px;
}
.left-menu-links {
	overflow: hidden;
}
.left-menu-links ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.left-menu-links ul li {
	padding: 0;
	margin: 0;
	background: url(../images/orange-bullet.png) left 7px no-repeat;
	padding-left: 16px;
	margin-bottom: 5px;
	line-height: 17px;
}
.left-menu-links ul li:hover {
	background: url(../images/green-bullet.png) left 7px no-repeat;
}
.left-menu-links ul li a {
	text-decoration: underline;
}
.left-menu-links ul li a:hover, .left-menu-links ul li a.selected {
	text-decoration: none;
}
.harvard {
	margin: 30px 0px;
}
.middle-parent {
	width: 646px;
	float: left;
	min-height:1520px;
	padding: 0px 20px;
	border-right:1px solid #000;
}
.right-parent {
	width: 210px;
	float: left;
	padding-left:25px;
	background:none;
	margin-left:20px;
	
}
.form-main {
	/*	width: 200px;*/
	width: 227px;
	overflow: hidden;
	margin-bottom: 25px;
}
.form {
	margin-bottom: 5px;
	overflow: hidden;
	font-size: 15px;
}
.formfield, .formfield-select {
	background: url(../images/formfield.jpg) left top no-repeat;
	font-size: 15px;
}
.formfield {
	width: 200px;
	height: 36px;
	line-height: 15px;
	outline: none;
	border: none;
	padding: 0px 0 0 10px;
}
.ie8 .formfield {
	padding: 6px 0 0 10px;
	height: 30px;
}
.formfield-select {
	border: none;
	width: 200px;
	height: 36px;
	outline: none;
	padding: 5px 8px 5px 10px;
	-webkit-appearance: none;
}
.ie8 .formfield-select {
	padding: 2px 0 5px 10px;
	height: 34px;
}
.formfield-select option {
	background: #ffffff;
}
.error-message {
	margin: 5px 0px 5px 0px;
	font-size: 14px;
}
.formfield-large {
	background: url(../images/formfield-large.jpg) left top no-repeat;
	width: 200px;
	height: 98px;
	border: none;
	outline: none;
	line-height: 15px;
	padding: 10px 0 0 10px;
	font-size: 15px;
}
.formfield-validation {
	background: url(../images/verification-box.jpg) left top no-repeat;
	width: 149px;
	height: 36px;
	border: none;
	padding: 0px 0 0 10px;
	float: left;
	font-size: 15px;
}
.validation-image {
	float: left;
}
.button {
	background: url(../images/button.jpg) left top no-repeat;
	width: 200px;
	height: 42px;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
}
.sub-app-button {
	margin-bottom: 10px;
	margin-top:20px;
}
.app-form {
	width: 570px;
	overflow: hidden;
	padding-left: 60px;
}
.app-left-side {
	width: 250px;
	float: left;
	margin: 0px 20px;
}
.app-textbox-div {
	margin-bottom: 15px;
	overflow: hidden;
	width: 250px
}
.app-textbox-div-text {
	padding-bottom: 8px;
	text-decoration: none;
	overflow: hidden;
}
.app-textbox, .verification-textbox {
	height: 32px;
	width: 250px;
	background: #d8e8ed;
	border: none;
	outline: none;
	font-size: 13px;
	padding: 0px 10px 0px 10px;
}
.formfield-select1 {
	height: 32px;
	width: 250px;
	background: #d8e8ed;
	outline: none;
	padding: 3px 5px 3px 10px;
	-webkit-appearance: none;
	border: none;
}
.verification-textbox {
	width: 170px;
}
.app-textarea {
	height: 100px;
	width: 250px;
	background: #d8e8ed;
	border: none;
	outline: none;
	padding: 0px 10px 0px 10px;
	padding-top: 10px;
}
.app-button-div {
	height: 32px;
	width: 100px;
	margin-top: 10px;
}
.app-button {
	height: 32px;
	width: 100px;
	display: block;
	padding: 5px 10px;
	color: #ffffff;
	text-decoration: none;
	background: #789e35;
	cursor: pointer;
	border: none;
}
.faqs {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.answer {
	display: none;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: justify;
	border-bottom: 1px dashed #6fbab5;
	padding-bottom: 10px;
	line-height: 18px;
}
.scrollup {
	background: url("../images/icon_gototop.png") no-repeat scroll 0 0 transparent;
	bottom: 20px;
	display: none;
	height: 40px;
	position: fixed;
	right: 20px;
	text-indent: -9999px;
	width: 40px;
}
.form-testimonial {
	overflow: hidden;
	width: 450px;
}
.t-formfield {
	border: 1px solid #3b2314;
}
.form-left {
	float: left;
	width: 230px;
}
.form-sub {
	height: 24px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-top: 3px;
	text-align: right;
}
.form-right {
	float: left;
	padding-left: 5px;
	width: 210px;
}
.form-sub-r {
	height: 27px;
	margin-bottom: 5px;
	padding-top: 2px;
}
.textboxes {
	float: left;
	font-size: 13px;
	width: 120px;
}
.button1 {
	background: #F89825;
	width: 210px;
	height: 30px;
	border: none;
	color: #ffffff;
	font-weight: normal;
	cursor: pointer;
}
.testimonials-name-sub {
	text-align: right;
	padding-top: 10px;
	font-weight: bold;
}
/*~*/



/*********** Footer styles ***********/



.footer-top {
	background: url(../images/footer-top-area-bg.png) left top repeat-x;
	height: auto;
	overflow: hidden;
	padding: 10px 20px;
}
.footer-top-left {
	width: 400px;
	float: left;
}
.footer-top-right {
	width: 300px;
	float: right;
}
.footer-wrapper-div {
	margin: auto;
	width: 1000px;
	overflow: hidden;
}
.footer-links {
	margin-top: 18px;
}
.footer-links a {
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}
.copyright {
	margin-top: 15px;
}
.footer-social-twitter-fb {
	float: right;
}
.footer-social-text {
	float: right;
	margin-right: 10px;
	line-height: 17px;
	text-align: right;
}
.google-button {
	overflow: hidden;
	padding: 20px 0 10px 90px;
	width: 61px;
	border-bottom: #dddddd solid 1px;
	float: right;
}

.ftr-scl-icns{
	width:350px;
	float:right;
}

.share-button {
	margin-top: 10px;
	overflow: hidden;
	float: right;
}
.footer-bottom {
	background: url(../images/footer-bottom.png) left top no-repeat;
	width: 1000px;
	height: 28px;
	text-align: center;
	padding-top: 10px;
}
.footer-bottom a {
	text-decoration: none;
}
.footer-bottom a:hover {
	text-decoration: none;
	text-decoration: underline;
}
.footer-bottom-shadow {
	background: url(../images/footer-bottom-shadow.png) center top no-repeat;
	height: 30px;
	width: 1000px;
	margin: 0px 5px;
}
/*~*/



/*********** Dropdown-menu Styles ***********/



.dropdown-items {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	background: #3b2314;
	width: 510px;
}
.dropdown-items #about {
	top: -100px;
}
.dropdown-item-links-left {
	margin-right: 10px;
	float: left;
	width: 250px;
}
.dropdown-item-links-right {
	float: left;
	width: 250px;
}
.dropdown-item-links {
	padding: 0px;
	overflow: hidden;
	padding: 5px 0px 5px 20px;
	background: #3b2314;
	/*border-bottom: #4e3c30 solid 1px;*/

	width: 250px;
}
.dropdown-item-links a {
	display: block;
	padding: 0px 0px 0px 16px;
	text-decoration: none;
	background: #3b2314 url(../images/green-bullet.png) left 7px no-repeat;
}
/*

 * FancyBox - jQuery Plugin

 * Simple and fancy lightbox alternative

 *

 * Examples and documentation at: http://fancybox.net

 * 

 * Copyright (c) 2008 - 2010 Janis Skarnelis

 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.

 * 

 * Version: 1.3.4 (11/11/2010)

 * Requires: jQuery v1.3+

 *

 * Dual licensed under the MIT and GPL licenses:

 *   http://www.opensource.org/licenses/mit-license.php

 *   http://www.gnu.org/licenses/gpl.html

 */



#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox/fancybox.png');
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}
#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}
#fancybox-left {
	left: 0px;
}
#fancybox-right {
	right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}
#fancybox-left-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -30px;
}
#fancybox-right-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}
#fancybox-left:hover span {
	left: 20px;
}
#fancybox-right:hover span {
	left: auto;
	right: 20px;
}
.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}
#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
}
#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}
#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}
#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -182px;
}
#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}
#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}
#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
}
#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -122px;
}
#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}
.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}
.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}
.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}
#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancybox/fancy_title_over.png');
	display: block;
}
.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}
#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}
#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}
#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../images/fancybox/fancybox.png') -40px -90px no-repeat;
}
#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../images/fancybox/fancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../images/fancybox/fancybox.png') -55px -90px no-repeat;
}
/* IE6 */



.fancybox-ie6 #fancybox-close {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_close.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-left-ico {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-right-ico {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_right.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-over {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_over.png', sizingMethod='scale');
	zoom: 1;
}
.fancybox-ie6 #fancybox-title-float-left {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-main {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_main.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-right {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_right.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
 height: expression(this.parentNode.clientHeight + "px");
}
#fancybox-loading.fancybox-ie6 {
	position: absolute;
	margin-top: 0;
 top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}
#fancybox-loading.fancybox-ie6 div {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_loading.png', sizingMethod='scale');
}
/* IE6, IE7, IE8 */



.fancybox-ie .fancybox-bg {
	background: transparent !important;
}
.fancybox-ie #fancybox-bg-n {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_n.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-ne {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-e {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_e.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-se {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_se.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-s {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_s.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-sw {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-w {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_w.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-nw {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}
/*

	AnythingSlider v1.8+ Default theme

	By Chris Coyier: http://css-tricks.com

	with major improvements by Doug Neiner: http://pixelgraphics.us/

	based on work by Remy Sharp: http://jqueryfordesigners.com/

*/



/*****************************

  SET DEFAULT DIMENSIONS HERE

 *****************************/

/* change the ID & dimensions to match your slider */

#slider {
	width: 1000px;
	height: 390px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */

	overflow-y: auto;
	overflow-x: hidden;
}
/******************

  SET STYLING HERE

 ******************

 =================================

 Default state (no keyboard focus)

 ==================================*/

/* Overall Wrapper */

.anythingSlider-default {
	margin: 0 auto;/* 45px right & left padding for the arrows, 28px @ bottom for navigation *//*padding: 0 45px 28px 45px;*/

}
/* slider window - top & bottom borders, default state */

.anythingSlider-default .anythingWindow {
/*border-top: 3px solid #777;

	border-bottom: 3px solid #777;*/

}
/* Navigation buttons + start/stop button, default state */

.anythingSlider-default .anythingControls a {
	/* top shadow */

	background: #777 url(../images/default.png) center -288px repeat-x;
	color: #000;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
/* Make sure navigation text is visible */

.anythingSlider-default .anythingControls a span {
	visibility: visible;
}
/* Navigation current button, default state */

.anythingSlider-default .anythingControls a.cur {
	background: #888;
	color: #000;
}
/* start-stop button, stopped, default state */

.anythingSlider-default .anythingControls a.start-stop {
	background-color: #040;
	color: #ddd;
}
/* start-stop button, playing, default state */

.anythingSlider-default .anythingControls a.start-stop.playing {
	background-color: #800;
}
/* start-stop button, default hovered text color (when visible) */

/* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */

.anythingSlider-default .anythingControls a.start-stop:hover, .anythingSlider-default .anythingControls a.start-stop.hover, .anythingSlider-default .anythingControls a.start-stop .anythingControls ul a:hover {
	background-image: none;
	color: #ddd;
}
/*

 =================================

 Active State (has keyboard focus)

 =================================

*/

/* slider window - top & bottom borders, active state */

.anythingSlider-default.activeSlider .anythingWindow {
/*border-color: #7C9127;*/

}
/* Navigation buttons, active state */

.anythingSlider-default.activeSlider .anythingControls a {
	/* background image = top shadow */

	background-color: #7C9127;
}
/* Navigation current & hovered button, active state */

.anythingSlider-default.activeSlider .anythingControls a.cur, .anythingSlider-default.activeSlider .anythingControls a:hover {
	/* background image removed */

	background: #7C9127;
}
/* start-stop button, stopped, active state */

.anythingSlider-default.activeSlider .anythingControls a.start-stop {
	background-color: #080;
	color: #fff;
}
/* start-stop button, playing, active state */

.anythingSlider-default.activeSlider .anythingControls a.start-stop.playing {
	background-color: #d00;
	color: #fff;
}
/* start-stop button, active slider hovered text color (when visible) */

.anythingSlider-default.activeSlider .start-stop:hover, .anythingSlider-default.activeSlider .start-stop.hover {
	color: #fff;
}
/************************

  NAVIGATION POSITIONING

 ************************/

/* Navigation Arrows */

.anythingSlider-default .arrow {
	top: 50%;
	position: absolute;
	display: block;
}
.anythingSlider-default .arrow a {
	display: block;
	width: 45px;
	height: 140px;
	margin: -70px 0 0 0; /* half height of image */
	text-align: center;
	outline: 0;
	background: url(../images/default.png) no-repeat;
}
/* back arrow */

.anythingSlider-default .back {
	left: 0;
}
.anythingSlider-default .back a {
	background-position: left top;
}
.anythingSlider-default .back a:hover, .anythingSlider-default .back a.hover {
	background-position: left -140px;
}
/* forward arrow */

.anythingSlider-default .forward {
	right: 0;
}
.anythingSlider-default .forward a {
	background-position: right top;
}
.anythingSlider-default .forward a:hover, .anythingSlider-default .forward a.hover {
	background-position: right -140px;
}
/* Navigation Links */

.anythingSlider-default .anythingControls {
	outline: 0;
	display: none;
}
.anythingSlider-default .anythingControls ul {
	margin: 0;
	padding: 0;
	float: left;
}
.anythingSlider-default .anythingControls ul li {
	display: inline;
}
.anythingSlider-default .anythingControls ul a {
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}
/* navigationSize window */

.anythingSlider-default .anythingControls .anythingNavWindow {
	overflow: hidden;
	float: left;
}
/* Autoplay Start/Stop button */

.anythingSlider-default .anythingControls .start-stop {
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
}
/***********************

  IE8 AND OLDER STYLING

 ***********************/



/* Navigation Arrows */

.as-oldie .anythingSlider-default .arrow {
	top: 30%;
}
.as-oldie .anythingSlider-default .arrow a {
	margin: 0;
}
/* margin between nav buttons just looks better */

.as-oldie .anythingSlider-default .anythingControls li {
	margin-left: 3px;
}
/* When using the navigationSize option, the side margins need to be zero

	None of the navigation panels look good in IE7 now =( */

.as-oldie .anythingSlider-default .anythingControls a {
	margin: 0;
}
.as-oldie .anythingSlider-default .anythingNavWindow {
	margin: 0 2px;
}
.as-oldie .anythingSlider-default .anythingNavWindow li {
	padding: 3px 0 0 0;
}
/***********************

  COMMON SLIDER STYLING

 ***********************/

/* Overall Wrapper */

.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
/* anythingSlider viewport window */

.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base (original element) */

.anythingSlider .anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
/* Navigation arrow text; indent moved to span inside "a", for IE7;

  apparently, a negative text-indent on an "a" link moves the link as well as the text */

.anythingSlider .arrow span {
	display: block;
	visibility: hidden;
}
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */

.anythingSlider .arrow.disabled {
	display: none;
}
/* all panels inside the slider; horizontal mode */

.anythingSlider .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
/* vertical mode */

.anythingSlider .vertical .panel {
	float: none;
}
/* fade mode */

.anythingSlider .fade .panel {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
/* fade mode active page - visible & on top */

.anythingSlider .fade .activePage {
	z-index: 2;
}
/***********************

  RTL STYLING

 ***********************/

/* slider autoplay right-to-left, reverse order of nav links to look better */

.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
.anythingSlider.rtl .anythingControls ul {
	float: left;
} /* move nav link group to left */
.anythingSlider.rtl .anythingControls ul a {
	float: right;
} /* reverse order of nav links */
.anythingSlider.rtl .start-stop { /* float: right; */
} /* move start/stop button - in case you want to switch sides */
/* probably not necessary, but added just in case */

.anythingSlider, .anythingSlider .anythingWindow, .anythingSlider .anythingControls ul a, .anythingSlider .arrow a, .anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}
/*Add by Dhanushka 2013-08-12*/
.qr-code {
	text-align: center;
	margin: 30px 0;
}
/*Voice Review Widjet*/
#-speakpipe-widget-side-button {
	top: 48.2063% !important;
	padding-top: -5px !important;
	padding-bottom: -5px !important;
}
#-speakpipe-widget-side-button {
	background-color: #8DC740 !important;
	border-left: #704922 solid 1px !important;
	border-right: #704922 solid 1px !important;
	border-top: #704922 solid 1px !important;
	border-bottom: #704922 solid 1px !important;
	color: #600 !important;
}
/*Video Review Widget*/
::made-up-pseudo-element, #-speakpipe-widget-side-button-video {
top: 5.2063%
}
#-speakpipe-widget-side-button-video {
	background-image: url(../images/record-video-msg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#-speakpipe-widget-side-button-video a {
	display: block;
	height: 250px;
	width: 35px;
}
#-speakpipe-widget-side-button-video {
	top: 2.2063%;
	right: 0px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #FFA83E !important;
	border-left: #704922 solid 1px !important;
	border-right: #704922 solid 1px !important;
	border-top: #704922 solid 1px !important;
	border-bottom: #704922 solid 1px !important;
	color: #3C2415 !important;
	display: block;
	text-align: center;
	font: 16px/100% Arial, Helvetica, sans-serif;
	position: fixed;
	margin: 0px;
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
	z-index: 100000;
	-moz-box-sizing: content-box;
	visibility: visible;
	height: 250px;
	width: 35px;
}
/* Added by Thuwan on 8/15/2013 for NPS feature */
.nps {
	margin: 10px 0px 0px -15px;
	
	width:230px;
	float:left;
}

.nps span{
	color:#9bb35b;
	font-weight:bold;
	margin-left:20px;
	font-size:20px;
}

a.mint-butn{
	font-size:11px;
	padding:5px;
	width:130px;
	background:#9b908a;
	color:#fff;
	text-decoration:none;
	border-radius:10px;
	text-align:center;
}

a.mint-butn:hover{
	background:#7b716c;
}

a.move-1{margin-top:-30px;position:absolute;margin-left:50px;}

/* ------- */

/*Edited by peer 9-23-2013*/
.article_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.article_list li {
	padding-bottom: 7px;
}
.article_head {
	padding: 0;
	margin: 15px 0px 10px 0px;
}
/* Social Media Toolbar(New Standard) - By Thuwan on 10/14/2013 */
.facebook_like, .tweeter_follow, .google_plus {
	float: right;
	margin-left:5px;
}
.tweeter_follow {
	width: 220px;
}
/* Social Media Icons in Left - By Thuwan on 3/2/2014 */
.sm-left {
	background: url(../images/sm-bg.jpg) top center no-repeat;
	min-height: 35px;
	padding: 65px 10px 5px;
	border-bottom: 0px #F89825 solid;
	text-align: center;
}
.sm-title {
	padding-bottom: 10px;
	text-align: left;
	color: #3e2312;
	font-size: 18px;
}
.sm-left a {
	display: block;
	border: 0px;
	text-decoration: none;
	padding: 5px 0px;
	margin: 0px 0px 5px 0px;
	background: #fff0dd;
	width: 100%;
}
.sm-left a img {
	border: 0px;
}
/* ---------- */

.stepcarousel {
	position: relative; /*leave this value alone*/
	border: 2px solid #84481b;
	overflow: scroll; /*leave this value alone*/
	width: 476px; /*Width of Carousel Viewer itself*/
	height: 270px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	width: 456px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.newsletters-set {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	text-align: center;
}
/* Testimonial Widget*/
.testimonial-bucket-wrapper {
	margin: 10px auto 25px auto;
	font-style: italic;
	border-bottom: 1px solid #5E2217;
}
.testimonial-bucket-wrapper .leftquote {
	float: left;
	margin: 0 10px 10px 0;
	background: url(../images/left-right-quotes.png) no-repeat left top;
	width: 48px;
	height: 40px;
	display: block;
}
.testimonial-bucket-wrapper .rightquote {
	float: right;
	margin: 0px 0px 10px 10px;
	background: url(../images/left-right-quotes.png) no-repeat right top;
	width: 48px;
	height: 40px;
	display: block;
}
.before-after-image-wrapper {
	text-align: center;
	border: 1px solid #ffb966;
	padding: 10px;
	margin: 10px auto;
}
.clearfloat {
	clear: both;
}
.testi-box {
	line-height: 18px;
	margin: 0 0 20px 0;
	padding: 10px;
	background-color: #EEEEEE;
	border: solid 1px #333;
}
.imgleft{
    margin-right: 10px;
    border: 1px solid #52321E;
    border-top-left-radius: 22px;
    border-bottom-right-radius: 22px;
}
.imgright{
    margin-left: 10px;
    border: 1px solid #52321E;
    border-top-left-radius: 22px;
    border-bottom-right-radius: 22px;
}
.footer-social-text a{
	 color: #3b2314;
	 text-decoration:none;
}


.middle-parent .vl-read-more-btn{
	padding:10px;
	background:#8cc63f;
	color:#fff;
	text-decoration:none;
	margin-left:40%;
	
}

.middle-parent .vl-read-more-btn:hover{
	color:#000;
}

.valentine-banner-link{
	width:99%;
}

.main-social-wrap{
	padding:0px;
	width:190px;
}

/************************ New Menu top ***************************************/
.new-top-menu nav ul li a{text-decoration:none;color:#fff;}
.new-top-menu nav {
	text-align: center;
	margin-top:-20px;
}

.new-top-menu nav ul ul {
	display: none;
}

.new-top-menu nav ul li:hover > ul {
   display: block;
}

.new-top-menu nav ul {
	background: #ffb967; 
	width:100%;
	list-style: none;
}

.new-top-menu nav ul:after {
 content: ""; clear: both; display: block;
}

.new-top-menu nav ul li {
 float: left;
}

.new-top-menu nav ul li:hover {
	background:#e9a350;
}

.new-top-menu nav ul li:hover a {
	color: #fff;
}
		
.new-top-menu nav ul li a {
	display: block; padding: 16px 23px;
	color: #fff; text-decoration:none;
	font-family:tahoma,Arial, Helvetica, sans-serif;
}
			
.new-top-menu nav ul ul {
	border-radius: 0px; padding: 0;
	position: absolute; 
	width:260px;
	
}

.new-top-menu nav ul ul li {
	float: none; 
	z-index:4000;
	position: relative;
	background: #e99e45;
background: -moz-linear-gradient(top,  #e99e45 0%, #ffb967 100%);
background: -webkit-linear-gradient(top,  #e99e45 0%,#ffb967 100%);
background: linear-gradient(to bottom,  #e99e45 0%,#ffb967 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e99e45', endColorstr='#ffb967',GradientType=0 );
}

.new-top-menu nav ul li ul li a {
	padding: 15px 40px;
	color: #000;
	
}
	
.new-top-menu nav ul ul li a:hover {
	background:#e9a350;
}
		
.new-top-menu nav ul ul ul{
	position: absolute; left: 100%; top:0;
	width:230px;
	background:none;
}
	
.new-top-menu nav ul ul ul li {
	width:100%;
	float:left;
	background:#96674c;
	border-right:1px solid #c0bfbe;
	border-bottom:1px solid #c0bfbe;
}

.new-top-menu nav ul ul ul li a:hover {
	background:#91776a;
}

.new-top-menu nav ul ul ul li a{
	font-size:14px;
	
}
	
.new-top-menu nav ul ul .m1-final {
	position: absolute; left: 100%; top:0;
	width:504px;
	background:none;
}
	
.new-top-menu nav ul ul .m1-final li {
	width:250px;
	text-align:left;
	float:left;
	background:#96674c;
	border-right:1px solid #c0bfbe;
	border-bottom:1px solid #c0bfbe;
	z-index:4000;
}

.new-top-menu nav ul ul .m1-final li a:hover{
	background:#91776a;
}

.new-top-menu nav ul ul .m1-final li a{
	font-size:13px;
}

.header-div {
	height: 195px;
	width: 1000px;
	padding: 0px 5px;
	overflow: hidden;
	background: url(../images/header-bg-2.png) left top no-repeat;
}

.app-form-container {
  width: 100%;
  margin-left:-10px;

}

.app-form-container .text-area {
  width: 100%;
  margin-top: 12px;
  padding-left: 3px;
  border: 1px solid #000;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.app-form-container .txt-fields {
  width: 100%;
  margin-top: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  border: 1px solid #000;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.app-form-container .txt-fields-combo {
  width: 102%;
  margin-top: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  border: 1px solid #000;
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.app-form-container  .btn-submit {
  
  width: 100%;
  font-size: 15px;
  text-transform: uppercase;
  color: #5b6810;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 3px solid #7f6021;
  border-top: 1px solid #e0e6a8;
  border-right: 1px solid #e0e6a8;
  border-left: 1px solid #e0e6a8;
  -webkit-transition: width 2s;
 /* For Safari 3.1 to 6.0 */
  -webkit-transition-property: color, text;
  -webkit-transition-duration: 1s, 1s;
  -webkit-transition-timing-function: linear, ease-in;
  -moz-transition-property: color, text;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: linear, ease-in;
}

.app-form-container  .btn-submit:hover {
  background: #5b6810;
  color: #fff;
}


.top-social-links {
  float: right;
  width: 146px;
}

.sm-icons {
  width: 206px;
}

.sm-icons a {
  display: inline-block;
  height: 30px;
  width: 30px;
  float: left;
  font-size: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left;
  border: 1px solid #0054a6;
  margin-right: 3%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.sm-icons a.fb {
  border: 1px solid #0054a6;
  background: #0054a6;
}

.sm-icons a.fb:hover {
  background: #fff;
  color: #0054a6;
}

.sm-icons a.twitter {
  border: 1px solid #559cd5;
  background: #559cd5;
}

.sm-icons a.twitter:hover {
  background: #fff;
  color: #559cd5;
}

.sm-icons a.gplus {
  border: 1px solid #ed1c24;
  background: #ed1c24;
}

.sm-icons a.gplus:hover {
  background: #fff;
  color: #ed1c24;
}

.sm-icons a.pinterest{
  border: 1px solid #ed1c24;
  background: #ed1c24;
}

.sm-icons a.pinterest:hover {
  background: #fff;
  color: #ed1c24;
}

.sm-icons a.pin {
  border: 1px solid #a21d21;
  background: #a21d21;
}

.sm-icons a.pin:hover {
  background: #fff;
  color: #a21d21;
}

.sm-icons a.pr {
  border: 1px solid #a21d21;
  background: #a21d21;
}

.sm-icons a.pr:hover {
  background: #fff;
  color: #a21d21;
}

.sm-icons a.youtube {
  background: #ed1f24;
  border: 1px solid #ed1f24;
  font-size: 16px;
}

.sm-icons a.youtube:hover {
  background: #fff;
  color: #ed1f24;
}

.sm-icons a.addthis {
  background: #df5526;
  border: 1px solid #df5526;
}

.sm-icons a.addthis:hover {
  background: #fff;
  color: #f26522;
}



.xdsoft_datetimepicker{box-shadow:0 5px 15px -5px rgba(0,0,0,.506);background:#FFF;border-bottom:1px solid #BBB;border-left:1px solid #CCC;border-right:1px solid #CCC;border-top:1px solid #CCC;color:#333;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;padding:2px 8px 8px 0;position:absolute;z-index:9999;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.xdsoft_datetimepicker iframe{position:absolute;left:0;top:0;width:75px;height:210px;background:0 0;border:none}.xdsoft_datetimepicker button{border:none!important}.xdsoft_noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.xdsoft_noselect::selection{background:0 0}.xdsoft_noselect::-moz-selection{background:0 0}.xdsoft_datetimepicker.xdsoft_inline{display:inline-block;position:static;box-shadow:none}.xdsoft_datetimepicker *{-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}.xdsoft_datetimepicker .xdsoft_datepicker,.xdsoft_datetimepicker .xdsoft_timepicker{display:none}.xdsoft_datetimepicker .xdsoft_datepicker.active,.xdsoft_datetimepicker .xdsoft_timepicker.active{display:block}.xdsoft_datetimepicker .xdsoft_datepicker{width:224px;float:left;margin-left:8px}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker{width:256px}.xdsoft_datetimepicker .xdsoft_timepicker{width:58px;float:left;text-align:center;margin-left:8px;margin-top:0}.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker{margin-top:8px;margin-bottom:3px}.xdsoft_datetimepicker .xdsoft_mounthpicker{position:relative;text-align:center}.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==);background-color:transparent;background-repeat:no-repeat;border:0 currentColor;cursor:pointer;display:block;height:30px;opacity:.5;outline:currentColor;overflow:hidden;padding:0;position:relative;text-indent:100%;white-space:nowrap;width:20px}.xdsoft_datetimepicker .xdsoft_prev{float:left;background-position:-20px 0}.xdsoft_datetimepicker .xdsoft_today_button{float:left;background-position:-70px 0;margin-left:5px}.xdsoft_datetimepicker .xdsoft_next{float:right;background-position:0 0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev{float:none;background-position:-40px -15px;height:15px;width:30px;display:block;margin-left:14px;margin-top:7px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev{background-position:-40px 0;margin-bottom:7px;margin-top:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box{height:151px;overflow:hidden;border-bottom:1px solid #DDD}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div{background:#F5F5F5;border-top:1px solid #DDD;color:#666;font-size:12px;text-align:center;border-collapse:collapse;cursor:pointer;border-bottom-width:0;height:25px;line-height:25px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child{border-top-width:0}.xdsoft_datetimepicker .xdsoft_next:hover,.xdsoft_datetimepicker .xdsoft_prev:hover,.xdsoft_datetimepicker .xdsoft_today_button:hover{opacity:1}.xdsoft_datetimepicker .xdsoft_label{display:inline;position:relative;z-index:9999;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:700;background-color:#fff;float:left;width:182px;text-align:center;cursor:pointer}.xdsoft_datetimepicker .xdsoft_label:hover{text-decoration:underline}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select{border:1px solid #ccc;position:absolute;right:0;top:30px;z-index:101;display:none;background:#fff;max-height:160px;overflow-y:hidden}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect{right:-7px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect{right:2px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#fff;background:#ff8000}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option{padding:2px 10px 2px 5px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#3AF;box-shadow:#178FE5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_month{width:90px;text-align:right}.xdsoft_datetimepicker .xdsoft_calendar{clear:both}.xdsoft_datetimepicker .xdsoft_year{width:56px}.xdsoft_datetimepicker .xdsoft_calendar table{border-collapse:collapse;width:100%}.xdsoft_datetimepicker .xdsoft_calendar td>div{padding-right:5px}.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th{width:14.2857142%;background:#F5F5F5;border:1px solid #DDD;color:#666;font-size:12px;text-align:right;padding:0;border-collapse:collapse;cursor:pointer;height:25px}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th{width:12.5%}.xdsoft_datetimepicker .xdsoft_calendar th{background:#F1F1F1}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today{color:#3AF}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#3AF;box-shadow:#178FE5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled{opacity:.5}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{opacity:.2}.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#fff!important;background:#ff8000!important;box-shadow:none!important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover{color:inherit	!important;background:inherit!important;box-shadow:inherit!important}.xdsoft_datetimepicker .xdsoft_calendar th{font-weight:700;text-align:center;color:#999;cursor:default}.xdsoft_datetimepicker .xdsoft_copyright{color:#ccc!important;font-size:10px;clear:both;float:none;margin-left:8px}.xdsoft_datetimepicker .xdsoft_copyright a{color:#eee!important}.xdsoft_datetimepicker .xdsoft_copyright a:hover{color:#aaa!important}.xdsoft_time_box{position:relative;border:1px solid #ccc}.xdsoft_scrollbar>.xdsoft_scroller{background:#ccc!important;height:20px;border-radius:3px}.xdsoft_scrollbar{position:absolute;width:7px;right:0;top:0;bottom:0;cursor:pointer}.xdsoft_scroller_box{position:relative}
			