html, body, #form1, #all {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	/*background-image: url('../images/bgTile.gif');*/
	background-repeat:repeat-x;
	background-color: #777A7D;
}

#all{
	background-color:#FFFFFF;
}

p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B3B3B;
}

a {
	color: #DA521E;
}
a:hover {
	color: #DA521E;
}
h1 {
	font-family: Arial;
	font-weight:bold;
	font-size: 35px;
	color: #252525;
	margin: 0 0 0 20px;
}

h2 {
	font-family: Arial;
	font-weight:bold;
	font-size: 13px;
	color:#888888;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h3 {
	font: bold 13px verdana, arial;
	line-height: 10px;
	color: #3B3B3B;
	margin: 0px;
	margin-bottom: 3px;
}
ul{
	/*list-style-type: none;
	padding: 0;
	margin: 0;*/
}
li{
	/*list-style-type: none;*/
	/*background-image: url('../images/rightArrow.gif');*/
	/*background-repeat: no-repeat;
	background-position:left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	margin-bottom: 2px;*/
}
li a {
	color: #DA521E;
	text-decoration: underline;
	margin-left: 8px;
}
li a:hover{
	text-decoration: underline;
}

img 
{
	border: 0;
}

/*-------- LEFT NAV ---------*/
.leftNav {
	background-color: #EBEBEB;
	width: 190px;
}
.leftNavLines {
	display: block;
	background: url('../images/leftNavLines.gif') no-repeat;
	background-position: bottom;
}
.leftNavLines a{
	display: block;
	padding: 10px 0px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #3B3B3B;
}
.leftNavLines a:hover{
	/*background: url('/itlib/images/trucks/rightArrow.gif') no-repeat 15px 12px;*/
	color: #FF6633;
}
.leftNavLines a.on{
	background: #EBEBEB url('../images/rightArrow.gif') no-repeat 10px 14px;
	border-bottom: 1px solid #DADADA;
	color: #000000;
}
.leftNavLines a.on:hover{
	/*background: url('/itlib/images/trucks/rightArrow.gif') no-repeat 15px 12px;*/
	color: #FF6633;
}
.leftNavLines a.off{
	background: #EBEBEB 10px 14px;
	border-bottom: 1px solid #DADADA;
	color: #000000;
}
.leftNavLines a.off:hover{
	/*background: url('/itlib/images/trucks/rightArrow.gif') no-repeat 15px 12px;*/
	color: #FF6633;
}
.leftNavLines a.down{
	background: #EBEBEB url('../images/downArrow.gif') no-repeat 10px 14px;
	border-bottom: 1px solid #DADADA;
	color: #000000;
}
.leftNavLines a.down:hover{
	/*background: url('/itlib/images/trucks/rightArrow.gif') no-repeat 15px 12px;*/
	color: #FF6633;
}
.leftNavSub {
	display: block;
	border-bottom: 1px solid #FFFDFD;
	padding-left: 15px;
	background-color: #F2F2F2;
	padding: 7px 0 7px 15px;
}
.leftNavSub a{
	display: block;
	padding: 5px 20px 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #3B3B3B;
}
.leftNavSub a:hover{
	text-decoration: underline;
	color: #3B3B3B;
}
.leftNavSub a.on{
	font-weight: bold;
}
	
/*-------- TOP BODY ---------*/
.bodyTop {
	background-color: #000000;
	height:70px; 
}
.bodyTopRightLink a{
	font-size: 11px;
	color: #DA521E;
}
.bodyTopRightLink a:hover{
	text-decoration: underline;
}
.bodyTopRightLink ul {
	padding-top: 34px;
	padding-left: 26px;
}

.bodyTop h1 {
	font-family: Arial;
	font-weight:bold;
	font-size: 35px;
	color: #ffffff;
	margin: 0 0 0 20px;
}
/*
.bodyTopRightLink ul{
	margin: 0px 0px;
	padding: 0px;
	margin-top: 37px;
	margin-left: 10px;
}
.bodyTopRightLink li{
	list-style: none outside;
	background: url('/itlib/images/trucks/rightArrow.gif') no-repeat 0px 6px;
	padding: 0px 10px;
}
*/
/*-------- MAIN SECTION ---------*/
.mainTable {
	margin: 20px;
}
.mainRight {
	margin-left: 20px;
}
.mainRightBlock {
	margin-top: 17px;
	padding-bottom: 17px;
	background-image:url('itlib/images/dottenLine.gif');
	background-repeat: no-repeat;
	background-position:bottom left;
}
.mainRightBlock p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #777A7D;
	margin: 0px 0px 5px 0px;
}
.mainRightBlock a{
	color: #DA521E;
}
.mainRightBlock a:hover{
	text-decoration: underline;
}
.mainRightBlockFIRST {
	padding-bottom: 19px;
	background-image:url('itlib/images/dottenLine.gif');
	background-repeat: no-repeat;
	background-position:bottom left;
}
.mainRightBlockFIRST p{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #777A7D;
	margin: 0px;
}
.mainRightBlockLAST {
	margin-top: 7px;
	padding-bottom: 17px;
	border: 0px;
}
.mainRightBlockLAST p{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #777A7D;
	margin: 0px;
}
.mainRightBlockLAST a{
	color: #DA521E;
}
.mainRightBlockLAST a:hover{
	text-decoration: underline;
}
.mainFootnote {
	color: #999999;
	font-size:11px;
}

/*-------- PROMO ROLLOVERS ------*/
#a1PromoStrip {
	position: relative;
	width: 960px;
	height: 70px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.homePromo, .homePromo_over {
	position: relative;
	display: block;
	float: left;
	width: 170px; height: 70px;
	padding-left: 19px;
	border-right: 1px solid #C9CACB;
	margin-right: 0px;
	padding-right: 0px;
}
.homePromo_over {
	background-color: #FFFFFF;
}
.homePromo_over p {
	margin: 0 15px 0 10px;
}
.homePromo_over p.promoHeading {
	color: #DA521E;
	margin-top: 15px;
	margin-bottom: 3px;
}
.clickDiv {
	position: absolute;
	left: 0; top: 0;
	width: 170px; height: 70px;
	margin-left: 20px;
}
.sidePromo, .sidePromo_over {
	position: relative;
	display: block;
	float: left;
	width: 170px; height: 70px;
}
.sidePromo_over {
	background-color: #FFFFFF;
}
.sidePromo_over p {
	margin: 0 15px 0 10px;
}
.sidePromo_over p.promoHeading {
	color: #DA521E;
	margin-top: 15px;
	margin-bottom: 3px;
}
.sideclickDiv {
	position: absolute;
	left: 0; top: 0;
	width: 169px; height: 70px;
	margin-left: 0px;
}

/*-------- A1 PAGE ------*/
#a1Img {
	width: 960px;
	height: 400px;
}
#a1News {
	position: relative;
	display: block;
	float: left;
	width: 370px; height: 70px;
}
#a1NewsContent {
	position: absolute;
	margin: 20px 0px 0px 20px;
}
#a1NewsContent h2 {
	margin: 0;
}
#a1NewsContent li {
	font-size: 11px;
	margin-top: 0px;
}
#right_a1Promo1, #right_a1Promo1_over {
	position: relative;
	display: block;
	float: left;
	width: 190px; height: 70px;
}

/*-------- C1 STYLES ------*/
.bannerImg {
	margin-bottom: 20px;
}
.c1Table td p{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B3B3B;
	margin: 2px 0px 5px 0px;
}
p.c1Heading {
	font: bold 13px verdana, arial !important;
	color: #3B3B3B;
	margin-top: -3px;
	margin-bottom: 0px !important;
}
.listLink {
	margin: 0px;
}
.linkText {
	margin: 0px;
	padding: 0px;
	line-height: 5px;
}
.linkText {
	margin-bottom: 5px;
	}

/*-------- C2 STYLES ------*/
/*.c2Table td p{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B3B3B;
	margin: 2px 0px 5px 0px;
} 
*/
.c2Cell {
	padding-bottom: 19px;
}
.c2Heading {
	font: bold 13px verdana, arial;
	color: #3B3B3B;
	margin-top: -3px;
	margin-bottom: 0px;
}
.c2Copy {
	font: 11px verdana, arial;
	color: #3B3B3B;
	margin-top: 0px;
}

/*-------- D1 STYLES ------*/
.bannerImg {
	margin-bottom: 20px;
}
.d1Table td p{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B3B3B;
	margin: 0px 0px 10px 0px;
}
.d1Table h3{
	margin-top: 10px;
}
.d1TableTop p{
	margin-top: 0px !important; 
}
p.d1TextLast {
	padding-bottom: 10px;
}
.d1Title {
	
	/* border-bottom: 1px solid #EBEBEB; */
	padding: 0;
	margin-bottom: 0px !important;
}
.d1Title p
{
	font-size: 13px !important;
	color: #DA521E !important;
	font-weight: bold;
	margin-bottom: 0px !important;
}
.d1SubTitle p{
	color: #3B3B3B !important;
	font-size: 13px !important;
	font-weight: bold;
	padding-top: 16px;
	margin-bottom: 7px !important;
}
.d1SubSubTitle{
	color: #3B3B3B;
	font-size: 11px;
	font-weight: normal;
}
.d1SubTitleRight p{
	color: #777A7D !important;
	font-size: 11px !important;
	float: right;
	padding-top: 16px;
	margin-bottom: 7px !important;
}
.d1RowLight {
	background-color: #F2F0E7;
}
.d1RowLight td{
	padding: 10px 0px 0px 10px;
	border-right: 1px solid #FFFFFF;
}
.d1RowLight td.d1RowLightRT {
	border: 0px;
}
.d1RowLightRT p{
	float: right;
	padding-right: 10px;
}
.d1RowLight ul{
	color: #3B3B3B;
	padding: 0px 10px 0px 19px;
	margin: 0px;
}
.d1RowLight ul.d1First{
	padding: 3px 10px 0px 19px;
	margin: 0px;
}
.d1RowLight td.d1Last{
	border-bottom: 1px solid white;
	padding-bottom: 19px;
}
.d1RowLight li{
	list-style-type:disc;
	list-style-position: outside;
	background-image: none;
	padding: 0px;
	margin: 0px;
}
.d1RowLight h3 {
	margin: 0px 0px 15px 0px;
}
.d1RowLight h3 a{
	text-decoration: none;
}
.d1RowLight h3 a:hover{
	text-decoration: underline;
}
.d1RowDark {
	background-color: #E0DDD1;
}
.d1RowDark h3 {
	margin: 0px;
	margin-bottom: 10px;
}
.d1RowDark td{
	padding: 10px 0px 0px 10px;
	border-right: 1px solid #FFFFFF;
}
.d1RowDark td.d1RowDarkRT {
	border: 0px;
}
.d1RowDarkRT p{
	float: right;
	padding-right: 10px;
}
.whiteSpace {
	background-color: #FFFFFF;
}
.d1PromoTable td {
	padding-top: 20px;
}
.d1PromoTable td p{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B3B3B;
	margin: 2px 0px 5px 0px;
}

/*-------- E1 DYNAMIC TAB ---------*/
#e1_tabRow 
{
	position: relative;
	width: 550px;
	height: 30px;
}
#e1_tab0, #e1_tab0_over
{
	position: absolute;
	left: 0; top: 0;
	width: 97px; height: 30px;
}
#e1_tab0_on 
{
	position: absolute;
	left: 0; top: 0;
	width: 97px; height: 30px;
}
#e1_tab1, #e1_tab1_over
{
	position: absolute;
	left: 97px; top: 0;
	width: 72px; height: 30px;
}
#e1_tab1_on
{
	position: absolute;
	left: 96px; top: 0;
	width: 73px; height: 30px;
}
#e1_tab2, #e1_tab2_over
{
	position: absolute;
	left: 169px; top: 0;
	width: 149px; height: 30px;
}
#e1_tab2_on
{
	position: absolute;
	left: 168px; top: 0;
	width: 150px; height: 30px;
}
#e1_tab3, #e1_tab3_over
{
	position: absolute;
	left: 318px; top: 0;
	width: 147px; height: 30px;
}
#e1_tab3_on
{
	position: absolute;
	left: 317px; top: 0;
	width: 148px; height: 30px;
}
#e1_tab4, #e1_tab4_over
{
	position: absolute;
	left: 465px; top: 0;
	width: 85px; height: 30px;
}
#e1_tab4_on
{
	position: absolute;
	left: 464px; top: 0;
	width: 86px; height: 30px;
}
.tab {
	cursor: pointer;
}
.mainTab {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mainTab a {
	color: #DA521E;
	text-decoration: underline;
}
.tabPage {
	border-right: 1px solid #777A7D;
	border-bottom: 1px solid #777A7D;
	border-left: 1px solid #777A7D;
}
.e1_tabPageTable {
	margin: 0px 19px 0px 19px;
}
.tabCell {
	padding-top: 19px;
	padding-bottom: 19px;
	border-bottom: 1px solid #EBEBEB;
}
.tabImgCell {
	padding-top: 19px;
	padding-bottom: 19px;
	padding-right: 19px;
	border-bottom: 1px solid #EBEBEB;
}
.tabCellBottom {
	padding-top: 19px;
	padding-bottom: 19px;
	padding-right: 19px;
}
.tabImgCellBottom {
	padding-top: 19px;
	padding-bottom: 19px;
	padding-right: 19px;
}
.tabHeading {
	font: bold 13px verdana, arial;
	color: #3B3B3B;
	margin-top: -3px;
	margin-bottom: 5px;
}
.tabCopy {
	font: 11px verdana, arial;
	color: #3B3B3B;
	margin-top: 0px;
}
.hidden {
	display: none !important;
}
.tabTable {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #3B3B3B;
}
.tabTable tr.tabLightRow{
	background-color: #F2F0E7;
}
.tabTable tr.tabDarkRow{
	background-color: #E0DDD1;
}
.tabTable td{
	font: 11px verdana, arial;
}
.tabTable td.tabBold {
	font-weight: bold;
	color: #3B3B3B;
}
.tabTitleRowFirst td{
	font-size: 13px;
	font-weight: bold;
	border: 0px;
	padding: 0px 0px 6px 0px;
	color: #3B3B3B;
}
.tabTitleRow td{
	font-size: 13px;
	font-weight: bold;
	border: 0px;
	padding: 20px 0px 6px 0px;
}
.tabTableCopyLight {
	color: #777A7D;
}
.tabInteriorImg {
	float: right;
	margin-top: 20px;
}
.tabInteriorImg img {
	border: 0px;
	margin-bottom: 0px;
}
.tabListLinks {
	margin: 2px 0px 20px 0px;
}
.tabListLinks a{
	color: #DA521E;
	text-decoration: none;
	margin-left: 10px;
	padding-top: 5px;
	font-size: 9px;

}
.tabListLinks a:hover{
	text-decoration: underline;
}
.tabExteriorBold {
	font-weight: bold;
}
.tabGalleryTable {
	margin-top: 20px;
}
.tabGalleryImg img{
	border: 0px;
}

/*-------- D3 DYNAMIC TAB ---------*/
#d3_tabRow 
{
	position: relative;
	width: 550px;
	height: 30px;
}
#d3_tab0, #d3_tab0_over
{
	position: absolute;
	left: 0; top: 0;
	width: 148px; height: 30px;
}
#d3_tab0_on 
{
	position: absolute;
	left: 0; top: 0;
	width: 148px; height: 30px;
}
#d3_tab1, #d3_tab1_over
{
	position: absolute;
	left: 148px; top: 0;
	width: 148px; height: 30px;
}
#d3_tab1_on
{
	position: absolute;
	left: 147px; top: 0;
	width: 149px; height: 30px;
}
#d3_tab2, #d3_tab2_over
{
	position: absolute;
	left: 296px; top: 0;
	width: 148px; height: 30px;
}
#d3_tab2_on
{
	position: absolute;
	left: 295px; top: 0;
	width: 149px; height: 30px;
}
#d3_tab3, #d3_tab3_over
{
	position: absolute;
	left: 444px; top: 0;
	width: 148px; height: 30px;
}
#d3_tab3_on
{
	position: absolute;
	left: 443px; top: 0;
	width: 149px; height: 30px;
}
#d3_tab4, #d3_tab4_over
{
	position: absolute;
	left: 592px; top: 0;
	width: 148px; height: 30px;
}
#d3_tab4_on
{
	position: absolute;
	left: 591px; top: 0;
	width: 149px; height: 30px;
}
.d3_tabPageTable {
	margin: 0px 19px 19px 19px;
}
.d3_tabImgCell {
	padding-top: 19px;
	padding-bottom: 0px;
	padding-right: 20px;
	overflow: hidden;
	
}
.d3_tabImgCellLAST{
	padding-top: 19px;
	padding-bottom: 0px;
	padding-right: 0px;
	overflow: hidden;
}
.d3_title {
	font: 11px verdana, arial;
	padding-top: 10px;
	width: 70px;
	overflow: hidden;
}
.d3_links a{
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font: 9px verdana, arial;
}
.d3_links a:hover{
	text-decoration: underline;
}
		
/*-------- GALLERY POPUP ---------*/
.galleryPopup li{
	margin-left: 45%;
}
.galleryPopup img{
	margin: 20px;
	border: 1px solid #726E5E;
}
.galleryPopup a:hover{
	text-decoration: underline;
}
	
/*-------- FOOTER ---------*/
.footerLeft {
	background-color: #E0DDD1;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #777A7D;
	padding-left: 20px;
	height: 30px;
}
.footerLeft a{
	text-decoration:underline;
	color: #777A7D;
	height: 30px;
}
.footerLeft a:hover{
	color: #DA521E;
}
.footerRight {
	background-color: #F2F0E7;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color:#777A7D;
	height: 30px;
	padding-right: 20px;
}
.blackHeaderbold 
{
	font-weight: bold;
	font-size: 11px;
	color: #000;
	font-family: Verdana, Arial;
}
.eventBox 
{
	float: left;
	background-color: #EEE;
	border: solid 1px #000;
	color: #000;
	font-size: 17px;
	padding: 6px;
}

#mainContent a 
{
	font-weight: bold;
}

#mainContent 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B3B3B;
}

#mainContent div.list 
{
	font-size: 12px; 
	padding: 12px 0px 12px 20px;
}

.boldHeader
{
	font-size: 15px;
	font-weight: bold;
	color: #3B3B3B;
}