BODY 	{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	border: #000000 0px solid;
    color: #FFFFFF;
	}

.container {
    width: 960px;
	background-color: #000000;
	margin: 0 auto; 
}

.sidebar1 {
    float: left;
	width: 180px;
	background-color: clear;
	padding-bottom: 10px;
}

.sidebar2 {
    float: right;
    width: 180px;
	background-color: clear;
	padding-bottom: 10px;
}

.content {
	padding: 10px 0;
	width: 600px;
	margin-left: auto;
    margin-right: auto;
}

.footer {
    padding: 10px 0;
	background-color: clear;
	position: relative;
	clear: both;
}

.nav {
    width: auto;
    height: 100px;
    font-size: 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 #000;
    background-color: #000;
    border-radius: 0;
}

.nav ul {
    height: auto;
    padding: 0;
    margin: 0;
}

.nav li {
    display: inline;
	padding: 0px;
	width: 140px;
	height: 100px;
}

.nav a {
    text-decoration: none;
    color: #000;
    padding: 0;
}



/* LINK COLORS */

a:link		{ color: #95C9FC; text-decoration: none; }

a:visited	{ color: #95C9FC; text-decoration: none; }

a:active	{ color: #95C9FC; text-decoration: none; }

a:hover		{ color: #99FFFF; text-decoration: none; }





/* THE NEXT LINE CONTROLS THE DEFAULT FONT SIZE */


TABLE 		{ COLOR: #F0F0F0; FONT: 12px arial, verdana, sans-serif; font-weight: bold; }

.title 		{ COLOR: #FFFFFF; FONT: 14px arial, verdana, sans-serif; font-weight: bold; }

.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: #333E83 1px solid;
		background-color: #000000;
		color: #000000;
		height: 2px; width: 100%;
		}



/* PAGE BACKGROUND */

.background	{
		background-image: none;
		background-repeat: none;
		background-position: top left;
		}





/* HOMEPAGE BANNER BACKGROUNDS COLOR AND BARS */


.picturebar 	{
		background-color: #000000;
		background-image: url(picts/home.jpg);
		}


.pagebars	{
		background-color: #000000;
		height: 12px;
		border: solid #000000;
		border-width: 0px 0px 0px 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: 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	{
		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: #000000 1px solid; }



/* HOMEPAGE AND SIDEBAR THUMBNAIL BORDERS */

.hover-border	 	{ border: #6183AE 1px solid; cursor:pointer; }
A:hover .hover-border 	{ border: #FFFFFF 1px solid; cursor:pointer; }



