/*======================= CSS STYLE RESET ======================== */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  text-align: left;
  vertical-align: baseline; }

a img, :link img, :visited img {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ol, ul {
  list-style: none; }

q:before, q:after,
blockquote:before, blockquote:after {
  content: ""; }

/* =================================================================================================== */
/* GENERAL SITE CSS */
/* =================================================================================================== */
body {
  position: relative;
  background: #fff;
  margin: 0;
  padding: 0;
  width: 980px;
  height: 100%;
  color: #666;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  z-index: 1; }

#home {
  width: 100%; }

/* =================================================================================================== */
/* GENERAL STYLING */
/* =================================================================================================== */
/* base links */
a:link, a:visited {
  color: #606;
  text-decoration: underline;
  outline: none; }

a:hover, a:active {
  color: #000;
  text-decoration: underline;
  outline: none; }

/* text treatments */
h1, h2, h3, h4, h5 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000; }

h1 {
  margin: 10px 0 5px 0;
  font-size: 14px;
  text-transform: none;
  font-weight: bold;
  color: #000;
  line-height: 24px; }

h2 {
  margin: 10px 0 10px 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
  color: #606;
  line-height: 20px; }

h3 {
  margin: 10px 0 10px 0;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: bold;
  color: #444;
  line-height: 18px; }

h4 {
  margin: 10px 0 0 0;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: bold;
  color: #606;
  line-height: 18px; }

p, div {
  padding: 0 0 10px 0;
  line-height: 18px; }

blockquote {
  padding: 5px 30px;
  line-height: 18px; }

.headline {
  font-size: 12px;
  font-weight: bold;
  line-height: 22px; }

ul {
  list-style: disc;
  padding: 0;
  margin: 0; }

li {
  padding: 0;
  margin: 3px 0 3px 30px;
  line-height: 18px; }

hr {
  border: none;
  border-bottom: 1px solid #CCC;
  margin: 25px 0; }

/* general classes */
.purple {
  color: #660066; }

/* text alignment overrides */
.left {
  text-align: left   !important; }

.center {
  text-align: center !important; }

.right {
  text-align: right  !important; }

/* float classes */
.floatleft {
  float: left;
  margin: 5px 15px 5px 0; }

.floatright {
  float: right;
  margin: 5px 0 5px 15px; }

.clear {
  position: relative;
  height: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
  clear: both; }

/* button classes */
.click_here:link, .click_here:visited {
  text-indent: -9999px;
  display: block;
  width: 86px;
  height: 27px;
  background: white url(../images/css-sprites.gif) no-repeat 0 0; }

.click_here:hover, .click_here:active {
  background: white url(../images/css-sprites.gif) no-repeat -86px 0; }

.bttn_signup:link, .bttn_signup:visited {
  text-indent: -9999px;
  display: block;
  width: 108px;
  height: 27px;
  background: white url(../images/css-sprites.gif) no-repeat 0 -105px; }

.bttn_signup:hover, .bttn_signup:active {
  background: white url(../images/css-sprites.gif) no-repeat -109px -105px; }

.purchase_summer_subscription:link, .purchase_summer_subscription:visited {
  text-indent: -9999px;
  display: block;
  width: 205px;
  height: 27px;
  background: white url(../images/css-sprites.gif) no-repeat 0 -71px; }

.purchase_summer_subscription:hover, .purchase_summer_subscription:active {
  background: white url(../images/css-sprites.gif) no-repeat -205px -71px; }

.send_email:link, .send_email:visited {
  text-indent: -9999px;
  display: block;
  width: 122px;
  height: 27px;
  background: white url(../images/css-sprites.gif) no-repeat 0 -36px; }

.send_email:hover, .send_email:active {
  background: white url(../images/css-sprites.gif) no-repeat -123px -36px; }

/* =================================================================================================== */
/* LAYOUT STYLING */
/* =================================================================================================== */
#wrapper {
  position: relative;
  height: 100%;
  width: 980px;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 1; }

/* ================== 
= upper page styles =
===================*/
#upper {
  position: relative;
  background: black url(../images/gradblack.jpg) no-repeat center right;
  height: 93px;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1; }

#upper h1 {
  position: absolute;
  top: 0;
  right: 186px;
  background: url(../images/logo.gif) no-repeat;
  display: block;
  height: 147px;
  width: 240px;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  z-index: 1; }

#upper ul {
  list-style: none;
  margin: 0 0 0 25px;
  padding: 0; }

#upper ul li {
  float: left;
  padding: 0;
  margin: 0; }

.bttn_ramada {
  display: block;
  width: 80px;
  height: 93px;
  background: url(../images/css-sprites.gif) no-repeat 0 -241px;
  text-indent: -9999px; }

.bttn_ramada:hover {
  background: url(../images/css-sprites.gif) no-repeat -80px -241px; }

.bttn_white_hill {
  display: block;
  width: 80px;
  height: 93px;
  background: url(../images/css-sprites.gif) no-repeat 0 -341px;
  text-indent: -9999px; }

.bttn_white_hill:hover {
  background: url(../images/css-sprites.gif) no-repeat -80px -341px; }

.bttn_bennigans {
  display: block;
  width: 80px;
  height: 93px;
  background: url(../images/css-sprites.gif) no-repeat 0 -141px;
  text-indent: -9999px; }

.bttn_bennigans:hover {
  background: url(../images/css-sprites.gif) no-repeat -80px -141px; }

/* ================== 
= lower page styles =
===================*/
#lower {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 1; }

#left {
  position: relative;
  width: 280px;
  margin: 0;
  padding: 0;
  float: left;
  font-size: 11px; }

#left h4, #left p {
  padding: 2px 40px;
  line-height: 14px; }

#right {
  position: relative;
  width: 530px;
  top: 0;
  right: 120px;
  float: right;
  margin: 0;
  padding: 60px 0 15px 0; }

/* ========================== 
= home page specific styles =
============================*/
#home #wrapper {
  width: 100%; }

#home #upper {
  background: #000;
  width: 100%;
  height: 126px; }

#home #upper p {
  color: #CCC;
  font-size: 13px;
  position: relative;
  top: 70px;
  left: 65px;
  width: 450px; }

#home #upper h1 {
  position: absolute;
  top: 0;
  left: 550px;
  background: url(../images/wwlogo.jpg) no-repeat;
  display: block;
  height: 189px;
  width: 216px;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  z-index: 20; }

#home #lower {
  padding: 35px 65px; }

#home #lower h1 {
  margin-bottom: 15px; }

#home #lower ul {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0; }

#home #lower ul li {
  float: left;
  padding: 0 10px 0 0; }

#home .bttn_ramada {
  display: block;
  width: 100px;
  height: 75px;
  background: url(../images/css-sprites.gif) no-repeat -260px -258px;
  text-indent: -9999px; }

#home .bttn_ramada:hover {
  background: url(../images/css-sprites.gif) no-repeat -160px -258px; }

#home .bttn_white_hill {
  display: block;
  width: 100px;
  height: 75px;
  background: url(../images/css-sprites.gif) no-repeat -260px -358px;
  text-indent: -9999px; }

#home .bttn_white_hill:hover {
  background: url(../images/css-sprites.gif) no-repeat -160px -358px; }

#home .bttn_bennigans {
  display: block;
  width: 100px;
  height: 75px;
  background: url(../images/css-sprites.gif) no-repeat -260px -159px;
  text-indent: -9999px; }

#home .bttn_bennigans:hover {
  background: url(../images/css-sprites.gif) no-repeat -160px -159px; }

#home .bttn_wwt {
  display: block;
  width: 100px;
  height: 75px;
  background: url(../images/css-sprites.gif) no-repeat -100px -442px;
  text-indent: -9999px; }

#home .bttn_wwt:hover {
  background: url(../images/css-sprites.gif) no-repeat 0 -442px; }

h3.show_title {
  margin-bottom: 4px; }

h3.show_title a {
  text-decoration: none;
  color: black; }

.weak {
  font-weight: lighter;
  color: #a2a2a2; }

div#subtle {
  margin: 8px 0px 0px 40px;
  width: 230px;
  padding: 0px;
  color: silver; }
  div#subtle a {
    color: silver;
    text-decoration: none; }
  div#subtle a:hover {
    color: gray;
    text-decoration: underline; }

div#twitter_div {
  margin: 8px 0px 0px 40px;
  width: 230px;
  padding: 0px; }

div#twitter_div ul#twitter_update_list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

div#twitter_div ul#twitter_update_list li {
  font-size: 10px;
  margin: 0px;
  padding: 0; }

div.twitter_date, div.twitter_date a {
  font-size: 9px;
  margin: 0px 0px 0px 0px; }

div.twitter_date a:link, div.twitter_date a:visited, div.twitter_date a:hover {
  color: silver; }

div#twitter_div h4.twitter-title {
  color: #fff;
  margin: 0px 0px 8px 0px;
  padding: 0; }

img.flickr_img {
  padding: 3px;
  margin-right: 2px;
  border: 1px solid #ccc; }

span.seeall {
  display: block;
  float: right;
  font-size: 70%;
  font-weight: bold;
  line-height: 2em; }

.purchase_link {
  height: 27px;
  width: 130px; }

#tabs {
  height: 500px;
  width: 600px;
  margin-bottom: 18px; }

/*demo page css*/
.demoHeaders {
  margin-top: 2em; }

#dialog_link {
  padding: .4em 1em .4em 20px;
  text-decoration: none;
  position: relative; }

#dialog_link span.ui-icon {
  margin: 0 5px 0 0;
  position: absolute;
  left: .2em;
  top: 50%;
  margin-top: -8px; }

ul#icons {
  margin: 0;
  padding: 0; }

ul#icons li {
  margin: 2px;
  position: relative;
  padding: 4px 0;
  cursor: pointer;
  float: left;
  list-style: none; }

ul#icons span.ui-icon {
  float: left;
  margin: 0 4px; }

div.page, div.show {
  height: 36px;
  width: 500px;
  padding: 12px;
  background-color: silver;
  border: 1px solid gray;
  margin: 8px 0px; }
  div.page h3, div.page h3 a, div.show h3, div.show h3 a {
    font-weight: bold;
    font-color: black;
    text-decoration: none;
    margin: 0px;
    padding: 0px; }
  div.page div.controls, div.show div.controls {
    float: right; }

.pdf_preview {
  float: right;
  padding: 0px 20px 20px;
  border: 1px dotted #ccc; }

label {
  font-weight: bold; }

div.highlight {
  float: right;
  padding: 12px;
  border: 1px solid #a3a3a3;
  background: #333333 url(/images/black-tie/ui-bg_diagonals-thick_8_333333_40x40.png) 50% 50% repeat;
  color: #eeeeee;
  font-weight: bold; }

div.highlight h4 {
  color: #fff;
  margin: 0px;
  padding: 0px; }

fieldset#title {
  padding: 12px 0px 36px 0px;
  clear: both; }
