﻿body 
{
	margin:5px 0 0 0;
	background-image:url(../images/layout/bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
}

#fullScreen
{
	width:100%;
	position:absolute;
	top:10px;
	z-index:0
}

#wrapper
{
	border:solid 1px #000000;
	width:899px;
	min-width:899px;
	background-color:#ffffff;
	padding:7px;
	margin:0 auto;
	position:relative;
}

#menu
{
	z-index:3;
	width:209px;
	min-height:400px;
	border:solid 1px #000000;
	position:relative;
	margin:0 auto;
	left:-325px;
	top:-6px;
	height:100%;
	background-color:#ffffff;
	padding:3px;
	text-align:center;
	padding-bottom:15px;
}

#topGrey
{
	width:100%;
	background-image:url(../images/layout/greyBG.jpg);
	height:109px;
	border:solid 1px #999999;
	background-repeat:repeat-x;
}

#Header
{
	width:100%;
	height:302px;
	border-bottom:solid 5px #97002D;
}

#rotatorArea
{
	z-index:1;
	margin:0px auto;
	width:644px;
	height:301px;
	float:right;
    padding-right:1px;
    position:relative;
}

#address
{
	margin:0 auto;
	top:-600px;
	left:20px;
	height:37px;
	width:339px;
	z-index:3;
	position:relative;
}

#contentColumn
{
	float:left;
	padding-right:5px;
	background:white;
	display:inline;
	overflow:visible;
}

.content
{
	width:435px;
	padding:2px;
	margin:0 0 0 255px;
	float:left;
	border:solid 1px #999999;
}

.heading
{
	font-family:Verdana;
	font-size:18px;
	color:#ffffff;
	background-image:url(../images/layout/headingBG.jpg);
	background-repeat:repeat-x;
	height:21px;
	vertical-align:middle;
	padding-left:10px;
}

.copy
{
	padding:5px;
	color:#666666;
	font-size:9px;
	font-family:Verdana;
}

#footer
{
	font-family:Georgia;
	background-image:url(../images/layout/footerBG.jpg);
	font-size:10px;
	color:#ffffff;
	text-align:right;
	height:25px;
	padding-right:10px;
	vertical-align:bottom;
	clear:both;
	margin:7px 0px 0px 0px;
}

#testimonialsContainer
{
	width:169px;
	padding-left:13px;
	padding-right:13px;
	overflow:hidden
}

#gradient
{
    width:100%;
    background-image:url(../images/layout/testimonialBG.jpg);
	background-repeat:repeat-x;
	background-color: #414141;
	margin-top:7px;
	overflow:hidden;
}

hr
{
	height:1px;
	color:#aaaaaa;
}

#testimonialsQuote
{
	margin-top:13px;
	font-style: italic;
	color:#ffffff;
}

#testimonialsLine1
{
	color: #aaaaaa;
	font-size: small;
}

#testimonialsLine2
{
	color: #aaaaaa;
	font-size: smaller;
	padding-bottom:13px;
}

#logo
{
	margin-top:10px;
	height:116px;
	width:209px;
}

.menuItemContainer
{
	margin-top:4px;
	padding:2px 1px 2px 1px;
	border:solid 1px #000000;
	width:200px;
	height:22px;
	vertical-align:middle;
}

#menuRotator
{
	border:solid 1px #000000;
	width:196px;
	padding:3px;
	margin:10px auto;
}

input
{
	background-color:#FFFFFF;
	border:1px solid #666666;
	font-family:Tahoma;
	font-size:11px;
	color:#777E85;
	line-height:10px;
	margin:0px 0px 2px 0px;
	padding:2px 0px 0px 2px;
}

textarea
{
	border:1px solid #666666;
	font-family:Tahoma;
	font-size:11px;
	line-height:12px;
	color:#777E85;
	overflow:hidden;
}

.errors
{
	color: #97002D;
}

.errors ul
{
	margin-left:15px;
	padding: 0px;
	list-style: square;
 	line-height:1.5;
}

.formLabel
{
	width:100px;
	text-align:right;
}

a:link, a:visited
{
	color:#97002D;
	font-size:9px;
	font-family:Verdana;
	text-decoration:underline;
	font-weight:bold;
}

a:hover
{
	color:#666666;
	font-size:9px;
	font-family:Verdana;
	text-decoration:none;
	font-weight:bold;
}

.customHomesContent
{
    width:638px;
    text-align:center;
}

.customHomesContent .heading
{
    padding-bottom:15px;
    text-align:left;
}

.customHomesContent img
{
    border:1px solid black;
}

/* Rotator */
.slideshow-images {display:block;overflow:hidden;position:relative}
.slideshow-images img {display:block;position:absolute;z-index:1}
.slideshow-thumbnails {overflow:hidden}
.slideshow-images-visible {left:0;opacity:1;top:0}
.slideshow-images-next {left:0;opacity:0}
.slideshow-images-prev {left:0;opacity:0}
.slideshow {height:278px;margin:0;width:782px}
.slideshow a img {border:0}
.slideshow-images img {float:left}