@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Signika:400,700);




/* CSS Document */

body {
	font-family: 'PT Sans', sans-serif; font-size:14px; color:#393939;
	background-color:#e2dcc7;
}

/* ---------- FRAMEWORK ---------- */

#container { width: 1000px; margin: 0px auto;  position: relative; top: 0px; }
#content { width: 1000px; height: inherit; z-index: 3; position: relative; top: 65px;  }
#content2 { width: 1000px; height: inherit; z-index: 3; position: relative; top: 25px;  }

#footer { width: 1000px;	height: 20px; margin: 0 auto; padding: 0;  }
#nav {
	width: 980px;
	height: 38px;
	padding: 0px;
	z-index: 900;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

.textwrap {
	float: left;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
}

.textwrap2 {
	float: right;
	padding-left:15px;
	padding-bottom:5px;
}


.nav_back {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #C5B7A3 0%, #9A8362 50%, #9A8362 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #C5B7A3 0%, #9A8362 50%, #9A8362 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #C5B7A3 0%, #9A8362 50%, #9A8362 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C5B7A3), color-stop(0.5, #9A8362), color-stop(1, #9A8362));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #C5B7A3 0%, #9A8362 50%, #9A8362 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #C5B7A3 0%, #9A8362 50%, #9A8362 100%);
	
} 

.hours_back {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color:#91ae8e;
	padding:10px;
	 	

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #C5B7A3 0%, #9A8362 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #C5B7A3 0%, #9A8362 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #C5B7A3 0%, #9A8362 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C5B7A3), color-stop(1, #9A8362));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #C5B7A3 0%, #9A8362 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #C5B7A3 0%, #9A8362 100%);
	
}


.internal_box {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color:#91ae8e;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	 	


/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #C5B7A3 0%, #9A8362 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #C5B7A3 0%, #9A8362 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #C5B7A3 0%, #9A8362 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C5B7A3), color-stop(1, #9A8362));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #C5B7A3 0%, #9A8362 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #C5B7A3 0%, #9A8362 100%);
	
}

.green_back {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color:#6a9666;
	padding:10px;
	
	
}

.home_content {
	padding:10px;
	margin-left:10px;
	 	
	
}


.footer_back {
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
background-color:#fcfefb;
} 

.main_content { background:url(../images/content-bg.png), repeat; height: auto; 
}

#followUs2 { position: absolute; top: 0px;  z-index: 100; padding-left:25px; }

.internal_content {  background-color:#FFFFFF; background:url(../images/content-bg.png), repeat; height: auto; 
}
.headings_green { font-family: 'Signika', sans-serif; font-size:24px; color:#6a9666;
}
.headings_white { font-family: 'Signika', sans-serif; font-size:24px; color:#ffffff;
}

.white_text {font-family: 'PT Sans', sans-serif; font-size:14px; color:#ffffff;}


.header_text { font-family: 'Signika', sans-serif; font-size:35px; color:#6a9666; text-align:right; vertical-align:central; padding-right:15px;
}

.footer_text { font-family: 'PT Sans', sans-serif; font-size:10px; color:#393939; text-align:center; vertical-align:central; padding:15px;
}

.follow_text { font-family: 'PT Sans', sans-serif; font-weight:700; font-size:11px; color:#6a9666;
}

#followUs {
	position: fixed;
	top: 100px;
	right: 0px;
	left: -1px;
		height: 259;
	
}



#followDiv { background: url(../images/sidebar_follow.png) no-repeat; width: 56px; height: 375px; padding-top: 5px; padding-left:7px; }
#followDiv p { padding: 2px 8px; }
