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

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, lucida-grande, sans-serif;
	font-size: 11px;
	color: #E2E2E2;
	background: #222222 url(../images/body-background.png);
	}
p {
	}
#clear /*---for clearing floats---*/{
	clear: both;
	}
h1 {
	display: none;
	margin: 0;
	padding: 0;
	}
h2 {
	font-size: 14px;
	color: #ff0000;
	background: #666666;
	}
h3 {
	font-size: 13px;
	color: #fff;
	}
img {
	border: none;
	}
a {
	font-weight: normal;
	color: #2b76ff;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
/*---begin content styles---*/
#container {
	position: relative;
	top: 5px;
	width: 900px;
	margin: 5px auto 0 auto;
	border: 1px #000 solid;
	}
#header {
	width: 900px;
	height: 100px;
	margin: 0;
	padding: 2px 0 0 0;
	background: url(../images/header.jpg) center left no-repeat;
	border-top: 2px #666666 solid;
	border-bottom: 1px #2b8fff solid;
	}
#content {
	width: 900px;
	}
/*---begin footer styles---*/
#footer {
	width: 900px;
	margin: 0;
	padding: 10px 0;
	font-size: 10px;	
	color: #444444;
	text-align: center;	
	background: #000;
	border-bottom: 20px #333333 solid;
	}
#footer a {
	font-weight: normal;
	color: #444444;
	}
#footer a:hover {
	font-weight: bold;
	color: #2b76ff;
	}
#footer br {
	padding: 1px;
	}
/*---begin navigation bar styles---*/
#nav {
	width: 900px;
	height: 30px;
	background: url(../images/navbar.jpg);
	border-top: 1px #000 solid;
	}
#nav ul {
	margin: 0 0 0 3px;
	padding: 8px 0 10px 0;
	list-style: none;
	}
#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}
#nav ul a {
	margin-left: -3px;
	padding: 8px 30px 8px 30px;
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
	letter-spacing: -.5px;
	text-decoration: none;
	border-right: 1px #222222 solid;
	}
#nav ul a:hover {
	color: #fff;
	background: url(../images/navover.png);
	}
/*---begin nav current styles---*/
#nav ul a.current {
	padding-right: 60px;
	padding-left: 60px;
	color: #fff;
	background: url(../images/navcurrent.png);
	}
#nav ul a:hover.current {
	font-weight: normal;
	color: #fff;
	background: url(../images/navcurrent.png);
	}
/*---begin Gallery / Services / About / Links---*/
#left {
	float: left;
	margin: 0;
	padding: 0;
	width: 700px;
	height: 400px;
	background: #333333 /*url(../images/left-background.png) bottom right no-repeat*/;
	}
#left h2 {
	margin: 20px;
	}
#left h2 span {
	display: none;
	}
#left h2.services { /*---Services & Rates Header---*/
	width: 300px;
	height: 45px;
	background: url(../images/header-services.png) center left no-repeat;
	}
#left h2.about { /*---About Us Header---*/
	width: 300px;
	height: 45px;
	background: url(../images/header-about.png) center left no-repeat;
	}
#left h2.links { /*---Links Header---*/
	width: 300px;
	height: 45px;
	background: url(../images/header-links.png) center left no-repeat;
	}
#left h2.contact { /*---Contact Us Header---*/
	width: 300px;
	height: 45px;
	background: url(../images/header-contact.png) center left no-repeat;
	}
#left p {
	margin: 15px 30px 15px 25px;
	font-size: 13px;
	line-height: 18px;
	}
#left ul {
	margin-left: 0;
	padding-left: 60px;
	font-size: 11px;
	color: #000;
	}
#left ul a {
	color: #e2e2e2;
	}
#left ul a:hover {
	color: #2b76ff;
	}
#left ul li {
	margin: 0 0 2px 0;
	}
#right {
	float: right;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 400px;
	}
#right img {
	display: block;
	}
/*---Div Left Image Gallery---*/
#left img {
	margin: 4px 0 0 3px;
	border: 2px #000 solid;
	}
#left img.firstcolumn {
	margin-left: 8px;
	}
#left img:hover {
	border: 2px #2d76ff solid;
	}
/*---Contact Us Form---*/
form {
	margin-left: 25px;
	padding-top: 10px;
	border-top: 1px #000 solid;
	}
form #contact-left {
	float: left;
	padding-right: 10px;
	width: 240px;
	text-align: right;
	}
form #contact-left input {
	margin: 2px 0 4px 0;
	}
form #contact-right {
	float: right;
	padding-left: 17px;
	width: 400px;
	border-left: 1px #000 dashed;
	}
form #contact-right label {
	display: block;
	}
form #contact-right textarea {
	margin: 10px 0;
	}
