/*classes*/
/*Business Vehicles*/
.bodyWidth { width:776px;}
.bodyWidthShadow {width:776px;}

.tagLine 
{ 
  font-family:'times new roman';
  font-size:19px;
  height:19px; 
  width:350px; 
  padding:65px 0px 0px 90px;
  float:left;
  /*background-color:White;*/
}

.logo
{
  height:77px;
  float:left;
  padding:11px 0px 0px 60px;
  /*background-color:White;*/
}

.topLinks
{
  color:#000000;
  font-family:'verdana', 'times new roman';
  font-size:12px;
  text-align:right;
  float:right;
  width:100px;
  /*height:80px;*/
  margin:27px 20px 0px 0px;
  /*background-color:White;*/
  vertical-align:bottom;
}

.sideMenuBackground
{
  background: url('../images/layout/sidemenu.gif') repeat-y;
  /*width:251px;*/
  width:237px;
  float:left;
  /*padding-left:15px;*/
  overflow:hidden;
  height:100%;
  
}

.menuContainer
{
	/*padding-top:3px;*/
	clear: left; 
	height: 31px; 
	position: relative; 
	z-index: 5;
	overflow:hidden;
}

/*.defaultFont
{
  font-family:'verdana', 'times new roman';
  font-size:3px;
}*/

.defaultFont
{
  font-family:'verdana', 'times new roman';
  font-size:12px;
}


.footer
{
  background: url('../images/layout/footer.gif') no-repeat;
  height:56px;
  width:777px;
  clear:both;
  text-align:right;
  color:#ffffff;
  font-size:11px;
}
 
.hiddentext
{
  -moz-opacity:0;
  opacity:0;
  filter:alpha(opacity=0);
}

.displaytext
{
  -moz-opacity:1;
  opacity:1;
  filter:alpha(opacity=100);
}

/*BLOG*/
.SignupRow
{
	clear:left;		
}

.SignupFieldLabel
{
	width:100px;
	text-align:right;
	padding-right:5px;
	float:left;
}

.SignupFieldTextbox
{
	width:250px;
}
/*END BLOG*/