/* @override 
	http://graphixforyou.com/style_upload.css
	http://www.graphixforyou.com/style_upload.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;
}

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

#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: 838px;
	background-color: #fff;
	float: left;
	clear: right;
	/*border-bottom: 3px solid #C3D9DC;*/
}

#main p {
	/*margin: 10px auto;*/
	width: 420px;
	padding: 10px;
}

#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;
}

#sidebar {
	padding-left: 10px;
	padding-bottom: 38px;
	float: left;
	width: 186px;
	height: 100%;
	background-color: #C3D9DC;
	border-left: 1px solid #545f6e;
}

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

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

#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;
}

form {
	margin-left: 15px;
}

input, select {
	margin: 4px;
}

.form {
	background-color: #C3D9DC;
	border: 1px solid #545f6e;
}