/* ====================================================================================================== */
/*  GLOBAL RESPONSE TECHNOLOGIES - STYLES.CSS - SPLASH, DESIGN, & FRAMEPAGE STRUCTURE - UPDATED 01/03/07  */
/* ====================================================================================================== */


body {
	height:100%;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	background:#000000;
}

body.splash_body {

}

body.design_body {

}

body.frame_body {

}

/* ==================================== */
/* COMMONLY USED ELEMENT DEFAULT STYLES */
/* ==================================== */

h1 /* Page Heading */{
	display:block;
	margin:0px 0px 0px 0px;
	font-size:18px;
	font-weight:bold;
	color:#A8CC66;
}
h1#pg_title{
	width:430px;
	position:absolute;
	top:76px;
	left:50%;
	margin-left:-162px;
	z-index:51;
}
h2, .h2 /* Page Sub-Heading */{
	display:block;
	margin:0px 0px 10px 0px;
	font-size:14px;
	font-weight:bold;
	color:#027634;
}
h2#pg_subTitle{
	width:450px;
	position:absolute;
	top:99px;
	left:50%;
	margin-left:-162px;
	z-index:52;
}
h3{
	font-size:12px;
	font-weight:bold;
}
h5 {
	display:block;
	margin:0px 0px 10px 0px;
	font-size:14px;
	font-weight:bold;
	color:#027634;
}
/* SEE LAYOUT.CSS FOR LAYOUT MODULE HEADINGS */

img /* To remove borders on linked images */{
	border:none;
}

p {
	padding:0px;
	margin:0px 0px 10px 0px;
	line-height:18px;
}

a {
	color:#467724;
	text-decoration:underline;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

strong {
	font-weight:bold;
}

form {
	margin:0px /* This nullifies an IE bug that add a 10px margin to the form tag */ ;
}

/*==================================
========   color Styles ============
==================================*/
.ltGrn1{
	color:#e7edcc;
}
.ltGrn2{
	color:#d4e69a;
}
.ltGrn3{
	color:#a8cc66;
}
.Grn1{
	color:#59962e;
}
.Grn2{
	color:#467724;
}
.redBold{
	color:#CC0000;
	font-weight:bold;
}
strong.bigGreen{
	text-transform:capitalize;
	color:#027634;
	font-size:12px;
}
strong.cen_bold{
	display:block;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}
/* ============================================================================== */
/* ADDITIONAL CUSTOM ELEMENT STYLES (CHECK THESE STYLES WITH CONTENT/CONTENT.PHP) */
/* ============================================================================== */

ul.links /* To be used for unordered lists containing links */{
	list-style:none;
	padding:0px;
	margin:20px 0px 0px 125px;
	font-size:12px;
	font-weight:bold;
	width:250px;

}

ul.links li {
}

ul.links li a {
	display:block;
	height:25px;
	line-height:25px;
	background:#000000;
	text-decoration:none;
	text-align:center;
	border-top:#FFFFFF solid 1px;
	
}

ul.links li a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background:#333333;
}

ul.standard /* To be used for unordered lists without links */{
	list-style-type:disc;
	list-style-position:inside;
	padding:;
	margin:;
}

ul.standard li {
}

/* ============================================== */
/* HEADER STRUCTURE STYLES (MASTER/SERVANT MODEL) */
/* ============================================== */

div.header {
	width:767px;
	height:409px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-383px;
	background:#000000;
	
}

div.banner {
	width:442px;
	height:95px;
	position:absolute;
	top:26px;
	left:50%;
	margin-left:-154px;
	background:url(../images/top_autumnPic.jpg) left top no-repeat;
}

div.logo {
	width:225px;
	height:95px;
	position:absolute;
	top:26px;
	left:50%;
	margin-left:-378px;
	background:url(../images/top_logo.jpg) left top no-repeat;
}
a.homeLink{
	display:block;
	width:225px;
	height:95px;
}
div.header div.flash{
	width:757px;
	position:absolute;
	top:121px;
	left:5px;
	overflow:hidden;
	z-index:21;
}
div#head_rocks{
	width:76px;
	height:69px;
	position:absolute;
	top:23px;
	left:50%;
	margin-left:288px;
	background:url(../images/top_rocks.jpg) left top no-repeat;
	z-index:91;
}
/* ============================================= */
/* MENU STRUCTURE STYLES (MASTER/SERVANT MODEL)  */
/* ============================================= */

div.navMain {
	z-index:100; /* z-index allows an absolute positioned containter to br placed in the top of the doc. */
	width:163px;
	position:absolute;
	top:121px;
	left:50%;
	margin-left:-81px;
}
div.navMain ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
div.navMain li{
	border-top:solid 1px #ffffff;
}
div.navMain a {
	text-transform:capitalize;
	display:block;
	text-align:center;
	height:23px;
	line-height:23px;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	outline:none;
}

div.navMain a:hover {
	text-decoration:none;
	background:#222222;
	color:#FFFFFF;
	outline:none;
}


div.navSec {
	z-index:100; /* z-index allows an absolute positioned containter to br placed in the top of the doc. */
}

div.navSec a {
}

div.navSec a:hover {
}

div.preload /* Use this div to wrap <img src="" alt="" />'s that need to preload, such as mouse-over images */ {
	position:absolute;
	top:-500px;
	left:0px;
}

/* ============================================ */
/* PAGE STRUCTURE STYLES (MASTER/SERVANT MODEL) */
/* ============================================ */

div.master {
	margin-top:409px;
}

div.servant {
	width:757px;
	position:relative;
	top:0px;
	left:50%;
	margin-left:-383px;
	border-bottom:#000000 solid 5px;
	border-left:#000000 solid 5px;
	border-right:#000000 solid 5px;
	background:url(../images/pg_top_grad.gif) left top repeat-x #FFFFFF;
}

/*  By specifying a height property for a <TD> you will create a minimum height for your table under Master/Servant,
	thus any overflow encountered will cause the table to stretch vertically. Only one column needs to be given a
	height property for the entire table row.  */

td.leftCol {
	height:;
	width:;
	vertical-align:top;
}

td.rightCol {
	width:;
	vertical-align:top;
}

td.singleCol {
	height:689px;
	width:757px;
	vertical-align:top;
	padding:0px;
	margin:0px;
}

/* This container should not have a specified height, else it will not stretch, INCLUDE <?pg()?> INSIDE THIS CONTAINER */ 
div.content {
	padding:125px 62px 63px 238px;
	background:url(../images/pg_bg.jpg) left bottom no-repeat;
}
div.content_dsn {
	padding:125px 42px 63px 210px;
	background:url(../images/pg_bg.jpg) left bottom no-repeat;
}

div.pgFoot1{
	width:757px;
	height:104px;
	background:url(../images/pg_foot1.jpg) left top no-repeat;
}
div.pgFoot1 div#btmLogo{
	width:230px;
	height:104px;
	background:url(../images/btm_logo.jpg) left top no-repeat;
	position:relative;
	top:0px;
	left:261px;
}
div.pgFoot2{
	width:757px;
	height:61px;
	background:url(../images/pg_foot2.jpg) left top no-repeat;
}
div.footer /* Place this container under the servant, or master containers, without positioning */ {
	color:#FFFFFF;
	height:35px;
}

div.legal{
	width:750px;
	height:100%;
	position:relative;
	top:5px;
	left:50%;
	margin-left:-378px;
}

div.footer a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

div.footer a:hover {
	text-decoration:none;
}

/* ============= */
/* WIDGET STYLES */
/* ============= */
div#weather{
	width:175px;
	height:270px;
	position:absolute;
	top:780px;
	left:50%;
	margin-left:-357px;
	border:solid 2px #9c9c9c;
	background:#FFFFFF;
	padding:1px;
	overflow:hidden;
}

div#feat_list{
	width:175px;
	height:269px;
	position:absolute;
	top:493px;
	left:50%;
	margin-left:-357px;
	border:solid 2px #9c9c9c;
	background:#FFFFFF;
	padding:1px;
}
div.feat_pos{
	position:absolute;
	width:177px;
	height:271px;
	top:0px;
	left:0px;
}
div.line9{
	position:relative;
	top:256px;
	width:175px;
	height:9px;
	background:#9c9c9c;
}
div#rock_reg{
	position:absolute;
	top:340px;
	left:50%;
	margin-left:-383px;
	width:147px;
	height:120px;
	z-index:99;
	
}
/* ================= */
/* FRAME PAGE STYLES */
/* ================= */

div.frame_banner {
	width:100%;
	height:;
}

div.frame /* INCLUDE <?pg()?> INSIDE THIS CONTAINER */{
}

div.navFrame {
}

div.navFrame a {
}

div.navFrame a:hover {
}
/* ======================= */
/* splash only headings EDITS */
/* ======================= */
div#tagline{
	width:712px;
	height:43px;
	position:absolute;
	top:424px;
	left:50%;
	margin-left:-354px;
	z-index:50;
	background:url(../images/tagline.gif) left top no-repeat;
	
}
div#welcome{
	width:463px;
	height:43px;
	position:absolute;
	top:483px;
	left:50%;
	margin-left:-145px;
	z-index:51;
	background:url(../images/welcome.gif) left top no-repeat;
}

ol.faq{
	margin:0px 0px 0px 30px;
	padding:0px;
	
}
ol.faq li{
	margin:0px 0px 10px 0px;
	padding:5px;
	
}
ol.faq li span.question{
	display:block;
	color:#027634;
	font-weight:bold;
}
ol.faq li span.answer{
	display:block;
	margin-top:5px;
}

/* ======================= */
/* BUG FIXES AND CSS EDITS */
/* ======================= */


div.navSer {
	position:relative;
	width:767px;
	left:50%;
	margin:15px 0px 0px -383px;
	text-align:center;
	padding-bottom:15px;
	clear:both;
}

div.navSer a {
	font-size:10px;
	color:#FFFFFF;
	padding:0px 4px;
	text-decoration:none;
}

div.navSer a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
/*==============================
=========about us page styles===
==============================*/
ul.aboutUs li{
	margin:0px 0px 10px 0px; 
	font-size:14px;
}
img.aboutPic{
	margin:0px 0px 10px 10px;
	float:right;
	width:200px;
	height:auto;
	border:#000000 solid 2px;
}
/*==============================
=========referral page styles===
==============================*/
img.handshake{
	width:120px;
	margin:0px 0px 10px 10px;
	float:right;
	border:2px #000000 solid;
}

/*==============================
=========area listing page styles===
==============================*/
div.areaListLinks{
	position:relative;
	margin-top:30px;
}

div.areaListLinks ul{
	margin:0px 0px 0px 101px;
	padding:0px;
	list-style:none;
}
div.areaListLinks li{
	float:left;
	margin:0px 0px 30px 30px;
}
div.areaListLinks a{
	display:block;
	width:129px;
	height:0px;
	padding-top:103px;
	overflow:hidden;
}
div.areaListLinks a.al_res{
	background:url(../images/areaButtons/residential.jpg) left top no-repeat;
}

div.areaListLinks a.al_land{
	background:url(../images/areaButtons/land.jpg) left top no-repeat;
}

div.areaListLinks a.al_comm{
	background:url(../images/areaButtons/comm.jpg) left top no-repeat;
}

div.areaListLinks a.al_condo{
	background:url(../images/areaButtons/condo.jpg) left top no-repeat;
}

div.homeLink{
	position:absolute;
	 top:471px;
	 left:50%;
	 margin-left:272px;
}

div.homeLink a{
	display:block;
	height:32px;
	width:81px;
	background:url(../images/home_btn.png) top left no-repeat;
	padding-top:25px;
	overflow:hidden;
}

div.homeLink a:hover{
	background:url(../images/home_btn_hv.png)top left no-repeat;
}


