* html {
margin: 0; 
padding: 0; 
}

html, body { 
font-family :  Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif; 
font-size : 12px; 
color: #000000; 
text-align: center;
margin: 0;
padding: 0;
}

.FlagBG { 
font-family :  Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif; 
font-size : 12px; 
color: #000000; 
text-align: center;
margin: 0;
padding: 0;
background-image: url(/images/Flag_SiteBG.gif); 
background-repeat: no-repeat;
background-position: center 10px; 
}

TD { 
font-family : Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif; 
font-size : 12px; 
color: #000000;  
font-weight : normal;
}

img{border: 0px;}

.bckWhite { background-color: #fff; }
.bckBlack{background-color: #000;}
.bckRed { background: #cc0000; }
.bckBlue { background: #88aed8; }

.Hidden		{visibility: hidden;}	
.NoDisplay	{visibility: hidden; display: none;}
.Visible	{visibility: visible;}	

.left { float: left; }
.right { float: right; }
.clear { clear: both; }	

/*---------------------*/

/*Pop Up Windows*/

/*for News pop up*/
.bckDkGray{
background-color: #333;
}

.pop { 
font-size : 13px; 
color: #fff;  
font-weight : normal;
}

.bckPopUp1 { 
background-color: #FFFFFF; 
background-image: url(/images/bckPopup.jpg); 
background-repeat: no-repeat; 
}

.bckPopUp2 { 
background-color: #FFFFFF; 
background-image: url(/images/bckPopup.jpg); 
background-repeat: no-repeat;
}

#videoplayer {
position: relative;
width: 368px;
height: 273px;
overflow: hidden;
background-color: #FFFFFF; 
/*background-image: url(/images/flash/videopreview.jpg); 
background-repeat: no-repeat;*/
}

#maskH {
position: absolute;
top: 0px;
}

#maskV {
position: absolute;
left: 0px;
}

#videotext {
margin: 0 auto;
text-align: center;
}

/*used in floating models*/
.itemBorder { 
border: 1px solid #666; 
}

/*---------------------*/

/*Global Elements*/

a { 
color : #004467; 
text-decoration : underline;
}

a:visited{
color: #666666;
}
	
a:hover { 
color : #369; 
}

.title, h1 { 
color: #004467; 
font-size : 18px; 
font-weight: bold;
margin: 0;
}


/*displayMutiple titles*/
.subtitle, .subhead, h2 { 
color: #004467; 
font-size : 14px; 
font-weight: bold; 
margin: 0;
}
.subtitle a:link, .subtitle a:active, .subtitle a:visited, .subhead a:link, .subhead a:active, .subhead a:visited, h2 a:link, h2 a:active, h2 a:visited { 
color: #369; 
}
.subtitle a:hover, .subhead a:hover, h2 a:hover { 
color: #666; 
}

/*---------------------*/

/*Header, Footer styles*/

#SiteContainer { 
	width: 974px;
	margin: 0px auto;
	text-align: left; 
	background: #fff;
}

#header {
width: 974px;
height: 124px;
text-align: left;
position: relative;
color: #fff;
}
#header img { behavior: url(includes/iepngfix.htc); /*for any pngs in IE 6*/ }

#welcomeText {
	position: absolute;
	top: 0;
	right: 0;
	color: #666;
	margin: 10px;
	width: 545px;
	height: 100px;
	overflow: auto;
}

#footer{
padding: 10px;
color: #fff;
margin: 10px auto;
font-size: 12px;
background: #88aed8;
border-bottom: 10px solid #cc0000;
}
#footer td { color: #fff; }
#footer a:link, #footer a:active, #footer a:visited { color: #fff; }
#footer a:hover { color: #39f; }

.hours {
text-align: right;
float: right;
margin-left: 20px;
}

/*---------------------*/

/*default.asp Homepage Styles*/

#subContent {
	overflow: visible;
	padding: 20px;
	border: 1px solid #999;
	margin-top: 10px;
	background: #fff;
}

.compdropdowns { width: 200px; } /*for Comptool selection boxes*/

/* Vehicle Specials */
.invSpcBody { background: url(/images/bckVSFade.jpg) repeat-x; padding: 0px; margin: 0px; }
.invSpecialTitle { color: #fff; font-family : Trebuchet MS, Arial, Verdana; font-size : 14px; font-weight: normal; text-transform: normal; background: url(/images/spacer.gif);}
.invWhiteTitle { color: #ffffff; font-family : Trebuchet MS, Arial, Verdana; font-size : 12pt; font-weight: normal; background: url(/images/spacer.gif);}
.invSpcBck	  { background: url(/images/spacer.gif);}
.invSpcHdr	  { color: #007CC2; font-family : Trebuchet MS, Arial, sans-serif; font-size : 13.5pt; font-weight: bold; background: url(/images/spacer.gif);}
.invSpcText	  { color: #000000; font-family : Trebuchet MS, Arial, sans-serif; font-size : 10pt; font-weight: bold; background: url(/images/spacer.gif);}	
.invSpcPrice  { color: #CC0000; font-family : Trebuchet MS, Arial, sans-serif; font-size : 11pt; font-weight: bold; background: url(/images/spacer.gif);}
.invSpcBorder { border: 0px solid #7d7d7d; background: url(/images/spacer.gif); }
.invSpcHdrBck { border-bottom: 0px solid #7d7d7d; background: url(/images/spacer.gif); text-align: center; }
.invSpcTableCellHor { border-right: 0px solid #7d7d7d; background: url(/images/spacer.gif);}
.invSpcTableCellVer { border-bottom: 0px solid #7d7d7d; background: url(/images/spacer.gif);}
