/* upbuzz.com
   Main Style Sheet
   Copyright 2006 upbuzz LLC
   ------------------------- */
 
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
* {
	padding: 0;
	margin: 0;
	font-weight: normal;
}


/* =Color
======================================================================================================== */

a:link {
	color: #38679c;
}
a:visited {
	color: #38679c;
}
a:hover {
	color: #f37141;
}

h1,h2 {
	color: #f37141;
}

h3, h4 {
	color: #38679c;
}

input[type="text"], input[type="password"] {
	border: 1px #ccc solid;
}

/* =Typography
=========================================================================================================*/

* {
	text-align: left;
	text-indent: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

img,fieldset {
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 22px;
	line-height: 20px;
}

h2 {
	font-size: 18px;
	line-height: 20px;
}

h3 {
	font-size: 10px;
}

h4 {
	font-size: 10px;
}

p {
	font-size: 12px;
	line-height: 20px;
	padding: 5px 5px 5px 0;
}

li {
	font-size: 12px;
}

.terms {
	margin-left:25px;
	list-style:square;
}

.terms li {
font-size:12px;
line-height:20px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

u {
	text-decoration: underline;
}
 
form {
	display: inline;
}


/* =Forms
==========================================================================================================*/

form {
	display: inline;
}

.radio {

}

.bus_search {
	border: 1px solid #666;
	background-color: #FFFFFF;
	width: 250px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding: 2px;
	letter-spacing: 1px;
	font-size: 16px;
}

.text {
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	vertical-align: middle;
	padding: 3px;
	margin-bottom: 5px;
	font-size: 12px;
}

.nav_text {
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	vertical-align: middle;
	padding: 3px;
	font-size: 12px;
	width: 120px;
}

.menu {
	border: 1px solid #666;
	background-color: #FFFFFF;
	width: 200px;
	line-height: 14px;
	vertical-align: middle;
	padding: 4px;
	font-size: 14px;
	float: left;
	margin-right: 5px;
}

.menu_button {
	border: 1px solid #666;
	background-color: #ccc;
	line-height: 14px;
	vertical-align: middle;
	padding: 3px;
	letter-spacing: 1px;
	font-size: 14px;
	float: left;
	margin-right: 5px;
}

.submit {
	font-size: 14px;
	height: 27px;
	padding: 2px 10px;
	text-align: center;
	color: #000;
	cursor: pointer;
}

.tou {
	border: 1px solid #999;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	color: #000;
}

.setup {
	background-color: #ccc;
	border: 1px solid #999;
	height: 20px;
	line-height: 14px;
	font-size: 14px;
	padding: 3px 0;
	text-align: center;
	vertical-align: middle;
	color: #000;
	margin-left: 3px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #ccc solid;
	overflow: auto;
}

label {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px 0 0;
}

.feedback {
	display: none;
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 3px;
	clear: both;
}

#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #FFFFFF;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:14px;
	z-index:100;
	border: 1px solid #666;
	visibility: hidden;
}

#hintbox_search{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	font-weight: bold;
	color: #38679c;
	background-color: #eee;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	z-index:100;
	border: 1px solid #666;
	visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
	position: relative;
	bottom: 3px;
	font-weight: normal;
	font-size: 10px;
	color: #38679c;
}

.hintanchor:hover {
	text-decoration: none;
}

/* =Header
==========================================================================================================*/

#container {
	position: relative;
	height:100%;
	width: 980px;
	background-color: #FFFFFF;
	margin: 10px auto;
 }

#header {
	height:75px;
	width:980px;
	background:#ffffff;
 }
 
#header * {
	font-weight: normal;
}

#top_left {
	background-image: url(images/top_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 420px;
	height: 60px;
	float: left;
}
#top_right {
	background-image: url(images/top_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 560px;
	height: 60px;
	float: right;
	font-size: 12px;
}
#top_right ul {
	padding: 5px 5px 0 0;
	list-style: none;
	float: right;
}
#top_right ul li { 
	display: inline;
	color: #666666;
}
#top_right ul li h2{ 
	display: inline;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 5px 0 5px;
}
#top_right ul li a {
	color: #38679c;
	padding: 4px 5px 0 5px;
	height: 20px;
}
#top_right ul li a:hover {
	color: #f37141;
	text-decoration: none;
}
#horizantal-nav {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	height:31px;
	width:970px;
	background-image: url(images/menu.gif);
	margin: 0 auto;
	z-index: 500;
 }
#horizantal-nav ul {
	height: 31px;
	line-height: 31px;
	vertical-align: middle;
	list-style: none;
	}
#horizantal-nav ul li { 
	display: inline;
	color: #f37141;
}
#horizantal-nav ul li a {
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	padding: 0 5px 0 5px;
}
#horizantal-nav ul li a:hover {
	color: #ffffff;
}
.horiz_left {
	background-image: url(images/menu_left.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 14px;
	float: left;
}
.horiz_right {
	background-image: url(images/menu_right2.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 325px;
	height: 31px;
	float: right;
	color: #FFFFFF;
}
.horiz_right input.text {
	font-size: 12px;
	line-height: 12px;
	color: #666;
	background: #FFFFFF;
	border: 1px solid #ccc;
	padding: 2px;
	width: 120px;
}
#nav_search{
	position: absolute;
	top: 25px;
	left: 513px;
	width: 460px;
	height: 55px;
	padding-top: 8px;
	background: #eee;
	border: 1px #ccc solid;
	z-index: 100;
}
#nav_search select {
	border: 1px #ccc solid;
}
#nav_search label{
	font-size: 14px;
	color: #666;
	display: inline;
	vertical-align: middle;
	position: relative;
	left: 10px;
}

/* =Footer
=========================================================================================================*/

#footer {
	width:980px;
	height: 110px;
	margin: 0 auto;
	clear: both;
	padding: 15px 0 0 0;
	background-image: url(images/foot_bar.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
 
#footer ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	float: left;
	margin-right: 20px;
	margin-left: 10px;
}
#footer ul li { 
	display: block;
	color: #999999;
	font-weight: bold;
}
#footer ul li a {
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#footer ul li a:hover {
	text-decoration: underline;
}
 
.foot_left {
	background-image: url(images/foot_left.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 125px;
	float: left;
}
.foot_right {
	background-image: url(images/menu_right.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 14px;
	float: right;
}

/* =Content
========================================================================================================*/

#bodyblock {
	background-color:#ffffff;
	width:980px;
	min-height: 300px;
}

* html #bodyblock {
	height: 300px;
}

#right_nav1 {
	height: 600px;
	width:140px;
	float:right;
	background:#ffffff;
}

.main_left {
	width:450px;
	float:left;
	padding: 20px 10px 20px 20px;
}

.main_right {
	width:450px;
	float: right;
	padding: 20px 20px 20px 10px;
}
 
#content {
	background:#ffffff;
}

/* =Search Box
======================================================================================================== */
.box { 
  background: #7BA2CE;
  width: 452px;
}
.boxtop { 
  height: 74px;
}
.boxtop_login { 
  height: 49px;
}
.boxbottom { 
  background: url(images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 15px; 
  background: url(images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  color: #ffffff;
  padding: 0px 15px 0px 15px;
}
.boxcontent label {
	color: #fff;
}

/* =Registration
======================================================================================================== */

.registration {
	height: 400px;
	width: 300px;
}
.registration ul {
	margin: 0 0 0 60px;
	list-style-type: none;
	color: #333333;
}
.registration ul li {
	padding: 0 0 20px 30px;
	background-image: url(images/nav_icons/arrow-right.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 300px;
}

#form_left {
	min-height: 300px;
	width: 450px;
	float: left;
	padding: 20px 10px 20px 20px;
	background-color: #fff;
}

* html #form_left {
	height: 300px;
}

#form_left a {
	font-weight: bold;
}

select {
	display: inline;
}


#form_left ol {
	margin-left: 20px;
	line-height: 20px;
}

#form_left ol li {
	margin-top: 5px;
	font-size: 12px;
}

.form_item_left {
	width: 190px;
	float: left;
}

#reg{

	padding: 2px;
	background: #38679c;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

#rad{

}

#radio{
	border: 1px #eee solid;
	height: 15px;
	width: 15px;
	line-height: 15px;
}

.bus_reg {
	list-style-type: none;
}

.bus_reg li {
	background-image: url(images/arrow_bullet_small_grey.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin: 10px 7px;
}

.reg_chk {
	float: left;
	border: 1px #eee solid;
	height: 20px;
	width: 20px;
}

#form_left label {
	color: #666;
	font-size: 12px;
	padding-bottom: 3px;
	display: block;
}

#form_left textarea {
	border: 1px #ccc solid;
	padding: 5px;
}

#form_right {
	background-color: #fff;
	width: 450px;
	float: right;
	padding-right: 20px;
}

#content_box{
	position: relative;
	padding: 10px 18px;
	margin-left: 5px;
	width: 400px;
	background-image: url(images/reg_box_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #eeeeee;
}
#bottom_box {
	margin-left: 5px;
	background-image: url(images/reg_box_bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 16px;
	width: 436px;
}

#content_box_full{
	position: relative;
	right: 20px;
	width: 930px;
}

#bottom_box_full {
	padding: 0 18px;
	width: 900px;
}

#buzz_package {
	width: 465px;
	float: left;
	position: relative;
	right: 10px;
}

#buzz_package p {
	clear: left;
}

#buzz_package a {
	font-weight: bold;
}

/* =Categories
====================================================================================================== */

.categories {
	font-family: Arial, Helvetica, sans-serif;
	color: #38679c;
	height: 46px;
	width: 255px;
	padding: 0 0 10px 15px;
	float:left;
}
.categories h1 {
	vertical-align: middle;
}
.categories h1 a{
	font-size: 16px;
	letter-spacing: 1px;
	color: #38679c;
	text-decoration: none;
	position: relative;
	top: 14px;
	left: 5px;
}
.categories h1 a:hover{
	color: #f37141;
	text-decoration: underline;
}

/* =Results
======================================================================================================*/

.bread_crumbs {
	font-size: 11px;
	color: #000000;
	padding-left: 20px;
}

#search_options {
	font-size: 12px;
	background-color: #ffffff; 
	width:765px;
	height: 15px;
	padding: 2px;
	margin-bottom: 3px;
}

.search_options_left {
	float: left;
}

.search_options_left a{
	margin-left: 10px;
}

.search_options_right {
	float: right;
	position: relative;
	bottom: 4px;
}

.search_check {
	margin-left: 10px;
}

#sponsor_box {
	width: 140px;
	height: 100%;
	float: right;
	padding: 0 20px 20px 10px;
}
.sponsor {
	font-family: arial;
	font-size: 11px;
	width: 130px;
	background-color: #ffffff;
	border-top: #CCCCCC 1px solid;
	padding: 5px;
}
.sponsor1 {
	width: 138px;
	height: 25px;
	color: #f37141;
	background-color: #ffffff;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
}
.sponsor1 h1{
	font-size: 14px;
	text-align: center;
	color: #f37141;
	font-weight: bold;
	position: relative;
	top: 3px;
}
.sponsor h1 {
	font-size: 13px;
	color: #000000;
	line-height: 20px;
}
.sponsor h1 a{
	font-weight: bold;
}
.sponsor_category {
	padding: 5px 0 5px 0;
}
.sponsor h2, .sponsor_category h2{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	text-align: justify;
}
.sponsor h2 a, .sponsor_category h2 a{
	font-size: 10px;
}
.sponsor h2 a:hover, .sponsor_category h2 a:hover{
	font-size: 10px;
}
#results_box .searchtip ul {
	padding-top: 20px;
	font-size: 12px;
}
#results_box .searchtip li {
	padding: 10px;
	margin-left: 10px;
	list-style: square;
	color: #000000;
}
#results_box { 
	height: 100%;
	width:770px;
	padding: 0 10px 10px 20px;
	float: left;
}
#results_box h1{
	font-size: 16px;
	color: #000000;
	padding: 0 0 0 10px;
	float: left;
	position: relative;
	bottom: 3px;
}
.results_header1 {
	float: left;
	margin: 5px 0;
	font-size: 12px;
}
.results_header2 {
	float: right;
	margin: 5px 0;
	font-size: 12px;
}
#results_both {
	clear: both;
	font-size: 12px;
	color: #000000;
	width:770px;
	margin-bottom: 5px;
}
#results_both a{
	font-size: 12px;
	font-weight: bold;;
}
#results_both h2 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
#results_both h2 a{
	font-size: 14px;
	font-weight: bold;
}
#results_both h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
	text-decoration: none;
	font-weight: bold;
}
#results_both h3 a{
	font-size: 14px;
	font-weight: bold;
}
#results_both h4{
	font-size: 12px;
	color: #000000;
}
#results_both ul {
	margin: 0 0 0 10px;
	list-style-type: square;
	color: #f37141;
	font-size: 12px;
}
#results_both li {
	list-style-type: square;
	color: #f37141;
}
#results {
	position: relative;
	font-size: 12px;
	border:1px solid #ccc; 
	background-color: #ffffff; 
	width:770px;
	height: 65px;
}
#results:hover {
	border:1px solid #38679c;
}
.results_logo {
	position: relative;
	z-index: 100;
	display: block;
	width: 70px;
	height: 60px;
	padding: 1px 7px 1px 3px;
	float: left;
}
.logo_link {
	position: absolute;
	display: block;
	margin-top: 2px;
	width: 70px;
	height: 60px;
	border-right: 1px #ccc solid;
	z-index: 10000;
	cursor: pointer;
}
.buzz_logo {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 70px;
	height: 60px;
}
.results_info_box_title { 
	width: 350px;
	padding: 5px 10px 3px 0;
	float: left;
}
.results_info_item1 { 
	width: 350px;
	padding: 6px 0 0 0;
	float: left;
	clear: both;
}
.results_info_box { 
	padding: 0 0 0 20px;
	float: left;
}
.results_info_item2 { 
	padding: 6px 0 0 0;
	float: left;
	clear: left;
}
.myvar {
	font-size: 12px;
	color: #000000;
	background: #E6E6E6;
	width: 750px;
	float: right;
	background-image: url(images/morebg.gif);
	background-repeat:repeat-x;
	background-position: top;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	padding: 10px 0px 5px 5px;
}
.myvar a{
	color: #38679c;
}
.myvar a:hover{
	color: #f37141;
}
.tab1 {
	background: #E6E6E6;
	width: 740px;
	float: right;
	background-image: url(images/morebg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	padding: 10px 0px 5px 5px;
	margin: 0 0 10px 0;
}
#more_info_cont1{
	width: 140px;
	height: 100%;
	float: left;
	margin: 0;
	padding: 0 30px 0 0;
}
#more_info_block{
	padding: 0 0 10px 0;
	margin: 0;
}
#more_info_description{
	height: 100%;
	width: 150px;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}
#more_info_buzzcut{
	width: 400px;
	float: right;
	margin: 0 20px 0 0;
	padding: 0;
}
* html #more_info_buzzcut {
	margin: 0 3px 0 0;
}
#more_info_service ul{
	list-style: disc;
	color: #f37141;
	margin: 0;
	padding: 0 0 0 15px;
}
#more_info_service li{
	list-style: disc;
	color: #f37141;
	margin: 0;
	padding: 0;
}
#more_info_service li h4{
	font-size: 10px;
	font-weight: normal;
}
/*Search Results Page Selector*/
.pagination{
	position: relative;
	bottom: 10px;
	clear: both;
}
.pagination ul{
	padding: 0 0 10px 0;
	text-align: left; /*Set to "right" to right align pagination interface*/
	font-size: 14px;
}
.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	margin-right: 5px;
}
.pagination a, .pagination a:visited{
	padding: 3px;
	border: 1px solid #ccc;
	text-decoration: none; 
	color: #38679c;
}
.pagination a:hover, .pagination a:active{
	border: 1px solid #cccccc;
	color: #38679c;
	background-color: #eeeeee;
}
.pagination li.currentpage{
	font-weight: bold;
	padding: 3px;
	border: 1px solid #38679c;
	background-color: #38679c;
	color: #FFF;
}
.pagination li.disablepage{
	padding: 3px;
	border: 1px solid #929292;
	color: #929292;

}
.pagination li.nextpage{
	font-weight: bold;
}
* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
	margin-right: 5px;
	padding-right: 5px;
}

/* =Buzz Page
==========================================================================================================*/

#buzzpage_wrapper1 {
	padding: 3px 10px 3px 10px;
	background:#ffffff;
}
#buzzpage_wrapper1 h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	padding-left: 10px;
	padding-right: 10px;
	margin: 3px 0 0 0;
}
#buzzpage_namefav {

}
.buzzpage_logo {
	position: relative;
	width: 150px;
	display: block;
	text-align: left;
	float: left;
	margin-left: 5px;
}
* html .buzzpage_logo {
	margin-left: 5px;
}
.buzzpage_logo img{
}
.buzzpage_side_wrap{
	margin: 10px 0;
}
.buzzpage_top_info_title{
	background-image: url(../buzzpage/images/top_bar.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding: 0;
	margin: 0;
	width: 162px;
}
* html .buzzpage_top_info_title {
	margin: 0;
}
.buzzpage_top_info_title h1{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 0;
	margin: 0;
	position: relative;
	left: 5px;
}
.buzzpage_top_info {
	width: 150px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	margin: 0;
	padding: 5px;
}
.buzzpage_top_info h1{
	font-size: 14px;
	font-weight: bold;
	color: #f37141;
	margin: 0;
	padding: 0 0 0 10px;
}
.buzzpage_top_info p{
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 18px;
}
.buzzpage_top_info a {
	font-weight: bold;
}
.buzzpage_top_info h3{
	font-size: 14px;
	color: #000000;
	padding: 10px;
	line-height: 20px;
}
#buzzpage_wrapper2 {
	height: 100%;
	padding: 3px 0 20px 0px;
	background:#ffffff;
}

/*Horizontal Menu*/
#underlinemenu{
	background-color: #FFFFFF;
}
#underlinemenu ul{
	float: left;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	width: 100%;
	border: 1px solid #CCCCCC;
	background: url(images/personal_menu.gif) top repeat-x;
}
* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
	position: relative;
	top: 11px;
}
#underlinemenu ul li{
	display: inline;
}
#underlinemenu ul li a{
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	background-color: #7ba2ce;
	background: url(images/personal_menu.gif) top repeat-x;
}
#underlinemenu ul li a:hover{
	color: #ffffff;
	font-weight: bold;
	background-color: #f37141;
	text-decoration: none;
}

/* Home Template */
#left {
	width: 510px;
	float: left;
}
#left h1{
	font-size: 16px;
	font-weight: bold;
}
#right {
	width: 370px;
	float: right;
}
#right p img a:hover {
	text-decoration: none;
}

#right p {
	margin: 10px 0;
}

#right ol {
	list-style-type: decimal;
	margin: 0 0 0 50px;
}

#right ol li {
	margin: 10px 0;
}

#right ul {
	list-style-type: disc;
	margin: 0 0 0 42px;
}

#right ul li {
	margin: 10px 0;
}

/* Menu Template */
#menu_cat table {
	font-family: Arial, Helvetica, sans-serif;
	width: 33.3em;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
#menu_cat th, td {
	font-size: 12px;
}
#menu_cat td a:hover {
	text-decoration: none;
}
#menu_cat table caption {
	background-image: url(../buzzpage/images/menu_bar.gif);
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	height: 19px;
	padding: 2px 0 0 7px;
}
.menu_cat_collapse ul{
	list-style-type: none;
	position: relative;
	background-image: url(../buzzpage/images/menu_bar.gif);
	font-size: 12px;
	color: #fff;
	width: 393px;
	display: block;
	font-weight: bold;
	margin: 0;
	height: 17px;
	padding: 2px 0 0 7px;
	z-index: 100000;
}

.menu_cat_collapse a:hover {
	text-decoration: none;
}
#menu_cat col {
	border-right: 1px solid #ccc;
}
#menu_cat thead {
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}
#menu_cat th {
	font-weight: normal;
	text-align: left;
}
#menu_cat .odd {
	background-color: #eee;
}
#menu_cat tr:hover {

}
#menu_cat {
	width: 370px;
	_width: 360px;
	font-size: 12px;
	color: #000000;
	float: left;
}
#menu_cat h1{
	font-size: 16px;
	color: #FFFFFF;
	width: 100%;
	padding: 0 0 0 5px;
}
#menu_cat h3{
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding: 5px 0 0 5px;
}

#menu_display_text{
	font-size: 12px;
	font-weight: normal;
	width: 300px;
	color: #000000;
	font-weight: normal;
	padding: 10px;
	border: 1px #cccccc solid;
	background: #eeeeee;
}

#menu_order{
	font-size: 12px;
	font-weight: normal;
	width: 300px;
	min-height: 26px;
	color: #000000;
	padding: 10px;
	border: 1px #cccccc solid;
	border-bottom: 0px;
	background: #eeeeee;
}

#menu_order_subtotal, #menu_order_tax, #menu_order_total{
	height: 20px;
}

#menu_order_ordernumbers{
	width: 300px;
	color: #000000;
	padding: 10px;
	border-bottom: 0px;
}

#menu_order_buttons{
	width: 300px;
	padding: 10px;
	border: 1px #cccccc solid;
	border-top: 0px;
	background: #eeeeee;
}

#menu_order table textarea{
	width: 280px;
	height: 30px;
	margin: 0;
	font-size: 12px;
}

* html #menu_order table textarea{
	width: 290px;
}

#menu_order_ordernumbers{
	font-size: 12px;
	font-weight: normal;
	width: 300px;
	color: #000000;
	padding: 10px;
}

#menu_order_subtotal{
	width: 300px;
}
#menu_order_tax{
	width: 300px;
}
#menu_order_total{
	width: 300px;
}
.menu_order_sub1{
	width: 240px;
	float: left;
	padding-right: 10px;
	text-align: right;
}
.menu_order_sub2{
	width: 50px;
	float: left;
	text-align: left;
}

/* Buzz Cuts Template */
.buzz_cut {
	display: block;
	margin-bottom: 15px;
}

.coupon_temp {
	width: 400px;
	height: 110px;
	background: #fff;
	border: 2px #ccc dashed;
}

.coupon_heading {
	font-size: 16px;
	line-height: 14px;
	padding-left: 5px;
	color: #f37141;
	font-weight: bold;
}

.coupon_temp p {
	padding: 5px;
	line-height: 18px;
	
}

/*Testimonials Quote Bubble*/
.roundcont_box {
	background: url(../buzzpage/images/left_quote.gif) no-repeat left top;
	padding: 10px 40px 5px 40px;
	width: 690px;
}
.roundcont_box2 {
	background: url(../buzzpage/images/right_quote.gif) no-repeat right bottom;
	width: 760px;
	font-size: 12px;
}
.test_wrap {
	margin-bottom: 10px;
}
.test_wrap h2 {
	font-size: 14px;
	font-weight: bold;
	color: #38679c;
	padding-bottom: 5px;
	margin-left: 45px;
	position: relative;
	bottom: 5px;
}
.roundcont {
	font-size: 14px;
	font-weight: normal;
	background-color: #eeeeee;
	color: #000000;
}
.roundtop {
	height: 10px;
	background: url(../buzzpage/images/tr.gif) no-repeat top right; 
}
.roundbottom {
	height: 10px;
	background: url(../buzzpage/images/br.gif) no-repeat top right; 
}
img.corner {
	width: 10px;
	height: 10px;
	border: none;
	display: block !important;
	position: relative;
	right: 5px;
	bottom: 2px;
}
.quote {
	height: 10px;
	color: #333333;
}
.quote h2 {
	font-size: 14px;
	font-weight: bold;
	color: #38679c;
	position: relative;
	left: 5px;
}

label#testimonial_box {
	margin-left: 10px;
	color: #666;
	display: block;
}

input#testimonial_box {
	font-size: 14px;
	background: #ccc;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	border: 1px #666 solid;
	vertical-align: middle;
}

textarea#testimonial_box {
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	margin-left: 10px;
	margin-bottom: 2px;
	width: 550px;
	height: 60px;
	border: 1px #ccc solid;
}

#test_box {
	display: none;
}

#showA {
	font-size: 12px;
	padding: 10px;
}

/* Gallery */
	#gallery_left{
		width: 400px;
		float: left;
	}
	#cat_container{
		width: 400px;
		padding: 0;
		margin: 0;
		clear: both;
	}
	.picture_cat{
		font-size: 12px;
		font-weight: bold;
		color: #f37141;
		width: 400px;
		padding: 0;
		margin: 10px 0 5px 0;
	}
	.thumb_row{
		width: 400px;
		height: 100%;
		overflow-x: hidden;
		padding: 5px;
		border: #CCCCCC 1px solid;
		background: #eee;
	}
	.thumb{
		display: block;
		text-align: center;
		height: 90px;
		width: 90px;
		float: left;
		margin: 5px;
	}
	.thumb img{
		background-color: #FFFFFF;
		border: 1px solid #cccccc;
		padding: 4px;
		text-align: center;
	}
	#thumb_big{
		padding: 0;
		text-align: center;
	}
	#thumb_big img{
		background-color: #FFFFFF;
		padding: 4px;
		margin: 0;
	}
	#gallery_right {
		font-size: 14px;
		color: #000000;
		font-weight: bold;
		width: 325px;
		float: right;
		margin: 20px 0 0 30px;
		padding: 0;
	}
	/*#gallery_right_box {
		width: 360px;
		float: right;
		background: #006666;
	}*/
	
	
.cbox{ 
display:block;
} 
.cbox *{ 
display:block;
height:1px;
overflow:hidden;
background:#dddddd;
} 
.cbox1{ 
border-right:1px solid #f0f0f0;
padding-right:1px;
margin-right:3px;
border-left:1px solid #f0f0f0;
padding-left:1px;
margin-left:3px;
background:#e5e5e5;
} 
.cbox2{ 
border-right:1px solid #fbfbfb;
border-left:1px solid #fbfbfb;
padding:0px 1px;
background:#e3e3e3;
margin:0px 1px;
} 
.cbox3{ 
border-right:1px solid #e3e3e3;
border-left:1px solid #e3e3e3;
margin:0px 1px;
} 
.cbox4{ 
border-right:1px solid #f0f0f0;
border-left:1px solid #f0f0f0;
} 
.cbox5{ 
border-right:1px solid #e5e5e5;
border-left:1px solid #e5e5e5;
} 
.cbox_content{ 
padding:0px 5px;
background:#dddddd;
}


/* =My Account
=============================================================== */

.account_left {
	position: relative;
	width:270px;
	margin: 0;
	padding: 20px 0 20px 20px;
	float:left;
 }
 
 .account_left input.text {
	font-size: 16px;
	background: #FFFFFF;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	width: 120px;
	height: 20px;
	color: #666666;
	padding: 3px;
}
 .account_left h3{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	line-height: 25px;
	color: #666666;
	text-align: justify;
	margin: 0;
	padding: 0;
 }
 
 #account_left_head {
 display: block;
 }
 
 #account_left_head1 {
 	width: 70px;
	height: 50px;
	float: left;
}

#account_left_head2 {
	padding: 5px 10px 10px 35px;
	width: 130px;
	height: 50px;
	float: left;
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

* html #account_left_head2 {
	padding: 5px 10px 10px 5px;
}
 
 .account_right {
	width:650px;
	margin: 20px 40px 20px 0;
	float:right;
	font-size: 12px;
 }
 
 * html .account_right {
 	margin: 20px 10px 20px 0;
}
 
 .account_right h3{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	line-height: 25px;
	color: #000;
	text-align: justify;
	margin: 0;
	padding: 0;
 }
 
  .account_right h3 a{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	line-height: 25px;
	color: #38679c;
	font-weight: bold;
	text-decoration: none;
 }
 
   .account_right h3 a:hover{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	line-height: 25px;
	color: #f37141;
	font-weight: bold;
	text-decoration: underline;
 }
 
.account_right input[type="text"], input[type="password"] {
	border: 1px #ccc solid;
	padding: 2px;
	margin-right: 3px;
	font-size: 12px;
}

.account_right label {
	float: left;
	width: 10em;
	color: #000;
	font-size: 12px;
}

textarea {
	border: 1px #ccc solid;
	padding: 5px;
}

.myaccount_content{
	position: relative;
	width: 650px;
	min-height: 300px;
	line-height: 20px;
	padding: 40px 0 20px 20px;
	background: #eee;
	border: 1px #ccc solid;
	color: #000;
}

* html .myaccount_content{
	height: 300px;
	padding: 40px 10px 10px 10px;
}

.myaccount_content table, td, tr, th, img{
	font-size: 12px;
	margin: 0;
	padding: 2px 5px 0 5px;
}

.myaccount_content p{
font-size: 12px;
color: #000;
line-height: 20px;
}

#myaccount_content_header {
	position: absolute;
	top: 0;
	left: 0;
	width: 660px;
	height: 18px;
	background: #538FC1;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0 2px 10px;
	color: #FFFFFF;
}

.myaccount_editbox {
	position: relative;
	width: 180px;
	height: 100px;
	background: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 25px 5px 5px 5px;
	border: 1px #ccc solid;
	margin: 5px 10px;
	color: #FFFFFF;
	float: left;
}

.myaccount_editbox a {
	display: block;
}

.myaccount_editbox_header {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 18px;
	background: #7DADDD;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 5px;
	color: #fff;
	float: left;
}

/* =Chat
=============================================================== */

#chatwindow 		{ border:1px solid #ccc; padding:4px; background:#eee; color: #666; width: 880px;}
#chatnick 		{ border: 1px solid #666; padding:4px; margin-top: 5px; background:#eee;}
#chatmsg 		{ border: 1px solid #666; padding:4px; margin-top: 5px; background:#eee; }

/* =Tour
=============================================================== */

.tour_list ul {
	color: #666;
}
.tour_list li {
	font-size: 12px;
	list-style-type: none;
	background-image: url(images/arrow_bullet_small.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.tour_list li a{
	font-size: 18px;
}

/* =News
=============================================================== */

#main_news {
	width: 425px;
	font-weight: normal;
}
#main_news_full {
	width: 960px;
	font-weight: normal;
}
#main_news_full  h2 {
	font-size: 14px;
}
#main_news_full  h5 {
	font-weight: normal;
	font-size: 10px;
}
#main_news  h2 {
	font-size: 12px;
}
#main_news  h5 {
	font-weight: normal;
	font-size: 10px;
}
.main_news_article {

}
.main_news_heading {
	background: #666;
	height: 20px;
}
#main_news_article p{

}
	
/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(images/news.gif) no-repeat bottom right;
} 
.cssbox { 
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 0 auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 {
    background-position: top left;
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 20px 0 0 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
}

* html .cssbox_head h2 {
	padding: 0 0 0 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
}

.cssbox_body h5 {
	font-size: 10px;

}

.cssbox_body p {
	padding: 5px 0;
	margin: 0;
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 10px; /* interior-padding right */ 
    padding: 0 0 20px 30px; /* mirror .cssbox_head right/left */ 
} 


/* =Contact Us
=============================================================== */

.contact_list{
	margin: 0 0 0 60px;
	list-style-type: none;
	color: #333333;
}
.contact_list li {
	padding: 0;
	margin: 10px 0 10px 0;
	width: 350px;
}

/* =FAQ
=============================================================== */

.FAQ{

	list-style-type: none;
}

.FAQ li a{
	list-style-type: none;
	display: block;
	font-size: 12px;
	width: 500px;
	height: 15px;
	line-height: 15px;
	padding: 5px 7px;
	margin-bottom: 2px;
}

.FAQ li a:link {
	color: #fff;
}

.FAQ li {
	display: inline;
}

.FAQ li a:visited{
	color: #38679c;
}

.FAQ li a:hover{
	text-decoration: none;
}

.FAQ_ques{
	list-style-type: none;
}

.FAQ_ques li a{
	list-style-type: none;
	display: block;
	font-size: 12px;
	width: 500px;
	height: 15px;
	color: #666;
	line-height: 15px;
	color: #38679c;
	background: #ffffff;
	padding: 0;
	margin-bottom: 5px 0;
	border: none;
}

.FAQ li a:link {
	color: #38679c;
}

.FAQ_ques li {
	display: inline;
	background: #fff;
}

.FAQ_ques li a:visited{
	color: #38679c;
}

.FAQ_ques li a:hover{
	text-decoration: underline;
	color: #f37141;
}

.directory_wrapper {
	float: left;
}

.directory_main {
	width: 215px;
	height: 110px;
	margin: 0 10px 10px 0;
	font-size: 10px;
}
.directory_inner ul{
	list-style-type: none;
	font-size: 12px;
}

.directory_inner li{
	list-style-type: none;
	display: inline;
	font-size: 12px;
}


.directory_inner li a{
	list-style-type: none;
	font-size: 12px;
}

.directory_title {
	list-style-type: none;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#directory_left {
	float: left;
	padding: 0;
	width: 300px;
	height: 100%;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #f37141;
}

#directory_left ul{
	margin-top: 10px;
	list-style-type: none;
	font-size: 12px;
}

#directory_left li{
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
}

#directory_left h3{
	color: #f37141;
	font-weight: bold;
}

#directory_left h3 a{
	font-weight: bold;
}



/* =Hacks or other misc things
=============================================================== */

.clear {
	clear: both;
}


/* =Buzz Bucks
=============================================================== */

.buzzbuck {
	position: relative;
	width: 400px;
	height: 133px;
	border: 2px #ccc dashed;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	background-color: #fff;
}

.buzzbuck_name{
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	color: #38679c;
	width: 400px;
	padding: 0;
	margin: 0;
	z-index: 500;
}
.buzzbuck_address{
	position: absolute;
	top: 22px;
	font-size: 9px;
	color: #000;
	width: 400px;
	padding: 0;
	margin: 0;
	z-index: 500;
}
.buzzbuck_desc_bold{
	position: absolute;
	top: 34px;
	width: 400px;
	padding: 10px 0;
	z-index: 500;
}
.buzzbuck_description{
	width: 255px;
	font-size: 12px;
	float: left;
	padding: 0 10px 0 0;
	z-index: 500;
}
.buzzbuck_bold {
	font-size: 14px;
	font-weight: bold;
	color: #f37141;
	width: 120px;
	float: right;
	padding-right: 10px;
	z-index: 500;
}
.buzzbuck_bottom{
	position: absolute;
	bottom: 0px;
	width: 400px;
	padding: 5px 0 0 0;
	z-index: 500;
}
.buzzbuck_expiration{
	font-size: 10px;
	width: 110px;
	float: left;
	padding: 0 10px 0 0;
	z-index: 500;
}
.buzzbuck_fineprint {
	font-size: 9px;
	width: 280px;
	float: right;
	padding: 0 0 5px 0;
	z-index: 500;
}

	
/* Events
=============================================================================== */

.event_box {
	margin: 10px 0;
	padding: 5px 0;
	position: relative;
	border: 1px #eee solid;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #eee;
	border: 1px #ccc solid;
}

.event_company {
	margin: 0;
	padding: 0;
}

.event_top ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.event_top li{
	width: 502px;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}
.event_top li a {
	width: 482px;
	display: block;
	height: 15px;
	padding: 3px 10px;
	margin: 0;
	background: #779fcb;
	color: #fff;
	font-weight: bold;
}
.event_top li a:hover {
	text-decoration: none;
}

.event_title {
	font-size: 12px;
	font-weight: bold;
	color: #38679c;
	padding: 0 10px;
}

.event_date {
	font-size: 10px;
	margin: 0 10px;
}

.event_desc {
	border-top: 1px #eee solid;
	border-bottom: 1px #eee solid;
	padding: 10px 10px;
}

.event_location {
	font-size: 10px;
	margin: 0 10px;
}

.event_time {
	font-size: 10px;
	margin: 0 10px;
}

/* Favorites in the search results
=============================================================================== */

.friends_div {
	position: absolute;
	bottom: 2px;
	margin: 0;
	padding: 0;
}

.friends_div a {
	text-decoration: none;
}

/* Message Center
=============================================================================== */

#message_inbox {
	border: 1px #cccccc solid;
	background: #eee;
}
.message_items ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.message_items li{
	width: 698px;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
}

.inbox_name, .inbox_subject, .inbox_message, .inbox_sent { cursor: pointer; float: left; padding: 5px; margin: 0; height: 20px; }
.inbox_name {
	width: 150px;
	border-right: 1px #ccc solid;
}
.inbox_subject {
	width: 160px;
	border-right: 1px #ccc solid;
}
.inbox_message {
	width: 195px;
	border-right: 1px #ccc solid;
}
.inbox_sent {
	width: 140px;
}
.inbox_top {
	list-style-type: none;
	border: none;
	border-top: 1px #ccc solid; border-left: 1px #ccc solid;
}
#view_message {
	font-size: 14px;
	background: #eee;
	padding: 20px;
	border: 1px #ccc solid;
}
#view_message label {
	width: 5em;
	display: block;
	float: left;
	line-height: 22px;
	vertical-align: middle;
}
#view_message textarea {
	width: 640px;
}
#the_message {
	background: #fff;
	border: 1px #ccc solid;
	width: 635px;
	padding: 10px;
	min-height: 300px;
	font-size: 14px;
	line-height: 18px;
}
* html #the_message {
	height: 300px;
}

.message_nav{
	list-style-type: none;
}

.message_nav li a{
	display: block;
	width: 160px;
	height: 15px;
	color: #666;
	line-height: 15px;
	color: #38679c;
	border: 1px #ccc solid;
	padding: 10px 5px 10px 35px;
	margin-top: -1px;
}

.message_nav li a:visited{
	color: #38679c;
}

.message_nav li a:hover{
	background-color: #eee;
	text-decoration: none;
}

/* =Welcome Page
=============================================================================== */

.welcome_nav{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.welcome_nav li a{
	display: block;
	width: 180px;
	height: 15px;
	color: #666;
	line-height: 15px;
	color: #38679c;
	border: 1px #ccc solid;
	padding: 10px 5px 10px 35px;
	margin-top: -1px;
}

.welcome_nav li {
	display: inline;
	list-style-type: disc;
	margin-left: 20px;
}

.welcome_nav li a:visited{
	color: #38679c;
}

.buzz_col {
	width: 235px;
	float: left;
	padding: 5px 0;
}
.buzz_col ul {
	margin: 0;
	padding: 0;
	width: 210px;
	list-style-type: none;
}
.buzz_col ul li a {
	display: block;

}
.buzz_col ul li a:active {
	display: block;
	color: #38679c;

}

.buzz_2col {
	width: 470px;
	float: left;
	padding: 5px 0;
}
.buzz_2col ul {
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	width: 210px;
	list-style-type: none;
}
.buzz_2col ul li a {
	display: block;

}
.buzz_2col ul li a:active {
	display: block;
	color: #38679c;

}
.drag_tab {
	display: block;
	height: 20px;
	width: 196px;
	margin-bottom: 5px;
	padding: 5px 3px 0 5px;
	padding-right: 5px;
	background: #eee;
	border: 1px #ccc solid;
	text-decoration: none;
}
#coupons, #favorites, #friends, #messages, #events, #weather, #news{
	width: 190px;
	height: 115px;
	margin-bottom: 10px;
	padding: 10px 8px;
	font-size: 12px;
	line-height: 17px;
	background: #fff;
	border: 1px #ccc dashed;
}
#search {
	width: 230px;
	margin: 0;
	font-size: 12px;
	padding: 0;
}
#search label {
	font-size: 12px;
	width: 13.5em;
}
.welcome_input {
	border: 1px #ccc solid;
	padding: 2px;
	width: 175px;
}
#weather {
	width: 420px;
	height: 60px;
}
#weather label{
	color: #666;
	line-height: 20px;
}
#weather h4 {
	font-size: 10px;
	color: #000000;
}	
.weather_header {
	padding: 3px;
	width: 105px;
	height: 15px;
	border: 1px #E3EFFD solid;
	font-size: 14px;
	color: #38679c;
	float: left;
	background: #fff;
}
.weather_image {
	text-align: right;
	padding: 3px;
	width: 177px;
	height: 70px;
	border: 1px #E3EFFD solid;
	float: left;
	background: #fff;
}
.weather_data {
	width: 50px;
	height: 15px;
	border: 1px #eee solid;
	padding: 3px 10px;
	font-size: 12px;
	color: #000;
	float: left;
	background: #E3EFFD;
}
#welcome_msg_header {
	width: 920px;
	margin: 0;
	padding: 5px;
	font-size: 12px;
}
#welcome_msg_header img {
	margin: 0 10px 0 0;
	padding: 0;
}

/* =Friends Page
=============================================================================== */

#name_contain {
	width:350px;
}

.friend_box {
	margin: 10px 0;
	height: 50px;
	padding: 10px 5px;
	position: relative;
	border: 1px #ccc solid;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.friend_box a:hover {
	text-decoration: none;
}
.friend_pic {
	width: 60px;
	height: 50px;
	float: left;
}
.friend_name {
	padding-left: 5px;
	padding-bottom: 5px;
	width: 350px;
	font-size: 12px;
	color: #38679c;
	font-weight: bold;
}
.friend_loc {
	padding-right: 60px;
	width: 280px;
	text-align: right;
}
.contain_friend {
	position:absolute;
	top: 5px;
	right: 0;
	width: 120px;
	font-size:10px;
}
.friend_action {
	padding-left:5px;
	padding-bottom:2px;
}
.friend_message {
	padding-left:5px;
	padding-bottom:2px;
}
.friend_fav {
	padding-left:5px;
	padding-bottom:2px;
}
.bus_name {
	padding-left: 5px;
	padding-bottom: 5px;
	width: 350px;
	font-size: 12px;
	color: #38679c;
	font-weight: bold;
}
.bus_loc {
	padding-right:50px;
	width: 340px;
	text-align: right;
}
.bus_view {
	padding-left:5px;
	padding-bottom:2px;
}
.friend_fav {
	padding-left:5px;
	padding-bottom:2px;
}
.contain_fav {
	position:absolute;
	top: 5px;
	right: 0;
	width: 130px;
	font-size:10px;
}
.fav_action {
	padding-left:5px;
	padding-bottom:5px;
}
.friend_butt {
	text-align: center;
	width: 90px;
	padding: 2px 0;
	margin: 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #eee;
	border: 1px #ccc solid;
}
.fav_box {
	margin: 10px 0;
	height: 35px;
	padding: 10px 5px;
	position: relative;
	border: 1px #ccc solid;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.fav_box a:hover {
	text-decoration: none;
}
#gray_content {
	background: #eee;
	border: 1px #ccc solid;
	padding: 30px 20px 20px 20px;
	width: 388px;
	position: relative;
	bottom: 30px;
	z-index: 100;
}
#gray_content_nohead {
	background: #eee;
	border: 1px #ccc solid;
	padding: 10px;
}

/* Index Page Lists */
.front_nav{
	list-style-type: none;
}

.front_nav_top li a{
	list-style-type: none;
	display: block;
	width: 250px;
	height: 25px;
	color: #666;
	line-height: 15px;
	color: #38679c;
	padding: 10px;
}

.front_nav a{
	list-style-type: none;
	display: block;
	width: 250px;
	height: 25px;
	color: #666;
	line-height: 15px;
	color: #38679c;
	padding: 10px;
	margin-top: -1px;
	font-size: 10px;
}

.front_nav li a{
	list-style-type: none;
	display: block;
	width: 250px;
	height: 33px;
	color: #666;
	line-height: 15px;
	color: #38679c;
	border: 1px #ccc solid;
	padding: 10px;
	background-image: url(images/front_grad.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.front_nav li a:visited{
	color: #38679c;
}

.front_nav li a:hover{
	background: none;
	background-color: #eee;
	text-decoration: none;
	cursor: pointer;
}

.front_nav2{
	list-style-type: none;
}

.front_nav_top2 li a{
	list-style-type: none;
	display: block;
	width: 150px;
	height: 15px;
	color: #666;
	line-height: 15px;
	color: #38679c;
	padding: 10px;
}

.front_nav2 a{
	list-style-type: none;
	display: block;
	width: 150px;
	height: 10px;
	color: #666;
	line-height: 15px;
	color: #38679c;
	padding: 10px;
	margin-top: -1px;
	font-size: 12px;
}

.front_nav2 li a{
	list-style-type: none;
	display: block;
	width: 150px;
	height: 10px;
	color: #666;
	line-height: 15px;
	color: #38679c;
	padding: 10px;
}

.front_nav2 li a:visited{
	color: #38679c;
}

.front_nav2 li a:hover{
	background-color: #eee;
	text-decoration: none;
	cursor: pointer;
}

.front_nav_left{
	width: 250px;
	height: 22px;
	font-size: 12px;
}

.front_nav_right{
	width: 250px;
	text-align: right;
	height: 16px;
}

.form_error {
	font-size: 12px;
}