
/* import stylesheets and hide from ie/mac \*/
@import url("screen.css");
@import url("forms.css");


/* Structure
---------------------------------------- */

#main {
	width: 375px;
	}

#sidebar {
	padding-top: 0;
	padding-left: 0;
	border: none;
	width: 390px;
	font-size: 13px;
	}

#main h2, 
#sidebar h2 {
	background-image: url('/images/h_underline_half.gif');
}

#sidebar h2 {
	font-size: 18px;
	padding-bottom: .55em;
	}


/* Page Title
---------------------------------------- */

#page_title {
	padding: 30px 30px;
	min-height:190px;
	height: auto;
	}

.page_title_content {
	padding: 0;
	width: 370px;
	height: auto; 
	overflow: none;
	}

#page_title h1 {
	margin: 0 0 10px 0;
	padding: 80px 0 0 0;
	width: 370px;
	height: 0;
	overflow: hidden;
	background: url('/images/h1_home.gif') no-repeat left top;
	}

#page_title p {
	margin: 0;
	width: 365px;
	font-size: 13px;
	line-height: 1.6em;
	color: #ccc; /*#b0cc8e*/
	}



/* Services Links
---------------------------------------- */

#services_links {
}

#services_links ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
	}

#services_links ul li {
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
	background: url('/images/services_links_top_bg.gif') no-repeat left top;
	}

#services_links ul li span {
	display: block;
	background: url('/images/services_links_bottom_bg.gif') no-repeat left bottom;	
	}

#services_links ul li a {
	display: block;
	padding: 7px 15px 7px 25px;
	width: 325px;
	}

/* hover */
#services_links ul li:hover {
	background-position: -375px 0;
	}
#services_links ul li:hover span {
	background-position: -375px bottom;
	}
#services_links ul li a:hover {
	text-decoration: none;
	}

/* Misc
---------------------------------------- */

.client_logos {
	text-align: left;
	margin-bottom: 1em;
	}

.client_logos img {
	margin-bottom: 0;
	}