/****Global****/
body {
	font: normal 15px TitilliumText22L003, Arial, Helvetica, sans-serif;
	border-top: 10px solid #CFB65B;
	padding-top: 20px;
	color: #6C7174;
	line-height: 25px;
}
h1, h2, h3, h4, h5, h5 {
	font-family: TitilliumText22L005, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 30px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
}
a {
	color: #CFB65A;
}
a img {
	border: none;
}
table {
	display: table;
}
td {
	display: table-cell;
	vertical-align: top;
}
p, li {
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
}
hr {
	height: 2px;
	border: 0px;
	margin: 20px 0px 20px 0px;
 padding: 0px  background: rgb(207,182,91); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2VkOTAxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2Y2ZTZiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left, rgba(207,182,91,1) 1%, rgba(207,182,91,1) 95%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(223,200,15,1)), color-stop(95%, rgba(249,235,185,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(207,182,91,1) 1%, rgba(207,182,91,1) 95%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(207,182,91,1) 1%, rgba(207,182,91,1) 95%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(207,182,91,1) 1%, rgba(207,182,91,1) 95%); /* IE10+ */
	background: linear-gradient(to right, rgba(207,182,91,1) 1%, rgba(207,182,91,1) 95%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9017', endColorstr='#f6e6b4', GradientType=1 ); /* IE6-8 */
}
b, strong {
	font: normal 15px TitilliumText22L005, Arial, Helvetica, sans-serif;
}
i, em {
	font-style: italic;
}
/******Blocks******/

/******Wrapper*****/
#wrapper {
	width: 1080px;
	margin: 0px auto 0px auto;
}
/*****Header*******/
#header {
	height: 180px;
}
#header .moduletablecol1-head {
	float: left;
	width: 326px;
}
#header a {
	color: #6C7174;
	text-decoration: none;
}
#header .moduletablecol2-head {
	float: right;
	width: 700px;
	font: normal 18px TitilliumText22L004, Arial, Helvetica, sans-serif;
	text-align: right;
}
#header .moduletablecol2-head b {
	font: normal 18px TitilliumText22L005, Arial, Helvetica, sans-serif;
}
#header .moduletablecol2-head p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#slideshow {
	float: left;
	width: 670px;
	height: 265px;
	overflow: hidden;
}
#mediaplayer {
	float: right;
}
#slideshow *, #mediaplayer * {
	margin: 0px;
	padding: 0px;
}
/*****Menu Definition*********/
ul.menu li {
	margin: 0px;
	padding: 0px;
}
ul.menu {
	width: 1080px;
	background: #CEB559;
	list-style: none;
	position: relative;
	display: inline-table;
}
ul.menu:after {
	content: "";
	clear: both;
	display: block;
}
ul.menu li {
	float: left;
	text-transform: uppercase;
}
ul.menu li:hover {
}
ul.menu li:hover a {
}
ul.menu li a, ul.menu li span.separator {
	display: block;
	padding: 10px 30px;
	color: #ffffff;
	text-decoration: none;
}
ul.menu ul {
	display: none;
}
ul.menu li:hover > ul {
	display: block;
}
ul.menu ul {
	min-width: 200px;
	background: #CEB559;
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 999;
}
ul.menu ul li {
	float: none;
	border-top: 1px solid #ffffff;
	position: relative;
	text-transform: capitalize;
}
ul.menu ul li a {
	padding: 10px 30px 10px 30px;
	color: #fff;
}
ul.menu ul li a:hover {
	background: #4b545f;
}
ul.menu ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
/*****Main Menu1********/
#menu {
	margin-bottom: 8px;
}
#menu ul.menu li.item270 a {
	padding-left: 40px;
}
/*****Main Menu2********/
#menu2 {
	margin: 8px 0px 10px 0px;
}
#menu2 ul.menu, #menu2 ul.menu ul li a:hover {
	background-color: #6B7174;
}
#menu2 ul.menu li {
	border-right: 1px solid #ffffff;
}
#menu2 ul.menu li:last-child {
	border-right: none;
}
#menu2 ul.menu li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}
#content {
	margin-top: 20px;
}
/*****Col1********/
#col1 {
	float: left;
	width: 750px;
}
#col1 ul {
	margin-left: 10px;
	padding-left: 10px;
}
#col1 ul li {
	list-style: outside disc;
}
#col1 ol li {
	list-style: outside decimal;
}
#col1 p, #col1 li, td {
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
}
#col1 table {
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
}
#recentblogs1 {
	margin-top: 40px;
}
#recentblogs1 p span.title {
	display: block;
	margin-bottom: 20px;
}
#recentblogs1 p {
	margin: 0px;
	padding: 0px;
}
#recentblogs1 b a {
	font: normal 15px TitilliumText22L005, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #6C7174;
	padding-bottom: 10px;
}
table#gallery td, table#gallery p {
	padding: 0px;
	margin: 0px;
}
table#gallery td img {
	display: block;
	float: left;
	margin-top: 20px;
	vertical-align: bottom;
}
table#gallery p.caption {
	font: normal 15px TitilliumText22L003, Arial, Helvetica, sans-serif;
	line-height: 25px;
	margin-bottom: 30px;
	margin-top: 10px;
}
/*****Col2********/
#col2 {
	float: right;
	width: 300px;
	margin-top: 20px;
}
#ContactUs {
	margin-top: -5px;
	padding: 0px;
}
#ContactUs input.inputtext, #ContactUs textarea.inputtext, #ContactUs input.capcha {
	width: 280px;
	padding: 8px 3px 8px 3px;
	margin: 0px;
	background-color: #F2F2F3;
	border: none;
}
#txtsearch {
	width: 270px;
	height: 25px;
	padding: 8px 3px 8px 3px;
	margin: 0px;
	border: 1px solid #C2C2C2;
}
#ContactUs #send {
	padding: 5px 30px 5px 30px;
	background-color: #D0B75D;
	color: #ffffff;
	border: none;
	text-transform: uppercase;
}
#search2, #gallery, #ratings, #brochure, #considering, #badge {
	margin-top: 40px;
}
#brochure img, #considering img {
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#gallery {
	width: 270px !important;
}
#gallery h5 {
	margin-top: 10px;
}
#considering h5  {
	line-height: 25px;
}
#considering h5 a {
	color: #6C7174;
	text-decoration: none;
}
#b2jcontainer_m97 {
	background-color: #fff !important;
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
}
#b2jcontainer_m97 .b2j-contact-actions button {
	margin-right: 200px !important;
}
#b2jcontainer_m97 h2 {
	display: none;
}

/*****Footer*****/
#footer {
	font: normal 13px TitilliumText22L005, Arial, Helvetica, sans-serif;
	margin-top: 4px;
	color: #535353;
	padding-top: 30px;
	margin: 0px;
}
#footer a {
	text-decoration: none;
}
#footer-col1 {
	width: 500px;
	float: left;
}
#footer-col2 a.phone {
	float: left;
	width: 145px;
	font: normal 25px TitilliumText22L005, Arial, Helvetica, sans-serif;
}
#footer-col2 a.email {
	float: left;
	width: 252px;
	font: normal 20px DINCompRegular, Arial, Helvetica, sans-serif;
	margin-left: 20px;
}
#footer-col2 p.author {
	font: normal 15px DINCompRegular, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 20px;
}
.googleplus {
	font: normal 23px DINCompRegular, Arial, Helvetica, sans-serif;
	margin-top: 28px;
}
#footer-col2 p.author a {
	display: inline;
}
#footer #footer1 {
	background-color: #CEB559;
}
#footer #footer2 {
	font: normal 13px TitilliumText22L003, Arial, Helvetica, sans-serif;
	background-color: #6B7174;
}
#footer #footer2 p {
	line-height: 15px;
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
}
#footer .footer1 {
	width: 1000px;
	margin: auto;
}
#footer .footer2 {
	width: 1080px;
	color: #ffffff;
	margin: auto;
	padding: 20px 0px 20px 0px;
}
/****classess*****/
.clear {
	clear: both;
}
.float_r {
	float: right;
	margin: 5px 0px 5px 15px;
}
.float_l {
	float: left;
	margin: 5px 20px 8px 0px;
}
.ovelay-player-title {
	position: absolute;
	z-index: 999;
	font-size: 20px;
	margin-top: 3px;
	margin-left: 17px;
	background: rgb(196,196,196); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M0YzRjNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2QzZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(196,196,196,1) 0%, rgba(211,211,211,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(196,196,196,1)), color-stop(100%, rgba(211,211,211,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(196,196,196,1) 0%, rgba(211,211,211,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(196,196,196,1) 0%, rgba(211,211,211,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(196,196,196,1) 0%, rgba(211,211,211,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(196,196,196,1) 0%, rgba(211,211,211,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#d3d3d3', GradientType=0 ); /* IE6-8 */
}
.caption {
	font: normal 13px TitilliumText22L003, Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding-top: 15px;
}
/*td.caption, p.caption {
	font: normal 12px TitilliumText22L005, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}*/
.componentheading, .title {
	font: normal 15px TitilliumText22L005, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
span.small {
	font-size: 12px;
}
table.blog img.float_r {
	display: block;
	float: left;
	margin: 0px 10px 5px 0px;
	margin: 0px 10px 5px 0px;
}
table.blog h1, table.blog div, table.blog table, table.blog td {
	margin: 0px;
	padding: 0px;
}
.aligntop{
	font: normal 12px TitilliumText22L005, Arial, Helvetica, sans-serif;
	line-height: 15px;
	vertical-align: top;
}
.readmore a {
	color: #CFB65A;
	font: bolder 12px TitilliumText22L005, Arial, Helvetica, sans-serif;
	font-variant: uppercase;
	text-decoration: underline;
}
.stars {
	padding-top: 5px;
}
.float_l {
	float: left;
}
.pagination ul li {
	display: inline;
	list-style-type: none;
	padding: 5px !important;
}
/*******Call Action Button*******/
#action-button {
	color: #6c7175;
	width: 70%;
	background-color: #e6e1ce;
	font-weight: bold;	
	text-align: center;
	padding: 10px 60px 10px 60px;
	margin: 50px 0px 30px 0px;
}
.appointment {
	color: #FFF;
	background-color: #6c7175;
	padding-top: 10px;
	padding-bottom: 10px;
}

.appointment a {
	color: #FFF !important;
	text-decoration: none;
}
#video-col2 ul, #video-col2 ul li {
margin: 0px;
padding: 0px;
}
#video-col2 ul li {
float: left;
width: 48%;
height: 320px;
overflow: hidden;
list-style: none;
margin-right: 10px;
}
#video-col2 ul li img {
width: 98%;
padding-top:10px;
}
#video-col2 ul li .caption {
height: 50px;
font-size: 13px;
line-height: 14px;
overflow: auto;
}
#video-col2 strong {
line-height:16px;
}
#lbCenter, #lbBottomContainer {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #fff;
text-align: center;
padding: 5px;
z-index: 99998;
}