@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link {
	color: #025a2a;
	text-decoration: none;

}

a:visited {
	color: #025a2a;
	text-decoration: none;
}

a:hover, a:active {
	color: #025a2a;
	text-decoration: underline;
}


#container {
	width: 100%;  
	background: #58595B;
	background-image: url(media/background.jpg);
	background-repeat:repeat-x;
	margin: 0 auto;
	text-align: left; 
}

#container2 {
	width: 100%;  
	height: 920px;
	background: #58595B;
	background-image: url(media/background.jpg);
	background-repeat:repeat-x;
	margin: 0 auto;
	text-align: left; 
}


#header {
	width: 100%;
	height:120px;
	margin:auto;
	background: #FFF; 
	padding: 0;
}

#logo {
	width:945px;
	height:100px;
	margin:auto;
	padding-top: 20px;
	padding-left: 35px;
}

#bar {
	width:100%;
	height:40px;
	margin:auto;
	background: #025a2a; 
	padding: 0;
}

#nav {
	width:815px;
	height:32px;
	margin:auto;
	padding-top: 8px;
	padding-left: 165px;
}

#eyebrow {

	width:400px;
	height:60px;
	margin:auto;
	padding-top: 8px;
	padding-left: 25px;
}


.logo{
	float: left;
}

#logo ul{
	float: left;
	display: block;
	line-height: 60px;
	padding-left:150px;
	height:60px;
}


#logo li{
	display: inline;
	color: #025a2a;
	font-family: Arial;
	font-size: 12px;
	margin-left: 1px;
	
}

#logo a:link {
	color: #999;
	text-decoration: none;

}

#logo a:visited {
	color: #999;
	text-decoration: none;
}

#logo a:hover, a:active {
	color: #025a2a;
	text-decoration: none;
}



#mainContent {
	width:860px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	padding: 40px 80px 40px 40px; 
	background: #FFFFFF;
	-moz-box-shadow: 0 0 10px 1px #222;
	-webkit-box-shadow: 0 0 10px 1px #222;
}

#mainContent2 {
	width:860px;
	height:700px;
	margin:auto;
	margin-top:20px;
	padding: 40px 80px 40px 40px; 
	background: #FFFFFF;
	-moz-box-shadow: 0 0 10px 1px #222;
	-webkit-box-shadow: 0 0 10px 1px #222;
}

#slideshow {
	width:920px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	height: 400px;
	background: #666;
	-moz-box-shadow: 0 0 10px 1px #222;
	-webkit-box-shadow: 0 0 10px 1px #222;
}

.pics { height: 920px; width: 400px; padding:0; margin:0; overflow: hidden }

p{
	margin:0px;
	padding:0px;
	color: #666;
	font-family: Arial;
	font-size: 13px;
	line-height: 28px;
	
}

.alignleft {
	float:left;
	padding-right:40px;
	padding-bottom:100px;
}

.alignleft2 {
	float:left;
	padding-right:40px;
	padding-bottom:200px;
}

#footer { 
	height: 100px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	background-image: url(media/bottom_line.jpg);
	background-repeat:repeat-x;
} 

#locations {
	width:750px;
	height:100px;
	margin:auto;
	padding-top:19px;
}


 



#basic-accordian{
	float: left;
	width: 550px;



	
}

.accordion_headings{
	padding:10px;
	background:#666;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	text-align:left;

}

.accordion_headings:hover{
	background:#025a2a;
}

.accordion_child{
	padding:10px;
	background: #ddd;
	color:#666;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
}

.header_highlight{
	background:#025a2a;
}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}