body
{
	font-family: Verdana, Helvetica, Arial;
	font-size: .85em;
	background-color: #99CCCC;
}

td 
{ 
	vertical-align: top; 
	padding: 3px;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
}

img{
border: 0;
}

#main
{
	width: 771px;
	margin: 0 auto;
	background-color: white;
}

#header { border: none; margin: 0;}

#front_left_block
{
	width: 480px;
	float: left;
}

.welcome
{
	font-weight: bold;
	font-size: 1.2em;
	color: #006633;
	text-align: center;
	padding: 4px;
}


#front_right_block
{
	width:280px;
	float: right;
	text-align: center;
	margin-top: 4px;
}

.dest_list
{
	background-color: #f6f3b0;
}

.dest_list, .dest_list td a:link, .dest_list td a:visited
{
	font-size: .90em;
	line-height: 1.5em;
}

.dest_list_head
{
	background-color: #d7a800; 
	padding: 2px;
}

.footer
{
	text-align: center;
	font-weight: bold;
	background-color: #d7a800; 
		padding: 2px;
}

.copyright
{
	width: 771px;
	font-size: .6em;
	text-align: center;
	background-color: #99CCCC; 
	padding: 2px;
	margin: 0 auto;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	font-size: .80em;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #d7a800; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 93px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: #000000;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 132px; /*width of sub menu levels*/
color: #000000;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #CCCCCC;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #CCCCCC url(images/down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #CCCCCC url(images/right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

.offers
{
	width: 550px;
	font-family: Verdana, Helvetica, Sans Serif;
	font-size: 12pt;
	border-color: #5A874F;
	border-width: 1pt;
	border-style: solid;
	margin: 5px auto;
	height: auto;
}
.offerhead
{
	font-size: 12pt;
	margin: 5px;
}

.offertext
{
	font-size: 10pt;

}

.pricetext
{
	font-size: 9pt;
	text-align: center;
	clear: both;
}

.src_chk { visibility: hidden; }


.specials_Li
{
	font-family: Verdana, Helvetica, Sans Serif;
	font-size: 11pt;
	list-style-type: disc;
	margin-left: 5px;
	margin-bottom: 20px;	
	padding-left: 5px;
}

.form_label
{
	height: 28px;
	font-size: .8em;
}

.form_label_text
{
	font-size: .8em;
}