<!--


/* General Page Stuff */


body	{
background-color: #CCCC99;
margin: 0px;
font-family: arial;
font-size: 10pt;
		}
		
#CONTAINER	{
width: 90%;
max-width: 90%;
min-width: 800px;
border: 2px solid #6A6A5A;
background-color: #FFFFFF;
margin-left: 5%;
height: 600px;
min-height: 600px;
font-family: arial;
font-size: 10pt;
	}
	
/* Top of the Page Stuff - Logo, tag line, High Level Nav., etc. */
	
#WE-ARE {
		margin-top: 20px;
		width: 90%;
		margin-left: 5%;
		max-width: 90%;
		color: #6a6a5a;
		font-weight: bold;
		font-size: 12px;
}


a.tippytop
{
color: #000099;

}
a.tippytop:hover
{
color: #ffcc00;

}
#WebLogo {
display: block;
margin-left: 20px;
margin-top: 0px;
margin-bottom: 0px;
}
#PrintLogo{
display: none;
}

		
/* Top Navigation Menu */

a.tmlink {	
color: #ffffff;
	width: 10%;
	max-width: 10%;
	min-width: 10%;
text-decoration: none;
font-weight: bolder;
text-transform: uppercase;
vertical-align: top;
text-align: center;

}

a.tmlink:hover {	
color: #ffcc00;
}

.TMCELL	{
background: url('pix/newmenugraphic2.gif') repeat-x;
font-family: arial;
font-size: 9pt

}

/* Side Navigation Menu */

.LEFTIMAGE {
WIDTH:191px;
HEIGHT:320px;
}
#LEFTCOLUM {
width:200;
vertical-align: top;

}

a.sidelink
{
width: 150px;
min-width: 150px;
max-width: 150px;
text-decoration: none;
font-weight: bold;
color: #ffffff; 
display: block;
margin-left: 7px;
}

a.sidelink:hover
{
color: #ffcc00;
}


/* Special Offers and Incentives Section */

.offer	{
	width:100%;
	height: 100%;
	min-height: 105px;
	background-color: #FFFFFF;
	font-family: arial;
	font-size: 10pt;
		}
.off-cell	{
border: 2px solid #6A6A5A;
}

.off-pix	{
float: left;
width: 127px;
height: 103px;
border-width: 0px;
		}
		
a.off-header	{
text-decoration: none;  
display: block; 
margin: 2px; 
color: #000066; 
font-weight: bolder; 
text-align: right;
}


a.off-text	{
text-decoration: none; 
display: block; 
margin: 5px; 
color: #000066; 
text-align: right;
}



/* Footer - copyright info, phone number, footer navigation */

#footer {
width: 100%;
color: #6a6a5a; 
text-align: center;
}

a.footerlink 	{
				color: #6a6a5a; 
				text-decoration: none;
				}
				
a.footerlink:hover 	{
					color: #000066; 
					}
					
					

/* Content Section - The meat and potatoes */

ol {

margin-left: 30px;
padding: 5px;
list-style-type: decimal;

}

ol.sidebar {

list-style-type: upper-alpha;

}



#contentholder	{
				padding: 10px;
				}
#contentholder a
				{
				color: #000066; 
}
#contentholder a:hover	{
			color: #ffcc00;
				}

#main-image-holder	{
			width:270px;
			max-width:270px;
			min-width:270px;
			padding-left:20px;
			padding-bottom:20px;
			float:right; 
			}
			
#mi-caption	{
			width:250px;
			max-width:250px;
			min-width:250px;
			font-size:80%;
			margin-top:10px;
			}

H4		{
margin-bottom: 0px;

}

.SMITEM {
text-decoration: none;
font-weight: 900;
color: #696a5a;

}
.SMDESCRIPT{
margin-top: 0px;
margin-bottom: 15px;
margin-left: 10px;
margin-right: 10px;
font-size: 90%;
}

td.SMleft{
width: 25%;
max-width: 25%;
min-width: 25%;

}
			


#standard_form {
font-family: arial;
font-size: 10pt;
width:500px;

}


#HHFormReplacement {
display: none;

}


.quote-form-button	{
   width: 186px;
      height: 61px;
     padding: 0;
      border: 0px;
      background: url('/pix/quotebutton2.png') no-repeat top left;
      vertical-align: middle;
    cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
color: #ffcc00;
}

.bookmark	{
color: #000000;
text-decoration: none;

}
-->