@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 */


/* H Tags*/

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	font-size:30px;
	color: #404040;
	color: #fff;
	font-weight:800;

}

h2 {
	font-family: 'Open Sans', sans-serif; 
	color:#f7941d; 
	color:#333; 
	font-size:25px;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:30px;
	margin-bottom:10px;
	color:#1B2130;
	}

h4 {
	font-size:23px;
	font-family: 'Open Sans', sans-serif;
	color:#1B2130;
	font-weight:700;
}

h5 {
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	color:#777;
	font-weight:700;
}
h6 {
	xfont-family: 'Archivo Black', sans-serif;
	font-size:12px;
	color:#555555;
	margin-bottom:8px;
}

html{
	padding:0px;
	margin:0px;
	background:#f4f4f4;
}

/* 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:black;
    font-family:Arial, Geneva, SunSans-Regular, sans-serif;
    font-size:14px;
    line-height:1.6;
    text-align:left;
    vertical-align:top;
	margin-left:25px;

}

ul.bullets li{
	line-height: 23px;
	list-style:circle;
	margin-left:-7px;
    color:black;
    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;
    color:black;
    font-family:Arial, Geneva, SunSans-Regular, sans-serif;
    font-size:14px;
    line-height:1.6;
    text-align:left;
    vertical-align:top;


}

p {

  color:#555555;
  font-family:Arial, Geneva, SunSans-Regular, sans-serif;
  xfont-family: 'Coustard', serif;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Arimo', sans-serif;
  font-size:15px;
  line-height:1.3;
}

/*Common Classes */
img.displayCentered {
    display: block;
    margin-left: auto;
    margin-right: auto }

.para {
  color:#555555;
  font-family:Arial, Geneva, SunSans-Regular, sans-serif;
  font-size:13px;
  line-height:1.6;
}

.blurb{
	position:relative;
	width:auto;
	xborder:1px solid #178e16;
	xbackground-color:#ebebeb;
	x-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
	padding-top:12px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:10px;
	xborder-bottom:2px solid #404040;
	xborder-top:2px solid #404040;
	
}
.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;
	width:auto;
	margin-right:25px;
	margin-bottom:50px;
}

.bounded{
	overflow: hidden;
}

.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);
}

.wrapperShadow{
-webkit-box-shadow: 6px 3px 26px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    6px 3px 26px rgba(50, 50, 50, 0.5);
box-shadow:         6px 3px 26px rgba(50, 50, 50, 0.5);

}

.metal{
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(left, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 59%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(59%,#2c2c2c), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 59%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 59%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 59%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* IE10+ */
	background: linear-gradient(to right, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 59%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 ); /* IE6-9 */
}

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; }
xa {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%;
}

.imgCaption{
	font-family:Arial, Geneva, SunSans-Regular, sans-serif;
	font-size:14px;
	position:relative;
	top:0px;
	left:25px;
	color:#555555;
}	

.imgHover:hover {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}


.accordion{
	xmargin-left:20px; 
	xmargin-top:20px; 
	xmargin-right:40px; 
	position:relative;
	xbackground:white;
}

.accordion2{
	margin-left:20px; 
	xmargin-top:20px; 
	xmargin-right:40px; 
	position:relative;
	xbackground:white;
}


.bottomContent {
	xmargin-left:0px;
	xmargin-right:75px;
	xwidth:500px;
}

.rightside {
	text-align:left;
	xfont-family: 'Archivo Black', sans-serif;
	font-size:17px;
	color:#A3A3A3;
}

.imgBorder{
	padding:5px;
	border:1px solid #cccccc;
}
/* Classes unique to this page */



/*ID tags */


#header_div{
	z-index:100;
	background:#4c8f96;
	width:100%;
	height:90px;
	xborder-top:1px dashed #fff;
	border-bottom:1px solid #55ae96;

}
#header2_div{
	z-index:100;
	width:100%;
	width:900px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	height:75px;


}

#innerHeader_div{
	width:250px;
	position:relative;
	position:relative;
	height:70px;
	background:#212740;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	top:-50px;

}

#photoFrame{
	background:white;
	border:2px solid #4c8f96;
	-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
}

#callDiv{
	font-family: 'Cherry Swash', cursive;	
	xcolor:white;
	position:absolute;
	right:100px;
	font-size:30px;
	top:75px;
	/*metalic effect*/
	color: #fff;
	text-shadow: 0px 1px 0px rgba(255,255,255,.5); /* 50% white from bottom */
	font-weight:800;
	
}

#socialMedia{
	float:right;
	margin-top:17px;
	margin-left:25px;
}
 
#flexslider_div{
	position:relative;
	height:auto;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	left:-30px;
}

#wrapper_div{
	position:relative;
	height:auto;
	width:880px;
	margin-left:auto;
	margin-right:auto;
	padding-right:30px;
	padding-left: 30px;
	xpadding-top:200px; /*leave room for fixed header at the top*/
	padding-top:20px;
}


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

/* Expandable List */

.expandable_menu a.expanded {
	background: url('../images/arrow-closed.png') no-repeat -3px;
	cursor:pointer;
	font-size:17px;
	color:#555555;
	color:#252d37;
	padding-left:25px;
	line-height:15px;
	}

.expandable_menu a.collapsed {
	background: url('../images/arrow-open.png') no-repeat -3px;
	cursor:pointer;
	font-size:17px;
	color:#555555;
	color:#252d37;
	padding-left:25px;
	line-height:15px;
}

.expandable_menu a.expanded:hover{
		color:#f7941d;
}
.expandable_menu a.collapsed:hover{
		color:#f7941d;
}

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

#expandableArea{
	position:relative;
	width:450px;
	height:auto;
	min-height:200px;
}

#rightSide_div{
	float:right;
	width:250px;
	height:auto;
	top:130px;
	border-left:solid 1px grey;

}

#leftside_div{
	width:550px;
	position:relative;
}

#contactInfo{
	position:relative;
	width:auto;
	height:auto; 
	padding: 0 40 40 40px;
	margin-left:auto;
	padding-left:30px;

 
}

#contactInfo p, h2{
	text-align:left;
 
}

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