body {
	margin: 0;
	padding: 0;
	
	background-color: #FFFFFF;
	background-image: url(http://assets.screamradius.com/images/bluegrad_short.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-attachment: fixed;
	
	font-family: "Trebuchet MS", sans;
	color: #333;
	line-height: 1.2em;
}

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

a:hover {
	text-decoration: underline;
}

a:active {
	color: #769945;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding-left: 10px;
}

h1 {
	font-size: 2em;
	line-height: 1em;
	padding-bottom: 4px;
	color: #005580;
}

h2 {
	font-size: 1.5em;
	line-height: 1.6em;
	font-weight: normal;
	padding-bottom: 2px;
	color: #005580;
}

h3 {
	font-size: 1.1em;
	font-weight: normal;
	color: #005580;
	padding-top: 6px;
}

h4 {
	color: #000000;
}

h2.about {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: normal;
	color: #4d4d4d;
}

h2.privacy {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: normal;
	color: #4d4d4d;
}

h2.description {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: normal;
	color: #4d4d4d;
}

.tweetFooter
{
    padding: 0px 20px 0px 20px;
    float: right;
}

.markerTooltip
{
  color: black;
  font-weight: bold;
  background-color: white;
  white-space: nowrap;
  margin: 0;
  padding: 2px 4px;
  border: 1px solid black;
}

img.marker
{
  padding-top: 2px;
}

h2.weather
{
  margin-bottom: 20px;
}

#header {
	height: 34px;
	width: 100%;
	background-image: url(http://assets.screamradius.com/images/grass_tile.gif);
	background-repeat: repeat-x;
}

#header img {
	border: none;
}

#bar {
	height: 6px;
	background-image: url(http://assets.screamradius.com/images/bar.gif);
	background-repeat: repeat-x;
}

#bar_standalone {
	height: 6px;
	background-image: url(http://assets.screamradius.com/images/bar.gif);
	background-repeat: repeat-x;
}

a.restaurant_link:link
{
  text-decoration:none;
  color: #005580;
}

a.restaurant_link:visited
{
  text-decoration:none;
  color: #005580;
}

a.restaurant_link:hover
{
  text-decoration:underline;
  color: #005580;
}

.restaurant_nolink
{
  color: #005580;
}

table.locations
{
  padding-left: 10px;
  padding-right: 10px;
}

table.restaurants
{
  padding-left: 0px;
  padding-right: 0px;
}

td.restaurants
{
  width: 400px;
}

a.news_item_link:link
{
  text-decoration:none;
  color: #005580;
}

a.news_item_link:visited
{
  text-decoration:none;
  color: #005580;
}

a.news_item_link:hover
{
  text-decoration:underline;
  color: #005580;
}

.news_item_nolink
{
  color: #005580;
}

table.news_items
{
  padding-left: 0px;
  padding-right: 0px;
}

td.news_items
{
  width: 400px;
}

.tweet
{
  color: #005580;
}

table.tweets
{
  padding-left: 0px;
  padding-right: 0px;
}

td.tweets
{
  width: 400px;
}

#shadow {
	height:4px;
	width:100%;
	background-image: url(http://assets.screamradius.com/images/upsellPremiumPanelShadow.png);
	background-repeat: repeat-x;
}

#horizon {
	width: 100%;
	padding-top: 5px;
	text-align: center;
	background-image: url(http://assets.screamradius.com/images/clouds.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

#box {
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#box strong {
	color: #000000;
}

#box em {
	color: #005580;
	font-style: normal;
}

#box p {
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: .9em;
}

#box ul {
	margin: 0;
	padding: 0 0 0 3px;
	list-style: none;
	line-height: 1.6em;
}

#box ul li {
	padding-left: 10px;
	background: url(http://assets.screamradius.com/images/bullet.gif) no-repeat left center;
}

#box ul li.noBullet {
	padding-left: 0px;
	padding-top: 4px;
	background: none;
	line-height: 1.1em;
}

/* BEGIN API page styles */
#box.api p {
	padding-bottom: 15px;
}

#box.api h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #005580;
	padding-bottom: 2px;
}

#box.api h3 {
	font-size: 1.1em;
	font-weight: normal;
	color: #005580;
	padding-top: 6px;
	border-top: 1px solid #CCCCCC;
}

#box.api h4 {
	color: #005580;
	font-size: 1em;
	margin-top: 10px;
	padding: 10px 0 5px 0;
}

#box.api td {
	vertical-align:top;
	margin:0px;
	padding: 0px 20px 0px 0px;
}

#box.api ul {
	margin:0px;
	padding: 0 75px 15px 30px;
}

#box.api ol {
	margin:0px;
	padding: 0 75px 15px 30px;
}

#box.api .links {
	font-size: 0.7em;
	text-align: right;
}

#box.api ul li {
	font-size: 0.9em;
	padding-left: 10px;
	margin-bottom: 10px;
	background: url(http://assets.screamradius.com/images/bullet.gif) no-repeat left center;
	line-height:100%;
}

#box.api ol li {
	font-size: 0.9em;
	margin-bottom: 10px;
	line-height:100%;
}

#box.api h5 {
	font-size: 1em;
}

#box.api textarea {
	margin-bottom: 20px;
	border: solid 1px #ccc;
	background:#ffffcc;
	font-size: 12px;
	color:#333;
	width:780px
}

#box.api pre {
	margin-top: 5px;
	margin-bottom: 14px;
	padding-bottom: 2px;
	border: solid 1px #ccc;
	background:#ffffcc;
	line-height: 14px;
	font-size: .9em;
	color: #333;
	overflow: auto;
	width: 780px;
}

#box.api p.param {
	color: #333333;
	width: 760px;
	background-color:#fff;
	padding: 10px;
	margin-bottom: 15px;
}

#box.api em {
	font-style: italic;
	font-size: .9em;
}
/* END API page styles */


#leftBullets {
	width: 410px;
	float: left;
	padding-top: 4px;
}

#leftSlideshow {
	float: left;
	width: 340px;
	padding-left: 50px;
	padding-top: 15px;
}

#rightBullets {
	width: 370px;
	float: right;
	padding-top: 4px;
}

#box p.bodyCopy {
	text-align: left;
	padding: 0 0 20px 0;
	width: 510px;
}

#bigButton {
	text-align: center;
	clear: both;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	font-weight: 900;
}

#bigButtonLeft {
	float: left;
	width: 80px;
	line-height: 1em;
}

#bigButtonRight {
	float: right;
	width: 80px;
	line-height: 1em;
}

#bigButton a {
	margin: 2px auto 0px auto;
	display: block;
	width: 80px;
	height: 20px;
	background: url(http://assets.screamradius.com/images/smallButton_bg.gif) top center no-repeat;
	color: #3b4d17;
	text-decoration: none;
	line-height: 20px;
	outline: none;
}

#bigButton a:hover {
	background: url(http://assets.screamradius.com/images/smallButton_bg.gif) center center no-repeat;
	color: #121a03;
}

#bigButton a:active {
	background: url(http://assets.screamradius.com/images/smallButton_bg.gif) bottom center no-repeat;
	color: #121a03;
	
}

h2.homeSubhead {
	font-size: 1.1em;
	font-weight: bold;
	color: #005580;
	text-align: center;
	padding-bottom: 10px;
}

#services {
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
}

#services ul.serviceList li {
	display: inline;
	vertical-align: middle;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	background: none;
}

#services img {
	vertical-align: middle;
}

#news a.newslink {
	clear: both;
	display: block;
	text-align: center;
	border: 1px solid #cdeaff;
	padding: 0 2px 2px 2px;
	margin-top: 20px;
	line-height: 20px;
	background: #fff;
	font-weight: bold;
}

#news a.newslink:hover {

	border-color: #aecc85;
	text-decoration:none;
	color: #3b4d17;
}

form {
	padding: 0;
	margin-top: 0;
}

div.largeform {
	width: 780px;
	padding: 20px 0 20px 0;
	margin-top: 0;
	font-size: .9em;
	line-height: 1.2em;
	vertical-align: middle;
}

div.largeform .textfield {
	padding: 2px;
}

small {
	font-size: .8em;
	color: #999999;
}

div.largeform .bigSubmit {
	margin: 15px 0 0 0;
	padding: 3px 10px 3px 10px;
	width: 170px;
}

div.largeform .errorLabel {
	font-weight: bold;
	font-weight: 900;
}

div.largeform img {
	behavior: url(/iepngfix.htc);
	margin-top: 4px;
}

.caption {
	font-size: .8em;
}

.errorCaption {
	display: block;
	padding-bottom: 10px;
	font-size: .8em;
	color: #CC0000;
}

.successLabel {
	font-weight: bold;
	font-weight: 900;
	color: #005580;
}

#login {
	position: absolute;
	top: 10px;
	right: 0px;
	background: url(http://assets.screamradius.com/images/login_background.gif) no-repeat;
	height: 30px;
	padding: 3px 5px 0 45px !important;
	padding: 2px 5px 0 45px;
	margin: 0;
	font-size: .8em;
}

#login input {
	vertical-align: middle;
}

#login label {
	padding-left: 10px;
	line-height: 1.5em;
}

.errorLabel {
	color: #CC0000;
}

#login .loginField {
	font-size: .8em;
}

#login .signInButton {
	width: 65px;
	padding: 1px 5px 1px 5px;
	margin-left: 5px;
	font-size: .8em;
}

#accountLinks {
	position: absolute;
	top: 39px;
	right: 5px;
	font-size: .7em;
}

.loginError {
	color: #CC0000;
	font-weight: bold;
	font-weight: 900;
}

#footer {
	clear: both;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-top: 20px;
	padding-bottom: 4px;
	text-align: center;
	font-size: .8em;
	line-height: 1.5em;
	color: #618430;
}

#footer p {
	margin: 0;
	padding: 0 0 0 0;
}

#footer .selected {
	font-weight: bold;
	font-weight: 900;
	color: #000000;
}

#footer_fixed {
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 4px;
	text-align: center;
	font-size: .8em;
	line-height: 1.5em;
	color: #618430;
}

#footer_fixed p {
	margin: 0;
	padding: 0 0 0 0;
}

#footer_fixed .selected {
	font-weight: bold;
	font-weight: 900;
	color: #000000;
}

#locale_links {
	clear: both;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: center;
	font-size: .8em;
	line-height: 1.5em;
	color: #618430;
}

#locale_links p {
	margin: 0;
	padding: 0 0 0 0;
}

#locale_links .selected {
	font-weight: bold;
	font-weight: 900;
	color: #000000;
}

#locale_links_fixed {
	clear: both;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: center;
	font-size: .8em;
	line-height: 1.5em;
	color: #618430;
}

#locale_links_fixed p {
	margin: 0;
	padding: 0 0 0 0;
}

#locale_links_fixed .selected {
	font-weight: bold;
	font-weight: 900;
	color: #000000;
}

#openletter {
	position: absolute;
	top: 40px;
	right: 5%;
}

#surveybadge {
	position: absolute;
	top: 40px;
	right: 40px;
}

#swoopie {
	position: absolute;
	top: 40px;
	right: 0px;
}

#swoopie img { border:0; }

.bottomBox {width:46%;float:left;text-align:justify;padding:2%;}
#bottomBoxes {width:100%;}
.bottomBox h4 {color:#005580;}

#pbox_overlay {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.pbox_UseOpacityForBackground{
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

.pbox_UsePNGForBackground {
	background-image: url(http://assets.screamradius.com/images/lightbox_overlay.png);
}

body > div#pbox_overlay {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

#pbox_screamradius {
	display:block;
	position:absolute;
	top:0px;
	background:#ccc;
}

body > div#pbox_screamradius {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

#pbox_iframe {
	width:100%;
	height:100%;
	border:none;
}

.adBoxLocation
{
  text-align: center;
  padding: 0px 0px 0px 0px;
}


.adBoxLocation h2
{ font-family: century gothic, sans-serif;
  font-size: 10px;
  text-transform: lowercase;
  font-weight: normal;
  float: top, right;
  padding: 0px 0px 0px 10px;
  letter-spacing: 0px;
  color:#005580;
}

.adBoxLocation img
{
  padding: 0px 0px 0px 0px;
}

.rating_bar
{
  width: 55px;
  background: url(http://assets.screamradius.com/images/star_x_grey.gif) 0 0 repeat-x;
}

.rating_bar div
{
  height: 12px;
  background: url(http://assets.screamradius.com/images/star_x_orange.gif) 0 0 repeat-x;
}
