/***  No JavaScript for deluxe menu ***/
.submenu ul.menu li {
  display: inline;
}

.submenu ul.menu ul {
   display: none;
}

/***************Left Menu - Images*****************/
#left-menu .image a {
   padding: 0px;
}


/************How To Style**********************/
.viewtriphelp p {
   display: inline;
}

/************Change Table Style**********************/
.changeTable {
   font-size: 80%;
}


/***********Feedback Form********************/
label {
   display: block;
   margin-bottom: 2px;
}

#feedback_name, #feedback_email, #feedback_feedback_recipient_id, #feedback_message {
   margin-bottom: 7px;
}

/***********Short Cuts********************/
.shortcut li{
   display: inline;
   font-size: 12px;
}

/***********Advertising Images********************/
.image_resize img {
   height: 120%;
   width: 120%;
}

#serviceDelay {
   font-size: 120%;
   color: red;
}

.handi {
   font-size: 130%;
}

.floatLeft {
   float: left;
}

.floatRight {
   float: right;
}

#main h2 a {
   text-decoration: underline;
}

body {
  font-size: 90%;
}

.salesOutlets {
   font-size: 120%;
   color:#006699;
}

/** Fixes a bug in IE6 where content sometimes falls below the left menu **/
body.hide-right-bar #content {
    width: 743px;
}

/** Fixes a bug in IE6 where images wider than 745px cause content to fall below the left menu **/
body.hide-right-bar #content img {
    max-width: 745px;
    _width: expression(document.body.clientWidth > 745 ? "745px" : "auto");
}

/** these 311 styles were copied from CWS 05082004.css **/

.bg311 {
   color:#336699;
   font-family:Arial,Helvetica,sans-serif;
   font-size:110%;
   font-weight:bold;
   text-decoration:none !important;
}

.bg311email {
   color:#336699;
   font-family:Arial,Helvetica,sans-serif;
   font-size:90%;
   font-weight:bold;
   text-decoration:none !important;
}

/****************** Tables **************************/
#content table
{
	font-family: "Verdana Unicode", "Verdana", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	text-align: left;
        border-collapse: collapse;

}
#content table th
{
	font-size: 13px;
	font-weight: normal;
	padding: 6px;
	background: #727cba;
        border: 1px solid #20336B;
	border-bottom: 3px solid #CA1500;  
	color: #fff;
}
#content table td
{
	padding: 6px;
	background: #F0F3FF; 
	color: #48486B;
        border: 1px solid #20336B;

}
#content table tr:hover td
{
	background: #d0dafd;
	color: #339;
}