* {margin:0; padding:0;}

body {
	font:62.5% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: 454545;
	background:url(images/img-bus.jpg) no-repeat 425px 10px;
	background:url(images/img-girlhome.jpg) no-repeat 400px 0px;
	
	}
	
code {
	font-family:"Courier New",Courier
}


#home {
	display:block;
	width:auto;
	height:789px; /*for bottom version*/
	height:300px;
	position:relative;
	/*background:url(images/home-bg.jpg) no-repeat;*/
	}
	
#home #logo {
	width:277px;
	height:209px;
	display:block;
	position:absolute;
	top:50px;
	left:50px;
	background:url(images/logo-green.png) no-repeat; 
	}
	
#home #credits {
	width:277px;
	position:absolute;
	top:322px;
	left:52px;
	color: #ABABAB;
	font:10px Arial, Helvetica, sans-serif;
	text-align:center;
}

#home #credits a{
	color: #888888;
}

#home #credits a:hover{
	color: #000000;
}

p {
	color:#555555;
	margin-bottom:20px;
	font-size:1.3em;
	line-height:1.4;
}

h1 {
	color:#66CC66;
	font-weight:normal;
	font-size:2.6em;
	margin-bottom:3px;
}

h2 {
	color:#66CC66;
	color: #a97838;
	color:#866233;
	font-weight:normal;
	font-size:1.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-bottom:8px;
}

h4 {
	color:#866233;
	font-weight:normal;
	font-size:1.8em;
	margin-bottom:8px;
}


h5 {
	color: #454545;
	margin-bottom:15px;
	font-size:1.5em;
	font-weight:normal;
	line-height:1.2;
}


.large {
	font-size:1.6em;
	font-weight:normal;
	margin:0;
	color:#454545;
	color:#866233;
}


a {
	color:#66CC66;
	text-decoration:none;
}

a:hover {
	color:#000000;
	
}




#acc {
	width:auto; 
	list-style:none;  
	color: #FFFFFF;
	color: #999999;
	color:#66CC66;
	color:#343434;
	font-weight:normal;
}
	
#acc h3 {
	font-size:1.6em; 
	width:auto;
	text-transform:lowercase; 
	border:1px solid #DDDDDD;
	padding:6px 6px 8px 25px; 
	font-weight:normal; 
	margin-top:5px; 
	cursor:pointer; 
	background-color: #FFFFFF;
}

#acc h3:hover {
	background-color:#66CC66; 
	color:#FFFFFF; 
	border:1px solid #66CC66;
	
}

#acc .acc-section {
	overflow:hidden; 
	background:#fff;
}


/*#acc h3.pink:hover {
	background-color:pink; 
	color:#fff; 
	border:1px solid pink;
}*/




#acc .acc-content1 {
	width:auto; 
	padding:25px 380px 25px 25px; 
	background-image: url(images/tapeguy-1.jpg);
	background-repeat:no-repeat;
	background-position:top right; 
}


#acc .acc-content2 {
	width:auto; 
	padding:25px 470px 25px 25px; 
	background-image: url(images/img-bus-headless-crop.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#acc .acc-contentGALLERY {
	width:90%; 
	padding:25px;
	
}

#acc .acc-contentGALLERY img{ 
	margin:0 25px 25px 0;
	border:none;
	padding:3px;
	border: 1px #cccccc solid;
	
}

#acc .acc-content3 {
	width:auto; 
	padding:140px 25px 25px 525px;
	background-image: url(images/img-frameside.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}



#acc .acc-content4 {
	width:auto; 
	padding:25px 400px 25px 25px;  
	background-image: url(images/img-level.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#acc .acc-content5 {
	width:auto; 
	padding:80px 25px 25px 380px; 
	background-image: url(images/img-girl.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}


#nested {width:auto; list-style:none; color:#66CC66; margin-bottom:15px}
#nested h3 {
	width:auto; 
	 border:1px solid #ffffff;
	 border-bottom:1px dashed #CCC;
	 padding:6px 6px 8px; 
	 font-weight:bold; 
	 margin-top:5px; 
	 cursor:pointer; 
	 background-color:#ffffff;}
#nested h3:hover {background-color:#FFFFFF; color:#333; border:1px solid #ffffff; border-bottom:1px dashed #CCC;}
#nested .acc-section {overflow:hidden; background:#fff}
#nested .acc-content {
	width:auto; 
	padding:15px; 
	/*border:1px solid #DDDDDD; 
	border-top:none; */
	background:#fff}
#nested .acc-selected {background-color:#ffffff;}


