/* Basic Website Styles - Screen and Projection Media Types */

/* Color Pallette:
	green: #74964E;
	rust: #D19213;
*/

/*--------------------------------------------
Reset
---------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*-------------------------------------------
	Boilerplate
-------------------------------------------*/
html {
	font-size: 125%;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
}

body {
	font-size: 50%;
	background: #fff;
	padding: 0 0 20px 0;
	text-align: center;
	background: #FFE99D url(../_images/_global/bg/bg_tile-2.gif) left top repeat-x;
}

a img { border: none; }

img.right {
	float: right;
	margin: 0 0 10px 10px;
}
img.left {
	float: left;
	margin: 0 10px 10px 0;
}

span.nowrap {
	white-space: nowrap;
}

#skip a, #skip a:hover, #skip a:visited 
{ 
position:absolute; 
left:0px; 
top:-500px; 
width:1px; 
height:1px; 
overflow:hidden;
} 
 
#skip a:focus 
{ 
position:static; 
width:auto; 
height:auto; 
} 

.hidden 
{ 
position:absolute; 
left:0px; 
top:-500px; 
width:1px; 
height:1px; 
overflow:hidden; 
} 

/*-------------------------------------------
	Structural
-------------------------------------------*/
div#outer_wrapper {
	color: #74964E;
	text-align: center;
}

div#wrapper {
	width: 760px;
	width: 824px; /* "Job Opportunities" added */
	width: 840px; /* "Job Opportunities" added */
	margin: 0 auto;
}

div#content {
	color: #74964E;
	width: 760px;
	margin: 0 auto;

	text-align: left;
	padding: 28px 0 36px;
	background: url(../_images/home/content-bg.jpg) center top no-repeat;
	border-bottom: 1px solid white;
}
body.single_col div#content {
	padding: 28px 80px 37px;
	padding: 28px 120px 37px;
	margin: 0 auto;
	background: url(../_images/_global/bg/sunburst_bg_single_col.jpg) center top no-repeat;
	width: 600px;
}
/* Directory...
div#content {
	background: url(../_images/directory/directory_bg.jpg) top center no-repeat;
	padding-bottom: 36px;
	border-bottom: 1px solid white;
}
*/
/* Home...
div#content {
	background: url(../_images/home/content-bg.jpg) center top no-repeat;
	padding-bottom: 37px;
	border-bottom: 1px solid white;
}
*/
div#footer {
	text-align: center;
	padding: 19px 0;
}

div.row {
	clear: both;
}


div.floatBreaker {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/*-------------------------------------------
	Type
-------------------------------------------*/
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.nowrap {
	white-space: nowrap;
}
a:link, a:visited {
	color: #D19213;
}

a:hover {
	color: #373535;
}

a.more_link {
	font-style: italic;
	padding-left: .2em;
}

h1, h2, h3, h4, h5, h6, p, address, pre, ol, ul, dl {
	margin-bottom: 1em;
}

h1 {
	font: normal 1.8em/1.2 Georgia, serif;
	color: #373535;
	margin-bottom: .7em;
}
h2 {
	font: italic normal 1.8em/1.2 Georgia, serif;
	color: #D19213;
	margin-bottom: .7em;
}
h3 {
	font: normal 1.4em/1.2 Georgia, serif;
	color: #373535;
	margin-bottom: .2em;
}
h6 {
	font: normal 1.8em/1.2 Georgia, serif;
	color: #74964E;
	margin-bottom: .5em;
}
h6 a:link, h6 a:visited  {
	color: #74964E;
	text-decoration: none;
}
h6 a:hover  {
	color: #373535;
	text-decoration: none;
}
p {
	font: normal 1.1em/1.8 Georgia, serif;
}
div#footer p {
	font: 10px/1.2 Verdana, sans-serif;
	color: #D19213;
}
/*-------------------------------------------
	Logo
-------------------------------------------*/
/* Image Replacement */
/* Use span.hidden to hide text content */

div#logo {
	height: 158px;
	width: 760px;
	width: 840px;
	margin: 0 auto 0;
	background: url(../_images/_global/the-marketplace-bakersfield.jpg) no-repeat center top;
}

div#print_logo {
	display: none;
}

/*-------------------------------------------
	Main Navigation
-------------------------------------------*/
/* Image Replacement */
/* Use span.hidden to hide text content */

div#main_nav {
	margin: 9px 0 0;
	height: 51px;
	padding: 0 2px;
	padding: 0 0;
	text-align: center;
	width: 760px;
	width: 824px; /* "Job Opportunities" added */
	width: 840px; /* "Job Opportunities" added */
		margin: 9px auto 0;
}

div#main_nav ul {
	float: left;
	height: 20px;
	width: 755px;
	width: 652px; /* "Specials" hidden */
	width: 824px; /* "Job Opportunities" added */
	width: 840px; /* "Job Opportunities" added */

	margin: 17px auto 0;
	margin: 17px 54px 0; /* "Specials" hidden */
	margin: 17px 0 0; /* "Job Opportunities" added */

}
div#main_nav ul li {
	float: left;
	height: 20px;
	margin-right: 16px;
}
div#main_nav ul li a {
	display: block;
	height: 20px;
}

/* Home */
li#btn_home {
	background: url(../_images/_global/main_nav/home_ON.gif) left top no-repeat;
	width: 70px;
}
li#btn_home a:link, 
li#btn_home a:visited {
	background: url(../_images/_global/main_nav/home.gif) left top no-repeat;
	width: 50px;
	margin-right: 20px;
}
li#btn_home a:hover {
	background: url(../_images/_global/main_nav/home_ON.gif) left top no-repeat;
	margin-right: 20px;
}
li#btn_home a.selected {
	background: url(../_images/_global/main_nav/home_ON.gif) left top no-repeat;
	margin-right: 20px;
}

/* Shops and Restaurants */
li#btn_shops {
	background: url(../_images/_global/main_nav/shops_ON.gif) left top no-repeat;
	width: 210px;
}
li#btn_shops a:link, 
li#btn_shops a:visited {
	background: url(../_images/_global/main_nav/shops.gif) left top no-repeat;
	width: 189px;
	margin-right: 21px;
}
li#btn_shops a:hover {
	background: url(../_images/_global/main_nav/shops_ON.gif) left top no-repeat;
	width: 189px;
	margin-right: 21px;
}
li#btn_shops a.selected {
	background: url(../_images/_global/main_nav/shops_ON.gif) left top no-repeat;
	width: 189px;
	margin-right: 21px;
}

/* Specials */
li#btn_specials {
	background: url(../_images/_global/main_nav/specials_ON.gif) left top no-repeat;
	width: 87px;
}
li#btn_specials a:link, 
li#btn_specials a:visited {
	background: url(../_images/_global/main_nav/specials.gif) left top no-repeat;
	width: 66px;
	margin-right: 21px;
}
li#btn_specials a:hover {
	background: url(../_images/_global/main_nav/specials_ON.gif) left top no-repeat;
	width: 66px;
	margin-right: 21px;
}
li#btn_specials a.selected {
	background: url(../_images/_global/main_nav/specials_ON.gif) left top no-repeat;
	width: 66px;
	margin-right: 21px;
}

/* News */
li#btn_news {
	background: url(../_images/_global/main_nav/news_ON.gif) left top no-repeat;
	width: 161px;
}
li#btn_news a:link, 
li#btn_news a:visited {
	background: url(../_images/_global/main_nav/news.gif) left top no-repeat;
	width: 141px;
	margin-right: 20px;
}
li#btn_news a:hover {
	background: url(../_images/_global/main_nav/news_ON.gif) left top no-repeat;
	width: 141px;
	margin-right: 20px;
}
li#btn_news a.selected {
	background: url(../_images/_global/main_nav/news_ON.gif) left top no-repeat;
	width: 141px;
	margin-right: 20px;
}


/* Job Opportunities */
li#btn_job_opportunities {
	background: url(../_images/_global/main_nav/jobs_ON.gif) left top no-repeat;
	width: 171px;
}
li#btn_job_opportunities a:link, 
li#btn_job_opportunities a:visited {
	background: url(../_images/_global/main_nav/jobs.gif) left top no-repeat;
	width: 151px;
	margin-right: 20px;
}
li#btn_job_opportunities a:hover {
	background: url(../_images/_global/main_nav/jobs_ON.gif) left top no-repeat;
	width: 151px;
	margin-right: 20px;
}
li#btn_job_opportunities a.selected {
	background: url(../_images/_global/main_nav/jobs_ON.gif) left top no-repeat;
	width: 151px;
	margin-right: 20px;
}

/* Info and Directions */
li#btn_info {
	background: url(../_images/_global/main_nav/info_ON.gif) left top no-repeat;
	width: 163px;
	margin-right: 0 !important;
}
li#btn_info a:link, 
li#btn_info a:visited {
	background: url(../_images/_global/main_nav/info.gif) left top no-repeat;
	width: 163px;
}
li#btn_info a:hover {
	background: url(../_images/_global/main_nav/info_ON.gif) left top no-repeat;
	width: 163px;
}
li#btn_info a.selected {
	background: url(../_images/_global/main_nav/info_ON.gif) left top no-repeat;
	width: 163px;
}
