@charset "UTF-8";
input, div, textarea, img, li, a:link, a:focus {
	outline-style: none;
	-moz-outline-style : none;
}
a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #3F4965;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #3F4965;
}
a:hover {
	text-decoration: none;
	color: #9FB3CF;
}
a:active {
	text-decoration: none;
	color: #3F4965;
	background-color: #05294c; /*#F9F9F9;*/
}
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
}
h1 {
	font-family: DaysRegular, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #3F4965;
	margin: 0px;
	line-height: 1em;
}
h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #3F4965;
	padding-bottom: 8px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 1.2em;
	border-radius: 6px;
	text-align: center;
}
h3 {
	font-family: DaysRegular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #3F4965;
	margin: 0px;
	width: auto;
}
h4 {
font-family: DaysRegular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #3F4965;
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
}
html, body {
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(../Images/BG/btm_truffles_alt_BG.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1.4em;
	background-color: #FFF;
	color: #666;
	border-radius: 0px;
	display: inline;
}
#wrap {
	min-height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	text-align: center;
}
#topNavContainer  {
	background-color: #404A64;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#topNav {
	width: 800px;
	height: 35px;
	padding-top: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topNavShadow {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topNav ul , #bottomNav ul{
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
#topNav li , #bottomNav li{
	display: inline;
	margin: 0px;
	padding: 0px;
}
#topNav li a:link, #topNav li a:visited {
	text-decoration: none;
	color: #FFF;
	font-family: DaysRegular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: px;
	-moz-border-radius-bottomleft: px;
	-webkit-border-radius: 4px 4px px px;
	border-radius: 4px 4px px px;
	margin-right: 8px;
	margin-left: 8px;
}
#topNav li a:hover, #topNav li active, #topNav li a:focus {
	color: #9FB3CF;
}
#topNav li a.here       {
	color: #9FB3CF;
}
#main {
	overflow:auto;
	padding-bottom: 370px;
	clip: rect(0px,auto,0px,auto);
	margin: 0px;
}  /* must be same height as the footer */
#container {
	width: 800px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	position: relative;
	margin-top: -370px; /* negative value of footer height */
	height: 370px;
	clear: both;
	background-color: #3F4965;
	background-image: url(../Images/Footer/footer_bgImg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50px;
} 
#offerBanner {
	background-color: #FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #E2C1C1;
	background-image: url(../Images/Footer/mailingList_BG.jpg);
	background-repeat: no-repeat;
	background-position: 50% -120px;
}
#offerContainer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	padding-top: 16px;
	padding-bottom: 16px;
}
#offer {
	width: 575px;
	margin-left: 16px;
	float: left;
}
#offer h1 {
	padding-bottom: 6px;
}
#offerButton {
	width: auto;
	float: left;
}
#offerButton a:link, #offerButton a:visited {
	text-decoration: none;
	color: #FFF;
	font-family: DaysRegular, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	margin-right: 6px;
	margin-left: 6px;
	background-color: #404A64;
	width: 152px;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	float: left;
	text-align: center;
	border-radius: 6px;
	border: 2px solid #FFFFFF;
}
#offerButton a:hover, #offerButton active, #offerButton a:focus {
	color: #9FB3CF;
}
#social {
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 16px;
}
#social img{
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
}
#bottomNav {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bottomNav li a:link, #bottomNav li a:visited {
	text-decoration: none;
	color: #FFF;
	font-family: DaysRegular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	margin-right: 6px;
	margin-left: 6px;
}
#bottomNav li a:hover, #bottomNav li active, #bottomNav li a:focus {
	color: #9FB3CF;
}
#bottomNav li a.here {
	color: #9FB3CF;
}
#indicia {
	color: #FFF;
	font-size: 12px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	padding: 0px;
} 
#indicia img {
	padding-top: 8px;
	padding-bottom: 8px;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
#indicia a:link, #indicia a:visited {
	color: #FFF;
}
#indicia a:hover, #indicia active, #indicia a:focus {
	color: #9FB3CF;
}
.float_left {
	float: left;
	padding-right: 16px;
	clear: none;
}
.float_left_clear_left {
	float: left;
	padding-right: 16px;
	clear: left;
}
.float_right {
	float: right;
	padding-left: 16px;
	margin-top: 0px;
}
.titleRule {
	padding-bottom: 8px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 16px;
}
