@charset "utf-8";
body  {
    background-color: #717f8c; 
	background-image: url(images/bg.jpg); 
	background-repeat: no-repeat;>
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
}
#wrapper { 
	width: 762px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/white_bg2.png); background-repeat: no-repeat;
	
}
#container { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;/* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/white_bg.png); background-repeat: no-repeat;
	
} 
#header {  
	padding: 0;  /* 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. */
} 
h1 {
    font-size: 22px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h2 {
    font-size: 18px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#nav { 
	font-family: Century Gothic, Arial, Helvetica, sans-serif; 
	font-size: 17px; 
	border-bottom: #FFFFFF 2px solid;
    color: #ffffff; 
	font-weight: bold;
	height: 29px;
	background-image: url(images/eat_nav.jpg); background-repeat: no-repeat; background-color: #CC0000;
	padding:  8px 10px 0 10px;  /* 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. */
}
.menuActivePage {
	font-family: Century Gothic, Arial, Helvetica, sans-serif; 
	font-size: 15px;
	color: #000000;
}
.menu {
	font-family: Century Gothic, Arial, Helvetica, sans-serif; 
	font-size: 15px;
	color: #FFFFFF;
}
.menu A {
	font-family: Century Gothic, Arial, Helvetica, sans-serif; 
	font-size: 15px;
	color: #ffffff;
	text-decoration:none;
}
.menu A:hover{
	font-family: Century Gothic, Arial, Helvetica, sans-serif; 
	font-size: 15px;
	color: #000000;
	text-decoration:none;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 278px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f4f9ff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	border-right: #FFFFFF 2px solid;
	border-bottom: #FFFFFF 2px solid;
}
#sidebar_offers {
	background: #a3d1ff;
	padding: 10px;
	border-bottom: #FFFFFF 2px solid;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 21px;
	font-weight: bold;
}
#sidebar_header1 {
	background: #0033ff;
	padding: 10px;
	border-bottom: #FFFFFF 2px solid;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
#sidebar_header2 {
	background: #33cc00;
	padding: 10px;
	border-bottom: #FFFFFF 2px solid;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
#sidebar_emailheader {
	background: #a3d1ff;
	padding: 10px;
	border-bottom: #FFFFFF 2px solid;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
#sidebar_emailcontent {
	background: #d6ebff;
	padding: 10px;
	border-bottom: #FFFFFF 2px solid;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 14px;
	font-weight: bold;
}
#mainContent { 

	margin: 0 0 0 278px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#body_content { 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */ 
	font-family: Arial, Helvetica, sans-serif; color:#000066; font-size: 14px;
} 
#bottom_content_left {
    float: left;
	width: 380px;
}
#bottom_content_right {
    float: right;
	width: 380px;
}
#bottom_header1 {
	background: #c9e4ff;
	padding: 10px;
	border-bottom: #FFFFFF 2px solid;
	font-family: Century Gothic, Arial, Helvetica, sans-serif; 
	color: #000066;
	font-size: 20px;
	font-weight: bold;
}
#bottom_content1 {
	background: #e9f4ff;
	padding: 20px 20px 20px 100px;
	background-image:url(images/icon1_email.gif);
	background-repeat: no-repeat;
	border-bottom: #FFFFFF 2px solid;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000066;
	font-size: 13px;
	font-weight: bold;
}
#bottom_header2 {
	background: #a3d1ff;
	padding: 10px;
	border-bottom: #FFFFFF 2px solid;
	border-left: #FFFFFF 2px solid;
	font-family: Century Gothic, Arial, Helvetica, sans-serif; 
	color: #000066;
	font-size: 20px;
	font-weight: bold;
}
#bottom_content2 {
	background: #d6ebff;
	padding: 20px 20px 20px 100px;
	background-image:url(images/icon2_data.gif);
	background-repeat: no-repeat;
	border-bottom: #FFFFFF 2px solid;
	border-left: #FFFFFF 2px solid;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000066;
	font-size: 13px;
	font-weight: bold;
}
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff; 
	padding: 10px 10px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	border-top: #000066 1px solid; 
} 
#footer_nav {
    float: right;
	width: 550px;
}
.footer_nav_Link {
	color: #CC0000;
	text-decoration:none;
}
.footer_nav_Link A {
	color: #CC0000;
	text-decoration:none;
}
.footer_nav_Link A:hover{
	color: #000000;
	text-decoration:none;
}
#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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.generalLink {
	color: #3366ff;
}
.generalLink A {
	color: #3366ff;
	text-decoration: none;
}
.generalLink A:hover{
	color: #ffffff;
	text-decoration: none;
	background-color: #3366ff;
}
/* contact */

fieldset {
	border: 1px solid #99CCFF;
	padding: 10px;
}

legend {
	font-weight: bold;
	color: #000066;
}
.label { 
    font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	width: 100px;
	float: left;
}
input, textarea {
	margin: 2px 0; 
	border: #99CCFF solid 1px;
}
.round-bottom {
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -khtml-border-bottom-left-radius: 15px;
  -khtml-border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}