/*
Template Name: Services
Author: Sebo Marketing
Author URI: http://www.sebomarketing.com
Tags: blue
*/



#columnWrapper {
	position:relative;
	padding:0 0 8px 0;
	width:1028px;
}

.column1 {
	display:inline;
	float:left;
	width:1028px;
}
	.column1 h1, .column1 h2 {
		background:transparent url('images/bar-long.gif') top left no-repeat scroll;
	}



#footer {
	background:none;
}



#services-info {
	float:left;
	padding:0 61px 1.2em 61px;
	width:906px;

	min-height:320px;
	/* IE6 Mumbo Jumbo */
	height:auto !important;
	height:320px;
	
	background:transparent url('images/spring-images/services-spring.png') bottom right no-repeat scroll;
}



#services-area {
	float:left;
	padding:0 61px 36px 47px;
	width:920px;
	background:#195385 url('images/blue-bg.jpg') top left repeat-x scroll;
}

.services-list {
	float:left;
	width:50%;
}
	.services-list h2 {
		margin:28px 0 20px 0;
		padding-top:3px;
		padding-left:23px;
		height:27px;
		font-size:135%;
		color:#fff;
		background: transparent url('images/bar-medium-blue.gif') 9px top no-repeat scroll;
	}
	
	.service {
		margin-bottom:17px;
	}
	
		/* Javascript Toggle */
		h2.service-title {
			margin:0;
			padding:0 0 0 25px;
			width:380px;
			height:auto;
			font-family:Verdana, Helvetica, Sans-serif;
			font-size:110%;
			font-style:italic;
			color:#fff;
			background:none;
		}
			h2.service-title a {
				padding-right:30px;
				text-decoration:underline;
				color:#fff;
				background:transparent url('images/arrow-right-blue.gif') right 50% no-repeat;
			}
			h2.service-title a:link, h2.service-title a:visited, h2.service-title a:hover, h2.service-title a:active {
				color: #fff;
			}
		
		h2.open {
			
		}
			
			h2.open a {
				background:transparent url('images/arrow-down-blue.gif') right 50% no-repeat;
			}
		
		.service-description {
			margin-left:0;
			padding: 17px 20px 0 27px;
			color:#d6d6d6;
			font-size:89%;
			line-height:1.2em;
			overflow:hidden;
			clear:both;
		}
		.service-description p {
			margin-left:0;
		}
		.service-description p:last-child {
			margin-bottom:0;
		}
