@charset "utf-8";

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:arial,sans-serif;
	font-size:small;
	color:#838481;
}
body {
	background: url(/images/page_bg.gif) repeat left top;
}

/* page styles */

div#container {
	position:relative;
	width:100%
	height:auto !important;
	height:100%;
	min-height:100%;
}
div#inner_container{
	margin-left: auto;
	margin-right: auto;
	width: 942px;
}
div#header {
	background: url("/images/header_logo.gif") no-repeat top left;
	height: 75px;
	text-align: right;
	width: 920px;
	margin-left: 11px;
	padding: 1em 0;
}
div#navigation {
	width: 920px;
	padding: 0;
	margin-left: 11px;
	height: 34px;
}
div#sub_navigation {
	height: 27px;
	background-color: #eceee8;
	border: solid 3px #c8c7bc;
	padding: 10px 0 0 10px;
	width: 866px;
	float: left;
	clear: both;
	margin-bottom: 20px;
}
div#content {
	width: 942px;
	/* background: url("/images/cen_shadow.png") repeat-y top center; */
	float: left;
}
div#page {
	float: left;
	background-color: #fff;
	width:880px;
	padding: 20px;
	margin-left: 11px;
	display: inline;
}
div#footer {
	position: relative;
	width: 920px;
	bottom: 0;
	background-color: #49597a;
	border-top: 1px solid #2e5d87;
	text-align: center;
	float: left;
	height: 220px;
	margin-left: 11px;
	display: inline;
}
div#footer_lower{
	position: relative;
	width: 920px;
	bottom: 0;
	background-color:#242c3c;
	text-align: center;
	float: left;
	height: 3em;
	line-height: 3em;
	color: #f4f4e7;
	margin-left: 11px;
	display: inline;
}
div#index_left {
	width: 240px;
	height: 401px;
	padding: 74px 0 0 21px;
	background: url(/images/phone_base.png) no-repeat left top;
	float: left;
}
div#map_right {
	width: 460px;
	float: left;
	margin-left: 20px;
}
div#index_middle {
	width: 500px;
	float: left;
}
div#index_right {
	width: 320px;
	margin-left: 20px;
	float: left;
}
div#index_right_news {
	width: 550px;
	float: left;
	padding-left: 20px;
}
div#index_left flash_content {
	width: 198px;
	height: 298px;
	background-color: #000;
}
div#left_half {
	width: 380px;
	padding: 12px;
	float: left;
}
div#right_half {
	width: 180px;
	padding: 12px;
	float: left;
}
div#full_right_half {
	width: 420px;
	padding: 12px;
	float: left;
}
div#full_width {
	width: 100%;
	padding: 0 20px 20px 0;
}
div#search_left {
	width: 250px;
	padding: 12px;
	float: left;
}
div#maps_right {
	width: 570px;
	margin-left: 10px;
	padding: 12px;
	float: left;
}
div.light_container{
	background: #f0f2ec url(/images/form_grad.gif) repeat-x center bottom;
	padding: 20px;
	margin: 0 0 20px 0;
	border: solid 5px #eceee8;
}
hr {
	color: #e2e4df;
	background-color: #e2e4df;
	border: 0px solid #e2e4df;
}

/* header styles */

h3 {
	font-size: 19px;
	margin: 10px 0 15px 0;
	padding: 0;
}
#header a {
	color: #f4f4e7;
	margin-left: 5px;
	font-size: 1.2em;
}
#header form {
	margin-top: 1em;
}
#header form input.field {
	background-color: #fff;
	border: 1px solid #2e5d87;
	margin-right: 1em;
	font-size: 1em;
}
#header form input.button {
	vertical-align: middle;	
}
#header form label {
	font-weight: bold;
	color: #f4f4e7;
	font-size: 1.3em;
}
div#login_bar {
	margin: 1em 0;
}
div#login_bar a {
	font-weight: bold;
	color: #fff;
	font-size: 1.3em;
	text-decoration: none;
	margin-left: 8px;
}
div#login_bar a:hover {
	text-decoration: underline;
}
span#user_cash {
	color: #fff;
	margin-right: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
span#user_cash a {
	color: orange;
	font-size: 1em;
	text-decoration: none;
}
span#user_cash a:hover {
	color: #facf57;
	text-decoration: none;
}
#link_heading {
	width: 250px;
	height: 75px;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 50%;
	margin-left: -460px;
	border: none;
	text-decoration: none;
	cursor: pointer;
}

/* navigation styles */

div#navigation ul {
	margin:0;
	padding:0;	
}
div#navigation ul li {
   display:block;
   float:left;
   list-style-type:none;
   margin:0px;
   font-size: 1.2em;
   font-weight: bold;
   cursor: pointer;
}
ul li#nonactive a {
	background-image: url(/images/nav_gry_lt.gif);
}
ul li#nonactive a span {
	background-color: #6a758b;
	background-image: url(/images/nav_gry_rt.gif);
	color: #fff;
}
ul li#active a {
	background-image: url(/images/nav_wht_lt.gif);
}
ul li#nonactive a:hover {
	background-image: url(/images/nav_blk_lt.gif);
}
ul li#nonactive a:hover span {
	background-color: #242c3c;
	background-image: url(/images/nav_blk_rt.gif);
}
ul li#active a span {
	background-color: #fff;
	background-image: url(/images/nav_wht_rt.gif);
	color: #242c3c;
}
ul li#active a, ul li#nonactive a, ul li#nonactive a:hover {
	background-position: left bottom;
	background-repeat: no-repeat;
	text-decoration: none;
	cursor: pointer;
	float: left;
	display:inline;
	height:34px;
}
ul li#nonactive a:hover span, ul li#nonactive a span, ul li#active a span {
	background-position: right bottom;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	height: 34px;
	cursor: pointer;
	line-height: 34px;
	float: left;
	display: inline;
	margin: 0 9px 0 9px;
	padding: 0 16px 0 7px;
}
div#sub_navigation a {
	color: #63635d;
	text-decoration: none;
	font-weight: bold;
	margin-right: 15px;
}
div#sub_navigation a:hover {
	color: orange;
}
.sub_active {
	color: orange !important;
}

/* footer styles */

#col_contain {
	text-align: center;
	float: left;
	margin: 20px;
}
.foot_col {
	text-align: left;
	float: left;
	margin-left: 5em;
	width: 110px;
}
.foot_col_wide {
	text-align: left;
	float: left;
	width: 265px;
	color: #fff;
}
.foot_col h3 {
	display: block;
	color: #fff;
	margin: 1em 0 .6em 0;
	font-size: 1.4em;
}
.foot_col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.foot_col li {
	display: block;
	margin: 0 0 .5em 0;
	padding-bottom: .3em;
}
.foot_col a {
	color: #f4f4e7;
	text-decoration: none;
	font-size: 1.1em;
	padding: .2em;
}
.foot_col a:hover {
	color: #f4f4e7;
	text-decoration: none;
	background-color: #6a758b;
}
#footer_lower a {
	color: #f4f4e7;
	margin-right: .3em;
}
#footer_lower a:hover {
	color: #f4f4e7;
}
#footer_lower strong {
	margin-right: 1em;
}

/* text styles */

h4 { 
	font-size: 1.7em;
	color:#384969;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}
h1 {
	color: #838481;
	font-size: 1.5em;
	margin: 10px 0;
	padding: 0;
}
h6 {
	margin: 10px 0;
	padding: 0;
	font-size: 1.2em;
}
h6, a {
	color:orange;
}
h2 {
	margin: 10px 0;
	padding: 0;
	font-size: 1.7em;
}
h2, a {
	color:orange;
}
p { 
	line-height:1.5; 
	margin:0 0 1em;
}
div#footer p {
	padding:1em;
	margin:0;
}

span.side_check {
	font-weight: bold;
	margin-left: 5px;
}

/* registration styles */

.header {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.phpcode {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #000000;
	background-color: f3f3f3;
}
.msg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	display: block;
	width: 866px;
	background-color: #FFFFCC;
	padding: 7px;
	border: 1px dotted #FF9900;
	font-weight: bold;
	margin-bottom: 10px;
	float: left;
}
.msg_no_width {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	display: inline;
	background-color: #FFFFCC;
	padding: 7px;
	border: 1px dotted #FF9900;
	font-weight: bold;
	margin-bottom: 10px;
}

div#reg_acct form label, form.style_1 label {
	clear: left; 
	display: block; 
	float: left; 
	width: 120px; 
	text-align: right; 
	padding-right: 10px;
}
form.style_2 label {
	clear: left; 
	display: block; 
	float: left; 
	width: 40px; 
	text-align: right; 
	padding-right: 10px;
}
form.style_3 label {
	clear: left; 
	display: block; 
	float: left; 
	width: 90px; 
	text-align: right; 
	padding-right: 10px;
}
form.style_4 label {
	clear: left; 
	display: block; 
	float: left; 
	width: 80px; 
	text-align: right; 
	padding-right: 10px;
}
form.style_4 p {
	padding: 0;
	margin: 0 0 5px 0;
}
div#reg_acct form input, div#chng_settings form input { 
	margin-right: 10px;
}

div#chng_settings form label {
	clear: left; 
	display: block; 
	float: left; 
	width: 150px; 
	text-align: right; 
	padding-right: 10px;
}
.big_search {
	height: 20px;
	font-size: 1.3em;
	width: 310px;
	padding-left: 23px;
	background: #fff url(/images/search_icon.gif) no-repeat 3px 2px;
}

/* fieldset */

fieldset {
  padding: 0 1em 1em 1em;
  border: 1px solid #c8c7bc;
}
div#maps_right fieldset {
	background-color: #f7f9f3;
}
legend {
  padding: 0.2em 0.5em;
  font-size: 1em;
  text-align: right;
  color: #000;
}

/* form styles */
form.style_1 {
	margin: 1em 0 1em 0;
	padding: 0;
}
form.style_1 select {
	width: 200px;
	padding: 3px;
	margin-bottom: 5px;
}
input.btn {
	padding: 3px;
	height: 28px;
	margin-left: 2px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.large_button {
	border: 1px solid #000;
	padding: 4px;
	margin-left: 2px;
	font-size: 1.3em;
}
a.page_btn {
	padding: 5px;
	color: #838481;
	text-decoration: none;
}
a.page_btn:hover {
	background-color: #242c3c;
	padding: 5px;
	color: #fff;
}
a.page_btn_active {
	background-color: #242c3c;
	padding: 5px 7px 5px 7px;
	color: #fff;
	text-decoration: none;
}
a.page_btn_active:hover {
	background-color: #6a758b;
	padding: 5px 7px 5px 7px;
	color: #fff;
}
img.search_icon {
	border: solid 1px #242c3c;
}
a.map_link {
	color: #838481;
}
a.map_link:hover {
	color: #000;
}
a.map_link img {
	border: 3px solid #eceee8;
}

span.tool_tip {
	vertical-align:middle;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	color:#ABABAB;
	cursor:pointer;
	margin-left:5px;
}
.cat_box,.loc_box,.cat_form {
	float: left;
	margin: 0 10px 10px 0;
	width: 200px;
	height: 200px;
	padding: 10px;
	background-color:#dbdace;
}
.cat_box form,.loc_box form,.cat_form form {
	margin:0;
	padding:0;
}
.loc_form {
	float: left;
	background-color:#dbdace;
	margin-left: 10px;
	padding: 10px;
	width: 296px;
	height: 682px;
}
.select_data_form {
	width: 200px;
}
h5 {
	color: #6b6b65;
	font-size: 1.3em;
	margin: 0 0 5px 0;
	padding: 0;
}
table.payouts_table {
	margin: 1em 1em 1em 2em;
	background: whitesmoke;
	border-collapse: collapse;
}
table.payouts_table th, table.payouts_table td {
	border: 1px silver solid;
	padding: 0.5em;
}
table.payouts_table th {
	background: silver;
	text-align: left;
}
div#breadcrumb{
	margin: 0 0 20px 0;
	padding: 10px;
	background-color: #eceee8;
	font-weight: bold;
}
a.breadc {
	color: orange;
	text-decoration: none;
	font-weight: bold;
	padding-right: 30px;
	margin-right: 15px;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.breadc:hover {
	text-decoration: underline;
}
a.pub_map{
	text-decoration: none;
	font-size: 1.1em;
	padding: 5px;
	margin: 2px 15px 2px 0;
	display: block;
	width: 100%;
	background-color: #f8faf4;
}
a.pub_map:hover {
	text-decoration: underline;
}
.addsub {
	cursor:pointer;
	margin-left: 10px;
	font-size: 15px;
	color: #000;
	font-weight: strong;
	display: inline-block;
	background-color: #fff;
	padding: 0 3px 0 3px;
}
.cat_select {
	width: 150px;
}
.cat_select_wm {
	width: 150px;
	margin-bottom: 5px;
}
.headline {
	margin-bottom: 14px;
	margin-top: 22px;
	display: block;
}
.short_headline {
	margin-bottom: 5px;
	display: block;
}
.headline_image {
	border: none;
	margin: 0px 17px 8px 0px;
}
.clear_div {
	clear: both;
}
.abs_bird {
	width: 77px;
	height: 95px;
	position: absolute;
	z-index: 2;
	top: 470px;
	left: 50%;
	margin-left: -40px;
	border: none;
	text-decoration: none;
}
.abs_reward {
	width: 36px;
	height: 37px;
	position: absolute;
	z-index: 2;
	top: 308px;
	left: 50%;
	margin-left: -253px;
	border: none;
	text-decoration: none;
}
.fb_img {
	margin: 0px 110px 0px 0px;
}
.twt_img {
	margin: 0px 10px 0px 25px;
}

/* browser hacks */

img, div, input { behavior: url("css/iepngfix.htc") }

:-moz-any-link:focus {
  outline: none;
}