@charset "utf-8";

img {
	border: 0px;
	behavior: url("pngbehavior.htc");
}

body {
	background: url(images/bg-body.jpg) top center repeat-x #b8ae84;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 928px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
#header {
	position:relative;
	padding:0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header img.top {
	position:relative;
	top:0;
	left:0;
	width:928px;
	height:180px;
}

#header img.logo {
	position:absolute;
	top:15px;
	left:15px;
	height:100px;
	width:200px;
	z-index:2;
}

#header div.phone {
	position:absolute;
	top:15px;
	right:40px;
	z-index:3;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#4d4d4d;
	font-weight:bold;
	text-align:right;
}

#header div.phone h1 {margin:0; font-size:30px;}

/*###########################################

Navigation Styles start

###########################################*/

#header ul#nav {
	list-style:none;
	position:absolute;
	padding:0;
	margin:0 auto;
	top:129px;
	left:55px;
	z-index:4;
	height:49px;
	/*width:880px;*/
}

#header ul#nav li {
	float:left;
	margin:0;
	padding:0;
	}

ul#nav li a {
	font:18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#246caf;
	text-decoration:none;
	position:relative;
	padding:13px 25px;
	margin:0;
	background:none;
	display:block;
	}

ul#nav li a:hover {
	font:18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#246caf;
	text-decoration:none;
	position:relative;
	padding:13px 25px;
	margin:0;
	background: url(images/navHover.jpg) bottom center repeat-x;

	}



/*################### Navigation styles End ###################*/


#mainContent {
	position:relative;
	padding:0 15px 10px 14px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/bg-content.png) top center repeat-y;
	min-height:750px;
}

#mainContent h1 {
	font:28px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#1c68ae;
	text-align:left;
	margin:20px 0 5px 20px;
	padding:0 0 10px 0;
	width:460px;
}

#mainContent h2 {
	font-size:16px;
	text-align:left;
	margin:15px 20px;
	padding:0;
}

#mainContent p {
	text-align:left;
	font:16px Arial, Verdana, Geneva, sans-serif;
	color:#424242;
	margin:0;
	padding:5px 25px 5px 20px;
	line-height:26px;
}

#mainContent p#testimonials {
	width:450px;
	text-align:left;
	font:11px Arial, Verdana, Geneva, sans-serif;
	color:#424242;
	text-align:center;
	background:url(images/hdr-miniTestimonials.gif) top center no-repeat;
	margin:0;
	padding:45px 30px 5px 30px;
	line-height:18px;
	margin-top:150px;
}

#mainContent ul {
	text-align:left;
	font:12px Verdana, Geneva, sans-serif;
	color:#4c5357;
	font-weight:bold;
	padding-left:40px;
}

#mainContent ul li {
	margin:10px;
}


.sidebar {
	float:right;
	width:319px;
	padding:25px;
	background:url(images/bg-sidebar.gif) top left no-repeat;
	text-align:center;
	margin-left:20px;
	font:10px Verdana, Geneva, sans-serif;
}

.sidebar h1 {
	text-align:left;
	margin:10px;
	padding:0;
}

.sidebar p {
	text-align:left;
	font:11px Verdana, Geneva, sans-serif;
	color:#4c5357;
	padding-left:5px;
}

.sidebar img.logo {
	float:right;
	margin:0 0 10px 10px;
}

#footer {
	padding:5px 0 0 115px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/footerArt.png) top center no-repeat;
}

#footer p.info {
font:11px Verdana, Geneva, sans-serif;
color:#fefefe;
padding:15px 0 20px 45px;
}

#footer p.info a {
font:14px Verdana, Geneva, sans-serif;
color:#fefefe;
/*margin:0;  zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding:0 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
text-decoration:none;
}

#footer p a:hover {text-decoration:underline; color:#fefefe;}

div.parker {
	float:right;
	margin:55px 25px 15px 15px;
	color:#978d63;
	font:11px Verdana, Geneva, sans-serif;
	text-align:center;
	width:100px;
	}

div.parker a {
	color:#978d63;
	font:14px Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

div.parker a:hover {color:#d5ca99;}

	

	
	
	
	