@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:center;
	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;
	font-family: 'Roboto Condensed', 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 {
	position:relative;
	background: url('../images/faq_button_closed.png') no-repeat 3px;
	cursor:pointer;
	font-family: Arial, Geneva, SunSans-Regular, sans-serif;
	font-size:15px;
	color:#383838;
	padding-left:30px;
	margin-bottom:10px;
	left: -40px;
	xtext-shadow: 0px -1px 0px #ffffff;
	line-height:17px;
	}

.expandable_menu a.collapsed {
	position:relative;
	background: url('../images/faq_button_open.png') no-repeat 3px;
	cursor:pointer;
	font-family: Arial, Geneva, SunSans-Regular, sans-serif;
	font-size:15px;
	color:#383838;
	padding-left:30px;
	margin-bottom:10px;
	left: -40px;
	xtext-shadow: 0px -1px 0px #ffffff;
	line-height:17px;
}

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

.expandable_menu ul a{
	font-weight:700;
}
.expandable_menu ul a:hover{
	color:#db0172;
}

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


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

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

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

#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;
	-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;
	xbackground: #d6d5c3;
	background: #b8aba2;
	background-image: url('../images/backgrounds/overlay-texture.png');
	-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;
	border-top:1px solid #a8988f; 
}

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

#content-items{
	width:100%;
}

#content-items .noExpand{
	height: auto; 
	min-height: 157px;
} 

#content-items ul li a{
	float:right;
	color: #8393ca;
	cursor: pointer;
}

#content-items ul li a:hover{
	color: #425cb4;
}

#content-items ul li p{
	overflow: hidden;
	height: 120px;
}
	
#content-items ul li{
	background-color:#D6D5C3;
	background-image: url('../images/backgrounds/overlay-texture-light.png');
	border:1px solid #CCCCCC;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	display:block;
	height:200px;
	margin-bottom:0;
	margin-top:-10px;
	padding-left:15px;
	padding-right:8px;
	padding-top:15px;
	position:relative;
	width:100%;
	-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;
	-webkit-box-shadow: 0px -3px 10px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    0px -3px 10px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         0px -3px 10px 0px rgba(50, 50, 50, 0.55);
	
}

#content-items ul li img{
	float:left;
	width:175px;
	height:auto;
	margin-right:20px;
}

#content-items ul li h3{
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
}

.slideOpen{
	height: 250px;
	
}
.slideOpen p{
	height: 170px;
	
}

.slideClosed{
	height: 200px;
}

.slideClosed p{
	height: 120px;
}


#innerHeader_div img{
	height:100px;
	margin-top:10px;
}

#main-slider{
	width:900px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:50px;
}

#blurb{
	position:relative;
	height:auto;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	padding-bottom:20px;
}

#products{
	position:relative;
	padding-top:55px;
	xmargin-top:-40px;
	
}


#contact{
	height:400px;
	padding-top:55px;
}

#contact_info h2{
	font-size:16pt;
	margin-bottom:2px;
	font-weight:500;
}

#upload{
	color:white;
	height: 450px;
	padding-top:25px;
	
}

#FAQ{
	padding-top:30px;
	
}

#testimonials{
	position:relative;
	padding-top:60px;
}

#staff{
	position:relative;
	padding-top:60px;
}

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