
/*****************/
/*  Main Styles  */
/*****************/

/***::-  Common Styles  -::**/

.makeInvis {
	display: none;
}
.hideBold {
	font-weight: normal;
}
IMG.photo {
	background-color: #090;
	border: 1px solid #3A3;
	padding: 2px;
	margin: 5px;
}
P.hdr {
	font-size: 1.3em;
}



/***::-  Page Top  -::***/

DIV.logo {
	background-image: url(img/hardwicks-hdr-bkg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #425946;
	margin: 0;
	padding: 0 20px 0 20px;
	white-space: nowrap;
}
IMG.logo {
	margin: 5px;
}
DIV.logoSeparator {
	background-image: url(img/logo-separator.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top: 1px solid #040;
	border-bottom: 1px solid #040;
	line-height: 10px;
	margin: 0;
	padding: 0;
	white-space:nowrap;
}

/***::-  Nav Bar  -::***/


TABLE.navBar {
	background-image: url(img/navbar-bkg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #638863;
	width: 100%;
}
TABLE.navBar TD {
	padding: 2px 10px 2px 10px;
	line-height: 30px;
}
TABLE.navBar TD A {
	background-color: #b4f48f;
	border: 1px solid #000;
	padding: 2px 10px 2px 10px;
	text-decoration:  none;
}

/**-   Side Nav   -**/

DIV.sideNav {
	float: left;
	padding: 5px;
	margin: 0 8px 8px 0;
}
DIV.sideNavTitle {
	font-weight: bold;
	margin: 2px 0 7px 0;
}
DIV.sideNavItem, DIV.sideSubNavItem {
	font-size: small;
	margin: 0 0 4px 0;
}
DIV.sideNavItemLast {
	margin-top: 14px;
	margin-bottom: 4px;
}
A.sideNavItem, A.sideNavItem:VISITED, A.sideSubNavItem, A.sideSubNavItem:VISITED {
	background-image: url(img/navbar-button.gif);
	background-position: 0 -150px;
	background-repeat: no-repeat;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	padding: 5px 0 5px 0;
	text-decoration: none;
	width: 180px;
	white-space: nowrap;
}
A.sideNavItem:HOVER, A.sideSubNavItem:HOVER {
	color: #ff9;
	font-weight: bold;
	text-decoration: none;
	background-position: top;
}
DIV.sideSubNavItem {
	margin: 0 0 0 0;
	position: relative;
	bottom: 3px;
}
DIV.sideSubNavItemLast {
	margin-bottom: 7px;
}
A.sideSubNavItem, A.sideSubNavItem:VISITED {
	background-image: url(img/navbar-sub-button.gif);
	background-position: right -100px;
	background-repeat: no-repeat;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 16px;
	color: #000;
	padding: 2px 0 2px 20px;
	text-decoration: none;
	width: 140px;
}
A.sideSubNavItem:HOVER {
	font-weight: bold;
	color: #FF3;
	background-position: right top;
}



/***::-  Page Top  -::***/

DIV.mainArea {
	background-image: url(img/hardwicks-bkg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
DIV.mainArea2 {
	padding: 5px 7% 12px 7%;
}

/*
DIV.mainArea {
	padding: 5px 1% 12px 186px;
}
*/

/***::-  Main Styles  -::***/

TABLE.displayTable {
	background-color: #2c6d7f;
	border-left: 1px solid #68a7bb;
	border-bottom: 1px solid #68a7bb;
	color: #FFF;
	margin: 20px;
}
TABLE.displayTable TH {
	padding: 3px 10px 3px 10px;
	background-image: url(img/displayTblHdr.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px solid #68a7bb;
}
TABLE.displayTable TD.hdr {
	padding: 2px 10px 2px 10px;
	font-size: 0.9em;
	font-weight: bold;
}
TABLE.displayTable TD {
	padding: 2px 10px 2px 10px;
	font-size: 0.8em;
	border-right: 1px solid #68a7bb;
	border-bottom: 1px solid #68a7bb;
}
TABLE.displayTable TD.r2 {
	background-color: #428295;
}
P.quote {
	padding: 5px;
}
TABLE.contractorsList TD IMG {
	margin: 20px 0 0 0;
}
LI.paraListItem {
	font-size: 0.8em;
	text-indent: 0;
	padding: 0;
	position: relative;
	right: 20px;
	margin: 0 8% 0 8%;
}
DIV.horizontalLine{
	border: 1px solid #000;
	background-color: #393;
	line-height: 1px;
	width: 250px;
	margin: 0.9em;
}

/**-   News   -**/

DIV.newsItem {
	background-color: #eea;
	border: 1px solid #5f8c4e;
	border-right-color: #5f8c4e;
	border-bottom-color: #5f8c4e;
	margin: 10px 0 10px 150px;
}
DIV.fileArea {
	width: 85%;
	background-color: #fff;
	border: 1px solid #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	margin-bottom: 15px;
}
P.newsTitle, P.filesTitle {
	background-color: #7ac272;
	background-image: url(img/news-hdr-bkg.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #660;
	color: #000;	 
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0 0 8px 0;	
}
SPAN.newsDate {
	font-weight: bold;
	font-size: x-small;
	color: #000;
	position: relative;
	top: 2px;
	right: 4px;
}
P.newsText {
	text-indent: 10px;
	text-align: left;
	font-size: small;
	padding: 10px 25px 40px 25px;
}
DIV.pageCount {
	font-size: small;
}
A.newsFile, A.newsFile:VISITED {
	background-color: #fff;
	color: #000;
	border: 1px solid #AAA;
	margin: 3px 10px 3px 10px;
	line-height: 40px;
	padding: 3px 10px 3px 10px;
	font-size: small;
	text-decoration: none;
}
A.newsFile:HOVER {
	background-color: #000;
	color: #fff;
}
A.pageLnk, A.pageLnk:VISITED, B.pageLnk {
	background-color: #be8;
	border: 1px solid #6a3;
	color: #000;
	margin: 2px 3px 2px 3px;
	font-size: 0.8em;
	padding: 2px;
	text-decoration: none;
}
A.pageLnk:HOVER {
	background-color: #6a3;
	border-color: #be8;
	color: #cf9;
	text-decoration: none;
}
DIV.pagination {
	padding: 3px 0 25px 0;
}
DIV.newsItem IMG.photo {
	margin: 6px;
}

/***::-   Price List   -::***/
DIV.priceList TABLE {
	border: 2px solid #393;
	background-color: #d1ffbe;
}
DIV.priceList TABLE TD {
	white-space: nowrap;
	border: 1px solid #393;
	font-size: 10px;
	text-align: center;
}
DIV.priceList TABLE .headerCells {
	background-color: #9C9;
	font-size: 11px !important;
	font-weight: bold;
	text-align: left !important;
}
DIV.priceList TABLE .headerCellsGracyLane {
	background-color: #5696aa !important;
	color: #e2ffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
DIV.priceList TABLE .infoCells {
	background-color: #99C;
}

/***::-   Links   -::***/
A.returnToLinksList {
	font-size: small;
	margin: 5px;
}
TABLE.itemList {
	background-color: #c6f5b1;
	border: 2px solid #AAA;
	color: #333;	
	margin: 20px;
}
TABLE.itemList TH {
	background-color: #7ac272;
	background-image: url(img/news-hdr-bkg.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #660;
	color: #333;
}
TABLE.itemList TH A, TABLE.itemList TH A:VISITED {
	color: #339;
}
TABLE.itemList TH A:HOVER {
	color: #00F;
}
DIV#fixedTable_LinksBrowse {
	display: none;
}

/***::-  Contact  -::***/
TABLE.contactTbl {
	margin: 0px;
	border: 1px solid #4b8522;
	background-color: #a7e37c;
}
TABLE.contactTbl TH {
	white-space: normal;
	color: #000;
	line-height: 20px;
}
TABLE.contactTbl TH {
	padding: 2px;
}
TABLE.contactTbl TD {
	padding: 2px;
}
TABLE.contactTbl DIV {
	font-size: small;
}
TABLE.contactTbl INPUT, TABLE.contactTbl TEXTAREA {
	border: 2px solid #4b8522;
	background-color: #d6fabc;
	color: #000;
	opacity: 0.8;
}
TABLE.contactTbl INPUT#submit {
	font-weight: bold;
	color: #000;
}

/***::-  Footer  -::***/

DIV.footerInfoText {
	margin: 10px 0 20px 0;
}
DIV.footerInfoText P {
	font-size: 0.8em;
	color: #030;
	display: block;
	width: 450px;
	background-color: #f1c606;
	background-image: url(img/footer-info-txt-bkg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #b69200;
	padding: 3px 10px 3px 10px;
}

.footer {
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #333;
	color: #333;
	background-color: #ffce00;
	background-image: url(img/footer-bkg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 0.7em;
	font-variant: small-caps;
	font-weight: normal;
	margin: 5px 0 10px 0;
	padding: 7px;
}
.footer B {
	font-weight: normal;
}
.footer A {
	color: #33B;
	text-decoration: none;
}
.footer A:HOVER, .footer A:ACTIVE {
	color: #904;
	text-decoration: underline;
}
.footer SPAN {
	position: absolute;
}
.siteVersion {
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
}


