/* CSS Document */
body {
	background-color: #000;
}
h1 {
	font: normal normal normal 15pt/18pt Arial, sans-serif;
	color: #000;
	text-decoration: none;
}
h2 {
	font: small-caps normal 13pt/16pt Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/h2_background.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 5px; 
	margin: 50px 0px 0px 0px; 
	max-width: 450px;
	/* Internet explorer setting for ie 5 and up*/
	/* border:1px solid red; */
	width:expression( 
    document.body.clientWidth > (500/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "30em":
        "auto" );

}
#leftNav {
	background-image: url(../images/truck.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	vertical-align: top;
}
#leftNav a {
	font: normal normal normal 9pt/12pt Arial, sans-serif;
	color: #fff;
	text-decoration: underline;
}
#leftNav p {
	font: normal normal normal 11pt/14pt Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
}
#leftNav ul { 
	text-align: center;
	padding: 0px 5px 0px 5px;
	margin: 0px 5px 0px 5px;
	line-height: 2;	
}
#leftNav li {
	font: normal normal normal 9pt/12pt Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	list-style-type: none;
	line-height: 2;
}
#leftMargin {
	background-image: url(../images/corner_000000.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #fff;
}

#rightMargin {
	background-image: url(../images/corner_000001.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #fff;
}

#rightAd {
	background-color: #fff;
}
#rightAd a {
	font: normal normal normal 13pt/16pt Arial, sans-serif;
	color: #00f;
	text-decoration: underline;
}
#rightAd img {
	border: 0px;
}
#rightAd p {
	font: normal normal normal 13pt/16pt Arial, sans-serif;
	color: #000;
	text-decoration: none;
		/* Internet explorer setting for ie 5 and up*/
	/* border:1px solid red; */
	width:expression( 
    document.body.clientWidth > (500/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "30em":
        "auto" );
}
#rightAd ul,li {
	font: normal normal normal 11pt/12pt Arial, sans-serif;
	color: #000;
}
.indexHomeLinks {
	background-color: #fff;
}
.indexHomeLinks a {
	font: small-caps bold 15pt/18pt Arial, sans-serif;
	color: #000;
	text-decoration: none;
	background-position: -20px;
}
.indexHomeLinks li {
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	list-style-image: url(../images/index_links_bullet.jpg);
}

	

/* FOOTERLINKS */
#footerLinks p {
	font: small-caps bold 9pt/12pt Arial, sans-serif;
	color: #000;
	text-decoration: none;
	margin: 20px 0px 0px 0px;
}
#footerLinks a {
	font: normal normal normal 9pt/12pt Arial, sans-serif;
	color: #00f;
	text-decoration: underline;
}
#footerLinks ul{
	list-style: none;
}
#footerLinks li{
	clear: right;
	display: inline;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
}
/* FOOTER (copyright Aces)*/
#footer a {
	padding: 0px 6px 4px 4px;
	color: #7E84B2;
	font: normal normal normal 7pt/10pt Arial, sans-serif;
}
#footer div {
	float: left;
}
#footer p {
	color: #7E84B2;
	font: normal normal normal 7pt/10pt Arial, sans-serif;
	clear: left;
	margin: 0px 200px 0px 5px;
}

p.indexP	{
color: #000000;
font: normal normal normal 10pt/14pt Arial, sans-serif;
}