@charset "utf-8";
/* CSS Document */
#header {
	height: 31px;
	padding: 25px 10px 5px 10px;
	clear: both;
}

#form {
	padding: 10px;
	text-align:center;
	}
#ssp {
	height: 502px;
	clear:both;
	}
	
#tagline{
	height: 150px;
	margin: 20px 30px;
	border-bottom: 1px #666 solid;
	text-transform:uppercase;}
	#tagline h3 {
	font-weight: normal;
	margin-top: 10px;}
	#tagline img {
	margin-bottom: 15px;}
	/**/
#service_contain {
		height: 170px;
		margin: 5px 0 0 11px;
		clear:both;
		font-size: 90%;
		text-transform:uppercase;
	}	
	#service_contain h2 {
	margin-left: 18px;}
#service2_contain {
		height: 170px;
		margin: 5px 0 0 11px;
		clear:both;
		font-size: 90%;
		text-transform:uppercase;
		padding: 0 20px;
	}	
	
#service{
	height: 150px;	
	float: left;
	width:325px;}

#service li{
	clear: both;
	list-style: none;
	margin-bottom: 10px;
	}
#service h3, #profiles h5 {color: #666;}
	
/**/
#profiles{
clear:both;
color: #fff;
font-size: 85%;
height: 350px;
margin-left:50px;
margin-top: 10px;
width: 800px;
	}
	#profiles h3{ font-weight: bold; vertical-align:top;}
	#profiles h3 a, #profiles a {
	font-family: Arial, Helvetica, sans-serif;}
	
	#profile{
	height: 300px;	
	float: left;
	width:350px;} 
	
	#profile img {
	float: left;
	clear: both;
	margin: 0 10px 20px 0;
	}


	#profile li{
	clear: both;
	list-style: none;
	}
#contact {
	margin: 0 auto;}
#footer{
	text-align: center;
	font-size: 65%;
	margin: 30px auto;}
	
.accordion {
	width: 635px;
	border-bottom: solid 1px #c4c4c4;
	margin-left: 155px;
}
.accordion h3 {
	background: #6dcff6 url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #;
	margin: 0;
	padding: 10px 15px 20px;
}

