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

/* reset everything */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to set focus styles later! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables will still need 'cellspacing="0"' in the html */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

b, strong {
  font-weight: bolder;
}

.clearfix {
  clear: both;
}

/* main styles */

body {
  background: url(../images/bg_sliver.jpg) repeat-x #33a6dc;
  text-align: center;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 62.5%;
}

p {
  margin: .8em;
  font-size: 16px;
  line-height: 1.2em;
}

a {
  color: yellow;
  text-decoration: underline;
}

a:hover {
  color: #fc9f0d;
  text-decoration: underline;
}

a:visited {
  color: #f9c068;
}

#outer_wrapper {
  width: 960px;
  position: relative;
  margin: 0 auto;
  z-index: 100;
}

#container {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 10000;
}

#clouds {
  width: 1199px;
  height: 582px;
  position: absolute;
  top: 120px;
  left: -130px;
  z-index: 1;
  background: url(../images/cloud_bg.jpg) no-repeat;
}

#header img {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
}

#menu {
  float: left;
  width: 956px;
  background-image: url(../images/navi_bar_sliver.jpg);
  height: 49px;
}

#left {
  display: block;
  height: 49px;
  background-image: url(../images/navi_bar_sliver.jpg);
  float: left;
  padding-left: 2px;
}

.menu {
  clear: both;
  width: 930px;
  height: 32px;
  margin-left:20px;
  background-image: url(../images/sub_navi_sliver.jpg);
}

.menu ul {
  margin-left: 40px;
  margin-right: 40px;
}

.menu ul li {
  float: left;
}

.menu ul li a {
  display: block;
  padding: 8px;
  font-size: 1.4em;
  color: white;
  border-right: 1px solid #ff8900;
  text-decoration: none;
}

.menu ul li a:hover, .menu ul li.current_page_item {
  background-color: #ff8900;
}


#header ul {
  float: left;
}

#header ul li {
  float: left;
  border-right: 1px solid #d18317;
}

#header div ul li a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  display: block;
  padding: 10px;
}

#header div ul li a:hover, #header div ul li.current_page_item a {
  background: #ff8900;
}

#header div ul li a b {
  font-size: 11px;
  font-weight: normal;
  color: #c36900;
}

#index_body {
  clear: both;
  width: 960px;
}

#index_body h1 {
  padding-top: 30px;
  display: block;
  width: 570px;
  font-size: 1.5em;
  line-height: 1.7em;
  font-weight: bold;
  color: #0fa2f1;
}

#index_body h1 em {
  font-size: 1.7em;
}

#home_zip {
  font-size: 2.0em;
  font-family: "Copperplate", Verdana, Arial, sans-serif;
  color: #4b768d;
  background-color: white;
  margin-top: 10px;
  width: 115px;
  padding: 5px;
  padding-left:40px;
  border: 1px solid #fff;
  -moz-border-radius:4px;
  background-image: url(../images/inputbg.png);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
}

#submit_btn {
	margin-top: 15px;
	padding-top: 3px;
	background-image:url(../images/yellow_btn.png);
	background-repeat:repeat-x;
	width: 151px;
	height: 32px;
}

#submit_btn a {
	font-size: 24px;
	color:#0033FF;
	font-weight:bold;
}

#blue_content_capsule {
  position: relative;
  z-index: 0;
  width: 835px;
  margin: 0 auto;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  background-color: #0fa2f1;
  padding: 25px;
  clear: both;
}

#blue_content_capsule h1 {
  font-size: 20px;
  line-height: 1.2em;
  margin-left:10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#white_content_top {
  background-color: #fff;
  background-repeat: no-repeat;
  clear: both;
  width: 958px;
  height: 40px;
  position: relative;
  top: 25px; 
  border: 1px solid #b7ddee;
  border-bottom: none;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
}

#white_content_capsule {
  border-left: 1px solid #b7ddee;
  border-right: 1px solid #b7ddee;
  border-bottom: 1px solid #b7ddee;
  background-color: white;
  padding: 30px;
  line-height: 1.6em;
  font-size: 1.4em;
  color: #515151;
}

#blue_rnd_content_top {
  background-color: #0fa2f1;
  background-repeat: no-repeat;
  clear: both;
  width: 958px;
  height: 40px;
  position: relative;
  top: 25px; 
  border: 1px solid #ff8900;
  border-bottom: none;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
}

#blue_rnd_content_capsule {
  border-left: 1px solid #ff8900;
  border-right: 1px solid #ff8900;
  border-bottom: 1px solid #ff8900;
  background-color: #0fa2f1;
  padding: 30px;
  line-height: 1.6em;
  font-size: 1.4em;
  color: #fff;
}

#main_content {
  float: left;
  width: 600px;
}

#main_content h1 {
  font-size: 2.0em;
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 25px;
}

#main_content h2 {
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 25px;
}

#main_content p {
  margin-bottom: 10px;
}

#main_content hr {
  color: #fcb904;
  padding-right: 15px;
}

#main_content strong {
	font-weight: bold;
}

#main_content ul li {
  margin-left: 20px;
  margin-bottom: 10px;
  list-style-image: url(../images/bullet.png); 
}

#main_content a {
  color: #00a7ff;
  text-decoration: underline;
}

#main_content a:hover {
  color: yellow;
  text-decoration: underline;
}

#main_sidebar {
  padding-left: 30px;
  width: 260px;
  float: left;
}

#main_sidebar_signup {
  width: 260px;
  height: 282px;
  position: relative;
  top: -60px;
  background-image: url(../images/signup_box_sliver.gif);
  background-repeat: repeat-x;
  background-color: #ffbd00;
  border: 1px #ffbf00 solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  padding: 10px;
  text-align: center;
}

#main_sidebar_signup span {
  font-size: 1.6em;
  line-height: 1.4em;
}

#main_sidebar_signup h2 {
	color: red;
}

#main_sidebar_ul {
  position: relative;
  top: -40px;
}

#copy_title {
	font-size: 72px;
}

#copy_title em {
	font-size: 48px;
	font-family: "Copperplate", Verdana, Arial, sans-serif;
}

.wide_orange_box_top {
  height: 15px;
  width: 660px;
  margin-top: 25px;
  margin-bottom: -10px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  background-color: #fcb904;
}

.wide_orange_box {
  background-image: url(../images/copy_box_sliver.jpg);
  background-color: #f9e905;
  background-repeat:repeat-x;
  width: 660px;
  color: #815c03;
  margin-top: 0px;
  padding-top: 0px;
}

.wide_orange_box h1, .wide_orange_box p {
  padding-top: 15px;
  margin-bottom: 25px;
}

.wide_orange_box ul {
  margin-left: 160px;
  text-align: left;
  padding-bottom: 15px;
  margin-top: 10px;
}

.wide_orange_box ul li {
list-style:disc;
}

.wide_orange_box h1 {
  font-size: 18px;
  font-weight: bold;
}

.wide_orange_box_bot {
  height: 5px;
  width: 660px;
  margin-bottom: 25px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  background-color: #f9e905;
}

.med_orange_box_top {
  height: 15px;
  width: 560px;
  margin-top: 25px;
  margin-bottom: -10px;
  margin-left: 20px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  background-color: #fcb904;
}

.med_orange_box {
  background-image: url(../images/copy_box_sliver.jpg);
  background-color: #f9e905;
  background-repeat:repeat-x;
  width: 560px;
  color: #815c03;
  margin-top: 0px;
  padding-top: 0px;
  margin-left: 20px;
}

.med_orange_box h1, .med_orange_box p {
  padding-top: 15px;
  margin-bottom: 25px;
}

.med_orange_box ul {
  margin-left: 160px;
  text-align: left;
  padding-bottom: 15px;
  margin-top: 10px;
}

.med_orange_box ul li {
  list-style:disc;
}

.med_orange_box h1 {
  font-size: 18px;
  font-weight: bold;
}

.med_orange_box_bot {
  height: 5px;
  width: 560px;
  margin-top: -10px;
  margin-bottom: 25px;
  margin-left: 20px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  background-color: #f9e905;
}

#index_top {
  background-image: url(../images/center_image.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 272px;
  padding-bottom: 25px;
}

#index_bottom {
  width: 960px;
  padding-bottom: 40px;
  overflow: auto;
}

#savings_secrets {
  float: left;
  width: 493px;
}

#clickable_map {
  float: left;
}

#sipper {
  width: 121px;
  height: 243px;
  background-image: url(../images/left_of_center.png);
  position: absolute;
  top: 428px;
  left: -121px;
}

#footer_wrapper {
  width: 100%;
  height: 450px;
  margin-top: 0px;
  background-image: url(../images/footer_bg.jpg);
  background-repeat: repeat-x;
  background-color: #fb9b08;
  position: relative;
  z-index: 100;
}

#footer {
  width: 960px;
  margin: 0 auto;
}

#footer a {
  line-height: 1em;
}

#footer a:hover {
  text-decoration: underline;
}

#footer ul {
  margin-left: 10px;
}

#footer ul li {
  margin-bottom: 5px;
}

.footer_section {
  width: 33%;
  float: left;
  height: 250px;
}

#footer div span {
  display: block;
  text-align: center;
}

#sipper_cities span, #beverages_menu span, #recent_posts span, #extra_footer span {
  display: block;
  width: 95%;
  border-bottom: 2px solid #815c03;
  font-size: 2.0em;
  font-family:"Copperplate", Verdana, Arial, sans-serif;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 5px;
  text-align: left;
  color: #815c03;
}

#recent_posts ul li a {
  font-size: 1.2em;
  color: #815c03;
  text-decoration: none;
  width: 305px;
  display: block;
}

#sipper_cities ul li {
  float: left;
  text-align: left;
  width: 150px;
  height: 25px;
  margin-top: 10px;
  font-size: 12px;
  list-style-position: inside;
  list-style-image: url(../images/bullet.png); 
}

#beverages_menu {
  padding-bottom: 25px;
}

#beverages_menu div {
  background-color: #f9c370;
  height: 285px;
  width: 95%;
  border: 1px solid #f9c370;
  border-right:0px;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
}

#beverages_menu ul {
  list-style-type:disc;
  margin-left:20px;
  padding-top: 5px;
}

#beverages_menu ul li {
  float: left;
  text-align: left;
  width: 125px;
  margin-left: 5px;
  margin-right: 10px;
  height: 25px;
  margin-top: 10px;
  font-size: 12px;
}

#sipper_cities ul li a, #beverages_menu ul li a  {
  color: #815c03;
  text-decoration: none;
  font-size: 1.2em;
}

#recent_posts ul li {
  float: left;
  text-align: left;
  margin-top: 10px;
  font-size: 1.2em;
  line-height: 1.5em;
  list-style-position: outside;
  margin-left: 20px;
  list-style-image: url(../images/bullet.png); 
}

#extra_footer {
	clear:both;
	text-align: center;
	color: #815c03;
	text-decoration: none;
	font-size: 1.2em;
	padding-top: 100px;
}

#extra_footer a {
	color: #815c03;
}

#extra_footer a:hover {
	text-decoration: none;
}

/* standard contact form for bottom of screen area */

#contact_form {
	margin-top: 20px;
	margin-left: 100px;
}

#contact_form div.contact_merge_var {
	margin-top: 10px;
	margin-bottom: 10px;
}

#contact_form .contact_var_label {
  float:left;
  clear:both;
  width:100px;
}

#contact_form #submitbtn {
	cursor: pointer;
	width:100px;
	font-size: 18px;
	line-height: 1.1em;
	float:right;
	clear:both;
	background-image: url(..images/button-bg.gif);
}

#contact_form #special_submitbtn {
	cursor: pointer;
	width:100px;
	font-size: 18px;
	line-height: 1.1em;
	clear:both;
	background-image: url(..images/button-bg.gif);
}

#contact-indicates-required {
  float: left;
  clear: both;
}

/* for email-only signup widget */

#email_signup_form {
	margin-top: 20px;
	text-align: center;
}

#email_signup_form div.contact_merge_var {
	margin-top: 15px;
	margin-bottom: 15px;
}

#email_signup_form .contact_var_label {
  float:left;
  clear:both;
  width:80px;
  font-size: 16px;
  font-weight: bold;
}

#email_signup_form #submit_btn {
	cursor: pointer;
	font-size: 18px;
	line-height: 1.1em;
	clear:both;
	margin: 0 auto;
	margin-top: 35px;
	padding-top: 6px;
	background-image:url(../images/orange_btn.gif);
	background-repeat:repeat-x;
	width: 151px;
	height: 32px;
}

#email_signup_form #submit_btn a {
	text-decoration: none;
}



