@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 */

.f1 {
  color:white;
  font-size:14px;
  line-height:1.6;
  text-align:center;
  padding-top:8px;

  
}

.f2{
  color:white;
  font-size:10px;
  line-height:1.6;
  text-align:center;

}

.f3{
  color:#FFF056;
  font-size:10px;
  line-height:1.6;
  text-align:left;

}

/*
Lawyer font colors: http://desktoppub.about.com/od/choosingcolors/f/What-Color-Is-Corporate-Blue.htm
*/

h1 {
	margin-top: 35px;
	font-family: 'Playfair Display SC', serif;
	font-weight: 700; 	
	font-size:45px;
	color:#000033;
}

h2 {
	font-family: 'Cinzel', serif;	
	xcolor:#4c6980;
	color:#01296e;
	margin-top:-15px;

}

h3 {
	font-family: 'Cinzel', serif;	
	color:#4c6980;
	color:#01296e;
	margin-bottom:10px;
	font-size:20px;
	
}

h4 {
	font-family: 'Crete Round', serif;	
	font-size:35px;
	color:#545246;


}

h5 {

	font-size:25px;
	color:#3d515f;
}

h6 {
	font-size:15pt;
	color:#3d515f;
	margin-bottom:12px;

}

html{
	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;
}

.expandHover:hover img{
	xposition:relative;
	width:66px;
	height:auto;
	margin-right:0px;
	margin-top:10px;
	xbackground:blue;
}
.socialMediaImg img{
	height:auto; 
	width:60px; 
	margin-top:16px;
	margin-right:6px;
}

.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;
	color:#000033;
	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;
	color:#000033;
	padding-left:25px;
	line-height:25px;
}

.expandable_menu a.expanded:hover{
		color:#01296e;
}
.expandable_menu a.collapsed:hover{
		color:#01296e;
}

.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:100px;
	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 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{
	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;
	background-color:transparent;
	min-height:700px;
}



#blurb_div{
	position:relative;
	xwidth:540px;
	width:auto;
	height:auto;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;

}

#blurb_div img{
	float:right; 
	margin-left:10px; 
	margin-right:30px; 
	margin-top:13px;
}

#rightSide_div{
	position:absolute;
	width:300px;
	height:auto;
	right:0px;
	top:25px;
	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: '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:20px;
	xmin-height:475px;
	min-height:150px;
}

#bottom_content_div {
	margin-left:0px;
	xmargin-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;	
}
