/* @override 
	http://graphixforyou.com/style.css
	http://www.graphixforyou.com/style.css
*/

/*
Name: style.css
Author: brooks easterling
Author URL: http://www.51circles.com
Revised: 3/4/2008
Domain: http://www.graphixforyou.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 0.8em Helvetica, Arial, sans-serif;
	background-color: #545f6e;
	font-size: 0.8em;
}

#container {
	margin: 10px auto;
	width: 750px;
	/*height: 800px;*/
	height: auto;
}

#header {
	width: 750px;
	height: 123px;
	background: #DDD url(images/header.jpg);
}

#header a, a:visited {
	color: #BAD6D8;
	padding: 0 15px;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#nav {
	text-align: center;
	position: relative;
	top: 96px;
}

#main {
	width: 553px;
	height: 423px;
	background-color: #fff;
	float: left;
	clear: right;
	background-image: url(images/pencils.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#main p {
	margin: 10px auto;
	width: 420px;
	height: 325px;
	padding: 10px;
}

#pencils {
	
}

#main h1, h2, h3 {
	/*border-bottom: 3px solid #C3D9DC;*/
	border-bottom: 1px solid #545f6e;
	text-align: center;
	width: 553px;
	padding-bottom: 10px;
	color: #4B87AE;
}

#main h4 {
	color: #4B87AE;
	padding: 2px;
}

#intro p {
	width: 85%;
	font-size: 120%;
	height: 119px;
}

#pencils {
	background-image: url(images/pencils.jpg);
	background-repeat: no-repeat;
	height: 238px;
	width: 200px;
	margin-left: 25px;
	margin-bottom: 0;
	
}

#sidebar {
	padding-left: 9px;
	float: right;
	width: 187px;
	border-left: 1px solid #545f6e;
	background-color: #C3D9DC;
	height: 423px;
}

#topborder {
	clear: both;
	width: 750px;
	height: 14px;
	background-image: url(images/wrappertop.gif);
	margin: 10px 0 0 0;
}

#bottomborder {
	clear: left;
	width: 750px;
	height: 17px;
	background-image: url(images/wrapperbottom.gif);
	background-repeat: no-repeat;
}

#footer {
	text-align: right;
	font-size: 75%;
	color: #BAD6D8;
	padding: 5px 15px;
	clear: both;
}

#services1 {
	width: 250px;	
	float: left;
}

#services2 {
	width: 300px;	
	float: right;
}

ul {
	margin-left: 15px;
	list-style-type: none;
}

li {
	padding-left: 10px;
}

.contact a, a:visited {
	color: #4B87AE;
	text-decoration: none;
	padding: 0;
}

.contact a:hover {
	text-decoration: underline;
}

.sidebar a, a:visited {
	color: #4B87AE;
	text-decoration: none;
	padding: 0;
}

.sidebar a:hover {
	text-decoration: underline;
}

#results {
	padding-left: 10px;
}

.blanktd {
	width: 80px;
}

/*STYLES FOR SERVICES PAGE*/
#mainServices {
	width: 553px;
	height: 423px;
	background-color: #fff;
	float: left;
	clear: right;
	/*background-image: url(images/RiverWoodsample.jpg);*/
	background-repeat: no-repeat;
	background-position: bottom right;
}

#mainServices p {
	margin: 10px auto;
	width: 420px;
	height: 325px;
	padding: 10px;
}

#pencils {
	
}

#mainServices h1, h2, h3 {
	/*border-bottom: 3px solid #C3D9DC;*/
	border-bottom: 1px solid #545f6e;
	text-align: center;
	width: 553px;
	padding-bottom: 10px;
	color: #4B87AE;
}

#mainServies h4 {
	color: #4B87AE;
	padding: 2px;
}


