@charset "utf-8";

/* Not used?
.container {
	position: relative;
	width: 980px;
	background-color: #FFFFFF;
	border: thin solid #333333;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	visibility: visible;
	z-index: 10;
	height: auto;
	bottom: 10px;
}
*/
 /*Not used?*/
 /*Affects: home,*/
.container {
	position: relative;
	width: 980px;
	background-color: #FFFFFF;
	border: thin solid #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	visibility: visible;
	z-index: 10;
	height: auto;
	bottom: 10px;
}

/*
.container {
	background-color: #FFFFFF;
	width: 980px;
	border: 2px solid #000000;
	position: relative;
	height: auto;
	margin: auto;
}
*/
/* Not used?
.container {
	position: relative;
	width: 980px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
*/
#container #Bidinfo ul {
	margin-right: 5%;
	margin-left: 5%;
}

.heart {
	clear: both;
	margin-top: 10px;
	margin-right: 10%;
	margin-bottom: 20px;
	margin-left: 10%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.historicOTP {
	width: 45%;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #B33528;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}

/*Affects: RestaurantGuide,*/
.table {
	border: 1px dotted #006D8D;
	padding-bottom: 30px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #333333;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	position: relative;
	/*height: auto;
	width: auto;*/
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #CC3300;
	text-decoration: none;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/* Not needed.*/
body {
	background-color: #CFC7B1;
}

/* Not needed.
body { background-color:#BBB3A8;
}
*/
/* Not needed.

body {
	background-color: #949568;
}
*/

.center_column {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 880px;
	font-weight: normal;
	text-indent: 10px;
	white-space: normal;
	text-transform: none;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	position: relative;
	clear: none;
	float: none;
	margin-top: -25px;
	z-index: 1;
	line-height: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

/* Not used?*/
/*Affects: home,*/
p.home {
	color: #333333;
	font-size: 13px;
	text-align: left;
	margin-left: 5%;
	margin-right: 5%;
	line-height: 2em;
	font-family: Arial, sans-serif;
	clip: rect(auto 10px auto 10px);
	white-space: normal;
	text-indent: 0px;
/*	margin-top: -30px;*/
}
/*Affects: RestaurantGuide,History,*/
p {
	line-height: 1.5em;
	color: #000000;
}

.welcometext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	margin-top: -35px;
}
.welcometext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	margin-top: -35px;
}

#learn_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #D99A93;
	float: left;
	width: 325px;
	position: relative;
	clear: both;
	display: block;
	height: 264px;
	margin-top: -5px;
	z-index: 5;
}


#learn_menu a:hover {
	background-color: #B33528;
	display: block;
}

#learn_menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	display: block;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B33528;
	text-decoration: none;
}

#learn_menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B33528;
	color: #000000;
	padding: 5px;
}

#plan_menu {
	background-color: #7FB6C5;
	position: relative;
	width: 325px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
	height: 264px;
	z-index: 4;
	margin-top: -5px;
	float: left;
}

#plan_menu a:hover {
	background-color: #006D8D;
	display: block;
}

#plan_menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	display: block;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006D8D;
	text-decoration: none;
}

#plan_menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006D8D;
	color: #000000;
	padding: 5px;
}

#do_menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F7DA87;
	float: left;
	width: 325px;
	position: relative;
	clear: none;
	display: block;
	height: 264px;
	margin-top: -5px;
	z-index: 3;
}

#do_menu a:hover {
	background-color: #F0B50F;
	display: block;
}

#do_menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	display: block;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0B50F;
	text-decoration: none;
}
#do_menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0B50F;
	color: #000000;
	padding: 5px;
}

h2.margin {
	color: #B33528;
	text-align: left;
	margin-right: 5%;
	margin-left: 5%;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -10px;
}

/*This style affects: RestaurantGuide,History,RenewalPlan,BusinessOpportunities,Newsletter,*/
h2.normal {
	color: #B33528;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -13px;
}
h3 {
	color: #B33528;
	font-size: 14px;
}
h3.events {
	color: #000000;
	font-style: italic;
}
h3.eventcalendar {
	color: #000000;
	font-style: normal;
}


/* Not used?*/
/*Affects: home,*/
h1.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #80261d;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #80261D;
	margin-left: 5%;
	text-indent: 0px;
	margin-right: 5%;
	font-weight: normal;
}

/*This h1 affects: RestaurantGuide,History,RenewalPlan,Events,MapsDirections,FarmersMarket,Revive,*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.text_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #B33527;
	font-weight: bolder;
	text-transform: none;
	font-variant: normal;
}

.headtextleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	background-color: #B33528;
	text-align: center;
	font-weight: bold;
	position: relative;
	width: 100%;
	display: block;
}

.headtextmiddle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	background-color: #006D8D;
	text-align: center;
	font-weight: bold;
	position: relative;
	width: 100%;
	display: block;
}

.headtextright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	background-color: #F0B50F;
	text-align: center;
	font-weight: bold;
	position: relative;
	width: 100%;
	display: block;
}

.menus {
	padding: 5px;
	cursor: pointer;
	border: 1px none #000000;
}

.menu_item    {
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 5px;
	text-decoration: none;
}

.vision {
	width: 45%;
	float: right;
	padding-bottom: 50px;
	margin-top: 20px;
	margin-right: 10px;
}

.block_quote {
	background-color: #009999;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	/*width: auto;*/
	/*padding-right: 5%;
	padding-left: 5%;*/
	padding-right: 10px;
	padding-left: 10px;
}

/**/

.dropcap {
	font-family: Arial, sans-serif;
	font-size: 45px;
	font-weight: bold;
	float: left;
	padding-top: 10px;
	padding-bottom: 5px;
}
/**/
/*
.dropcap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #016C8D;
	font-weight: bold;
	float: left;
	padding-top: 10px;
	padding-right: 3px;
}
*/
/* Not used?*/
/*
.dropcap {
	font-family: Arial, sans-serif;
	font-size: 50px;
	color: #016C8D;
	font-weight: bold;
	float: left;
	padding-top: 10px;
}
*/


/*red_scheme*/
/*Affects: History, RenewalPlan,BusinessOpportunities,Newsletter,*/
#red_scheme h1 {
	color: #80261d;
	}
/*Affects: RenewalPlan,BidInfo,Newsletter,*/
#red_scheme a{
	color: #80261d;
	}
#red_scheme a:visited{
	color: #990000;
	}
/*Affects: RenewalPlan,BidInfo,Newsletter,*/
#red_scheme a:hover {
	color: #DC9486;
}
/*Affects: RenewalPlan,BIDInfo,*/
#red_scheme .dropcap {
	color: #80261D;
}
/*Affects:RenewalPlan,*/
#red_scheme .dropcap_small {
	color: #016C8D;
}
#container #yellow_scheme #restaurantguide h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin-top: -20px;
}
.style5 {
	color: #00708C;
}
.style1 {
	font-style: italic;
}
/*
.style4 {
	font-weight: bold;
	color: #81261D;
}
*/
span {
	font-weight: bold;
	color: #81261D;
}


/*Affects: RestaurantGuide,*/
#container #blue_scheme #restaurantguide .table iframe {
	float: right;
	clear: none;
	padding: 5px;
}

/*blue_scheme*/
/*Affects: RestaurantGuide,MapsDirections,*/
#blue_scheme h1 {
	color: #006d8d;
	}
/*Affects: RestaurantGuide,*/
#blue_scheme h2 {
	color: #0084AA;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -13px;
}

/*Affects: MapsDirections,*/
#blue_scheme a{
	color: #006d8d;
	}
#blue_scheme a:visited{
	color: #0084AA;
	}
/*Affects: MapsDirections,*/
#blue_scheme a:hover {
	color: #3399FF;
}
#blue_scheme .dropcap {
	color: #0084AA;
}
#blue_scheme .dropcap_small {
	color: #016C8D;
	font-size: 36px;
}


/*yellow_scheme*/

/*Affects: Events,FarmersMarket,Revive,*/
#yellow_scheme h1 {
	color: #f0b50f;
	}
/*Affects: Events,*/
#yellow_scheme a{
	color: #f0b50f;
	}
#yellow_scheme a:visited{
	color: #F5B542;
	}
/*Affects: Events,*/
#yellow_scheme a:hover {
	color: #FFCC00;
}
/*Affects: Coffee,*/
#yellow_scheme .dropcap {
	color: #F0B50F;
}
#renewal_plan dropcap {
	font-family: Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	float: left;
	padding-top: 10px;
	padding-bottom: 0px;
}

/*Affects: RenewalPlan,*/
.dropcap_small {
	font-family: Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	float: left;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 3px;
}
/*Affects: Events,*/
#yellow_scheme h2 {
	color: #CA9B0D;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -13px;
}
.container_aboutus {
	background-color: #FFFFFF;
	width: 980px;
	border: 2px solid #000000;
	position: relative;
	height: auto;
	margin: auto;
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*
.container_aboutus #red_scheme #aboutus dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #80261D;
}
*/
dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #80261D;
}
dd {
	margin-top: -15px;
	margin-left: 130px;
}

/***********************/
/*Style from BidInfo area*/
/***********************/

@charset "utf-8";
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #B33528;
	height: 19px;
	vertical-align: text-top;
	text-align: center;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
/*Affects: History,*/
.movie {
	float: right;
	display: block;
	clear: right;
	position: relative;
	border-left-width: 1px;
	border-left-style: dotted;
	width: 425px;
	padding-right: 0px;
	border-left-color: #992E22;
	margin-left: 20px;
	padding-left: 20px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #000000;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 20px;
}
