/*------ -- ------
Authour: Brent Ferraro
Lunchbox Design
Gainesville, Florida
June 2006
-------- -- ------*/

/*------ -- ------
Lightbox styles
-------- -- ------*/

@import "lightbox.css";

/*------ -- ------
Global Styles
-------- -- ------*/

a img { border: none; }

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #C30;
	font: 10px/13px 'arial', helvetica, vardana, san-serif;
	background-image: url(../img/gp-bg-main.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#menuContents
{
	background: none;
	background-color: #FFFFFF;
	text-align: left;
}

.picR
{
	float: right;
	padding: 5px;
}

.picL
{
	float: left;
	padding: 3px 3px 7px 3px;
}

a { color: #6bbb4f; }

/*------ -- ------
Layout
-------- -- ------*/

#wrap
{
	margin: 0 auto;
	padding: 0;
	width: 820px;
	height: 650px;
	text-align: left;
}

#header
{
	width: 820px;
	height: 169px;
}

#header img
{
	text-align: left;
	float: left;
	margin: 5px 0 0 30px;
}

#navcontainer
{
	padding: 0;
	width: 820px;
	height: 56px;
}

#hoursBox
{
	margin: 0;
	padding: 0;
	width: 325px;
	height: 205px;
}

#hours
{
	margin: 15px 0 0 32px;
	padding: 0;
	width: 325px;
	height: 205px;
	text-align: center;
}

#main
{
	position: relative;
	top: -225px;
	right: -340px;
	margin: 5px 0;
	padding: 5px;
	width: 448px;
	height: 395px;
	overflow: auto;
}

/*------ -- ------
Navigation
-------- -- ------*/

/*------ -- ------
#navlist ul
{
	margin-left: 0;
	padding-left: 0;
}

#navlist li
{
	list-style-type: none;
	height: 80px;
	margin: 0 2px;
	display: inline;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #fff;
	text-decoration: none;
}

#navlist a:hover
{
	color: #fff;
	text-decoration: none;
}
-------- -- ------*/

a#hm
{
	position: relative;
	left: 58px;
	text-indent: -1500px;
	float: left;
	width: 77px;
	height: 56px;
}

a:hover#hm
{
	background-image: url(../img/gp_home_over.png);
	background-repeat: no-repeat;
	background-position: top left;
}

a#mn
{
	position: relative;
	left: 58px;
	text-indent: -1500px;
	float: left;
	width: 89px;
	height: 56px;
}

a:hover#mn
{
	background-image: url(../img/gp_menu_over.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

a#co
{
	position: relative;
	left: 58px;
	text-indent: -1500px;
	float: left;
	width: 116px;
	height: 56px;
}

a:hover#co
{
	background-image: url(../img/gp_contact_over.png);
	background-position: 0 0;
}

/*------ -- ------
typography
-------- -- ------*/

#hours h3
{
	padding-top: 5px;
	margin: 0;
	font-size: 150%;
}

#hours p
{
	margin: 0;
	padding: 5px 5px;
}

#main p
{
	font-size: 120%;
	line-height: 150%;
	margin: 0;
	padding: 5px;
}

#main h1
{
	font-size: 150%;
	line-height: 150%;
	background-color: #6bbb4f;
	padding: 4px;
	color: #FFF;
}

ul#menuLink
{
	margin: 0;
	padding: 10px 1px 0 1px;
}

#menuLink li
{
	display: inline;
	padding: 5px 3px 5px 3px;
}

#menuLink a:link, #menuLink a:visited
{
	color: #fff;
	padding: 5px 3px 2px 3px;
	background-color: #6BBB4F;
	text-decoration: none;
}

#menuLink a:hover
{
	color: #fff;
	padding: 5px 3px 2px 3px;
	background-color: #237805;
	text-decoration: none;
}

em
{
	padding: 0 0 0 5px;
	color: #6BBB4F;
	font-style: normal;
}

/*------ -- ------
extras
-------- -- ------*/

#map
{
	margin-top: 15px;
	padding: 5px;
	background-color: #6BBB4F;
}

#building_pics { margin: 0 0 10px 0; }

/*------ -- ------
extras
-------- -- ------*/

#newLogoButt
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	background-image: url(../img/new-logo-button.png);
	background-position: 0 0;
}

#newLogoButt a
{
	position: relative;
	width: 135px;
	height: 117px;
	display: block;
	z-index: 200;
	text-indent: -1500px;
}

#newLogoButt a
{
	position: relative;
	width: 135px;
	height: 117px;
	display: block;
	z-index: 200;
	background-image: url(../img/new-logo-button-over.png);
	background-position: 0 0;
}

#rel { position: relative; }

/*------ -- ------
footer
-------- -- ------*/

#footer
{
	position: relative;
	top: -210px;
	margin: 0;
	padding: 0;
	text-align: center;
}