/** Eric Madden Consulting Website 

	Built by KREWdesign for EMC
	Version: 1.0
	Author: Kevin RE Watts 
**/

/** Sitewide */

body {
	background-color: #dcdddf;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: .9em;
}

p {
	line-height: 1.3em;
	text-align: justify;
}

a {
	color: #0c708e;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

/** Structure */

#container {
	display: block;
	width: 858px;
	background-image: url('../images/bg-content.gif');
	margin-left: auto;
	margin-right: auto;
}

#header-image {
	width: 858px;
	height: 229px;
	overflow: hidden;
}

#header-image-home {
	width: 858px;
	height: 228px;
	overflow: hidden;
	background-image: url('../images/splash-home.jpg');
}

#header-image-services {
	width: 858px;
	height: 190px;
	overflow: hidden;
	background-image: url('../images/splash-services.jpg');
}

#header-image-news {
	width: 858px;
	height: 190px;
	overflow: hidden;
	background-image: url('../images/splash-news.jpg');
}

#header-image-locations {
	width: 858px;
	height: 190px;
	overflow: hidden;
	background-image: url('../images/splash-locations.jpg');
}

#header-image-about {
	width: 858px;
	height: 190px;
	overflow: hidden;
	background-image: url('../images/splash-about.jpg');
}

#header-image-contact {
	width: 858px;
	height: 190px;
	overflow: hidden;
	background-image: url('../images/splash-contact.jpg');
}

#navigation {
	height: 29px;
}

#navigation ul {
	height: 29px;
	margin: 161px 0 0 0;
	padding: 0;
}

#navigation li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	.nav-services a {
		display: block;
		width: 102px;
		height: 29px;
		margin: 0 0 0 55px;
		background-image: url('../images/nav-services.gif');
		background-repeat: repeat-x;
	}
	
	.nav-services a:hover {
		background-position: -102px 0;
	}
	
	.nav-news a {
		display: block;
		width: 75px;
		height: 29px;
		margin: 0 0 0 65px;
		background-image: url('../images/nav-news.gif');
		background-repeat: repeat-x;
	}
	
	.nav-news a:hover {
		background-position: -75px 0;
	}
	
	.nav-locations a {
		display: block;
		width: 124px;
		height: 29px;
		margin: 0 0 0 65px;
		background-image: url('../images/nav-locations.gif');
		background-repeat: repeat-x;
	}
	
	.nav-locations a:hover {
		background-position: -124px 0;
	}
	
	.nav-about a {
		display: block;
		width: 86px;
		height: 29px;
		margin: 0 0 0 65px;
		background-image: url('../images/nav-about.gif');
		background-repeat: repeat-x;
	}
	
	.nav-about a:hover {
		background-position: -86px 0;
	}
	
	.nav-contact a {
		display: block;
		width: 109px;
		height: 29px;
		margin: 0 0 0 65px;
		background-image: url('../images/nav-contact.gif');
		background-repeat: repeat-x;
	}
	
	.nav-contact a:hover {
		background-position: -109px 0;
	}
	
#content {
	margin: 0 50px 0 50px;
	padding: 15px 0 15px 0;
}

#content-main {
	float: left;
	width: 550px;
	padding: 0 15px 0 0;
	border-right: 1px solid #4994aa;
}

#content-main img {
	padding: 2px;
	border: 1px solid #4994aa;
}

.home-services {
	float: left;
	width: 166px;
	margin: 0 10px 0 0;
	padding: 0 5px 0 5px;	
}

.home-services-end {
	float: left;
	width: 166px;
	margin: 0;
	padding: 0 5px 0 5px;	
}

.home-services h3, .home-services-end h3 {
	font-size: 1.1em;
}

.home-services .more, .home-services-end .more {
	font-size: .8em;
	text-align: right;
	padding-bottom: 10px;
}

.service-breakdown {
	float: left;
	width: 220px;
	margin: 0 10px 0 10px;
	padding: 0 5px 0 5px;
}

.service-breakdown img {
	padding: 2px;
	border: 1px solid #4994aa;
}

.service-breakdown .more {
	font-size: .9em;
	text-align: right;
	padding-bottom: 10px;
}

#services-main {
	float: left;
	width: 550px;
	padding: 0 15px 0 0;
	border-right: 1px solid #4994aa;
}


.services-image {
	float: left;
	margin-right: 8px;
	padding: 2px;
	border: 1px solid #4994aa;
}

.services-logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.news-item img {
	float: left;
	border: 1px solid #4994aa;
	margin: 0 15px 15px 0;
}

.news-item h3 {
	margin: 0 0 10px 0;
}

.news-item span {
	font-size: .8em;
	padding-bottom: 15px;
}

#sidebar {
	width: 190px;
	float: right;
}

#sidebar h3 {
	font-size: 1.1em;
	margin: 20px 10px 0 10px;
}

#sidebar h4 {
	font-size: .9em;
	margin: 15px 5px 5px 20px;
}

#sidebar span {
	font-size: .8em;
	margin-left: 20px;
	padding-bottom: 15px;
}

#footer {
	font-size: .8em;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #4994aa;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: .8em;
}

#footer span {
	padding-left: 15px;
}

#bottom {
	display: block;
	width: 858px;
	height: 27px;
	background-image: url('../images/bg-footer.gif');
	margin-left: auto;
	margin-right: auto;	
}

.contact-left {
	float: left;
}

.contact-right {
	padding-left: 15px;
	float: left;
}