BODY 	{
	background-color: #D3C5A7;
	scrollbar-base-color: #B3A288;
	scrollbar-track-color: #F0F0F0;
	scrollbar-face-color: #B3A288;
	margin: 0px;
	padding: 0px;
	border: #1F3037 0px solid;
	}





/* LINK COLORS */

a:link		{ color: #007733; text-decoration: none; }

a:visited	{ color: #007733; text-decoration: none; }

a:active	{ color: #669900; text-decoration: none; }

a:hover		{ color: #996600; text-decoration: none; }





/* THE NEXT LINE CONTROLS THE DEFAULT FONT SIZE */


TABLE 		{ COLOR: #000000; FONT: 11px verdana, arial, sans-serif; font-weight: normal; }

.title 		{ COLOR: #663300; FONT: 16px "BankGothic Md BT Medium", "BankGothic LT BT", "Copperplate Gothic Bold", verdana, arial, sans-serif; font-weight: normal; }

.subtitle 	{ COLOR: #663300; FONT: 13px "BankGothic Md BT Medium", "BankGothic LT BT", "Copperplate Gothic Bold", verdana, arial, sans-serif; font-weight: normal; }

.phonetitle 	{ color: #663300; font: 15px "BankGothic Md BT Medium", "BankGothic LT BT", "Copperplate Gothic Bold", verdana, arial, sans-serif; font-weight: normal; }

.copytext 	{ COLOR: #666666; FONT: 9px verdana, arial, sans-serif; font-weight: normal; }

.page-splits	{ border: #D0BBAB 1px solid; background-color: #FFFFFF; color: #FFFFFF; height: 5px; width: 100%; }

.bullet		{ list-style-image: url("images/site_imgs/bullet.gif"); }



/* HOMEPAGE BANNER BACKGROUNDS COLOR AND BARS */


.homefade	{ background-image: url("images/site_imgs/home-fade.jpg"); background-repeat: repeat-x; }

.picturebar 	{ background-color:#FFFFFF; }


.pagebars	{
		background-color: #F0F0F0;
		background-image: url("images/site_imgs/bar.jpg");
		height: 25px;
		border: solid #000000;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}





/* CONTACT PAGE CODE */

.contactbutton 	{
		font-size: 13px;
		width: 100px;
		}



.shadeform	{
		FONT: 13px arial, verdana, sans-serif;
		background-image: url("images/site_imgs/shadeform.gif");
		background-color: #EEF2F0;
		text-align: left;
		WIDTH: 200px;
		BORDER: #000000 1px solid;
		}

.textarea	{
		FONT: 13px arial, verdana, sans-serif;
		background-image: url("images/site_imgs/shadeform.gif");
		background-color: #EEF2F0;
		text-align: left;
		WIDTH: 250px;
		HEIGHT: 125px;
		BORDER: #000000 1px solid;
		}

.dropdown 	{
		background-color: #EEF2F0;
		COLOR: #000000;
		WIDTH: 200px;
		FONT: 11px verdana, arial, sans-serif;
		}





/* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}





/* IMAGE BORDERS */

.borders		{ BORDER: #000000 1px solid; }



/* HOMEPAGE AND SIDEBAR THUMBNAIL BORDERS */

.hover-border	 	{ border: #000000 1px solid; cursor:pointer; }
A:hover .hover-border 	{ border: #66CC33 1px solid; cursor:pointer; }





/* BEGIN MENU CODE */




.menu    	{
		FONT: 12px arial, verdana, sans-serif;
		font-weight: normal;
		height: 24px;
		text-indent: 23px;
		background-image: url("images/site_imgs/menu.gif");
		background-repeat: no-repeat;
		background-position: 0px 0px;
		vertical-align: middle;
		}


.menu-line	  {
		  background-image: url("images/site_imgs/menu_line.gif");
		  background-repeat: repeat-y;
		  }