/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}
mark, rp, rt, ruby, summary, time {
	display: inline;
}
/* Global properties ======================================================== */
html, body {
	width: 100%;
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #977e60;
	min-width: 980px;
	margin: 0 auto;
	padding-bottom: 30px;
	background-color: linen;

}
.soci img{width:200px; height:300px;}
.bg-glow {
	background: url(../images/bg_glow.png) 50% 0 no-repeat;
	padding-top: 10px;
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/***********************************************************************/
.whatbot {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 160px;font-weight:600;
    height: 40px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #ff004e;
}
p span {
	color: #e44a24;
	font-weight: bold;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a.button {
	border-radius: 2px;
	background: url(../images/button_sprite.png) 0 0 repeat-x #977c60;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	box-shadow: 0px 1px 1px #592215;
	padding: 4px 10px 5px 10px;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.button:hover {
	background-position: 0 34px;
	background-color: #FF004E;
}
a.button2 {
	border-radius: 2px;
	background: url(../images/button_sprite.png) 0 34px repeat-x #cb4725;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	box-shadow: 0px 1px 1px #592215;
	padding: 4px 10px 4px 10px;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.button2:hover {
	background-position: 0 0px;
	background-color: #977c60;
}
a.link {
	text-decoration: underline;
	cursor: pointer;
	color: #e44a24;
}
a.link:hover {
	text-decoration: none !important;
}
.list1 {
	width: 220px;
}
.list1 li a:hover {
	color: #e44a24;
}
.list1 li {
	padding: 6px 0 6px 36px;
	border-top: #cec1b2 1px dashed;
	background: url(../images/marker.png) 10px 12px no-repeat;
}
.list1 li:first-child {
	border-top: none;
}
.list1 li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #977e60;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list2 {
	width: 460px;
}
.list2 li a:hover {
	color: #e44a24;
}
.list2 li {
	padding: 6px 0 6px 36px;
	border-top: #cec1b2 1px dashed;
	background: url(../images/marker.png) 10px 12px no-repeat;
}
.list2 li:first-child {
	border-top: none;
}
.list2 li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #977e60;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list3 {
	width: 300px;
}
.list3 li a:hover {
	color: #e44a24;
}
.list3 li {
	padding: 6px 0 6px 38px;
	border-top: #cec1b2 1px dashed;
	background: url(../images/marker.png) 11px 12px no-repeat;
}
.list3 li:first-child {
	border-top: none;
}
.list3 li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #977e60;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/******************************************************************/
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	width: 100%;
}
.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative
}
.wrap {
	overflow: hidden;
	position: relative
}
.extra-wrap {
	overflow: hidden;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.line_height {
	line-height: 24px !important;
}
.img-indent {
	float: left;
	margin: 0 15px 0px 0;
}
.img-indent2 {
	float: left;
	margin: 0 20px 0px 0;
}
.last {
	margin-right: 0px !important;
}
/* Lightbox image */
.lightbox-image {
	position: relative;
	display: inline-block;
}
.lightbox-image img {
	position: relative;
	z-index: 2;
}
.lightbox-image span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/magnify.png) 50% 50% no-repeat;
}
/*********************************header*************************************/


.main {
	margin: 0 auto;
}
header {
	margin: 0 auto;
	z-index: 101;
	position: relative;
	width: 978px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-radius: 5px 5px 0 0;
	background-color: #FFF;
}
h1 {
	display: inline-block;
	margin: 16px 0 16px 19px;
}
nav {
	position: relative;
	width: 980px;
	display: block;
	margin: 0 auto;
	background: url(../images/menushape.png) 0 0 no-repeat;
	min-height: 46px;
	z-index: 101;
}
.search_button {
	background: url(../images/search_shape.png) 0 0 repeat-x #9a361c;
	display: inline-block;
	vertical-align: top;
	float: left;
	border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	padding: 3px 10px 6px 10px;
}
.search_button:hover {
	background: #a08768;
}
/*********************************content*************************************/
#content {
	width: 980px;
	margin: 0 auto;
	background-color: #FFF;
}
.redblock {
	background: url(../images/red_pat.png) 0 0 repeat;
	width: 980px;
	margin-top: 2px;
}
.whiteblock {
	width: 978px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
.datebox {
	width: 57px;
	height: 58px;
	overflow: hidden;
	background: url(../images/dateshape.png) 0 0 no-repeat;
	text-align: center;
}
.datebox>.date {
	font-family: 'Engagement', cursive;
	font-size: 32px;
	font-weight: normal;
	color: #ffffff;
	margin-top: 15px;
}
.datebox>.month {
	text-transform: uppercase;
	color: #fff;
	margin-top: -2px;
}
.box-1 {
	width: 300px;
	margin-left: 20px;
	float: left;
}
.marg0 {
	margin-left: 0px !important;
}
.marg1 {
	margin-top: 30px;
}
.marg2 {
	margin-top: 19px;
}
.marg3 {
	margin-top: 16px;
}
.marg4 {
	margin-top: 15px;
}
.marg5 {
	margin-top: 19px;
}
.marg6 {
	margin-top: 10px;
}
.marg7 {
	margin-top: 14px;
}
.marg8 {
	margin-top: 9px;
}
.marg9 {
	margin-top: 20px;
}
.marg10 {
	margin-top: 15px;
}
.marg11 {
	margin-top: 20px;
}
.marg12 {
	margin-top: -3px;
}
.marg13 {
	margin-top: 15px;
}
.marg14 {
	margin-top: 45px;
}
.marg15 {
	margin-top: 21px;
}
.marg16 {
	margin-top: 19px;
}
.marg17 {
	margin-top: 19px;
}
.marg18 {
	margin-top: 60px;
}
.marg19 {
	margin-top: 3px;
}
.marg20 {
	margin-top: 9px;
}
.marg21 {
	margin-top: 59px;
}
.marg22 {
	margin-top: 53px;
}
.marg23 {
	margin-top: 13px;
}
.marg24 {
	margin-top: 47px;
}
.marg25 {
	margin-top: 66px;
}
.marg26 {
	margin-top: 16px;
}
.marg27 {
	margin-top: 23px;
}
.marg28 {
	margin-top: 8px;
}
.marg29 {
	margin-top: 65px;
}
.marg30 {
	margin-top: 20px;
}
.pad1 {
	padding-bottom: 10px;
}
.pad2 {
	padding-bottom: 15px;
}
.pad3 {
	padding-bottom: 14px;
}
.pad4 {
	padding-bottom: 12px;
}
.pad5 {
	padding-bottom: 15px;
}
.pad6 {
	padding-bottom: 23px;
}
.pad7 {
	padding-bottom: 16px;
}
.line1 {
	width: 200px;
	height: 2px;
	background: url(../images/line_grid3.png) 0 0 no-repeat;
}
.line2 {
	width: 980px;
	height: 2px;
	background: url(../images/line_grid3.png) 0 0 repeat-x;
}
.line3 {
	width: 350px;
	height: 1px;
	background-color: #CCCCCC;
}
.line31 {
	width: 200px;
	height: 1px;
	background-color: #CCCCCC;
}
.line4 {
	width: 220px;
	height: 1px;
	border-top: 1px dashed #cec1b2;
}
.line5 {
	width: 940px;
	height: 1px;
	background: #cec1b2;
	margin: 0 auto;
}
.line6 {
	width: 620px;
	height: 1px;
	background: #cec1b2;
}
.line7 {
	width: 300px;
	height: 1px;
	background: #cec1b2;
}
.img-border {
	border: 6px solid #fff;
}
.img-border2 {
	border: 6px solid #eaeaea;
}
h2 {
	font-family: 'Engagement', cursive;
	font-size: 38px;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: 0px;
}
h3 {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-weight: bold;
	color: #ff004e;
	letter-spacing: 0px;
}
.text-1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.text-2 {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #e44a24;
}
.text-3 {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #e44a24;
	font-weight: bold;
}
.text-4 {
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
.text-6 {
	font: 15px/20px Arial, Helvetica, sans-serif;
	color: #e44a24;
}
/****************************footer************************/
footer {
	width: 978px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	border-radius: 0px 0px 5px 5px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ff004e;
	padding-top: 10px;
	color: #FFF;
}
footer a, a:link, a:hover, a:active {
	color: #FFF;
	text-decoration: none;
}
.text-5 {
	color: #FFFFFF;
	display: inline-block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin-top: 12px;
}
.footeric {
	display: inline-block;
}
.footeric a {
	display: inline-block;
	width: 30px;
	height: 30px;
}
.footeric a:hover {
	opacity: 0.5;
}
.footic-1 {
	background: url(../images/footer_icon_01.png) 0 0 no-repeat;
	margin-right: 5px;
}
.footic-2 {
	background: url(../images/footer_icon_02.png) 0 0 no-repeat;
	margin-right: 15px;
}
/**********************form**********************/
.map {
	width: 418px;
	height: 314px;
	margin: 20px 20px 0 0px;
	display: block;
	float: left;
}
.map iframe {
	width: 418px;
	height: 314px;
}
dl {
	margin: 14px 0px 0 0px;
	float: left;
}
dl dt {
}
dl dd span {
	display: block;
	width: 67px;
	float: left;
}
dl dd {
}
dl dd a {
}
.btns {
	border-top: 1px solid #cec1b2;
	margin-top: 20px;
}
.btns a {
	margin: 20px 10px 0px 0px;
}
#tier {
	width: 980px;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#tier1 {
	width: 700px;
	height: auto;
	float: left;
}
#tier2 {
	width: 250px;
	height: auto;
	float: right;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}
#tier2 a,a:hover,a:active {
	color: #333;
}
#tier3 {
	width: 250px;
	height: auto;
	float: right;
	text-align: center;
	font-family: calibri;
	color: #ff004e;
	margin-top: 40px;
	font-size: 14px;
	font-weight: bold;
}
#tier3 a{

	color: #ff004e;

}
.homecond {
	width: 970px;
	height: 225px;
}
.cotcond {
	width: 970px;
	height: 1200px;
}
.cotcond1 {
	width: 970px;
	height: 820px;
}
.homecond1 {
	width: 650px;
	height: auto;
	float: left;
	padding: 10px;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	line-height: 35px;
}
.abte {
	width: 650px;
	height: auto;
	float: left;
	padding: 10px;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	line-height: 35px;
}
.rates {
	width: 950px;
	height: auto;
	float: left;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	line-height: 35px;
}
.condte {
	width: 950px;
	height: auto;
	float: left;
	padding: 10px;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	line-height: 35px;
}
.homecond2 {
	width: 225px;
	height: auto;
	float: right;
	margin-right: 20px;
	margin-top: 30px;
}
.abte2 {
	width: 270px;
	height: auto;
	float: right;
	margin-right: 10px;
	margin-top: 30px;
	border: thin solid #CCC;
}
.abte21 {
	width: 270px;
	height: auto;
	background-color: #ff004e;
	font-family: "Comic Sans MS", cursive;
	font-size: 17px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.abte22 {
	width: 250px;
	height: auto;
	margin-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.scrde {
	width: 980px;
	height: 30px;
	background-color: #FFF;
	font-family: calibri;
	font-size: 16px;
	color: #B8057A;
}
.wesw {
	width: 250px;
	height: auto;
	float: right;
	font-family: calibri;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
}

