/************************************************************
	GENERIC
************************************************************/
html, body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	background: #000;
	font-size: 65%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #969696;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #f0b310;
	text-decoration: underline;
}
h1 {
	font-size: 210%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f0b310;
	padding: 0;
	margin: 0 0 15px 0;
	font-weight: lighter;
	letter-spacing: 1px;
	line-height: 26px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color: #f0b310;
	padding: 0;
	margin: 0 0 13px 0;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 1px;
}
h3 a {
	color: #f0b310;
}
h3 a:hover {
	
}
.colorDarker {
	color: #969696;
}
.colorLighter {
	
}
.textLarger {
	font-size: 110%;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 3px;
}
.button {
	width: auto !important;
	border: auto !important;
}
.default {
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	border: auto !important;
}

#capsule {
	position: relative;
	background: url(../images/backgrounds/capsule.gif) repeat-y center 110px;

	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height */
	min-height: 100%; /* real browsers */
}
.home #capsule  {
	background: none;
}
.home {
	background: #000 url(../images/backgrounds/home.gif) repeat-x 0 108px;
}

/************************************************************
	HEADER
************************************************************/
#logo {
	margin-left: 30px;
}
#header {
	position: relative;
	width: 951px;
	margin: 0 auto;
	background: #000;
}
#menuTop {
	position: absolute;
	right: 0;
	bottom: 0;
}
#menuTop a {
	display: block;
	float: left;
	margin-left: 2px;
	text-decoration: none;
}
#header .phone {
	position: absolute;
	/* top: -65px; */
	top: -90px;
	right: 0;
	width: 300px;
	text-align: right;
}
#header .phone a {
	display: inline;
	padding: 0 5px;
	margin: 0;
	float: none;
}

/************************************************************
	NAVIGATION
************************************************************/
#navigation {
	position: absolute;
	right: 0;
	top: 108px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	word-spacing: 3px;
}
#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#navigation ul li {
	float: left;
	margin: 0 2px;
	position: relative;
}
#navigation ul li a {
	display: block;
	padding: 7px 10px 0 10px;
	height: 23px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	float: left;
}
#navigation ul li a:hover, #navigation ul li a.active {
	color: #f0b310;
}
#navigation ul li a strong {
	font-weight: lighter;
}
#navigation ul li ul {
	position: absolute;
	z-index: 5;
	top: 30px;
	left: 0;
	padding: 10px 20px;
	width: 130px;
	margin: 0;
	background: url(../images/backgrounds/navigation_li.png) repeat-y left top;
	overflow: hidden;
	display: none;
}
#navigation ul li ul li {
	float: none;
	border-top: solid 1px #8f8f8f;
	margin: 0;
	width: 130px;
	overflow: hidden;
}
#navigation ul li ul li.first {
	border-top: 0;
}
#navigation ul li ul li a {
	color: #999;
	font-size: 11px;
	padding: 5px 0;
	margin: 0;
	height: auto;
	width: 130px;
	float: left;
}

/************************************************************
	SUB NAVIGATION
************************************************************/
#subNavigation {
	float: left;
	width: 180px;
	padding: 30px;
	top: 0;
	height: 275px;
	left: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f0b310;
	font-size: 110%;
	background: #252525 url(../images/backgrounds/subnav.jpg) no-repeat left top;
	text-align: left;
}
#subNavigation h2 {
	font-size: 155%;
	color: #f0b310;
	padding: 0;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 1px;
}
#subNavigation ul {
	margin: 0;
	padding: 0 0 20px 20px;
}
#subNavigation ul li {
	padding: 0 0 5px 0;
}
#subNavigation ul li a {
	color: #fff;
	font-size: 100%;
	font-weight: bold;
}
#subNavigation ul li a:hover {
	color: #f0b310;
}
#subNavigation ul li a.active {
	color: #f0b310;
}
#subNavigation em a {
	color: #f0b310;
	text-decoration: none;
}

/************************************************************
	PROMO
************************************************************/
#promo {
	background: url(../images/backgrounds/promo.jpg) repeat-x left top;
	padding: 30px 0 21px 0;
	width: 100%;
	overflow: hidden;
}
#promo .content {
	width: 948px;
	height: 335px;
	margin: 0 auto;
	border-left: solid 1px #262626;
	border-right: solid 1px #262626;
	text-align: right;
}
#promo .content .item {
	float: right;
}
#promo .content .noFlash {
	padding: 50px;
}

/************************************************************
	BODY SPECIAL
************************************************************/
.special #promo {
	height: 30px;
	padding: 0;
}
.special #promo .content {
	display: none;
}
.special #subNavigation {
	background: none;
	height: auto;
	border-bottom: dotted 1px #383838;
	margin: -20px -30px 20px -30px;
}

/************************************************************
	CONTENT
************************************************************/
#content {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 135px 0;
	line-height: 150%;
	overflow: hidden;
}
.home #content {
	padding-top: 14px;
}
#content .colOne {
	width: 180px;
	padding: 20px 30px 0 30px;
	background: url(../images/backgrounds/content_side.gif) repeat-x left top;
	float: left;

	height: auto !important; /* real browsers */
	height: 255px; /* IE6: treaded as min-height */
	min-height: 255px; /* real browsers */
}
#content .colOne h3 {
	font-size: 155%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content .colOne .separator {
	padding-bottom: 20px;
	margin: 20px -30px 0 -30px;
	border-top: dotted 1px #383838;
}
#content .colTwo {
	background: url(../images/backgrounds/content_main.gif) no-repeat center top;
	float: right;
	width: 647px;
	padding: 27px 30px 0 30px;
	font-size: 110%;
}
#content .colTwo h1 {
	font-size: 190%;
}

/************************************************************
	4 COLUMNS
************************************************************/
.fourColumns {
	background: url(../images/backgrounds/separator_horiz.gif) no-repeat right center;
	width: 890px;
	overflow: hidden;
	margin: 0 auto;
}
.fourColumns .column {
	width: 162px;
	padding: 0 30px;
	background: url(../images/backgrounds/separator_horiz.gif) no-repeat left center;
	vertical-align: top;
}
.fourColumns .gallery img {
	margin: 0 8px 8px 0;
	width: 71px;
}
.fourColumns .video img {
	border: solid 1px #444;
	width: 162px;
}


/************************************************************
	ARTICLE
************************************************************/
.article {
	padding-bottom: 15px;
}
.article h1 {
	margin-bottom: 15px;
}
.article .subTitle {
	font-size: 15px;
	display: block;
	margin-bottom: 15px;
}
.article img {
	margin-bottom: 15px;
}
.article .copy {
	
}

/************************************************************
	2 COLUMN ARTICLE
************************************************************/
.article2Cols {
	
}
.article2Cols h1 {
	margin-bottom: 15px;
}
.article2Cols .subTitle {
	font-size: 15px;
	display: block;
	margin-bottom: 15px;
}
.article2Cols img {
	margin-bottom: 15px;
}
.article2Cols .copy {
	
}
.article2Cols .articleCol1 {
	width: 303px;
	padding-right: 20px;
	vertical-align: top;
}
.article2Cols .articleCol2 {
	padding-left: 22px;
	background: url(../images/backgrounds/separator_horiz.gif) no-repeat left center;
	vertical-align: top;
}

/************************************************************
	DATA FORM
************************************************************/
.dataForm {

}
.dataForm td {
	padding: 5px;
	vertical-align: top;
}
.dataForm .caption {
	width: 25%;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 2px;
}
.dataForm td input, .dataForm td textarea {
	width: 350px;
}
.dataForm td select {
	width: 359px;
}

/************************************************************
	FOOTER
************************************************************/
#footer {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
}
#footer .content {
	width: 890px;
	margin: 0 auto;
	background: #0c0c0c url(../images/backgrounds/footer.gif) repeat-x left top;
	padding: 8px 30px 0 30px;
	text-align: center;
	height: 120px;
}
#footer .content .social {
	clear: both;
	padding: 8px 0 5px 0;
}

#footer .content .address {
	color: #f0b310;
	padding: 2px 0 0 0;
}
#footer .content .disclaimer {
	float: left;
	width: 765px;
	padding: 2px 20px 0 20px;
	line-height: 120%;
}
#footer .content .bbb {
	float: left;
}
#footer .content .beverlyHanks {
	float: right;
}



.errorExplain {
	color: red;
	display: block;
}

#neighbor_button {
	background: url("../images/neighbor_offer-button.png") no-repeat;
	display: block;
	height: 47px;
	margin-left: 10px;
	margin-top: -47px;
	position: absolute;
	width: 229px;
}
