BODY 	{
	background-color: #000000;
	scrollbar-base-color: #21284A;
	scrollbar-track-color: #21284A;
	scrollbar-face-color: #4E567D;
	scrollbar-arrow-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #000000 0px solid;
	}


.menuhot    	{
	FONT: 15px arial, verdana, sans-serif;
	font-weight: bold;
	height: 24px;
	text-indent: 16px;
	background-image: url(picts/menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	vertical-align: middle;
	letter-spacing: 2px;
	text-decoration: none;
		}

.menuhot a:link		{
	color: #FF3333;
	text-decoration: blink;
}
.menuhot a:visited	{
	color: #CC0000;
	text-decoration: blink;
}
.menuhot a:active	{
	color: #CC0000;
	text-decoration: blink;
}
.menuhot a:hover	{ color: #FFFFFF; text-decoration: none; }



/* LINK COLORS */

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

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

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

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





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


TABLE 		{
	COLOR: #F0F0F0;
	FONT: 12px arial, verdana, sans-serif;
	font-weight: bold;
}
.TABLEUNDERLINE	{
	COLOR: #F0F0F0;
	FONT: 12px arial, verdana, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

.title 		{ COLOR: #FFFFFF; FONT: 14px arial, verdana, sans-serif; font-weight: bold; }
.title2		{
	COLOR: #FFFFFF;
	FONT: 14px arial, verdana, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

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

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

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

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

.pageheight	{ height: 100%; }





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



/* PAGE BACKGROUND */

.background	{
		background-image: url(picts/background.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		}





/* HOMEPAGE BANNER BACKGROUNDS COLOR AND BARS */


.picturebar 	{
	background-color: #000000;
	background-image: url(picts/home-photo-strip-background.jpg);
	height: 100px;
		}


.pagebars	{
		background-color: #4E567D;
		height: 8px;
		border: solid #000000;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}








/* CONTACT PAGE CODE */

.button 	{
		background-image: url("picts/button.gif");
		background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans-serif;
		color: #000000;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		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	{
		FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		background-color: #F6F8FE;
		text-align: left;
		WIDTH: 250px;
		HEIGHT: 125px;
		BORDER: #6183AE 1px solid;
		}

.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: #CCCC99; }








/* HIDE MENU AND ITEMS FOR PRINTING */


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





/* IMAGE BORDERS */

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



/* HOMEPAGE AND SIDEBAR THUMBNAIL BORDERS */

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





/* BEGIN MENU CODE */




.menu    	{
		FONT: 12px arial, verdana, sans-serif;
		font-weight: bold;
		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;
		}


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