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



h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20pt;
	color:#555555;
}

h2 {
	font-family: 'Rouge Script', cursive;
	text-shadow: 0.0em 0.0em 0.07em rgba(0,0,0,0.5);
	-webkit-font-smoothing:antialiased;

}

h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20pt;
	color:#94969a;
	text-align:left;
	line-height:1.0;
}

h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18pt;
	font-weight:700;
	color:#555555;
	margin-left:20px;
}

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{
	background-color:#f4f4f4;
	padding:0px;
	margin:0px;
}


/* ELEMENT/TAG SELECTORS */

ul {
	list-style-type: none;
	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;

}

li {
	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;
  font-size:13px;
  line-height:1.6;
}



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

/* Expandable List */

.expandable_menu a.expanded {
	background-image:url('../images/triangle-pointer-open.png');
	background-position:12px 2px;
	background-size:15px 15px;
	background-repeat: no-repeat;
	top:5px;
	position:relative;
	margin-left:186px;
	cursor:pointer;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:15px;
	color:#b8b533;
	padding-left:30px;
	margin-bottom:10px;
	line-height:17px;
	}

.expandable_menu a.collapsed {
	background-image:url('../images/triangle-pointer-closed.png');
	background-position:15px 3px;
	background-size:15px 15px;
	background-repeat: no-repeat;
	top:5px;
	position:relative;
	margin-left:186px;
	cursor:pointer;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:15px;
	color:#b8b533;
	padding-left:30px;
	margin-bottom:10px;
	line-height:17px;
}

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

.expandable_menu ul a{
	font-weight:700;
}

.expandItem{
	position:relative;
	margin-bottom:20px;
	border:1px solid #cccccc;
	padding:20px;
	-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;
	-webkit-box-shadow: 4px 4px 6px 0px rgba(50, 50, 50, 0.56);
	-moz-box-shadow:    4px 4px 6px 0px rgba(50, 50, 50, 0.56);
	box-shadow:         4px 4px 6px 0px rgba(50, 50, 50, 0.56);
	xbackground-image: url('../images/backgrounds/overlay-texture.png');
	background-color: #f4f4f4;
}

.expandItem img{
	width:175px;
	float:left;
	margin-right:25px;
}

.expandItem h3{
	margin-bottom:10px;
}

.expandItem p{
	height:140px;
	overflow:hidden;
}

.expandable_menu ul a:hover{
	color:#d7d337;
}

#expandableArea{
	position:relative;
	xwidth:450px;
	height:auto;
	xleft:82px;
	padding-top:40px;
	xmin-height:475px;
}

.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{
	xposition:relative;
	position:fixed;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;	
	z-index:1000;
	width:100%;
	top:0px;

}

#navBar{
	width:100%;
	margin-left:auto;    
	margin-right:auto;
	text-align:center;
	padding-left:20px;

	background-color:#b9b309;
	color:#ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 999;
}

#navBar a{
	margin-right:20px;
	margin-left:10px;
	color:#ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	z-index:999;
	cursor:pointer;
}

#wrapper{
	position:relative;
	xwidth:900px;
	margin-right:auto;
	margin-left:auto;
	xmargin-top:80px;
	margin-top:50px;
}

#logo{
	left:10px;
	position:absolute;
	top:16px;
	z-index:999;
}

#logoUnderlay{
	left:0px;
	position:absolute;
	top:10px;
	z-index:998;
}

#upperWrapper{
	position:relative;
	width:900px;
	margin-right:auto;
	margin-left:auto;
	margin-top:50px;
}

#wrapper{
	position:relative;
	width:900px;
	margin-right:auto;
	margin-left:auto;
	xmargin-top:80px;
	xmargin-top:50px;
}

#outerBannerPhoto {
	width:100%;
}
#innerBannerPhoto {
	width:1400px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}


#main-content div{
	position:relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;

}




#main-content-right{
	position:relative;
	xwidth:30%;
	width:290px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-bottom:50px;
	background-color:#dad1c3;
	xbackground-image:url('../images/backgrounds/green_cup.png');
	background-image:url('../images/backgrounds/speckle.jpg');
	xbackground:#73a527;
	border:1px solid #cccccc;
	float:right;
	padding-top:30px;
	margin-top:92px;
	-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;
	-webkit-box-shadow: 4px 4px 6px 0px rgba(50, 50, 50, 0.56);
	-moz-box-shadow:    4px 4px 6px 0px rgba(50, 50, 50, 0.56);
	box-shadow:         4px 4px 6px 0px rgba(50, 50, 50, 0.56);
	
}

#main-content-left{
	position:relative;
	width:550px;
	xwidth:69%;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-bottom:50px;
	margin-right:0px;
	margin-left:0px;
	padding-right:25px;
	-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;
}

#content-items h2{
	font-size:50pt;
	color:#ffffff;
	padding-bottom:15px;
	padding-top:10px;
	text-align:left
}

#content-items{
	xwidth:100%;
}



#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;
}


#logo_div{
	position:relative;
	margin-bottom:13px;
}


#content-items h2{
	text-align:left;
}

#contactMethods li{
	display:inline-block;
	background:#f4f4f4;
}