@charset "UTF-8";
/* CSS Document */

.hiddenPic {display:none;}

html, body, #wrapper {
	background-color:#fff;
	color:#58585a;
	font-family:Lucida Grande, Trebuchet MS, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 150%;
	text-align: left;

	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	/*overflow:hidden;*/
}
.menu-table {
	margin-right: 35px;
}
h1{
  font-size:120%;
  color:#96141b;
  margin-top:0px;
  margin-bottom:10px;
}

h2, h3{
  font-size:110%;
  color:#000000;
  margin-bottom:10px;
}

#wrapper {
	background-image:url(../images/beige-bg.gif); background-repeat:repeat-y; background-position:158px;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	width: 800px;
	padding:0;
	height:auto;
}

a:link, a:visited {
	text-decoration: none; 
	font-weight: normal;
	color:#96141b;
}	 
a:hover  {
	text-decoration: none; 
	font-weight: normal;
	color:#000;
}	 
a:active {text-decoration: none; 
	font-weight: normal;
	color:#96141b;
}

.padme {padding:5px 20px 5px 0; float:left;} 


a.Benefits { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 81px; /* width of reactive image */
     height: 23px; /* height of reactive image */
     background-image: url(../images/NavBenefitsOff.gif); /* source for start image */
     background-repeat: no-repeat;
     }
         
a.Benefits:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/NavBenefitsOn.gif); /* source for target image */
} 

a.OurServices { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 89px; /* width of reactive image */
     height: 23px; /* height of reactive image */
     background-image: url(../images/NavServicesOff.gif); /* source for start image */
     background-repeat: no-repeat;
     }
         
a.OurServices:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/NavServicesOn.gif); /* source for target image */
}

a.BlazeOnline { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 86px; /* width of reactive image */
     height: 23px; /* height of reactive image */
     background-image: url(../images/NavBlazeOnlineOff.gif); /* source for start image */
     background-repeat: no-repeat;
     }
         
a.BlazeOnline:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/NavBlazeOnlineOn.gif); /* source for target image */
} 


a.Blaze { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 123px; /* width of reactive image */
     height: 23px; /* height of reactive image */
     background-image: url(../images/NavBlazeOff.gif); /* source for start image */
     background-repeat: no-repeat;
     }
         
a.Blaze:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/NavBlazeOn.gif); /* source for target image */
} 


a.Team { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 79px; /* width of reactive image */
     height: 23px; /* height of reactive image */
     background-image: url(../images/NavTeamOff.gif); /* source for start image */
     background-repeat: no-repeat;
     }
         
a.Team:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/NavTeamOn.gif); /* source for target image */
} 


a.Local { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 72px; /* width of reactive image */
     height: 23px; /* height of reactive image */
     background-image: url(../images/NavLocalOff.gif); /* source for start image */
     background-repeat: no-repeat;
     }
         
a.Local:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/NavLocalOn.gif); /* source for target image */
} 


a.Rates { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 48px; /* width of reactive image */
     height: 23px; /* height of reactive image */
     background-image: url(../images/NavRatesOff.gif); /* source for start image */
     background-repeat: no-repeat;
     }
         
a.Rates:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/NavRatesOn.gif); /* source for target image */
} 


a.Contact { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 79px; /* width of reactive image */
     height: 23px; /* height of reactive image */
     background-image: url(../images/NavContactOff.gif); /* source for start image */
     background-repeat: no-repeat;
     }
         
a.Contact:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/NavContactOn.gif); /* source for target image */
}

a.Close { /* definition of the "image" class in the <a> tag */
	 margin-top:15px;
	 margin-bottom:20px;
     display: block; /* a tag must be a block */
     width: 101px; /* width of reactive image */
     height: 12px; /* height of reactive image */
     background-image: url(../images/BtnCloseOff.gif); /* source for start image */
     background-repeat: no-repeat;
     }
         
a.Close:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../images/BtnCloseOn.gif); /* source for target image */
}
	
	 