/*

Red: #6B0D0D;


*/

body {
	background-color:#999999;
	font-size:0.8em;
	font-family: Arial, sans-serif;
}

#wrapper {
	width:950px;
	margin:auto;
	background-image:url(../images/bg_body.gif);
	background-repeat:repeat-x;
}

#content {	
	background-color:#ffffff;
	padding:15px 25px;
}

#content a:link, #content a:visited {
	color:#6B0D0D;
}

#content a:hover, #content a:focus {
	color:#000000;
}

#header {
	padding-top:33px;
	padding-left:25px;
}

#header h1 {
	background-image:url(../images/logo.png);
	width:395px;
	height:62px; 
	text-indent:-9999px;
}

#header ul {
	height:25px;
	margin-top:28px;
}

#header li {
	display:inline;
}

#header li a:link, #header li a:visited {
	background-color:#6B0D0D;
	padding:3px 6px;
	color:#B4B4B4;
	text-decoration:none;
	margin-right:4px;
	font-weight:bold;
}

#header li a:hover, #header li a:focus {
	background-color:#B4B4B4;
	color:#6B0D0D;
}

.current {
	background-color:#B4B4B4!important;
	color:#6B0D0D!important;
}

#left {
	width:570px;
	float:left;
	margin-right:20px;
}

#footer {
	margin-top:20px;
	padding-top:10px;
	text-align:center;
	border-top:1px solid #6B0D0D;
	clear:both;
}

#footer p {
	font-size:0.9em;
}

p {
	line-height:1.2em;
	margin-bottom:7px;
	margin-top:3px;
}

h2 {
	font-size:1.6em;
	color:#6B0D0D;
	margin-bottom:6px;
	font-weight:normal;
}

.red {
	color:#6B0D0D;
}

#homeContent {
	width:350px;
	float:left;
}

#featuredTestimony {
	width:200px;
	float:left;
	padding-left:20px;
}

.thumbs {
	float:left;
	margin:10px;
	height:177px!important;
	width:260px;
	background-color:#EFEFEF;
	padding:5px;
	text-align:center;
	vertical-align:middle;
}

.thumbs td {
	vertical-align:middle;
}

.gallery {
	width:295px; 
	float:left;
	text-align:center;
}

/* Contact Form */
label {
	width:8em;
	display:block;
	float:left;
	padding-top:3px;
}

input {
	width:190px;
}

textarea {
	width:190px;
	height:80px;
}

#contactForm {
	border-top:1px solid #E3E3E3;
	margin-top:25px;
	padding-top:25px;
}

.button {
	width:auto;
	padding:1px 3px;
	border:1px solid #AFAFAF;
	background-color:#E3E3E3;
	color:#000000;
}

#error {
	border:1px solid red;
	padding:15px;
	margin:15px;
	color:#000000;
}