html, body, form, #all {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background-image: url('../images/bgTile.gif');
	background-repeat:repeat-x;
	background-color: #6E6E6E;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
}

#all{
	background-color:#FFFFFF;
}

p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #3B3B3B;
}

a {
	color: #DA521E;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

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: none;
	margin-left: 8px;
}
li a:hover{
	text-decoration: underline;
}
/*-------- LEFT NAV ---------*/
.leftNav {
	background-color: #EBEBEB;
}
.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('../images/rightArrow.gif') no-repeat 15px 12px;*/
	color: #DA521E;
}
.leftNavLines a.on{
	background: #EBEBEB url('../images/rightArrow.gif') no-repeat 10px 14px;
	border-bottom: 1px solid #DADADA;
	color: #DA521E;
}
.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;
}
/*-------- MAIN SECTION ---------*/
.mainTable {
	margin: 20px;
}
.mainRight {
	margin-left: 10px;
}
/*
	mainRight was modifyed be cause of the spacer.gif width is 10.
	So, margin-left was 20px and now it is 10px
	11.07.2006
 */

.mainRightBlock {
	margin-top: 17px;
	padding-bottom: 17px;
	background-image:url('../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('../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 v2 ------*/
#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-bottom: 8px;
}
.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;
}

/*-------- 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: 19px 0px 0px 18px;
}
.d3_tabPageTable td{
	padding: 0;
	margin: 0;
	width: 80px; height: 130px;
	overflow: hidden;
}
.d3_tabPageTable td img{
	margin-right: 20px;
	width: 70px; height: 70px;
}
.d3_tabImgCellLAST img{
	margin-right: 20px;
	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;
}

/*-------- 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;
}

/*-------- 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: 8px;
	font-weight:500;
	color: #777A7D;
	padding-left: 10px;
	height: 30px;
}
.footerLeft a{
	text-decoration:underline;
	color: #777A7D;
}
.footerLeft a:hover{
	color: #DA521E;
}
.footerRight {
	background-color: #F2F0E7;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color:#8F8F8F;
	height: 30px;
	padding-right: 20px;
}

/* --------- Diamond Cup Styles ----------*/

.walkeyDarkLine {
	background-color: #E9E6E0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	padding-top:5px;
	height:21px;
}

.walkeyLightLine {
	background-color: #F8F7F3;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	height: 30px;
	padding-top:5px;
	height:21px;
}

.walkeyDarkLine1 {
    float:left;
    width:350px;
}

.walkeyDarkLine2 {
    float:left;
    width:200px;
}

.walkeyLightLine1 {
    float:left;
    width:350px;
}

.walkeyLightLine2 {
    float:left;
    width:200px;
}

.normalLink {
	color: #DA521E;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
}

.normalLink:hover {
	color: #DA521E;
}

.winnerTable 
{
	width:526px;
	margin: 0 auto;
}
.winnerTable td, .winnerTable th
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:13px;
    padding:3px;
	margin: 1px;
    color: #76797C;
}
.winner1 {
    width: 146px;
}
.winner2 {
    width: 0px;
	overflow: hidden;
    display: none;
}
.winner3 {
    width: 130px;
}
.winner4 {
    width: 250px;
}

.lineColor0 {
    width: 526px;
    height: 20px;
    font-weight: bold;
}
.lineColor1 {
    background-color: #E9E6E0;
    width: 526px;
    height: 20px;
}
.lineColor2 {
    background-color: #F8F7F3;
    width: 526px;
    height: 20px;
}



/* --------- Div Swap --------- */
.divSwap {
	width:550px;
}

.divSwapLeftHeader
{
	float:left;
	width:267px;
	//width:275px;
	text-align:center;
	padding:3px;
	border: solid 1px #76797C;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}

.divSwapRightHeader
{
	float:left;
	width:268px;
	//width:275px;
	text-align: center;
	padding:3px;
	border: solid 1px #76797C;
	border-left-width: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}

.divSwapMain 
{
	padding:3px;
	border: solid 1px #76797C;
	border-top-width:0px;
	height:200px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	overflow: auto;
	background-color: #F8F7F3;
	scrollbar-face-color:#E9E6E0;
	scrollbar-arrow-color:#76797C;
	scrollbar-track-color:#F8F7F3;
	scrollbar-shadow-color:#E9E6E0;
	scrollbar-highlight-color:#E9E6E0;
	scrollbar-3dlight-color:#76797C;
	scrollbar-darkshadow-Color:#76797C;
	clear:left;
}

/* Handicap Calculator */

#mytable {
	width: 550px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #C1DAD7;
}

#mytable th {
	font: bold 10px  Verdana, Arial, Helvetica, sans-serif;
	color: #7e8082;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: white;
}
#mytable th.side {
	border-bottom: 0px;
	border-top: 0px;
	border-left: 1px solid #C1DAD7;
}
#mytable th.sidealt {
	border-bottom: 0px;
	border-top: 0px;
	background: #f2f0e7;
	color: #7e8082;
	border-left: 1px solid #C1DAD7;
}

#mytable th.nobg {
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	color: white;
	background: #928466;
}

#mytable td {
	border-right: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


#mytable td.alt {
	background: #f2f0e7;
	color: #7e8082;
	
}

#mytable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
	font: bold 8px  Verdana, Arial, Helvetica, sans-serif;
}

#mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa;
	font: bold 10px  Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

/* Download Page */

div.downloadContent
{
	clear:both;
	border: 1px solid #999A9C;
	padding: 25px 10px 10px 10px;
	margin-top: -1px;
	width: 720px;
}

div.downloadContent .downloadTitle, div.downloadContent .information {
	clear: both;
}

div.downloadContent .blackTitle {
	color: #3B3B3B;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
}

div.downloadContent .greyLine {
	width: 100%;
	height: 1px;
	background-color: #808080;
	margin-bottom: 15px;
	margin-top: 5px;
}

div.downloadContent .downloadItem {
	width: 170px;
	height: 180px;
	float: left;
}

div.downloadContent .thumbNail {
	margin-bottom: 5px;
}

div.downloadContent .linkLine {
	clear: left;
}

div.downloadContent .link {
	float:left;
	width: 70px;
}

div.downloadContent .link a {
	color: #DA521E;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

div.downloadContent .linkInfo {
	color: #808080;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	float:left;
	
}

div.downloadContent div.ringtone
{
	float: left;
	width: 160px;
}

/* Miltary Page */

            #miltable {
                color: white;
                font: 11px verdana;
                width:550px;
            }
            #textblock {
                margin-top:-20px;
                padding: 10px;
                background: transparent;
            }
            #miltable .redHead {
                color: red;
                font-size: 13px;
                font-weight: bold;
            }
            #miltable .top {
                height: 422px;
                background-color: #000000;
                background-image: url('/images/military/top_grad.jpg');
                background-repeat: repeat-x;
                background-position: 0 bottom;
            }
            #miltable .middle {
                height:60px;
                background-color: #000000;
                background-image: url('/images/military/logo_middle.jpg');
                background-repeat: no-repeat;
            }
            #miltable .bottom {
                background-color: #000000;
                background-image: url('/images/military/bot_grad.jpg');
                background-repeat: repeat-x;
                background-position: 0 30px;
            }
            #miltable p {
                color: white;
                font: 11px verdana;
            }
			
/* Governemnt Site */
.govContent a {
	font-size: 12px;
}
.govContent .greyBox
{
	background-color:#F2F0E7;
	padding:5px 10px 15px 10px;
}
.govContent .greyBox p.fl
{
	line-height: 25px;
	margin-bottom:30px;
}
.govContent .greyBox p.fl:first-letter
{
	font-size: 18px;
	font-weight:bold;
}
.govContent ul { padding-left: 5px; color: #DA521E; }
.govContent ul li { padding-left: 10px; padding-bottom: 3px; background-position: 0px 8px; font-size: 13px;color: #3B3B3B; }
.govContent ol { padding-left: 5px; color: #DA521E; }
.govContent ol li { padding-left: 10px; padding-bottom: 3px; background-position: 0px 8px; font-size: 13px;color: #3B3B3B; }

.govContent .glossary p { margin: 0; margin-left: 15px; margin-bottom: 10px; padding: 0; }
.govContent .glossary h3 { margin: 0; margin-bottom: 10px; margin-top: 12px;padding-top:3px }

#flashcontent {
background-image: url(/images/ph/header_pixel.gif)
} 

#vidLinks
{
	position:absolute;
	top:200px;
	left:690px;
	width:220px;
}
#vidLinks a:link, #vidLinks a:visited {
	color: white;
	font-size: 12px;
}
#vidLinks a {
	margin-left: 45px;
}
#vidLinks a img { border:none; margin-bottom:10px;}
#vidOverlay
{
	position: absolute;
	width: 970px;
	height: 100%;
	top: 180px;
	left: 0px;
	z-index: 90;
}
#vidArea {
	border: 2px outset #EBEBEB;
	background-color:white;
	padding:5px;
	z-index: 92;
	text-align:right;
}
#theVideo { z-index: 94; }
#theVideo object, #theVideo embed { z-index: 96; }
#swfClose
{
	position: absolute;
	width: 54px;
	height: 18px;
	background-color:#191919;
	top: 420px;
	left: 540px;
	border:white solid 1px;
	z-index: 99;
	text-align:center;
color: red;
}

#terms .term a { color:black;font-size:12px;font-weight: bold;text-decoration:none;}
.termHide { visibility: hidden; display:none; }
#terms div { margin: 10px; margin-top: 6px; font-size:12px;}
#terms .term { padding: 3px; margin:0; font-size:12px;font-weight: bold;}
#terms p { padding-left: 5px; padding-right: 5px; margin:2px;margin-bottom:10px}

/* Trucks 2.0 Styles */
a:link,
a:visited,
a:hover,
a:active
{
	outline: none;
}

.truckHeader
{
	background-color:#e6e3da;
	height: 27px;
	padding: 10px 0 10px 20px;
}

.finderBody
{
	padding: 15px;
	font-family: Arial;
	font-size: 12px;
}

.clr
{
	clear: both;
	float: none;
	height: 0;
	font-size: -1;
	line-height: -1;
	padding: 0;
	margin: 0;
}

.searchResultsHeader
{
	margin-bottom: 10px;
}

.searchResultsHeader .searchResults,
.searchResultsHeader .resultsMatching
{
	margin-left: 15px;
	margin-right: 10px;
	float: left;	
}

.searchResultsHeader .searchView
{
	float: right;
	width: 200px;
}

.searchResultsHeader .searchView .title,
.searchResultsHeader .searchView .opt
{
	float: left;
	margin-right: 5px;
}

.searchResultsHeader .searchView .opt input
{
	vertical-align: text-bottom;
}

.searchResultsHeader .searchView .title,
.searchResultsHeader span
{
	font-weight: bold;
}

.searchResultsHeader .searchCompare
{
	float: right;
	width: 400px;
}

.searchResultsHeader .searchCompare img
{
	border: none;
	vertical-align: middle;
}

.searchResultsHeader .separator
{
	line-height: 1px;
	margin: 5px 0;
	height: 1px;
	clear: both;
	background-color: #d2d2d2;
}

.seriesBrowser .header
{
	background-image: url('/StaticFiles/internationalTrucks/Site Assets/Products/search_title_bar_bkg.gif');/*/StaticFiles/internationalTrucks/Site Assets/Products/*/
	font-weight: bold;
	text-transform: uppercase;
	height: 18px;
	padding: 5px 0 0 10px;
	margin-bottom: 5px;	
	font-family: Verdana;
}

.seriesBrowser .heavy,
.seriesBrowser .medium,
.seriesBrowser .severe
{
	background-image: url('/StaticFiles/internationalTrucks/Site Assets/Products/search_bkg.jpg');
	height: 170px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.seriesBrowser img.title
{
	position: absolute;
	top: 0;
	left: 0;
}

/* pre terrastar */
/*
.seriesBrowser .medium,
.seriesBrowser .severe
{
	width: 468px;
	float: left;
}
*/

.seriesBrowser .medium,
.seriesBrowser .severe
{
	width: 940px;
	float: left;
	text-align: center;
}

.seriesBrowser .medium a,
.seriesBrowser .severe a
{
	padding: 0 20px;
}

.seriesBrowser .medium
{
	margin-right: 5px;
}

.searchBox
{
	background-image: url('/StaticFiles/internationalTrucks/Site Assets/Products/search_panel_bkg.jpg');
	background-repeat: no-repeat;
	height: 180px;
	width: 911px;
	padding: 15px;
	margin: 15px 0 15px 0;
	position: relative !important;
	//width: 940px;
	//height: 210px;
}

.searchBox .filter .items
{
	clear: both;
}

.searchBox .filter,
.searchBox .filter .items .item
{
	float: left;
}

.searchBox .filter .items .item
{
	height: 18px;
	font-size: 11px;
}


.searchBox .filter .items .item input
{
	margin:4px 5px 1px 5px;
	//margin:0px;
	padding: 0;
	vertical-align: text-bottom;
}

.searchBox .filter .heading
{
	background-image: url('/StaticFiles/internationalTrucks/Site Assets/Products/search_title_bar_bkg.gif');
	padding: 3px 0 0 10px;
	margin-top: 10px;
	height: 20px;
	font-weight: bold;
}

.searchBox .filter .heading span
{
	font-weight: normal;
	font-size: 11px;
}

.searchBox .filter .heading a:link,
.searchBox .filter .heading a:visited,
.searchBox .filter .heading a:hover,
.searchBox .filter .heading a:active
{
	float: right;
	text-decoration: none;
	display:block;
/*	background-image: url('../../Content/Truck%20Finder/search%20box/search_info_dot.gif');*/
	background-repeat: no-repeat;
	width: 23px;
	height: 22px;
}

.searchBox .filter.usage
{
	width: 400px;
}
.searchBox .filter.usage .items .item
{
	width: 33%;
}

.searchBox .filter.series,
.searchBox .filter.class
{
	width: 190px;
	margin-left: 10px;
}

.searchBox .filter.series .items .item,
.searchBox .filter.class .items .item
{
	width: 50%;
}

.searchBox .filter.category
{
	width: 100px;
	margin-left: 10px;
}

.searchBox .buttons
{
	position: absolute !important;
	text-align: right !important;
	bottom: 20px !important;
	right: 20px !important;
	width: 216px !important;
	height: 21px !important;
}

.searchBox .buttons a:link,
.searchBox .buttons a:visited,
.searchBox .buttons a:hover,
.searchBox .buttons a:active
{
	outline: none;
	position: relative;
}

a.gridItem:link,
a.gridItem:visited,
a.gridItem:hover,
a.gridItem:active
{
	display: block;
	float: left;
	position: relative;
	text-decoration: none;
	outline: none;
	width: 225px;
	height: 174px;
}

.gridSpace
{
	float:left;
	width: 13px;
}

img
{
	border: none;
}

.gridItem .compare,
.listItem .compare
{
	position:absolute;
	top: 150px;
	left: 140px;
	color: #3B3B3B;
}
.gridItem .compare input,
.listItem .compare input
{
	vertical-align: middle;
}

.gridItem .compare label,
.listItem .compare label
{
	outline: none;
}

.atAGlancePopOut
{
	width: 586px;
	height: 294px;
	position: absolute;
	cursor: default;
	//width: 624px;
	//height: 329px;
}

.atAGlancePopOut.left
{
	padding: 35px 0 0 38px;
	background-image: url('/StaticFiles/internationalTrucks/Site%20Assets/Products/glance_box_left_shadow.png');
	/*_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/StaticFiles/internationalTrucks/Site%20Assets/Products/glance_box_left_shadow.png, sizingMethod=crop);*/
}

.atAGlancePopOut.right
{
	padding: 35px 0 0 38px;
	background-image: url('/StaticFiles/internationalTrucks/Site%20Assets/Products/glance_box_right_shadow.png');
	/*_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/StaticFiles/internationalTrucks/Site%20Assets/Products/glance_box_right_shadow.png, sizingMethod=crop);*/
}

.atAGlancePopOut .info
{
	float:left;
	width: 230px;
}

.atAGlancePopOut div.info div.copy
{
	height: 93px;
	margin: 5px 0 0 12px;
	color: #3B3B3B;
	overflow: hidden;
	font-size: 11px;
}

.atAGlancePopOut div.info div.copy p
{
	margin: 0;
	padding: 0;
	color: #3B3B3B;
	font-size: 11px;
}

.atAGlancePopOut .info .links
{
	position: relative;
	margin-left: 12px;
}

.atAGlancePopOut .info a.detail:link,
.atAGlancePopOut .info a.detail:visited,
.atAGlancePopOut .info a.detail:hover,
.atAGlancePopOut .info a.detail:active
{
	margin-right: 55px;
}

.atAGlancePopOut .info a:link,
.atAGlancePopOut .info a:visited,
.atAGlancePopOut .info a:hover,
.atAGlancePopOut .info a:active
{
	cursor: pointer;
	position: relative;
}

.listHeader
{
	background-image: url('/StaticFiles/internationalTrucks/Site Assets/Products/search_title_bar_bkg.gif');
	font-weight: bold;
	height: 18px;
	padding: 5px 0 0 10px;
	margin-bottom: 5px;

}

.listHeader .info
{
	float: left;
	width: 400px;
}

.listHeader .truck
{
	float: left;
	width: 255px;
}

.listItem
{
	height: 174px;
	position: relative;
}

.listItem .image
{
	float: left;
	width: 225px;
	position: relative;
}

.listItem .info
{
	background-image: url('/StaticFiles/internationalTrucks/Site Assets/Products/search_bkg.jpg');
	float: left;
	width: 345px;
	padding: 0 30px;
	//width: 405px;
}

.listItem .info p
{
	margin-top: 15px;
	margin-bottom: 10px;
	height: 100px;
	overflow: hidden;
}

.listItem .atAGlanceSpec
{
	float: left;
	padding: 15px 0 0 22px;
	width: 225px;
}

/**************** Detail Pages *************************/

.detailHeader
{
	height: 65px;
	//height: 75px;
	padding: 10px 22px 0 22px;
	background-color: #E6E3DA;
	background-image: url('/StaticFiles/internationalTrucks/Site Assets/Products/seperator.gif');
	background-repeat: no-repeat;
	background-position: 22px 40px;
}

.detailHeader a:link,
.detailHeader a:visited,
.detailHeader a:hover,
.detailHeader a:active
{
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	color: #3f3f3f;
}

.detailHeader a:hover,
.detailHeader a:active,
.detailHeader a.on:link,
.detailHeader a.on:visited,
.detailHeader a.on:hover,
.detailHeader a.on:active
{
	color: #dc5620;
}

.detailHeader .menu a:link,
.detailHeader .menu a:visited,
.detailHeader .menu a:hover,
.detailHeader .menu a:active
{
	margin-right: 20px;
}

.detailHeader .back
{
	float: right;
	margin: 15px 10px 0 0;
}

.detailHeader .buttons
{
	margin-top: 5px;
	width: 240px;
	float: right;
	position: relative;
	height: 1%;
}

.detailHeader .buttons a.truckusage:link,
.detailHeader .buttons a.truckusage:visited,
.detailHeader .buttons a.truckusage:hover,
.detailHeader .buttons a.truckusage:active
{	
	display: block;
	position: relative;
	outline: none;
	float: right;
	margin-top: 3px;
	background-image: url('/StaticFiles/internationalTrucks/Site Assets/Products/truckusage.png'); 
	width: 148px;
	height: 22px;
	//cursor: pointer;
}

.truckUsageMenu
{
	position: absolute;
	left: 0;
	top: 22px;
}

.truckUsageMenu .menuBody
{
	position: relative;
	overflow: hidden;
}

.truckUsageMenu .menuBody .menuItems
{
	position: relative;
	top: 0;
	left: 0;
	height: 570px;
	padding-top: 5px;
	width: 148px;
	background-image: url('/StaticFiles/internationalTrucks/Site Assets/Products/truckusage_bg.png'); 
}

.truckUsageMenu .menuBody .menuItems a:link,
.truckUsageMenu .menuBody .menuItems a:visited,
.truckUsageMenu .menuBody .menuItems a:hover,
.truckUsageMenu .menuBody .menuItems a:active
{
	font-family: Arial;
	padding: 0 0 5px 14px;
	color: #742000;
	display: block;
	outline: none;
	position: relative;
	//cursor: pointer;
}

.truckUsageMenu .menuBody .menuItems a:hover,
.truckUsageMenu .menuBody .menuItems a:active
{
	color: white;
}


.truckUsageMenu .menuCap
{
	background-image: url('/StaticFiles/internationalTrucks/Site Assets/Products/truckusage_cap.png'); 
	width: 148px;
	height: 15px;
}

.detailHeader .menu
{
	margin-top: 10px;
}

.infoTabs,
.detailContent
{
	position: relative;
	margin: 10px 21px 10px 22px;
	/*float: left;*/
	width: 687px;
	font-size: 12px;
}

#demoSWFDiv
{
	margin-bottom: 15px;
}

.detailContent p
{
	margin: 0 0 15px 0;
	padding: 0;
}

.detailContent p sup
{
	line-height: .5em;
}

.detailContent ul,
ul.fix
{
	margin-left: 10px;
	padding-bottom: 7px;
	position: relative;
}

.detailContent ul li,
ul.fix li
{
	color: #3B3B3B;
	font-size: 13px;
	padding: 0 0 0 15px;
	background-position: 5px 6px;
	margin: 0 0 8px 0;
}

.detailContent p,
.detailContent p a:link,
.detailContent p a:visited,
.detailContent p a:hover,
.detailContent p a:active
{
	font-size: 13px;
}


.mainImage
{
	height: 343px;
	position: relative;
}

.mainImage a.galleryBar:link,
.mainImage a.galleryBar:visited,
.mainImage a.galleryBar:hover,
.mainImage a.galleryBar:active
{
	display: block;
	float: left;
	background-image: url('/StaticFiles/internationalTrucks/Site Assets/Products/gallery_slider_left_off.jpg'); 
	width: 23px;
	height: 343px;
	text-decoration: none;
}

.mainImage a.galleryBar:hover,
.mainImage a.galleryBar:active
{
	background-image: url('/StaticFiles/internationalTrucks/Site Assets/Products/gallery_slider_left_on.jpg'); 
}

.bottomNav
{
	background-image: url('/StaticFiles/internationalTrucks/Site Assets/Products/bottom_nav.gif'); 
	height: 47px;
}

.bottomNav a:link,
.bottomNav a:visited,
.bottomNav a:hover,
.bottomNav a:active
{
	float: left;
	padding: 8px 22px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	font-family: Arial;
}

.bottomNav a:hover,
.bottomNav a:active
{
	color: #DF6121;	
}

.detailSideBar
{
	float: right;
	width: 240px;
	margin-top: 10px;
	text-align: center;
}

.detailSideBar .atAGlance
{
	width: 225px;
	height: 227px;
	padding: 60px 10px 0 0;
	//height: 227px;
	background: url('/StaticFiles/internationalTrucks/Site Assets/Products/glance_frame_new.jpg') no-repeat; 
	margin-bottom: 22px;
	margin-top: 0px;
	clear: both;
}

/* pre terrastar */
/*
.detailSideBar .atAGlance
{
	width: 225px;
	height: 172px;
	padding-top: 40px;
	//height: 212px;
	background-image: url('/StaticFiles/internationalTrucks/Site Assets/Products/glance_frame.jpg'); 
	margin-bottom: 22px;
	margin-top: 22px;
}
*/

.detailSideBar .atAGlance a:link,
.detailSideBar .atAGlance a:visited,
.detailSideBar .atAGlance a:hover,
.detailSideBar .atAGlance a:active
{
	margin-top: 10px;
	display: block;
}

.detailSideBar .contactDealer
{
	padding: 0px 15px 15px 0;
}

.detailSideBar .dealer
{
	padding: 15px 0;
}

.detailSideBar .promo
{
	padding-bottom: 15px;
}

/* new for terrastar */
.detailSideBar #stayInTheKnow { float: left; width: 221px; background: url(/itrucks/images/enewsletter/bg-email.gif) repeat-y; margin-bottom: 20px; }
	.detailSideBar #stayInTheKnow-foot { float: left; width: 221px; background: url(/itrucks/images/enewsletter/bg-email-foot.gif) left bottom no-repeat; }
		.detailSideBar #stayInTheKnow-head { float: left; width: 221px; background: url(/itrucks/images/enewsletter/bg-email-head.gif) left top no-repeat; padding: 20px 0px 0px; }
			 .detailSideBar #frmEmailSignup { padding: 0 0 20px 5px; margin: 0; color: #ffffff; text-align: left; }
			 
/* pre terrastar changes*/
/*.detailSideBar #frmEmailSignup
{
	padding: 0;
	margin: 0;
}
*/

.infoTabs .tabDetail
{
	border: 1px solid rgb(187,187,187);
	border-top: none;
	height: 230px;
	position: relative;
}

.infoTabs .tabDetail a#moveLeft:link,
.infoTabs .tabDetail a#moveLeft:visited,
.infoTabs .tabDetail a#moveLeft:hover,
.infoTabs .tabDetail a#moveLeft:active,
.infoTabs .tabDetail a#moveRight:link,
.infoTabs .tabDetail a#moveRight:visited,
.infoTabs .tabDetail a#moveRight:hover,
.infoTabs .tabDetail a#moveRight:active
{
	position: absolute;
	display: block;
	top: 100px;
	height: 23px;
	width: 18px;
	background-repeat: no-repeat;
	text-decoration: none;
	//cursor: pointer;
}

.infoTabs .tabDetail a#moveRight:link,
.infoTabs .tabDetail a#moveRight:visited,
.infoTabs .tabDetail a#moveRight:hover,
.infoTabs .tabDetail a#moveRight:active
{
	right:10px;
	background-image: url('/StaticFiles/internationalTrucks/Site Assets/Products/tab_arrow_right.png');
	//background-image: url('/StaticFiles/internationalTrucks/Site Assets/Products/tab_arrow_right.gif');
/*
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/StaticFiles/internationalTrucks/Site Assets/Products/tab_arrow_right.png', sizingMethod='crop');
*/

}

.infoTabs .tabDetail a#moveLeft:link,
.infoTabs .tabDetail a#moveLeft:visited,
.infoTabs .tabDetail a#moveLeft:hover,
.infoTabs .tabDetail a#moveLeft:active
{
	left:10px;
	background-image: url('/StaticFiles/internationalTrucks/Site Assets/Products/tab_arrow_left.png');
	//background-image: url('/StaticFiles/internationalTrucks/Site Assets/Products/tab_arrow_left.gif');
/*
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/StaticFiles/internationalTrucks/Site Assets/Products/tab_arrow_left.png', sizingMethod='crop');
*/
}


.infoTabs #tabContent
{
	/*float: left;*/
	position: relative;
	overflow: hidden;
	height: 227px;
	width: 685px;
	background-repeat: repeat-x;
}

.infoTabs #tabContent .content
{
	position: relative;
	height: 1%;
}

.infoTabs #tabContent .downloadContent
{
	border:none;
	padding: 0;
	margin-top: 15px;
	width: auto;
}

.infoTabs #tabContent .content a:link,
.infoTabs #tabContent .content a:visited,
.infoTabs #tabContent .content a:hover,
.infoTabs #tabContent .content a:active,
.infoTabs #tabContent .content,
.infoTabs #tabContent .content *
{
	font-family: Verdana;
	font-size: 11px;
}


.infoTabs #tabContent .content a.brochure:link,
.infoTabs #tabContent .content a.brochure:visited,
.infoTabs #tabContent .content a.brochure:hover,
.infoTabs #tabContent .content a.brochure:active
{
	display: block;
	position: relative;
	float: left;
}

.infoTabs #secondaryNav
{
	height: 30px;
	background-color: #B6B0A2;
}

.infoTabs #secondaryNav .menu
{
	padding: 5px 0 0 15px;
	font-weight: bold;
}

.infoTabs #secondaryNav .menu span
{
	margin: 0 8px;
	color: #dc5620;	
}

.infoTabs #secondaryNav .menu a:link,
.infoTabs #secondaryNav .menu a:visited,
.infoTabs #secondaryNav .menu a:hover,
.infoTabs #secondaryNav .menu a:active
{
	text-decoration: none;
	color: #3F3F3F;
}

.infoTabs #secondaryNav .menu a.on:link,
.infoTabs #secondaryNav .menu a.on:visited,
.infoTabs #secondaryNav .menu a.on:hover,
.infoTabs #secondaryNav .menu a.on:active
{
	text-decoration: none;
	color: #dc5620;
}


.seriesPromos
{
	margin: 0 2px;
}

div.seriesPromos div.promo
{
	float: left;
	border-right: 2px solid #E0DDD1;
	width: 240px;
	text-align: center;
	height: 70px;
	margin-bottom: 20px;
}

div.seriesPromos div.promo.lst
{
	border: none;
}


.clickToView
{
	position: absolute;
}

.washout
{
	background-image: url('../images/bgTile.gif');
	background-repeat:repeat-x;
	background-color: #6E6E6E;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .6;
	//filter: Alpha(opacity=60);
}

.specBox
{
	position: absolute;
	width: 920px;
	height: 300px;
	left: 25px;
}

.specBox iframe
{
	width: 100%;
	height: 100%;
}


/**************** eNewsLetter BEGIN *************************/

.enewsMLeft {margin-left:15px;font-size:11px;}


.enewsEmailSubmitBox {position:absolute;width:717px;height:608px;left:40px;}
.enewsShortStack {height:242px;}

.enewsEmailSubmitBox iframe
{
	width:100%;
	height:100%;
}

/**************** eNewsLetter END *************************/

/**************** sweepstakes BEGIN *************************/

.sweepstakesSubmitBox {position:absolute;width:717px;height:704px;left:40px;}


.sweepstakesSubmitBox iframe
{
	width:100%;
	height:100%;
}

/**************** sweepstakes END *************************/




.flashPlaceHolder p {color:white;}
table#legalFooterTable{background-color:#F2F0E7;}

/* Reskin Styles */
table tr td div.horizontalLinks
{
	background: white;
	height: 100px;
	position:relative; 
	padding:20px;
	padding-left: 50px;
}

table tr td div.horizontalLinks ul,
#mainHeader .menus .topMenu ul,
#mainHeader .menus .mainMenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

table tr td div.horizontalLinks ul li,
#mainHeader .topMenu ul li,
#mainHeader .mainMenu ul li
{
	
	float:left;
	background: none;
}

table tr td div.horizontalLinks ul li.sep,
#mainHeader .menus .topMenu ul li.sep,
#mainHeader .menus .mainMenu ul li.sep
{
	padding: 0 15px;
	width: 1px;
	background-repeat: repeat-y;
	background-position: center center;
	line-height: 1.20em;
}

table tr td div.horizontalLinks ul li.sep
{
	background-image: url('/images/sep-gry.gif');
}

#mainHeader .menus .topMenu ul li.sep,
#mainHeader .menus .mainMenu ul li.sep
{
	background-image: url('/images/sep-wht.gif');
}


#mainHeader .menus .mainMenu ul li,
#mainHeader .menus .mainMenu ul li a:link,
#mainHeader .menus .mainMenu ul li a:visited,
#mainHeader .menus .mainMenu ul li a:hover,
#mainHeader .menus .mainMenu ul li a:active,
#mainHeader .menus .topMenu ul li,
#mainHeader .menus .topMenu ul li a:link,
#mainHeader .menus .topMenu ul li a:visited,
#mainHeader .menus .topMenu ul li a:hover,
#mainHeader .menus .topMenu ul li a:active,
table tr td div.horizontalLinks ul li,
table tr td div.horizontalLinks ul li a:link,
table tr td div.horizontalLinks ul li a:visited,
table tr td div.horizontalLinks ul li a:hover,
table tr td div.horizontalLinks ul li a:active,
div.dropUpMenu ul li,
div.dropUpMenu ul li a:link,
div.dropUpMenu ul li a:visited,
div.dropUpMenu ul li a:hover,
div.dropUpMenu ul li a:active
{
	font-family: Arial, Helevtica, sans-serif;
	background-image: none;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#999999;
	margin: 0;	
}

#mainHeader .menus .mainMenu ul li,
#mainHeader .menus .mainMenu ul li a:link,
#mainHeader .menus .mainMenu ul li a:visited,
#mainHeader .menus .mainMenu ul li a:hover,
#mainHeader .menus .mainMenu ul li a:active
{
	color: white;
	font-size: 14px;
}

#mainHeader .menus .mainMenu ul li a:hover,
/*#mainHeader .menus .mainMenu ul li a:active,*/
#mainHeader .menus .mainMenu ul li.on a:link,
#mainHeader .menus .mainMenu ul li.on a:visited,
table tr td div.horizontalLinks ul li a:hover
/*table tr td div.horizontalLinks ul li a:active*/
{
	color: #fc6e2a;
}


#mainHeader .menus .topMenu ul li,
#mainHeader .menus .topMenu ul li a:link,
#mainHeader .menus .topMenu ul li a:visited,
#mainHeader .menus .topMenu ul li a:hover,
#mainHeader .menus .topMenu ul li a:active
{
	font-size: 10px;
	color: #fc6e2a;
}

#mainHeader .menus .topMenu ul li a:hover,
#mainHeader .menus .topMenu ul li a:active,
#mainHeader .menus .topMenu ul li.on a:link,
#mainHeader .menus .topMenu ul li.on a:visited
{
	color: white;
}

div.dropUpMenu
{
	width: 185px;
	position: absolute;
	display: none;
	background-color: #201f1f;
}

div.dropUpMenu ul
{
	padding: 3px 5px;
	margin: 0;
}

div.dropUpMenu ul li
{
	border-bottom: solid 1px #414040;
	height: 16px;
	//height: 20px;
	vertical-align: middle;
	padding: 3px 0 0;
	margin: 0;	
}

div.dropUpMenu ul li.lst,
div.dropUpMenu ul li ul.subItems li
{
	border: none;
}

div.dropUpMenu ul li ul.subItems
{
	display: none;
}

div.dropUpMenu ul li ul.subItems li
{
	height: 12px;
}

div.dropUpMenu ul li a:link,
div.dropUpMenu ul li a:visited,
div.dropUpMenu ul li a:hover,
div.dropUpMenu ul li a:active,
div.dropUpMenu ul li.open ul.subItems li a:link,
div.dropUpMenu ul li.open ul.subItems li a:visited,
div.dropUpMenu ul li.open ul.subItems li a:hover,
div.dropUpMenu ul li.open ul.subItems li a:active
{
	color:white;
	font-size: 10px;
	display: block;
	padding: 0 10px;
	background-image: none;
}

div.dropUpMenu ul li.open a:link,
div.dropUpMenu ul li.open a:visited,
div.dropUpMenu ul li a:hover,
div.dropUpMenu ul li a:active,
div.dropUpMenu ul li.open ul.subItems li a:hover,
div.dropUpMenu ul li.open ul.subItems li a:active
{
	color: #fc6e2a;
	background-image: url('/images/it_rightarrow.gif');
	background-repeat: no-repeat;
	background-position: 2px 4px;
}

div.dropUpMenu ul li.open a:link,
div.dropUpMenu ul li.open a:visited,
div.dropUpMenu ul li.open a:hover,
div.dropUpMenu ul li.open a:active
{
	background-image: url('/images/it_downarrow.gif');
}


/* Main Header Styles */
#mainHeader
{
	margin: 0;
	padding: 0;
	background: black;
	color: white;
}

#mainHeader .menus
{
	width: 780px;
	overflow: hidden;
	background: black;
}

#mainHeader .logo img
{
	border: none;
	width: 190px;
	height: 100px;
}

#mainHeader .logo,
#mainHeader .menus
{
	float: left;
	position: relative;
	height: 100px;
}


#mainHeader .menus .topMenu
{
	right: 20px;
	top: 10px;
	position: absolute;
}

#mainHeader .menus .mainMenu
{
	bottom: 12px;
	position: absolute;	
}


#topMenuBoxDiv
{
	left: 677px;
	top: 28px;
	position: absolute;
	width: 275px;
	line-height: 18px;
	display: none;
}

#topMenuBoxDiv input
{
	width: 208px;
	border: solid 1px #999999;
	font-size: 10px;
	margin-right: 10px;
	height: 18px;
	padding: 1px 2px;
	color: #999999;
}

#topMenuBoxDiv a
{
	vertical-align: bottom;
}


.footerLeft a, .footerLeft a:visited{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	}
	
	
/* MaxxForce TV */

#maxxforcetvContainer
{
	width:auto;
	margin:0;
	padding:0;
	background:url('/MaxxForceTV/images/maxxtv-grad.gif');
	height: 650px;
}

#maxxforcetvContainer, #maxxforcetvContainer p
{
	color: white;
	font-size: .85em;
}

#maxxforcetvContainer .title
{
	height:105px;
	width:850px;
	margin-left:45px;
}

#maxxforcetvContainer .title img
{
	margin-right: 20px;
}

#maxxforcetvContainer .title p
{
	padding: 35px;
}

.featuredProgram
{
	background-image: url('/MaxxForceTV/featprogram_bg.gif');
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 329px;
}

.featuredProgram .detail
{
	padding: 20px;
}

.featuredProgram,
.addPrograms
{
	clear: both;
	width: 850px;
	margin-left: 60px;
}

.addPrograms .program
{
	padding: 10px;
	height: 75px;
	background-color: black;
	position: relative;
}

.addPrograms .program img
{
	margin-right: 20px;
}

.addPrograms .program h4
{
	margin: 0;
	color: #02a2ea;
}

.addPrograms .program a:link,
.addPrograms .program a:visited,
.addPrograms .program a:hover,
.addPrograms .program a:active
{
position:absolute;right:5px;bottom:15px;
}

#widget
{
	display: none;
	margin-top: 60px;
}

#widget,
#widgetWashout
{
	position:absolute;
	top: 0;
	left: 0;
	width: 970px;
	height: 850px;
}

#widgetWashout
{
	background: black;
	display: none;
}

#widget .close,
#widget .widget,
#widget .instructions
{
	margin-left: 335px;
	width: 300px;
}

#widget .widget,
#widget .instructions
{
	border: 1px solid white;
	margin: 10px auto;
}

#widget .close
{
	text-align: right;
}
ul.newsletter{
	padding-left:20px;
}

ul.newsletter li{
	background-image:none;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:13px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin-left:10px;
	padding-left:10px;
	color:#3B3B3B;
}

.contentNarrower { width: 637px; }
.rightRail { padding-right: 40px; }
