@charset "utf-8";
body {
	font: 90% Tahoma;
	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-image: url(images/bg1.jpg);
}
.styles #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/images/bg_middle_content_14.jpg);
}
.styles #header {
	background: #ffffff;  /* 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. */
}
.styles #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.styles #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-image: url(images/images/bg_middle_content_14.jpg);
}
.styles #specialsbanner {
	height: 191px;
}

.styles #footer {
	background:#DDDDDD;
}
.styles #footer p {
	font-size: 80%;
	background-image: url(images/bg_footer2.jpg);
	background-repeat: repeat;
	height: 65px;
	color: #F1A842;
}
.styles #menu {
	background: #ffffff;  /* 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. */
	background-image: url(images/bg-nav-top.jpg);
}
.styles #menu {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



.text-red {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.text-sm {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.footera:link {
	font-family: Tahoma;
	font-size: 85%;
	font-weight: ;
	color: #B3C53B;
	text-decoration: underline;
}
.footera:active {
	font-family: Tahoma;
	font-size: 85%;
	font-weight: ;
	color: #B3C639;
	text-decoration: underline;
}
.footera:hover {
	font-family: Tahoma;
	font-size: 85%;
	font-weight: ;
	color: #B2C43A;
	text-decoration: underline;
}
.footera:visited {
	font-family: Tahoma;
	font-size: 85%;
	font-weight: ;
	color: #B3C53B;
	text-decoration: underline;
}
body {
	background-image: url(../images/bg.jpg);
}


.style1 {font-family: Tahoma}
.style2 {
	color: #C60;
	font-family: Tahoma;
	font-size: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

a:link {
	font-family: Tahoma;
	font-size: 100%;
	color: #003399;
	text-decoration: underline;
}
a:visited {
	font-family: Tahoma;
	font-size: 100%;
	color: #003399;
}
a:hover {
	font-family: Tahoma;
	font-size: 100%;
	color: #C60;
	text-decoration: underline;
}
a:active {
	font-family: Tahoma;
	font-size: 100%;
	color: #003399;
	text-decoration: underline;
}
.bkpricing {
background-image: url(/images/bk-pricing2.jpg);
font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
} 
.styles #container #footer p a {
	color: #FF8000;
}
link {
	color: #FC6703;
}
h1 {
	color: #05399A;
}
.styles #container #mainContent table tr td h2 {
	color: #05399A;
}
strong {

}
.styles #container #mainContent ol .style2 u {
	color: #FC6703;
}
h2 {
	color: #05399A;
}

.text-large {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #05399A;
}
.text-med {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #05399A;
}
