@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
@font-face {
    font-family: 'droid_sansbold';
    src: url('fonts/droidsans-bold-webfont.eot');
    src: url('fonts/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidsans-bold-webfont.woff') format('woff'),
         url('fonts/droidsans-bold-webfont.ttf') format('truetype'),
         url('fonts/droidsans-bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face
{
font-family: Ageoneserif;
src: url('fonts/Ageone_serif.ttf');
} 

@font-face
{
font-family: Segoeui;
src: url('fonts/segoeui_0.ttf');
} 
@font-face {
    font-family: 'droid_sansregular';
    src: url('fonts/droidsans-webfont.eot');
    src: url('fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/droidsans-webfont.woff') format('woff'),
         url('fonts/droidsans-webfont.ttf') format('truetype'),
         url('fonts/droidsans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
 font-family:Segoeui;
}
img, object, embed, video {
	max-width: 100%;
	
	
}
.ca-item-main img
{
border: 1px solid rgb(153, 204, 0);
height: 117px;
width: 179px;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
.enhance {
    color: #000000;
    display: block;
    font-size: 16px;
    margin-bottom: -10px;
    margin-top: 30px !important;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	background-color: rgba(125, 107, 96, 0.2);
	width: 88.5%;
	max-width: 1200px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;	
	border-top: 7px solid rgba(94, 72, 72, 0.7);
	border-right: solid 1px rgba(167, 153, 145);
	border-left: solid 1px rgba(167, 153, 145);
	border-bottom: solid 1px rgba(167, 153, 145);
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: 3%;
}
.header {
}
.logo {
width: 100%;
text-align:center;
}
.social_icon {
width: 100%;
clear: both;
margin-left: 0;
}
.main_nav {
}
.nav_list {
}
.list_item {
	width: 100%;
	clear: both;
	margin-left: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
.slider {
}
.quotes {
	background-color: #88BA00;
width: 97.3%;
padding-left: 1.7%;	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;

display: block;
text-align:center;
}
.content {
width: 100%;
}
.sidebar {
width: 100%;
clear: both;
margin-left: 0;
}
.footer {
	background-color: rgba(94, 72, 72, 0.75);
	padding-top: 2%;
	padding-bottom: 2%;
}
.guotes {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.list_item a:hover {
    background-color: rgba(128, 182, 0, 0.7);
}
.list_item a {
     clear: none;
    color: #FFFFFF;
    font-family: Segoeui;
    font-size: medium;
    margin-left: 1.6949%;
    padding: 10px 41px;
    text-decoration: none;
    width: 15.2542%;
}
.social-icons {
    float: right;
    margin: 8px 0;
}
.social-icons li {
    float: left;
}
#twitter_icon, #facebook_icon, #googleplus_icon, #skype_icon, #linkedin_icon {
    border-radius: 99% 99% 99% 99%;
    display: block;
    height: 19px;
    margin: 0 5px 0 0;
    transition: all 0.3s ease-in-out 0s;
    width: 19px;
}
ul li{
list-style: none outside none;
}
#twitter_icon, #facebook_icon, #googleplus_icon, #skype_icon, #linkedin_icon {
    background: url("images/social-icons.png") no-repeat scroll 0 0 #6F6F6F;
}
#twitter_icon:hover, #facebook_icon:hover, #googleplus_icon:hover, #skype_icon:hover, #flickr_icon:hover, #linkedin_icon:hover, #vimeo_icon:hover, #youtube_icon:hover, #rss_icon:hover {
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
}
#twitter_icon:hover, #facebook_icon:hover, #googleplus_icon:hover, #skype_icon:hover, #linkedin_icon:hover {
    background-color: #80B600;
}
#twitter_icon {
    background-position: 5px 5px;
}
#facebook_icon {
    background-position: -18px 5px;
}
#googleplus_icon {
    background-position: -41px 5px;
}
#skype_icon {
    background-position: -64px 5px;
}
#flickr_icon {
    background-position: -87px 5px;
}
#linkedin_icon {
    background-position: -110px 5px;
}
#vimeo_icon {
    background-position: -133px 5px;
}
#youtube_icon {
    background-position: -156px 5px;
}
#rss_icon {
    background-position: -179px 5px;
}
.content h4, .content li h4 {
	padding-left: 15px;
}
.content h2, .content li h2 {
    color: rgb(51, 51, 51);
    font-family: Segoeui;
    font-size: 0.85em;
	padding-left: 15px;
}
.content li {
    color: #6B6661;
    font-family: Segoeui;
    font-size: 14px;
    font-weight: lighter;
    line-height: 1.8em;
}
.second_link_red{
    color: red;
    font-family: Segoeui;
    font-size: 1em;
    font-weight: lighter;
    line-height: 1.5em;

}
.content ul
{
	margin:0px;
	padding-left: 15px;
}

.contact_info
{ float:left; width:37%;}

.contact_map{
	float:right;
	border: 1px solid #999999;
}

.rmm-main-list li a{
	background-image:url(images/line.png);
background-repeat:no-repeat;
background-position:right; 
}

.rig_top {
 margin:13px 24px;
}
.rig_top img{
	width:327px;
	height:270px;
}

.rig_center p
{
	text-align: center;
	color: #fff;
	font-size: 21px;
line-height: 1.2em;
}
.header_contact{
	clear:both;
	padding-right: 4px;
}
.header_contact p
{
	color:#333333; 
	font-family:Segoeui;
	font-size:17px;  
	font-weight:normal;
	padding-top: 12px;
	text-align: right;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	background-color: rgba(125, 107, 96, 0.2);
	width: 88.5%;
	max-width: 1200px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;	
	border-top: 7px solid rgba(94, 72, 72, 0.7);
	border-right: solid 1px rgba(167, 153, 145);
	border-left: solid 1px rgba(167, 153, 145);
	border-bottom: solid 1px rgba(167, 153, 145);
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: 3%;
}
.header {
}
.logo {
	width: 60%;
	text-align: left;
	padding-top: 2%;
	padding-left: 3%;
	padding-bottom: 2%;
}
.social_icon {
	width: 30%;
	clear: none;
	margin-left: 2.5%;
	display: block;
	margin-top: 2%;
}
.main_nav {
	background-color: rgba(94, 72, 72, 0.75);
}
.nav_list {
}
.list_item {
width: 15.2542%;
margin-left: 1.6949%;
clear: none;
}
.slider {
	margin-top: 1px;
	margin-bottom: 1px;
}
.slider2 {
	background-color: rgba(94, 72, 72, 0.37);
	padding: 0;
	height: auto;
}
.quotes {
	background-color: #88BA00;
width: 97.3%;
padding-left: 1.7%;	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;

display: block;
text-align:center;
}
.content {
	background-color: rgba(255, 255, 255, 0.7);
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
display: block;
width: 65%;
}
.quotes h4 {
    color: rgb(255, 255, 255);
    font-family: Segoeui;
    margin:0px;
	padding: 5px;
	font-size: 0.8em;
	font-weight: lighter;
}
.quotes h1 {
    color: rgb(255, 255, 255);
    font-family: Segoeui;
    margin: 0px;
    padding: 5px;
    font-size: 2em;
    font-weight: lighter;
}
.content p {
    color: rgb(51, 51, 51);
    font-family: Segoeui;
    margin: 0 0 2%;
    padding: 10px 15px 0;
    font-size: 0.75em;
    font-weight: lighter;
    line-height: 1.5em;
}
.left_siderbar {
     font-family: Segoeui;
    font-size: 24px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 12px;
}

.sidebar {
	margin-top: 2%;
	margin-bottom: 2%;
width: 30%;
margin-left: 1.6949%;
clear: none;
}
/*.slider2 {
	background-color: rgba(94, 72, 72, 0.37);
	padding-top: 2%;
	padding-bottom: 2%;
	height: 120px;
}*/
.footer {
	background-color: rgba(94, 72, 72, 0.75);
	padding-top: 2%;
	padding-bottom: 2%;
	height: auto;
}
.footer p {
	text-align: center;
}
.guotes {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

@media only screen and (max-width: 1200px) {
	.ui-widget {
		font-size:14px !important;
	}
	.rmm .graphite {
	max-width: 815px !important;	
}
}

@media only screen and (max-width: 979px) {
	.content {
		width:96% !important;
	}
	.sidebar{
		width:96% !important;
	}
	.slider2{
		display:none;
	}
	.rmm .graphite {
		max-width: 815px !important;	
	}
	.fluid.content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	background-color: rgba(125, 107, 96, 0.2);
	width: 88.5%;
	max-width: 1200px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;
	border-top: 7px solid rgba(94, 72, 72, 0.7);
	border-right: solid 1px rgba(167, 153, 145);
	border-left: solid 1px rgba(167, 153, 145);
	border-bottom: solid 1px rgba(167, 153, 145);
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: 2%;
}

	
.header {
}
.logo {
	width: 60%;
	text-align: left;
	padding-top: 1%;
	padding-left: 2%;
	padding-bottom: 1%;
}
.social_icon {
/*	width: 33.5%;
	clear: none;
	margin-left: 2.5%;
	display: block;
	margin-top: 3%;
	text-align:right;
*/
	clear: none;
margin-left: 2.5%;
display: block;
margin-top: 0;
text-align: right;
float: right;
margin-right: 8px;
}
.mk_app_button{
margin-top: 22px;
margin-right: 7px;
margin-bottom: 42px;

}


.mk_app_button a
{
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
padding: 9px 12px;
text-decoration:none;
color: #fff;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
border-radius: 3px;
background: none repeat scroll 0% 0% rgb(135, 207, 20);}
.main_nav {
	background-color: rgb(94, 72, 72);
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
}
.nav_list {
	padding-top: 0px;
	padding-bottom: 0px;
}
.list_item {
width: 15.2542%;
margin-left: 1.6949%;
clear: none;
}
.slider {
	margin-top: 1px;
	margin-bottom: 1px;
}
.quotes {
	background-color: #88BA00;
width: 97.3%;
padding-left: 1.7%;	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;

display: block;
text-align:center;
}

.sub_head{
	background-color: rgba(94, 72, 72, 0.37);
	width: 100%;
display: block;
padding-top: 3px;
text-align:center

}
.sub_head_title{
	background-image:url(images/h2-bg.png);
	background-repeat:no-repeat;
	padding-left:10px;
	margin: 30px 0 15px 10px;
	color:#FFFFFF !important;
	line-height:2em !important;
	font-size:.9em  !important;
	font-weight:bold;
}
.quotes h1 {
	color: #FFF;
	font-family: Segoeui;
	margin: 0;
	padding-bottom: 10px;
	font-size: 28;
	font-weight:lighter;
	text-align:left;
}
.quotes h4 {
	color: #FFF;
	font-family: Segoeui;
	margin: 0;
	padding: 0px 0px 13px 6px;
	font-size: 15px;

	font-weight:lighter;
	text-align:left;
	width:99%;
}
.content {
	background-color: rgba(255, 255, 255, 0.7);
	margin-top: 2%;
	margin-bottom: 1%;
	margin-left: 1.7%;
	padding: 1%;
display: block;
width: 65%;
}

.content h1 {
	color: #630;
	font-family: Segoeui;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight:lighter;
}
.content p {
	color: rgb(107,102,97);
	font-family: Segoeui;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: lighter;
	line-height: 1.4em;
	margin-bottom: 2%;
	padding-left: 15px;
padding-right: 15px; 

}
.content p b
{
	color:rgb(94,88,82);
}
.sidebar {
	background-color: rgba(94, 72, 72, 0.37);
	margin-top: 2%;
	min-height: 360px;
	margin-bottom: 1%;
width: 28.32%;
margin-left: 1.5%;
clear: none;
}
/*.slider2 {
	background-color: rgba(94, 72, 72, 0.37);
	padding: 1%;
	height: 150px;
	width: 98%;
}*/
.footer {
	background-color: rgba(94, 72, 72, 0.75);
	padding-top: 2%;
	padding-bottom: 3.5%;
	text-align:center;
	font-size:12px;
	color:#fff;
	z-index:2000px !important;
}
.footer a{
	color:#FFFFFF;
}
.guotes {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.event_title{
	color:#666666;
	font-weight:bold;
	font-size:18px;
	text-align:center;
}
.event_right{
	float:left;
	width:50%

}
.event_left{
	float:left;
	width:40%;
	
}
.event_time{
    border: 2px solid rgb(102, 102, 102);
    margin-top: 7px;
}
.event_timetitle{
	text-align: center;
	padding: 10px;
	background: none;
}
.event_time td{
	padding:10px;
	color: rgb(102, 102, 102);
}
.event_name{
	padding: 10px 11px 4px 12px;
	margin-left: 10px;
	color: rgb(102, 102, 102);
}
.event_field{
	padding-left:21px;
}
.event_field input{
	width: 300px;
	height: 25px;
	padding-left: 5px;
}
.event_field textarea{
	width: 300px;
	height: 79px;
}
.event_field .button{
	width:310px;
	height:40px;
	border:0px;
	background-color:#666666;
	color:#fff;
	font-family:Segoeui;
	margin-top:18px;
}
.massage{
	width: 298px;
	background-color: rgb(193, 228, 141);
	height: auto;
	border: 1px solid rgb(102, 102, 102);
	padding-left: 10px;
	margin-left: 20px;
	margin-top: 19px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: rgb(102, 102, 102);
}
#datepicker{}
.ui-datepicker-inline{
	margin: 10% auto !important;
}
.left_siderbar{
	background-color: rgba(94, 72, 72, 0.75);
	font-family: Segoeui;
	font-size: 19px;
	color: #fff;
	text-align: center;
	padding: 12px;

}
}
.event_time td{
text-align:center;
}
.book_eve{
	font-family:verdana;
}
.rmm .graphite {
	max-width: 815px !important;	
}