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

* {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}	

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat;
	background-image: url(images/background.jpg);
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	position:relative;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 399px;
	position:relative;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.oneColFixCtrHdr #mainContent {
clear:left;
	position:relative;
	background: #FFFFFF;
padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	
}

#mainContent p
{
	
	line-height:18px;
	margin:0 0 10px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #DDDDDD;
	background-image: url(images/bkgblue.jpg);
	color: #FFFFFF;
	font-size: 10px;
	position:relative;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 10px;
}



#tabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	background-color: #7DBEFF;
	height: auto;
	background-image: url(images/bkgblue.jpg);
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(images/tableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

#tabs a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#000000;
	background-image: url(images/tabright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#0066CC;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}
	
	table#rates
	{
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
		margin:10px 0 20px;
	}
	
	table#rates td
	{
	padding:4px;	
	font-size:13px!important;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	}
	
	table#rates td div
	{
		font-size:13px!important;
	}
	
	#mainContent table#rates td.helpHed p
	{
		font-size:13px!important;
	}
	
	table#specials
	{
		width:80%;
	}
	
	table#specials td
	{
	padding:10px 15px;	
	text-align:center;
	}
	
	
	table#specials td p
	{
		font-family:"Times New Roman", Times, serif!important;
		margin:0 0 4px;
	
	}
	
	table#specials td strong
	{
		font-family:"Times New Roman", Times, serif!important;
		font-size:20px;
	}
	
	table#specials td em
	{
		font-family:"Times New Roman", Times, serif!important;
		font-size:13px;
	font-style:normal;
	}
	
.style1 {color: #FFFFFF}

h2, .h2 {
	color:#006699;
	font-family:"Arial Narrow",Arial, Helvetica, sans-serif;
	line-height:1.2em;
	margin-bottom:0.2em;
	font-size:1.8em;
	margin-top:0.5em;
}


h3, .h3 {
	color:#006699;
	font-family:"Arial Narrow",Arial, Helvetica, sans-serif;
	line-height:1.2em;
	margin-bottom:0.2em;
	font-size:1.6em;
	margin-top:0.4em;
}
.onlineres {
	background-color: #FFFF99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
}.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.style4 {
	color: #FFFF00
}
.style5 {
	color: #333333
}
.style6 {
	background-color: #FFFFFF;
	height: auto;
	width: 150px;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}
.style7 {
	height: 300px;
	font-size: 12px;
	background-color: #E8E8E8;
}
.style8 {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}
.style9 {
	color: #0093C4;
	font-size: 12px;
	font-weight: bold;
}.style10 {font-size: 16px}
.style11 {font-size: 10px}
.style12 {font-size: 10px; font-weight: bold; }
.style13 {font-size: 12px; font-weight: bold; }
