.right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: bold;
	color: #006db0;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
}
.SMlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #CC0000;
}
.mainBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}

.largeBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.largeBOLD2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	font-variant: normal;
	color: #cc0000;
}
.largeRED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	color: #CC0000;
}
.HEADLINElarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	color: #CC0000;
	text-transform:uppercase;
}
.SUBHEAD {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #585858;
}
.rentals {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}
.LEFTmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.HEADLINExl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bolder;
	color: #CC0000;
	font-style: normal;
}
.blueLRG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000066;
	font-style: normal;
	font-variant: normal;
}

.content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-height: 16px;
	margin: 0 0 15px 0; 
	padding:0;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-height: 6px;
	font-weight:bold;
	padding: 0px;
	margin: 0px;
}

.specials-box {
    padding: 15;
    border:1px solid #666;
    overflow: hidden;
}

/* Added Styles to attempt to have consistent font for site and to start replacing outdated html tags*/


/* basic styles and utility */
body {
    font-family:arial, verdana, san-serif;

}

#menuContainer div {
    cursor:pointer ;
}


.alignleft{
    float:left;
}

.alignright {
    float:right;
}

.col {
	width:100%;
}

li {
    padding-bottom:10px;

}

.no-bullet {
    list-style:none;
    padding: 0;
    margin: 0;
}

.no-bullet li {
    padding:0;
}

small {
    font-size:7px;
}

/* headings */
h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
}

h2 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 17px;
}

h3 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 17px;
}

/* font styling */
p,
td p,
li {
    font-size:14px;
}

.large {
	font-size: 15px !important;
	line-height: 17px;
}

.center {
    text-align:center;
}

a:hover {
    text-decoration:underline !important;  /*set to !important to override text-decoration:none set in the head of every page */
}

/* colornames as classes */

.blue {
    color:0000ff;
}

.red {
    color:cc0000;
}

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
.clearfix:after { clear: both; }
/* fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

.price-index {
	margin: 3px 0;
	font-size:1.2em;
	font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 1;
}

