@charset "utf-8";
/* CSS Document */

@import "reset.css";

body {
	background:#fff;
	color:#000;
	border-top:5px solid #0077bd;
	font:10pt Tahoma, Geneva, sans-serif;
}
p {
	margin:8px 0;
}
h1, h2, h3, h4 {
	margin:0 0 14px 0;
}
h1 {
	color:#2571b1;
	font:italic 18pt "Trebuchet MS", Arial, Helvetica, sans-serif
}
h1 span {
	color:#000;
}
h2 {
	color:#333;
	font:italic 14pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	color:#0077bd;
	font:11pt "Times New Roman", Times, serif;
}
h4 {
	color:#0077bd;
	font:italic 22pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}
hr {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}
ul {
	margin:8px 0 8px 15px;
}

.left {
	display:inline;
	float:left;
	margin-right:15px;
}
.right {
	display:inline;
	float:right;
}
.image {
	border:1px solid #000;
}
.indent {
	margin-left:15px;
}
.small {
	font-size:85%;
}

.testimonials {
	color:#000;
}

#header {
	margin:0 auto;
	width:1000px;
	background: url(images/phoneNo.png) right no-repeat;
}

#menu {
	background:#eee;
	height:74px;
	padding:15px 0;
	margin:0 auto;
}
	#menu-container {
		background:url(../images/menu-bg.jpg) center top repeat-x;
		border-bottom:5px solid #fff;
		border-top:5px solid #fff;
	}
	.menu {
		height:64px;
		padding:0 0 0 50px;
		margin:0 auto;
		width:1000px;
	}
	.menu li {
		display:inline;
		float:left;
		margin:22px 0 20px;
	}
	.menu li a {
		color:#fff;
		border-left:5px solid #fff;
		display:block;
		font:bold 12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
		padding:22px 0 20px;
		text-align:center;
		text-decoration:none;
		margin:-22px 0 0 0;
		width:150px;
	}
	.menu li a:hover {
		text-decoration:underline;
	}
	.menu li .last {
		border-right:5px solid #fff;
	}
#banner {
	height:227px;
	margin:0 auto;
	width:1000px;
}

#content {
	margin:15px auto;
	width:1000px;
}
.column-left {
	float:left;
	margin:0 auto;
	padding:0 10px 0 0;
	width:524px;
}
.column-right {
	float:left;
	margin:0 auto;
	padding:0 0 0 10px;
	width:446px;
}
.two-column {
	margin:0 auto;
	width:1000px;
}
.callus {
	margin:300px 0 0 0;
	text-align:center;
}


#footer {
	background:#0077bd;
	color:#fff;
	font:bold 10pt Tahoma, Geneva, sans-serif;
	padding:10px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
