/* gblStyle.css 
	- Johnny Withers <jwithers@consultrix.net>
*/

/* Begin Layout Styles */
html, body 
{
	height:100%
}
body
{
	padding: 0;
	margin: 0;
	text-align: center;
	min-width: 777px;
	color: #FFFFFF;
	background-image: url(/images/common/green_filler.gif);
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
}
#outer{
	height: 100%;
	min-height: 100%;
	width: 775px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #000000;
	text-align: left;
	margin: auto;
	margin-bottom: -33px; 	/* make room for footer */
	position: relative;
	background-image: url(/images/common/grey_filler.gif);
}
* html #outer { /* ie only gets these styles */
	\width: 777px; /* only for ie 5 */
	w\idth: 775px; /* only for ie 6 */
}

html>body #outer			
{ /*for mozilla as IE treats height as min-height anyway*/
	height: auto;
}



#top-section {
	position: absolute;
	top: 0;
	left: 0;
	width: 775px;
	height: 240px;
	overflow: hidden;
	color: #000000;
	z-index: 100;
}
#top-col-1
{
	postion: relative;
}

#innerwrap 				
{ /* enables content first */
	float: left;
	width: 543px;
}

#centercontent
{
	width: 391px;
	float: right;
	padding-top: 240px;
	padding-bottom: 15px;	/* needed to make room for footer */
}

#left
{
	position: relative; 	/*ie needs this to show float */
	width: 152px;
	float: left;
	padding-top: 240px; 	/*needed to make room for header*/
	padding-bottom: 15px; 	/* needed to make room for footer */
}

#right
{
	position: relative;	/*ie needs this to show float */
	width: 232px;
	float: right;
	padding-top: 240px;	/*needed to make room for header*/
	padding-bottom: 15px;	/* needed to make room for footer */
}

#footer
{
	width: 775px;
	clear: both;
	height: 33px;
	background-color: #669933;
	color: #FFFFFF;
	text-align: center;
	margin: auto;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
}
* html #footer 
{ /*only ie gets this style*/
	\height: 35px;	/* for ie5 */
	he\ight: 33px;	/* for ie6 */
}
* html #ieclear
{ /* for ie to clear footer */
	width: 100%;
	height: 35px;
}
div,p
{ /* clear top margin for mozilla */ 	
	margin-top: 0;
}
#left p
{ /* spacing text in left column */
	padding-left: 3px;
	padding-right: 2px;
}
#right p
{ /* spacing text in right column */
	padding-left: 3px;
	padding-right: 2px;
}
#footer p
{ /* to space text in footer from top of footer inside */
	padding-top: 10px;
}
#footer a
{
	font-size: 7pt;
	font-weight: normal;
	color: white;
	text-decoration: none;
}

div.righttext, div.clubnewstext
{
	background-image: url(/images/common/right_filler.gif);
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
}
div.clubnewstext
{
	background-image: url(/images/welcome/club_news_filler.gif);
}
p.righttext
{
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 8px;
}

/* Menu Styles */
#divMenu
{
	width: 600px;
}
div.MenuSection 
{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 8px;
	margin-top: 8px;
	background-color: #CCCCCC;
}
div.MenuItem
{
	float: left;
	width: 80%;
	margin-bottom: 10px;
}
div.MenuDesc
{
	text-align: justify;
	margin-bottom: 3px;
}
div.MenuPrice
{
	text-align: right;
	width: 20%;
	float: right;
}

/* Datagrid Styles */
tr.header {
	font-weight: bold;
	background-color: #EAEAEA;
	color: #000000;
	font-size: 8pt;
}
tr.item, tr {
	background-color: transparent;
	color: #000000;
	font-size: 8pt;
}
tr.itemNext {
	background-color: #EAEAEA;
	color: #000000;
	font-size: 8pt;
}

/* Listview Styles */
li
{
	line-height: 2em;
}

/* Dynamic Photo Style */
img.cphoto
{
	border: solid 1px #000000;
	margin-right: 15px;
}

/* Terms and Privacy Styles */
#legal 
{
	margin: 15px 15px 15px 15px;
	padding: 5px 5px 5px 5px;
	background-color: #EEEEEE;
	border: solid 1px #000000;
	text-align: left;
	color: #000000;
}

/* Form Error Message */
.frmErr 
{
	font-weight: bold;
}

/* Divider Styles */
img.shortdivider
{
	margin-top: 8px;
}

/* Newsletter links */
#divNewsletters 
{
	margin-left: 10px;
}
#divNewsletters img.shortdivider
{
	margin-bottom: 8px;
}
