@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: "angelina";
	src: url(fonts/angelina.eot) format('embedded-opentype');
	src: local('!'), url(fonts/angelina.woff) format('woff'), url(fonts/angelina.ttf) format('truetype'), url(fonts/angelina.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

@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');}

@font-face {font-family: 'PT Sans';
	src: url(fonts/pts75f_w.eot);
	font-style: normal;
	font-weight: 700; 
	src: local('PT Sans Bold'), url(fonts/PTS75F_W.woff) format('woff'),url(fonts/PTS75F_W.ttf) format('truetype'), url(fonts/PTS75F_W.svg#PTSans-Bold) format('svg');}

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

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

@font-face {font-family: 'PT Sans Narrow';
	font-weight: 700; 
	src: url(fonts/ptn77f_w.eot);
	src: local('PT Sans Narrow Bold'), url(fonts/PTN77F_W.woff) format('woff'),url(fonts/PTN77F_W.ttf) format('truetype'), url(fonts/PTN77F_W.svg#PTSans-NarrowBold) 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:11px;
  line-height:1.6;
  text-align:center;

}

.f3{
  color:white;
  font-family:Arial, Geneva, SunSans-Regular, sans-serif;
  font-size:12pt;
  line-height:1.6;
  text-align:left;

}

.f4{
  color:#79754D;
  font-family:Arial, Geneva, SunSans-Regular, sans-serif;
  font-size:9pt;
  font-weight:700;
  text-align:left;

}


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

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

.columns {
	display: table;
	table-layout: fixed;
}

.columns ul{
	display: table-cell;
	vertical-align:top;
	padding: 15px;
	position:relative;
}

.rightside {
	font-weight:700;
	font-size:24px;
	color:#79754D;
	text-shadow: 0px -1px 0px #ffffff;
	line-height:23px;
	text-align:left;
}

h1 {
	margin-top: 35px;
	xfont-family: 'PT Sans Narrow', sans-serif;
	font-family:'CicleGordita';
	font-weight:700;
	font-size:25pt;
	color:white;
	text-shadow: 0px -1px 0px #ffffff;
}

h2 {
	xfont-family: 'PT Sans Narrow', sans-serif;
	font-weight:700;
	font-size:24px;
	color:#79754D;
	xpadding-left:30px;

	text-shadow: 0px -1px 0px #ffffff;
	line-height:23px;
}



html{
	xbackground-image:url("../images/Backgrounds/stripe_light3.png");
	background-image:url("../images/Backgrounds/fabric_wallpaper_white.png");
	xbackground-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;
	xmargin-left:-7px;
    color:black;
    font-family:Arial, Geneva, SunSans-Regular, sans-serif;
    font-size:13px;
    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:13px;
    line-height:1.6;
    text-align:left;
    vertical-align:top;
	xmargin-left:25px;


}

p {
  color:black;
  font-family:Arial, Geneva, SunSans-Regular, sans-serif;
  font-size:13px;
  line-height:1.6;
  xtext-align:left;
  xvertical-align:top;
}

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: 'PT Sans Narrow', sans-serif;
	font-weight:700;
	font-size:18px;
	color:#383838;
	padding-left:30px;
	xmargin-left: -80px;
	text-shadow: 0px -1px 0px #ffffff;
	line-height:17px;
	}

.expandable_menu a.collapsed {
	background: url('../images/faq_button_open.png') no-repeat 3px;
	cursor:pointer;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:700;
	font-size:18px;
	color:#383838;
	padding-left:30px;
	xmargin-left: -80px;
	text-shadow: 0px -1px 0px #ffffff;
	line-height:17px;
}

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


#header_div{
	position:relative;
	height:170px;
	width:auto;
	xbackground-color:#383838;
	background-image:url("../images/Backgrounds/bg-grey.jpg");
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;	
	z-index:100;
	border-bottom:1px solid grey;
	
 
}

#innerHeader_div{
	position:relative;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#logo{ 
	height:95px; width:auto; float:left; margin-right:20px; margin-top:40px;
	border:0px solid white; margin-top:35px; width:90px; height:auto;
	margin-left:10px;
} 
#innerHeader_div h2{ position:relative; margin-top:30px; left:-15px;}


#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:100px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	top:8px;
	background-color:transparent;
	min-height:700px;
	xfloat:left;


}


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

}



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

}



#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;
	xmin-height:590px;
	xmin-height:630px;
	min-height:500px;
}

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

#footer_div{
	position:relative;
	height:auto;
	width:auto;
	xbackground-color:#383838;
	background-image:url("../images/Backgrounds/bg-grey.jpg");
	margin-top: 0px;	
}


#footer_div div{
	margin-right:auto;
	margin-left:auto;
	position:relative;	
	width:auto;
 
} 

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

#map_div{
	position:relative;
	xmargin-left:auto;
	xmargin-right:auto;
	xmargin-left:500px;
	xleft:120px;

}

#mapviewer{
	position:absolute;
	top:28px;
	left:32px;
	z-index:999;
	xtop:-300px;
	xfloat:right;
}


#mapFrame{
	position:relative;
	height:auto;
	width:76%;
	left:7px;
	top:13px;
}