/* CSS Document */

*{padding: 0px; margin: 0px; }

A:link {color: #333333; text-decoration: underline;}
A:visited {color: #333333; text-decoration: underline;}
A:hover {color: #333333; text-decoration: none;}
A:active {color: #333333; text-decoration: none;}

#leftColumnExp{
	width: 9px;
	background-image: url(../images/leftNavColumnExp.jpg);
	background-repeat: repeat-y;
	border-right: 1px solid #999;
}

#rightColumnExp{
	width: 9px;
	background-image: url(../images/rightColumnExp.jpg);
	background-repeat: repeat-y;	
}

#navBox{
	border-top: 1px solid #ccc;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 9px;
	min-height: 425px;
	text-align: left;
	width: 136px;
}

#navBox #RTSLogo{margin-bottom: 20px;}

#navBox a{border: 1px solid #fff; color: #666666; display: block; padding: 5px; margin: 0px 10px 0px 15px; text-decoration: none; }
#navBox a:hover, #navActive{background-color: #CCCCCC; border: 1px solid #999; color: #660000; display: block; padding: 5px; margin: 0px 10px 0px 15px; text-decoration: none; }

.navLine{margin-bottom: 2px;}

#homeRightTable{
	border-top: 1px solid #ccc;;
}

#homePromoBackground{
	background-image:url(../images/home-right-promo.jpg);
	background-repeat: no-repeat;
}

#homePromoText{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 20px 10px 10px 10px;
	text-align:left;
	vertical-align: top;
}

#homeProductBackground{
	background-image:url(../images/home-product-background.gif);
	background-repeat: no-repeat;
}

#homeProductFeatured{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 20px 10px 10px 30px;
	text-align:left;
}

#homeProductFeatured a{color: #FFFFFF; text-decoration: none; display: block;}
#homeProductFeatured a:hover{color: #FFFFFF; text-decoration: underline;  display: block;}

#secondaryProductBackground{
	background-image:url(../images/img-default.jpg);
	background-repeat: no-repeat;
	height: 126px;
	width: 250px;
	margin-left: 1px;
}

#secondaryProductFeatured{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 20px 10px 10px 30px;
	text-align:left;
}

#secondaryProductFeatured a{color: #000; text-decoration: none; display: block;}
#secondaryProductFeatured a:hover{color: #000; text-decoration: underline;  display: block;}


#homeAddressCell{
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	padding: 4px 0px 4px 4px;
	vertical-align: top;
	text-align: left;
}

#homeAddressCell a{color: #660000; text-decoration: none;}
#homeAddressCell a:hover{color: #660000; text-decoration: underline;}

#contentBox{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	padding: 10px;
	vertical-align: top;
	text-align: left;
	height: 400px;
}

#contentBox p{margin: 0px 0px 10px 0px;}


#AddressCell{
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
	width: 120px; display: inline;
}

#AddressCell a{color: #660000; text-decoration: none; display: inline; padding: 0px; margin:0px;}
#AddressCell a:hover{color: #660000; text-decoration: underline; display: inline; padding: 0px; margin:0px;}

#footerBox{
	color: #660000;
	font: 11px Arial, Helvetica, sans-serif; 
	padding: 5px 0px 5px 10px;
	margin: 0px;
	width: 100%;
	text-align: center;
	vertical-align:bottom;
}
#footerBox a{color: #660000; text-decoration: none;}
#footerBox a:hover{color: #660000; text-decoration: underline;}

#bottomBorder{border-top: 1px solid #ccc; margin-left: 10px; margin-right: 3px;}

#toTop{font: 11px Arial, Helvetica, sans-serif;  margin: 10px; text-align: left;}
#toTop a{color: #339999; text-decoration: none;}
#toTop a:hover{color: #339999; text-decoration: underline;}

#copyright{color: #666666; font: 11px Arial, Helvetica, sans-serif;  margin: 10px; text-align: center;}
#copyright a{color: #666666; text-decoration: none;}
#copyright a:hover{color: #666666; text-decoration: underline;}

#tmgCredit{font: 11px Arial, Helvetica, sans-serif; margin: 35px 0px 25px 0px; text-align: center;}
#tmgCredit a{color: #666666; text-decoration: none;}
#tmgCredit a:hover{color: #666666 text-decoration: underline;}


/* form elements */
form{margin: 0px; padding: 0px;}

.inputButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	border: 1px solid #000;
	background-color: #FF9900;
	margin: 2px 2px 2px 0px;
	width: 160px;
}

.inputText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	border-color: #666;
	border-width: 1px;
	background-color: #fff;
	margin: 2px 2px 2px 0px;
	width: 160px;
}

select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	border-color: #666;
	border-width: 1px;
	background-color: #fff;
	margin: 2px 2px 2px 0px;
	width: 120px;
}

textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	border: 1px solid #666;
	background-color: #fff;
	margin: 2px 2px 2px 0px;
	width: 270px;
}

.formLabel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

.formLabelRequired{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #999;
	font-weight: bold;
}

/* used to denote required text */
.Required{color: red;}
