BODY 	{
	scrollbar-base-color: #BABAC1;
	scrollbar-track-color: #DFDFE9;
	scrollbar-face-color: #DFDFE9;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #C8C6D0;
	scrollbar-darkshadow-color: #4E172A;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	backgroUnd-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}




/* NON-MENU PAGE LINK CODE */

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

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

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

a:hover		{
	text-decoration: underline;
	color: #eb454f;
}


.biglink 	{ FONT: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: none; }

.biglink:hover 	{ FONT: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: underline; }




/* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

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

.title		{ COLOR: #1C509B; FONT: 17px arial, verdana, sans-serif; font-weight: normal; }
.fancy_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: italic;
	color: #12366A;
	font-weight: bold;
}


.subtitle	{ COLOR: #000000; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }

.smalltitle 	{ COLOR: #1C509B; FONT: 14px arial, verdana, sans-serif; font-weight: normal; }

.careertitle	{ COLOR: #669999; FONT: 14px arial, verdana, sans-serif; font-weight: bold; }

.date-font	{ COLOR: #FFFFFF; font: 11px arial, verdana, sans-serif; font-weight: bold; }

.just 		{ text-align: justify; }




/* LIST CODE - CLIENTS, CAREERS, AND SERVICES PAGES */

li 		{ color: #996600; }
li span 	{ color: #333333; }






/* MAIN PAGE BANNER IMAGE BORDERS & HEADER BORDERS */

.ban-table		{
	background-repeat: repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-image: url(images/Backgrounds/blue.jpg);
	background-color: #4773B0;
	height: 100px;
			}

.imagerightborder	{ border-right: #000000 0px solid; }

.imagerightborder-home	{ border-right: #000000 1px solid; }



/* HEADER BORDER FOR PAGES WITH NO BANNER IMAGE */

.headerborder		{ border-top: #000000 1px solid; }




/* BOTTOM PAGE LINE */

.pagebars	{
		border-top: #1C509B 1px solid;
		border-bottom: #1C509B 1px solid;
		background-color: #1C509B;
		height: 20px;
		}



/* PARAGRAPH SEPARATOR LINES */

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






/* OTHER IMAGE BORDERS */

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





/* HOMEPAGE LAYERED TEXT STYLES */

#hometext 	{ position:absolute; visibility: visible; left: 162px; top: 110px; width:300px; z-index:5; padding:5px;}

.hometextlayer	{ COLOR: #FFFFFF; FONT: 11px arial, verdana, sans-serif; font-weight: bold; }

.hometexttitle	{ COLOR: #FFFFFF; FONT: 15px arial, verdana, sans-serif; font-weight: bold; }




/* CONTACT LAYERED TEXT STYLES */

#contacttext 		{ position:absolute; visibility: visible; left: 162px; top: 105px; width:500px; z-index:5; padding:5px;}

.contacttextlayer	{ COLOR: #000000; FONT: 11px arial, verdana, sans-serif; font-weight: bold; }

.phonetitle		{ COLOR: #000000; FONT: 13px verdana, arial, sans-serif; font-weight: bold; }





/* HOMEPAGE LEFT SHADED AREA */

.home-vert-splits	{
	border-right: #90A9CE 1px solid;
			}





/* RIGHT SIDEBAR CODE */



.sidebar-area		{
	border-left: #90A9CE 1px solid;
	background-color: #E6EDF8;
	width: 125px;
			}

.sidebar-pagewidth	{
			background-color: #E6EDF8;
			width: 150px;
			}

.sidetext		{ COLOR: #333333; FONT: 11px verdana, arial, sans-serif; font-weight: normal; }

.sidetitle		{ COLOR: #1C509B; FONT: 13px arial, verdana, sans-serif; font-weight: bold; }

.sideborders		{ border: #74747B 1px solid; }

.sidebar-table 		{
			COLOR: #000000;
			WIDTH: 135px;
			BORDER: #000000 0px solid;
			}

.sidebar-frame		{
	width: 125px;
	height: 400px;
	min-height: 400px;
	margin: 0px;
	padding: 0px;
	BORDER: #999999 0px solid;
			}






/* HIDE MENU AND ITEMS FOR PRINTING */


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







/* GALLERY CODE */

.galleryborder		{ border: #000000 1px solid; margin-bottom: 3px; }

.viewer-border	 	{ border: #000000 1px solid; }

.picturecomments 	{
	COLOR: #0066FF;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	width: 100%;
}

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






/* SMALL GALLERY MESSAGES */


.divstyle 	{ position:absolute;
		border: #000000 0px solid;
		width: 100px;
		top:0;
		left:0; }

.pstyletitle	{ position:absolute;
		border: #000000 1px solid;
		background:#FFFFE1;
		color:black;
		font-size:10px;
		padding: 3px;
		font-family:verdana, arial, sans-serif; }


.pstylebody 	{ position:absolute;
		background:#FFFFE1;
		color:black;
		font-size:10px;
		font-family:verdana, arial, sans-serif; }




/* GALLERY MENU CODE */


.button-gallery 	{
			color: #000000;
	       		font: bold 11px arial, serif;
			text-align: center;
			background-color: #FFFFFF;
	        	background-image: url("Picts DW/button-gallery.gif");
        		padding: 1px 5px 1px 5px;
			margin: 0px 1px 0px 1px;
        		display: block;
			cursor:pointer;
			width: 90px;
        		border: #999999 1px solid;
			}


.buttonon-gallery	{
			color: #0066FF;
	       		font: bold 11px arial, serif;
			text-align: center;
			background-color: #FFFFFF;
	        	background-image: url("Picts DW/buttonon-gallery.gif");
        		padding: 1px 5px 1px 5px;
			margin: 0px 1px 0px 1px;
        		display: block;
			cursor:pointer;
			width: 90px;
        		border: #0066FF 1px solid;
			}






/* CONTACT AND QUOTES FORM */

.button-submit	{
		FONT: 12px arial, verdana, sans-serif;
		font-weight: normal;
		padding-top: 2px;
		padding-bottom: 2px;
		}


.shadeform	{
		FONT: 13px arial, verdana, sans-serif;
		background-image: url("Picts DW/shadeform.gif");
		text-align: left;
		WIDTH: 200PX;
		BORDER: #666666 1px solid;
		}


.dropdown 	{
		FONT: 11px verdana, arial, sans-serif;
		COLOR: #60564D;
		WIDTH: 200PX;
		}


.textarea	{
		FONT: 13px arial, verdana, sans-serif;
		background-image: url("Picts DW/shadeform.gif");
		text-align: left;
		WIDTH: 250PX;
		HEIGHT: 125PX;
		BORDER: #666666 1px solid;
		}


.quoteform	{
		FONT: 13px arial, verdana, sans-serif;
		background-image: url("Picts DW/shadeform.gif");
		text-align: left;
		BORDER: #666666 1px solid;
		}


.dropquotes 	{
		FONT: 11px verdana, arial, sans-serif;
		COLOR: #60564D;
		}


.quotechoice 	{ COLOR: #3333FF; }










/* LINKS PAGE */

.searchterms 	{
		FONT: 12px arial, verdana, sans-serif;
		background-image: url("Picts DW/shadeform.gif");
		background-color: #FFFFFF;
		COLOR: #000000;
		WIDTH: 125PX;
		HEIGHT: 20PX;
		BORDER: #666666 1px solid;
		}

.searchbutton 	{
		background-image: url("Picts DW/button.gif");
		background-color:#DDEDE7;
		FONT: 12px arial, verdana, sans-serif;
		font-weight: bold;
		COLOR: #336666;
		height: 20px;
		cursor:pointer;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
		margin-left: 2px;
		BORDER: #336699 1px solid;
		}






/* FOOTER CODE */

.footer			{
			height: 35px;
			padding: 5px 10px 5px 10px;
			background-image: url("Picts DW/footer.gif");
			background-repeat: repeat-x;
			}

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


.menu-background	{
);
	background-repeat: repeat-y;
	background-position: left top;
	border-right: #000000 1px solid;
	width: 125px;
	background-color: #1547c7;
			}
#quicklink {
	background-color: #E4EFF4;
	color: #14396E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	text-align: left;
	padding: 0px;
	margin: 0px;
}


.menuseparator		{
			border: #A6A6A6 1px solid;
			background-color: #1B4686;
			color: #1B4686;
			height: 5px;
			width: 140px;
			padding: 0px;
			margin-top: 3px;
			margin-bottom: 0px;
			}

.menutrans   		{
			filter:alpha(opacity=100);-moz-opacity:1.00;opacity:1.00;
			border-bottom: #74747B 1px solid;
			}


.menu-bottomline	{ border-top: #74747B 0px solid; }


.menu		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		cursor:hand;
		font-weight: bold;
		text-decoration: none;
		width: 139px;
		text-indent: 7px;
		line-height: 18px;
		text-align: left;
		display: block;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 3px;
		margin-bottom: 1px;
		border-right: #74747B 0px solid;
		border-top: #74747B 0px solid;
		}


a.menu:link 	{ color: #FFFFFF; }

a.menu:visited 	{ color: #FFFFFF; }

a.menu:active 	{ color: #FFFFFF; }

a.menu:hover 	{
		color: #FFFFFF;
		background-color:#24487C;
		text-decoration: none;
		border: #FFFFFF 1px solid;
		margin-left: 4px;
		margin-right: 4px;
		margin-top: 2px;
		margin-bottom: 0px;
		}
.tablerowdark {
	background-color: DAEDF4;
	text-align: center;
	border-collapse:collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-transform: capitalize;
	color: #1C509B;
	line-height: normal;
}

#tableheader {
	font-size: large;
	background-color: #12366A;
	left: auto;
	right: auto;
	text-align: center;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.just #vehicle-table {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	font-size: 14px;
	color: #14396E;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	text-transform: capitalize;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rowlabel {
	background-color: #14396E;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.just #quicklink {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-top-color: e4fff4;
	border-right-color: #666666;
	border-bottom-color: #E4EFF4;
	border-left-color: #666666;
	border-top-width: 10px;
	font-size: small;
}
.qlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	color: #143970;
	margin-right: 10px;
	margin-left: 10px;
	font-style: normal;
	font-weight: bolder;
	letter-spacing: 3px;
	text-transform: capitalize;
}
.hp_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: thin dashed #666666;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 240px;
	width: 220px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
}
.vehicle_description {
	float: left;
}
.price {
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #1C509B;
	border: thin none #000000;
	width: 100%;
	text-align: left;
	padding: 5px;
}
.Description {
	float: none;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #1C509B;
	border: thin none #000000;
	width: 100%;
	margin-right: auto;
	text-align: left;
	padding: 5px;
}
.button1 {
	background-image: url("Picts DW/button.gif");
	background-color:#DDEDE7;
	FONT: 12px arial, verdana, sans-serif;
	font-weight: bold;
	COLOR: #336666;
	height: 20px;
	cursor:pointer;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	BORDER: #336699 1px solid;
	width: 30px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.smalltitle2 {
	COLOR: #1C509B;
	FONT: 14px arial, verdana, sans-serif;
	font-weight: normal;
	width: 150px;
}
.tablerowlight {
	background-color: #EAF5F9;
	text-align: center;
	border-collapse:collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-transform: capitalize;
	color: #1C509B;
	line-height: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.vert-splits {
	border-right: #90A9CE 1px solid;
	background-color: #FFFFFF;
}
#vehicle-table .style3 {
	font-size: 12px;
}
.right {
	margin: 10px;
	float: right;
}
