* {
	padding:0;
	margin:0;
	border:0;
}

html, body {
	background:#eaeaea;
}

header {
	width:100%;
	padding-top:30px;
	height:100px;
	background:#e2e2e2 url(../images/header_bg.jpg) no-repeat center;
	text-align:center;
}

nav {
	position:absolute;
	margin-left:-395px;
	left:50%;
	z-index:100;
	top:120px;
	width:789px;
	height:28px;
	background:#fff url(../images/nav_bg.jpg) repeat-x top;
	border:1px solid #c5c5c5;
}

	nav ul {
		list-style:none;
	}
	
		nav li {
			display:block;
			float:left;
			height:14px;
			padding:7px 10px 7px 10px;
		}
		
		nav li:hover {
			background:#0077c0;
		}
		
		nav li.contact {
			background:#0077c0;
			height:23px;
			width:200px;
			float:right;
			font-family:Arial, Helvetica, sans-serif;
			font-size:16px;
			color:#fff;
			text-align:center;
			padding:0;
			padding-top:5px;
		}
		
	nav a:link, nav a:visited, nav a:hover, nav a:active {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#333;
		text-decoration:none;
	}
	
	nav li:hover a:link, nav li:hover a:visited, nav li:hover a:hover, nav li:hover a:active {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#fff;
		text-decoration:none;
	}
	
#intro {
	width:100%;
	height:300px;
	background:#282828 url(../images/intro_bg.jpg) center no-repeat;
	margin-bottom:30px;
}

	#intro_image {
		width:100%;
		height:300px;
		background:url(../images/people.png) right top no-repeat;
	}
	
		#intro_text {
			width:960px;
			margin:0px auto;
			padding-top:60px;
		}
		
		#intro_text p {
			width:500px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:20px;
			color:#fff;
			line-height:28px;
		}
		
		#intro_text a.btn {
			font-family:Arial, Helvetica, sans-serif;
			color:#fff;
			text-decoration:none;
			font-size:18px;
			background:#f1c40f;
			padding:10px;
			border-radius: 4px;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			box-shadow: 0 0 5px #000;
			-webkit-box-shadow: 0 0 5px #000;
			-moz-box-shadow: 0 0 5px #000;
		}
		
#pagetitle {
	width:940px;
	padding:30px 10px 10px 10px;
	margin-bottom:30px;
	background:#282828 url(../images/intro_bg.jpg) center;
	margin:0px auto;
}

	#pagetitle h1 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:20px;
		color:#fff;
	}

section {
	width:960px;
	margin:0px auto;
}

	section ul, ol {margin:10px 0 10px 0; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#333;}
	
	section li {margin:5px 0 5px 40px;}

	.service {
			width:938px;
			min-height:168px;
			padding:10px;
			border:1px solid #d3d4d4;
			background:#fff url(../images/feat_bg.jpg) repeat-x bottom;
			margin-top:15px;
		}
	
	.servicetitle {
		width:270px;
		height:100%;
		margin-right:15px;
		padding:15px;
		float:left;
		text-align:center;
	}
	
	section input {
		width:300px;
		height:30px;
		margin:10px;
		padding:5px;
		border:1px solid #e9e9e9;
		background:#fff;
		-webkit-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
	}
	
	section input[type=submit] {
		width:300px;
		height:30px;
		margin:10px;
		padding:5px;;
		background:#0077c0;
		color:#fff;
		cursor:pointer;
		-webkit-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
	}
	
	section textarea {
		width:300px;
		height:200px;
		margin:10px;
		padding:5px;
		border:1px solid #e9e9e9;
		background:#fff;
		-webkit-border-radius: 4px 4px 4px 4px;
		border-radius: 4px 4px 4px 4px;
	}

	section p {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#333;
		line-height:22px;
		margin:10px 0 10px 0;
	}
	
	section h1 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#333;
		line-height:22px;
		margin:10px 0 10px 0;
	}
	
	section h2 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#333;
		line-height:22px;
		margin:10px 0 10px 0;
	}
	
	section h3 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#333;
		line-height:22px;
		margin:10px 0 10px 0;
	}
	
	section a:link {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#0077c0;
	}
	
	section a:visited {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#0077c0;
	}
	
	section a:hover {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#245476;
	}
	
	section a:active {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#245476;
	}

	#featured {
		width:958px;
		height:188px;
		border:1px solid #d3d4d4;
		background:#fff url(../images/feat_bg.jpg) repeat-x bottom;
	}
	
	#feat-intro {
		width:270px;
		padding:15px;
		float:left;
	}
	
	.threecol {
		width:219px;
		float:left;
		display:block;
		text-align:center;
		padding-top:20px;
	}
	
	.threecol a:link, .threecol a:visited, .threecol a:hover, .threecol a:active {
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:14px;
		color:#0077c0;
		text-decoration:none;
	}
	
	

footer {
	width:960px;
	margin:0px auto;
	margin-top:20px;
}

.error {
	color:red;
	font-family: "Arial", sans-serif;
}