@charset "utf-8";

/*-------CSS RESET-----------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, str5ong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------------------*/

/* Fonts */

@font-face {font-family: 'PT Sans'; 
	src: url(fonts/pts55f_w.eot); 
	src: local('PT Sans'), url(fonts/PTS55F_W.woff) format('woff'),url(fonts/PTS55F_W.ttf) format('truetype'), url(fonts/PTS55F_W.svg#PTSans-Regular) format('svg');}


/*LimeLight*/
@font-face { font-family: 'LimeLight';
 src: url(fonts/Limelight.eot) /* EOT file for IE */
}
@font-face { font-family: 'LimeLight';
 src: url(fonts/Limelight.ttf) /* TTF file for CSS3 browsers */
}	
		
		
/*Cicle Gordita*/
@font-face { font-family: 'CicleGordita';
 src: url(fonts/Cicle_Gordita.eot) /* EOT file for IE */
}
@font-face { font-family: 'CicleGordita';
 src: url(fonts/Cicle_Gordita.ttf) /* TTF file for CSS3 browsers */
}				

.f1 {
  color:white;
  font-family:Arial, Geneva, SunSans-Regular, sans-serif;
  font-size:14px;
  line-height:1.6;
  text-align:center;
  padding-top:8px;

  
}

.f2{
  color:white;
  font-family:Arial, Geneva, SunSans-Regular, sans-serif;
  font-size:10px;
  line-height:1.6;
  text-align:center;

}

.f3{
  color:#FFF056;
  font-family:Arial, Geneva, SunSans-Regular, sans-serif;
  font-size:10px;
  line-height:1.6;
  text-align:left;

}

h1 {
	margin-top: 35px;
	font-family: 'Cinzel', serif;	font-size:38px;
	color:#7F0000;
}

h2 {
	font-family: 'Cinzel', serif;	
	color:#738236;
	xmargin-top:-15px;
	font-size:25px;

}

h3 {
	font-family: 'Cinzel', serif;	
	color:#738236;
	xmargin-bottom:10px;
	font-size:18px;
	font-weight:700;
	
}

h4 {
	font-family: PT Sans Narrow;
	font-family: 'Cinzel', serif;	
	font-size:15pt;
	color:#3d515f;


}

h5 {

	font-size:25px;
	color:#3d515f;
	xfont-family: 'Trade Winds', cursive;	
	font-family: 'Istok Web', sans-serif;
}
h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:15pt;
	color:#3d515f;
	margin-bottom:12px;

}

html{
	xbackground-color:#cec9b3;
	xbackground-color:#2C2827;
	background-color:#CEC9B3;
	background-color:#F4F4F4;
	background-attachment:fixed;
	padding:0px;
	margin:0px;
}

/* ELEMENT/TAG SELECTORS */


ul {
	list-style-type: none;
	margin-bottom:15px;
	width:auto;
}

li.bullets {
	line-height: 23px;
	list-style:circle;
	margin-left:-7px;
    color:#727682;
    font-family:Arial, Geneva, SunSans-Regular, sans-serif;
    font-size:14px;
    line-height:1.6;
    text-align:left;
    vertical-align:top;
	margin-left:25px;

}

li {
	xposition:relative;
	margin-top: 0;
    xcolor:#727682;
	color:#555555;
    font-family:Arial, Geneva, SunSans-Regular, sans-serif;
    font-size:14px;
    line-height:1.6;
    text-align:left;
    vertical-align:top;


}

p {
  xcolor:#503e28;
  color:#555555;
  xcolor:#D3D3D3;
  xcolor:#727682;
  font-family:Arial, Geneva, SunSans-Regular, sans-serif;
  font-size:13px;
  line-height:1.6;
}

.blurb{
	position:relative;
	width:auto;
	xmargin-left:25px;
	border:1px solid #D4D4D4;
	background-color:#EBEBEB;
	margin-top:10px;	
	-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
	padding-top:12px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:10px;
	margin-top:60px;
}

.blurbtext{
	font-size:15px;
	color:#555555;
	padding:10px;
	margin-right:20px;
}

.blog{
	position:relative;
	border:1px solid #D4D4D4;
	background-color:#EBEBEB;
	margin-top:10px;	
	-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
	padding-top:12px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:20px;
	margin-left:0;
	margin-bottom:20px;
	xwidth:535px;
	xwidth:500px;
	width:450px; 
	color:#555555;
}


a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

a:link {text-decoration: none; }
a:visited { text-decoration: none; }
a {color:#6398a8;}

a.underline:link {color: #446e7a; text-decoration: none; }
a.underline:visited {color:#4d4d4f; text-decoration: none; }
a.underline:hover {
	color: #4d4d4f;
	text-decoration: none;
	font-size: 100%;
}

/* Expandable List */

.expandable_menu a.expanded {
	background: url('../images/faq_button_closed.png') no-repeat 3px;
	cursor:pointer;
	font-family: 'Cinzel', serif;
	font-size:25px;
	xcolor:#6F9D9A;
	color:#6f779d;
	padding-left:25px;
	line-height:25px;
	}

.expandable_menu a.collapsed {
	background: url('../images/faq_button_open.png') no-repeat 3px;
	cursor:pointer;
	font-family: 'Cinzel', serif;
	font-size:25px;
	xcolor:#6F9D9A;
	color:#6f779d;
	padding-left:25px;
	line-height:25px;
}

.expandablemenu{
	position:relative;
	xleft:-50px;
	width:500px;
	margin-left:25px;
}

.shadow {
	-webkit-box-shadow: 9px 9px 20px rgba(50, 48, 50, 0.75);
	-moz-box-shadow:    9px 9px 20px rgba(50, 48, 50, 0.75);
	box-shadow:         9px 9px 20px rgba(50, 48, 50, 0.75);
	-webkit-box-shadow: -3px 3px 29px rgba(50, 48, 50, 0.92);
	-moz-box-shadow:    -3px 3px 29px rgba(50, 48, 50, 0.92);
	box-shadow:         -3px 3px 29px rgba(50, 48, 50, 0.92);
}

.picShadow{
-webkit-box-shadow: 4px 2px 12px rgba(50, 50, 50, 0.21);
-moz-box-shadow:    4px 2px 12px rgba(50, 50, 50, 0.21);
box-shadow:         4px 2px 12px rgba(50, 50, 50, 0.21);
}

.columns1 {
	display:inline-block;
	width:200px;
	float:left;
	margin-left:0px;
}

.columns2 {
	display:inline-block;
	width:200px;
	margin-right:50px;
	float:right;
}


#header_div{
	position:relative;
	height:120px;
	width:auto;
	xbackground-color:#383838;
	xbackground-image:url("../images/flexslider/slider2.png");
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;	
	z-index:100;
	xborder-bottom:1px solid grey;
	

}

#innerHeader_div{
	position:relative;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#innerHeader_div img{ height:170px; width:auto; float:left;} 
#innerHeader_div h2{ position:relative; margin-top:0px; left:0px;}


#socialMedia{
	float:right;
	margin-top:17px;
	margin-left:25px;
	line-height:20px;
}


#photoBanner_div{
	position:relative;
	width:auto;
	height:auto;
	z-index:999;
	

}


#wrapper_div{
	top:-200px;
	padding-top:200px;
	margin-bottom:-200px;
	position:relative;
	height:auto;
	width:900px;
	background-color:transparent;
	margin-left:auto;
	margin-right:auto;
	
}

#topLinks {
	position:relative;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:300;
	font-size:15px;
	color:#383838;
	text-shadow: 0px -1px 0px #ffffff;
	line-height:23px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:560px; 
	left:-30px;
	padding-bottom:20px;
	margin-top:10px;
}

#content_div{
	position:relative;
	height:auto;
	padding-bottom:20px;
	xwidth:800px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	top:8px;
	background-color:transparent;
	min-height:700px;
	xfloat:left;


}



#blurb_div{
	position:relative;
	xwidth:540px;
	width:auto;
	height:auto;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;

}



#rightSide_div{
	position:absolute;
	width:300px;
	height:auto;
	right:0px;
	top:45px;
	border-left:solid 1px grey;
	
	/*background-color:white;
	border:1px solid #CCCCCC;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	padding:15px;
	width:300px;
	*/

}

.rightside {
	color:#545246;
	font-family:helvetica;
	font-family: 'Cinzel', serif;
	font-family: 'Crete Round', serif;
	font-size:24px;
	text-align:left;
}


#contactInfo{
	position:relative;
	width:auto;
	xwidth:auto;
	height:auto; 
	padding: 0 40 40 40px;
	xleft:15px;
	xmargin-right:auto;
	margin-left:auto;
	padding-left:30px;
	/*-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:1px solid #DDDDDD;
	-webkit-box-shadow: #B3B3B3 2px 2px 2px;
	-moz-box-shadow: #B3B3B3 2px 2px 2px; 
	box-shadow: #B3B3B3 2px 2px 2px;  */
 
}

#contactInfo p, h2{
	text-align:left;
 
}
#expandableArea{
	position:relative;
	width:450px;
	height:auto;
	xleft:82px;
	padding-top:40px;
	xmin-height:475px;
	min-height:150px;
}

#bottom_content_div {
	margin-left:0px;
	margin-right:75px;
}

.bottomContent {
	margin-left:0px;
	margin-right:75px;
	width:500px;
}

#footer_div{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:20px;
	text-align:center;
	margin-bottom:20px;
	padding-bottom:20px;
}

#bottom_footer{
	background-color:white;
	height:35px;
	width:auto;
	text-align:center;
	padding-top:10px;
}
#bottom_footer p{
	color:black;
	font-family: 'Istok Web', sans-serif;
} 

#mapviewer a {
	font-family:Arial, Geneva, SunSans-Regular, sans-serif;
	font-size:18px;
	color:#383838;	
}

#googleMap a{
	font-family:Arial, Geneva, SunSans-Regular, sans-serif;
	font-size:18px;
	color:#383838;	
}

#testimonials li{
	margin-bottom:20px;
}