BODY 	{
	scrollbar-base-color: #666666;
	scrollbar-track-color: #666666;
	scrollbar-face-color: #666666;
	scrollbar-arrow-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #000000 0px solid;
	}





/* LINK COLORS */

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

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

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

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





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


TABLE 		{
	COLOR: #FFFFFF;
	FONT: 10px arial, verdana, sans-serif;
	font-weight:bold;
	line-height: 3ex;
}

.title 		{
	COLOR: #e2dfdf;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
}

.subtitle 	{
	COLOR: #e2dfdf;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

.phonetitle 	{
	color: #e2dfdf;
	font: 12px arial, verdana, sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
}

.copytext 	{
	COLOR: #e2dfdf;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 3ex;
}
.copywritetext 	{
	COLOR: #e2dfdf;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
}

.bullet		{ list-style-image: url(picts/bullet.gif); }

.pageheight	{ height: 100%; }

.page-splits	{
	border-bottom: #cccc99 1px solid;
	background-color: #ab9d50;
	color: ab9d50;
	height: 2px;
	width: 100%;
		}



/* PAGE BACKGROUND */

.background	{
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #666666;
		}





/* HOMEPAGE BANNER BACKGROUNDS COLOR AND BARS */


.picturebar 	{
	background-image: url(/picts/picture_bar_bkg.jpg);
	background-repeat: repeat-x;
	background-position: 100%;
		}


.pagebars	{
	height: 8px;
	background-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}








/* CONTACT PAGE CODE */

.button 	{
		background-image: url("picts/button.gif");
		background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		color: #000000;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		width: 100px;
		padding-top: 3px;
		padding-bottom: 3px;
		cursor:pointer;
		BORDER: #000000 1px solid;
		}

.buttonon 	{
		background-image: url("picts/buttonon.gif");
		background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		color: #666666;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		width: 100px;
		padding-top: 3px;
		padding-bottom: 3px;
		cursor:pointer;
		BORDER: #000000 1px solid;
		}



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

.textarea	{
	background-image: url("picts/shadeform.gif");
	background-color: #ffffcc;
	text-align: left;
	WIDTH: 250px;
	HEIGHT: 125px;
	BORDER: #cccc99 1px solid;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	color: #ffffcc;
	font-weight: normal;
		}

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








/* QUOTES PAGE CODE */

.quoteform	{
		FONT: 13px arial, verdana, sans-serif;
		COLOR: #000000;
		background-image: url("picts/shadeform.gif");
		background-color: #FFFFFF;
		text-align: left;
		BORDER: #6183AE 1px solid;
		}


.dropquotes 	{
		FONT: 11px verdana, arial, sans-serif;
		background-color: #FFFFFF;
		COLOR: #000000;
		}


.quotechoice 	{
	COLOR: #d2c389;
}








/* HIDE MENU AND ITEMS FOR PRINTING */


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





/* IMAGE BORDERS */

.borders		{
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}



/* HOMEPAGE AND SIDEBAR THUMBNAIL BORDERS */

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





/* BEGIN MENU CODE */




.menu    	{
	font-weight: normal;
	height: 24px;
	text-indent: 16px;
	background-image: url(picts/menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	vertical-align: middle;
	letter-spacing: 1px;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #e2dfdf;
		}


.menu-line	  {
		  background-image: url(picts/menu_line.gif);
		  background-repeat: repeat-y;
		  }
.images_padding {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
