/***********************************************************************************************************************
DOCUMENT: style/format.css
DEVELOPED BY: Ryan Stemkoski
COMPANY: Zipline Interactive
EMAIL: ryan@gozipline.com
PHONE: 509-321-2849
DATE: 2/26/2009
DESCRIPTION: This document contains the structural formatting files for the accordion style menu.
************************************************************************************************************************/
#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}


.accordionButton {
   background-color: #00AEF0;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 55px;
    margin-bottom: 20px;
    margin-top: 0;
	font-family:Verdana, Geneva, sans-serif;
    padding-left: 60px;
    text-decoration: none;
    text-transform: uppercase;
}
	
.accordionContent {	
	 float: left;
    width: 100%;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: url("../images/acordi_03.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 55px;
	margin-top: 0;
	padding-left: 60px;
	text-decoration: none;
	text-transform: uppercase;
	background-size: cover;
}	
.over {
	background: url("../images/acordi_03.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 55px;
	margin-top: 0;
	padding-left: 60px;
	text-decoration: none;
	text-transform: uppercase;
	background-size: cover;
}

@media only screen and (max-width: 991px) {
.servic_text p {
	margin: 0 auto 0 65px;
}
	.servic_hd p {
	margin: 0 auto 0 105px;
}
	
}

@media only screen and (max-width: 767px) {

	.servic_text p {
	margin: 0 auto 0 25px;
}
.servic_hd p {
	margin: 0 auto 0 70px;
}
	.on {
	background-size: 100% 100%;
}
		.over {
	background-size: 100% 100%;
}
}
@media only screen and (max-width: 575px) {
			.on {
	background-size: cover;
}
	.over {
	background-size: cover;
}
}
@media only screen and (max-width: 480px) {

	.servic_text p {
	margin: 0;
}
	
}

