body {
  font-family: Verdana, sans-serif;
  font-size: 11px;
}

div#container {
  width: 800px;
  margin: 0 20px 0 0;
  float: left;
}

div#main_container {
  width: 1024px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #d85f4e;
}

a:hover {
  text-decoration: underline;
}

h1 {
  height: 90px;
  width: 115px;
  background: url('/graphics/logo.jpg') no-repeat;
  float: left;
  margin: 0;
}

h1 a {
  display: block;
  height: 90px;
  width: 111px;
}

h1 a span {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: -10px;
}

#headcenter{
   text-transform:uppercase;
   font-family: Verdana, sans-serif;
   font-size: 11px;
   font-weight:bold;
   width:380px;
   text-align:center;
   float:left;
   padding-top:20px;
 }
 
div#headcenter p{
font-family:Century Gothic, Verdana;
font-weight:normal;
font-size:18px;
line-height:18px;
margin:0px;
padding:0px;
}

div#headcenter span{
font-family:Century Gothic, Verdana;
font-weight:bold;
color:#3b3060;
font-size:24px;
margin:0px;
padding:0px;
line-height:24px;
}

div#subscribe {
  height: 30px;
  padding: 40px 50px 0 60px;
  width: 200px;
  background: url('/graphics/subscribe.jpg') no-repeat 60px 40px;
  float: left;
}

div#subscribe a {
  display: block;
  text-indent: -10000px;
  height: 30px;
  width: 200px;
}

form {
  margin: 0;
  padding: 0;
}
.header{
width:800px;
}
div#logo{
float:left;
}
div#login {
  float: left;
  width: 60px;
  padding: 0 20px;
  text-align: center;
  padding-top:20px;
}

p.logged_out{
font-family:Century Gothic, Verdana;
font-weight:bold;
color:#FFFFFF;
background-color:#3b3060;
width:70px;
height:17px;
font-size:11px;
text-transform:lowercase;
margin:5px;
}
p.logged_out a{
text-decoration:none;
 }

div#login form {
  display: block;
  padding: 0 0 0 60px;
  background: url('/graphics/login.jpg') no-repeat 0 10px;
}

div#login label {
  display: none;
}

p.logged_in {
  padding: 15px 0 0 0;
}

div#login a {
  color: #3f006f;
}

span.username a {
  font-size: 130%;
}

.text_box {
  border: #c0c0c0 1px solid;
  margin: 2px 0;
  font-size: 10px;
  padding: 2px 5px;
}

input#login_button {
  width: 31px;
  height: 18px;
  border: none;
  cursor: pointer;
  text-indent: -10000px;
  background: url('/graphics/login_button.jpg') no-repeat;
}

#headright{
 width: 115px;
  height: 51px;
  background: url('/graphics/question-mark.gif') no-repeat left;
  float: left;
  margin-top:30px;
  padding-left:50px;
  font-weight:bold;
  text-align:center;
}

#headright a, #headright a:visited, #headright a:active{
text-decoration:none;
}
#headright span{
font-family:Century Gothic, Verdana;
font-size:12px;
line-height:12px;
font-weight:normal;
text-align:center;
padding:0px;
}

div#dog {
  width: 180px;
  height: 180px;
  background: url('/graphics/dog.gif') no-repeat;
  float: left;
  margin-top:10px;
  margin-left:10px;
}

div#dog_content {
  color: #ffffff;
  text-align: center;
  width: 180px;
  margin-top:10px;
  margin-left:10px;
}

div#dog_content img {
  border: none;
}

div#tree_content {
  background: #3a016c;
  color: #ffffff;
  border: #8808f8 1px solid;
  padding: 10px;
  text-align: center;
  width: 210px;
  position: absolute;
  left: 100px;
}

ul#navigation {
  clear: both;
  width: 760px;
  text-align: right;
  margin: 0;
  padding: 5px 20px 13px 20px;
  color: #ffffff;
  background: #000000 url('/graphics/navshadow.png') repeat-x bottom center;
}

ul#navigation li.bucket {
  display: inline;
  padding: 0 0 0 15px;
  cursor: default;
}

ul#navigation li.bucket ul {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  color: #000000;
  text-align: left;
  padding: 5px 20px;
  border: #dddddd 5px solid;
  list-style: none;
}

ul#navigation li.bucket ul li {
  margin: 5px 0;
  padding: 0 0 0 15px;
  background: url('/graphics/bullet.png') no-repeat 0 3px;
}

ul#navigation a {
  text-decoration: none;
  color: #000000;
}

ul#navigation a:hover {
  text-decoration: underline;
}

h2.category {
  background: #5d5181;
  color: #ffffff;
  font-size: 13px;
  padding: 3px;
  text-align: center;
  font-weight: normal;
}

h2.article {
  background: #3a006d;
  color: #ffffff;
  font-size: 13px;
  padding: 3px;
  text-align: center;
  font-weight: normal;
}

img#article_image {
  width: 230px;
  float: left;
  display: block;
  margin: 0 0 10px 0;
}

div#article_content {
  width: 500px;
  padding: 0 15px;
  float: right;
  clear: right;
}

div#itinerary {
  width: 800px;
  overflow: auto;
  border: #c0c0c0 1px solid;
}

h2#my_gomet {
  width: 133px;
  height: 30px;
  float: left;
  text-indent: -10000px;
  background: url('/graphics/my_gomet.png') no-repeat;
  margin: 0;
}

div#my_gomet_heading {
  background: #3a016c;
  padding: 10px;
  width: 780px;
  overflow: hidden;
}

div#user_info {
  width: 300px;
  float: left;
  padding: 15px;
  font-family: Tahoma, sans-serif;
}

h3.user_name {
  font-weight: normal;
  margin: 0;
  font-size: 15px;
  width: 200px;
  float: left;
}

a#edit_profile {
  display: block;
  width: 80px;
  float: right;
  padding: 0 0 0 15px;
  background: url('/graphics/bullet.png') no-repeat 0 2px;
  color: #5d5181;
}

ul#stops {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul#stops li {
  border-bottom: #c0c0c0 1px solid;
  padding: 10px 0;
  width: 100%;
  overflow: hidden;
}

ul#stops li a {
  display: block;
  color: #000000;
  font-size: 12px;
  margin: 0 10px 10px 0;
}

a.map_it_small {
  display: block;
  float: left;
  width: 56px;
  height: 15px;
  text-indent: -10000px;
  background: url('/graphics/map_it_small.png') no-repeat;
}

a.hopstop {
  display: block;
  float: left;
  width: 64px;
  height: 15px;
  text-indent: -10000px;
  background: url('/graphics/hopstop.png') no-repeat;
}

a.remove_stop {
  display: block;
  float: left;
  width: 64px;
  height: 15px;
  text-indent: -10000px;
  background: url('/graphics/remove_stop.png') no-repeat;
}

div#expiration {
  clear: both;
  padding: 10px 0;
  border-bottom: #c0c0c0 1px solid;
}

a#print_my_gomet {
  display: block;
  float: right;
  text-indent: -10000px;
  width: 196px;
  height: 30px;
  background: url('/graphics/print_my_gomet.png') no-repeat;
}

div#columns {
  clear: both;
  overflow: hidden;
  width: 100%;
  background: url('/graphics/column_border.png') no-repeat bottom center;
}

div#featured_article {
  width: 470px;
  float: left;
  border: #c0c0c0 1px solid;
  padding: 18px 18px 10018px 18px;
  margin-bottom: -10000px;
}

h3#featured {
  text-indent: -10000px;
  height: 15px;
  background: url('/graphics/featured_article.jpg') no-repeat;
}

div#featured_article img {
  width: 230px;
  float: left;
}

div#preview  {
  width: 200px;
  float: right;
  padding: 0 15px;
}

h4 {
  margin: 0 0 15px 0;
  font-weight: normal;
  font-size: 12px;
}

h3.article {
  margin: 0 0 15px 0;
  font-weight: normal;
  font-size: 12px;
}

h4 a {
  text-decoration: none;
  color: #000000;
}

h4 a:hover {
  text-decoration: underline;
}

div#more_articles {
  width: 240px;
  float: right;
  border: #c0c0c0 1px solid;
  padding: 18px 18px 10018px 18px;
  margin-bottom: -10000px;
}

h3#more {
  text-indent: -10000px;
  height: 15px;
  background: url('/graphics/more_articles.jpg') no-repeat;
}

a.map_it {
  display: block;
  float: left;
  width: 52px;
  height: 19px;
  background: url('/graphics/map_it.jpg') no-repeat;
  text-indent: -10000px;
  border: none;
  cursor: pointer;
  margin: 0 5px 0 0;
}

a.add_to_list {
  display: block;
  float: left;
  width: 127px;
  height: 19px;
  background: url('/graphics/add_to_list.jpg') no-repeat;
  text-indent: -10000px;
  border: none;
  cursor: pointer;
}

div#more_articles ul {
  padding: 0 0 0 10px;
  margin: 0;
  list-style-image: url('/graphics/bullet.png');
}

div#more_articles ul li a {
  color: #5d5181;
}

div#resources {
  float: left;
  width:95%;
  border: #c0c0c0 1px solid;
  padding: 18px 18px 10018px 18px;
  margin-bottom: -10000px;
}

div#resources ul {
  padding: 0 0 0 10px;
  margin: 0;
  list-style-image: url('/graphics/bullet.png');
}

div#resources ul li a {
  color: #5d5181;
}

div#footer {
  width: 770px;
  background: #000000;
  padding: 2px 15px;
  clear: both;
  overflow: hidden;
}

div#cityscape {
  background: #000000 url('/graphics/cityscape.jpg') no-repeat top center;
  height: 80px;
}

div#tree {
  position: relative;
  top: 20px;
  left: 80px;
  width: 45px;
  height: 65px;
}

div.poll {
  border: #5d5181 1px solid;
  padding: 5px;
  margin: 10px 0;
  overflow: hidden;
}

div.newstand {
  height: 110px;
  border: #5d5181 1px solid;
  overflow: auto;
  margin-top: -15px;
  padding: 5px;
}

div.newstand ul {
  list-style: none;
  padding: 0;
  margin: 0 5px;
}

div.newstand ul a {
  color: #000000;
  text-decoration: underline;
}

div.newstand a:hover {
  color: #555555;
}

div.newstand ul li {
  padding: 3px 0;
}

/*
div#newstand span {
  display: none;
}

div#newstand ul {
  float: left;
  clear: both;
  width: 425px;
  background: url('/graphics/newstand.jpg') no-repeat 10px 15px;
  padding: 10px 0 15px 85px;
  margin: 10px 0 0 0;
}

div#newstand ul li {
  display: inline;
  margin: 0 10px 0 0;
  color: #ffffff;
}

div#newstand ul li a {
  color: #ffffff;
}
*/

div#search {
  margin: 20px 0 0 0;
  width: 215px;
  float: right;
  padding: 0 0 0 65px;
  background: url('/graphics/search.jpg') no-repeat;
}

div#search p {
  margin: 0;
  padding: 0;
}

div#search label {
  display: none;
}

div#search input.text_box {
  width: 140px;
  background: #595959;
  color: #ffffff;
  border: none;
}

input#search_button {
  width: 23px;
  height: 19px;
  background: url('/graphics/search_button.jpg') no-repeat;
  border: none;
  text-indent: -10000px;
}

div#foot_extras {
  margin: 10px 0 20px 0;
  overflow: auto;
  width: 100%;
}

div#foot_extras a {
  color: #000000;
}

div#foot_links {
  float: left;
  width: 150px;
  padding: 3px;
  color: #ffffff;
  font-size: 100%;
}

div#foot_links a {
  color: #ffffff;
}

form#newsletter_form {
  float: right;
  width: 320px;
  text-align: right;
  background: url('/graphics/get_newsletter.png') no-repeat 0 5px;
}

form#newsletter_form p {
  padding: 0;
  margin: 0;
}

input#newsletter_button {
  width: 28px;
  height: 16px;
  text-indent: -10000px;
  background: url('/graphics/newsletter_button.jpg') no-repeat;
  border: none;
}

div#content {
  border: #c0c0c0 1px solid;
  padding: 20px 20px 40px 20px;
  margin: 10px 0;
  overflow: hidden;
  width: 760px;
}

ul.error_messages {
  padding: 10px 10px 10px 30px;
  font-weight: bold;
  border: #cc8888 1px solid;
  background: #ffdddd;
}

div#itinerary_map {
  float: right;
  width: 470px;
  height: 400px;
  background: #dddddd;
}

ul#splash_imgmap {
  margin: 0 auto;
  height: 400px;
  width: 770px;
  background: url('/graphics/splash.jpg') no-repeat center center;
  list-style: none;
  padding: 0;
}

ul#splash_imgmap li {
  position: relative;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
}

ul#splash_imgmap li div {
  background: #3a016c;
  color: #ffffff;
  border: #8808f8 1px solid;
  padding: 10px;
  text-align: center;
  max-width: 210px;
  min-width: 100px;
  position: absolute;
}

li#pin_1 {
  top: 162px;
  left: 215px;
}

li#pin_2 {
  top: 135px;
  left: 250px;
}

li#pin_3 {
  top: 130px;
  left: 285px;
}

li#pin_4 {
  top: 70px;
  left: 285px;
}

li#pin_5 {
  top: 65px;
  left: 325px;
}

li#pin_6 {
  top: 95px;
  left: 315px;
}

li#pin_7 {
  top: 57px;
  left: 345px;
}

li#pin_8 {
  top: -25px;
  left: 350px;
}

li#pin_9 {
  top: -33px;
  left: 375px;
}

li#pin_10 {
  top: -48px;
  left: 390px;
}

li#pin_11 {
  top: -50px;
  left: 400px;
}

li#pin_12 {
  top: -75px;
  left: 420px;
}

li#pin_13 {
  top: -125px;
  left: 447px;
}

li#pin_14 {
  top: -135px;
  left: 468px;
}

li#pin_15 {
  top: -100px;
  left: 455px;
}

li#pin_16 {
  top: -155px;
  left: 485px;
}

li#pin_17 {
  top: -205px;
  left: 510px;
}

div#most_recent {
  border: #c0c0c0 1px solid;
  overflow: hidden;
  width: 100%;
  padding: 0 0 15px 0;
}

div#most_recent h3 {
  height: 25px;
  background: #3a006d url('/graphics/most_recent.jpg') no-repeat center center;
  text-indent: -10000px;
  margin: 0;
}

div#most_recent ul {
  margin: 0;
  padding: 0;
}

div#most_recent ul li {
  display: block;
  margin: 15px;
  padding: 0 0 0 20px;
  float: left;
  width: 200px;
  background: url('/graphics/bullet.png') no-repeat 0 3px;
}

div#most_recent ul li a {
  color: #000000;
}

h2#meet_gomet {
  height: 30px;
  background: url('/graphics/meet_gomet.png') no-repeat top center;
  text-indent: -10000px;
  margin: 0;
} 

div.meet_gomet p {
  text-align: justify;
  font-size: 12px;
	margin: 15px 15px 0 15px;
	line-height: 16px;
}

.MG_color1 {
  color: #3A016C;
	font-weight: bold;
}

a.subscribe {
  display: block;
  width: 103px;
  height: 29px;
  text-indent: -10000px;
  background: url('/graphics/subscribe.png') no-repeat;
  margin: 0 auto;
}

div#article_body {
  padding: 0 0 25px 0;
}

div#content.admin a {
  color: #5d5181;
}

div.admin_body {
  width: 575px;
  float: right;
}

div.admin_body table {
  width: 100%;
}

div#admin_sidebar {
  width: 175px;
  float: left;
}

div#content.admin th {
  text-align: left;
}

#admin_menu {
  padding: 0 0 0 20px;
  margin: 0;
  list-style-image: url('/graphics/bullet.png');
}

form#subscribe_form {
  display: block;
  width: 300px;
  margin: 0 auto;
}

form#subscribe_form label {
  display: block;
  margin: 0 0 5px 0;
  text-align: left;
}

form#subscribe_form input.text_box {
  width: 300px;
  height: 15px;
  display: block;
}

form#subscribe_form input#password_1 {
  width: 100px;
}

form#subscribe_form input#password_2 {
  width: 100px;
}

form#subscribe_form input#city {
  width: 200px;
}

form#subscribe_form input#state {
  width: 200px;
}

form#subscribe_form input#zip {
  width: 100px;
}

input#subscribe_submit {
  margin: 20px 0;
}

form#article_form {
  display: block;
  width: 700px;
  margin: 0 auto;
}

form#article_form label {
  display: block;
  margin: 0 0 5px 0;
  text-align: left;
}

form#article_form input.text_box {
  width: 300px;
  height: 15px;
  display: block;
}

form#article_form input#img {
  margin: 15px 0 0 0;
}

form#link_form {
  display: block;
  width: 700px;
  margin: 0 auto;
}

form#link_form label {
  display: block;
  margin: 0 0 5px 0;
  text-align: left;
}

form#link_form input.text_box {
  width: 300px;
  height: 15px;
  display: block;
}

form#popup_form {
  display: block;
  width: 700px;
  margin: 0 auto;
}

form#popup_form label, form#poll_form label {
  display: block;
  margin: 0 0 5px 0;
  text-align: left;
}

form#popup_form textarea.text_box {
  width: 301px;
  height: 60px;
  display: block;
}

form#category_form {
  display: block;
  width: 700px;
  margin: 0 auto;
}

form#category_form label {
  display: block;
  margin: 0 0 5px 0;
  text-align: left;
}

form#category_form input.text_box {
  width: 300px;
  height: 15px;
  display: block;
}

/*
li#get_specific ul li {
  padding: 5px 0 0 30px;
}

li#category_26 {
  background: url('/graphics/1.png') no-repeat center left;
}

li#category_27 {
  background: url('/graphics/2.png') no-repeat center left;
}

li#category_28 {
  background: url('/graphics/3.png') no-repeat center left;
}

li#category_29 {
  background: url('/graphics/4.png') no-repeat center left;
}

li#category_30 {
  background: url('/graphics/5.png') no-repeat center left;
}

li#category_31 {
  background: url('/graphics/6.png') no-repeat center left;
}

li#category_32 {
  background: url('/graphics/7.png') no-repeat center left;
}

li#category_33 {
  background: url('/graphics/8.png') no-repeat center left;
}

li#category_34 {
  background: url('/graphics/9.png') no-repeat center left;
}

li#category_35 {
  background: url('/graphics/10.png') no-repeat center left;
}

li#category_36 {
  background: url('/graphics/11.png') no-repeat center left;
}

li#category_37 {
  background: url('/graphics/12.png') no-repeat center left;
}
*/

a#add_article {
  display: block;
  padding: 0 0 0 15px;
  background: url('/graphics/bullet.png') no-repeat 0 2px;
  color: #5d5181;
}

a#add_link {
  display: block;
  padding: 0 0 0 15px;
  background: url('/graphics/bullet.png') no-repeat 0 2px;
  color: #5d5181;
}

div#print_guide {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 432px;
}

div#print_guide img {
  display: block;
}

div#print_guide div.print_stop {
  overflow: auto;
  width: 100%;
}

div#print_guide p {
  width: 130px;
  float: left;
  clear: left;
}

div#print_guide div.print_map {
  width: 290px;
  height: 210px;
  border: #cccccc 1px solid;
  float: right;
  clear: right;
  margin: 10px 0;
}

object {
  display: block;
  float: left;
  clear: left;
  margin: 0;
  padding: 0;
}

div.weather_box {
  display: block;
  width: 300px;
  margin: 0 auto;
}

h3.nyc_weather {
  margin: 0 auto 30px auto;
  width: 118px;
  height: 14px;
  background: url('/graphics/nyc_weather.png') no-repeat top left;
  text-indent: -10000px;
}

div.what_gomet {
  float: right;
  margin-top: -316px;
}

div.what_gomet a {
  display: block;
  width: 116px;
  height: 106px;
  background: url('/graphics/what_gomet.png') no-repeat top left;
}

a.what_gomet span {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -10px;
  overflow: hidden;
}

div.advertisements {
  width: 200px;
  float: left;
}

div.ad {
  width: 200px;
  height: 200px;
  border: #dddddd 1px solid;
}

h3.our_sponsors {
  text-indent: -10000px;
  width: 114px;
  height: 12px;
  // background: url('/graphics/our_sponsors.png') no-repeat top left;
}

div.index_bottom {
  width: 260px;
  float: left;
  margin: 0 5px 0 0;
}
.slogan1{
font-family:Century Gothic, Verdana;
font-size:18px;
font-weight: normal; 
color:black;
 }
.slogan{
font-family:Century Gothic, Verdana;
font-size:16px;
font-weight: normal; 
color:black;
 }
div.index_bottom h2 {
  font-weight: normal;
  color: #ffffff;
  background: #3b3060;
  text-align: center;
  padding: 2px 0;
  margin: 0 0 15px 0;
 
  margin-top 20px;
  line-height:12px;
}

img.featured_image {
  float: left;
  margin: 0 5px 5px 0;
  width: 90px;
}

div.featured_video {
  width: 230px;
  margin: 0 auto;
}

div.featured_video object {
  margin: 0 0 10px 0;
  float: left;
}

div.copyright {
  width: 320px;
  float: left;
  margin: 5px 0 20px 5px;
}

div.inside_scoop {
  width: 320px;
  float: right;
  text-align: right;
  margin: 5px 5px 20px 0;
}

div.ad object {
  width: 200px;
  height: 200px;
  overflow: hidden;
}

textarea.ad_edit {
  width: 200px;
  height: 160px;
}

div.astore {
  clear: both;
  width: 800px;
  overflow: hidden;
}

div.astore object {
  width: 800px;
  height: 500px;
  overflow: auto;
  margin: 10px 0;
}
