/* 

	Egans Global Stylesheet
	Author: Richard Podsada
	For: Internet Concepts Ltd.
	Copyright © 2006 Internet Concepts Ltd.

	These are the base styles which apply to 
	(usually) all themes in the site. Themes 
	will simply define/override the properties
	which are specific to the theme (e.g.
	background images, colors, fonts etc.)	

*/

/*
//////////////////////////////////////////////

                              Basic Overrides

//////////////////////////////////////////////
*/

html, body
{
	width:100%; 
}
body
{
	margin:0; padding:0;
	text-align:center;
	background:#241300 url("../images/interface/bg_page.gif") repeat-x top left;
}
body,p,td,th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form
{
	margin:0;
	padding:0;
}
a img
{
	border:none;
}

/*
//////////////////////////////////////////////

                               Page Container

//////////////////////////////////////////////
*/

#container
{
	width: 871px;
	margin:auto;
	text-align:left;	
}
#page
{
	width: 871px;
	float:left;
}

/*
//////////////////////////////////////////////

                                       Header

//////////////////////////////////////////////
*/

#header
{
	background:black;
	height:148px;
}
#logo
{
	display:block;
	position:relative;
	top:20px;
	left:39px;
	width:156px;
	height:107px;
	background: black url("../images/interface/logo.gif") no-repeat top left;
	text-decoration:none;
}

/*
//////////////////////////////////////////////

                        Left Auxilliary Panel

//////////////////////////////////////////////
*/

#leftaux
{
	float:left;
	width: 234px;
}

/*
//////////////////////////////////////////////

                                     Menu Bar

//////////////////////////////////////////////
*/

#menucurve
{
	width:auto;
	clear:both;
	height:24px;
}

#menu
{
	height:42px;
	width:auto;
	background:#c5c5c5;
}

#menu ul
{
	margin:0; padding:0;
}
#menu li
{
	float:left;
	list-style-type:none;
}
#menu a
{
	height:42px;
	display:block;
	float:left;
	margin:0;
	padding:0;	
	text-decoration:none;
}

a.menu_home { width:97px; background: transparent url("../images/interface/menu_home.gif") no-repeat top left; }
a.menu_home:hover { background-image: url("../images/interface/menu_home_over.gif"); }

a.menu_contests {	width:119px; background: transparent url("../images/interface/menu_contests.gif") no-repeat top left; }
a.menu_contests:hover { background-image: url("../images/interface/menu_contests_over.gif"); }

a.menu_events { width:108px;	background: transparent url("../images/interface/menu_events.gif") no-repeat top left; }
a.menu_events:hover { background-image: url("../images/interface/menu_events_over.gif"); }

a.menu_menu { width:100px; background: transparent url("../images/interface/menu_menu.gif") no-repeat top left; }
a.menu_menu:hover { background-image: url("../images/interface/menu_menu_over.gif"); }

a.menu_employment { width:85px; background: transparent url("../images/interface/menu_employment.gif") no-repeat top left; }
a.menu_employment:hover { background-image: url("../images/interface/menu_employment_over.gif"); }

a.menu_links { width:93px; background: transparent url("../images/interface/menu_links.gif") no-repeat top left; }
a.menu_links:hover { background-image: url("../images/interface/menu_links_over.gif"); }

a.menu_locations { width:127px; background: transparent url("../images/interface/menu_locations.gif") no-repeat top left; }
a.menu_locations:hover { background-image: url("../images/interface/menu_locations_over.gif"); }

a.menu_franchising { width:142px; background: transparent url("../images/interface/menu_franchising.gif") no-repeat top left; }
a.menu_franchising:hover { background-image: url("../images/interface/menu_franchising_over.gif"); }


/*
//////////////////////////////////////////////

                                  Content Area

//////////////////////////////////////////////
*/

#content
{
	float:left;
	background: #f3e6ca url("../images/interface/bg_content_top.gif") repeat-x top left;
}

#content a
{
	color:black;
}

#content h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	font-variant:small-caps;
	color:#82441c;
}

#content h3
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	font-variant:small-caps;
	color:#82441c;
}

/*
//////////////////////////////////////////////

                                  Page Header

//////////////////////////////////////////////
*/

#titlebar
{
	float:left;
	width:auto;
	padding-bottom:12px;
	background: transparent url("../images/interface/bg_horizontal_divider.gif") repeat-x bottom left;
}

#pagetitle
{
	float:left;
	width:450px;
	margin:0; padding:0;
	line-height:normal;
	padding-left:39px;
	margin-top:35px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	font-variant:small-caps;
	color:#82441c;
}

#stpcountdown
{
	float:right;
	padding-top:35px;
	padding-right:15px;
}

/*
//////////////////////////////////////////////

                            Left Side Content

//////////////////////////////////////////////
*/

#leftside
{
	float:left;
	width:527px;
	padding-left:39px;
	padding-right:25px;
	padding-top:25px;
	padding-bottom:40px;
}
#leftside p
{
	margin-top:0;
}
#leftside, #leftside p, #leftside td
{
	color:#934e23;
}

/*
//////////////////////////////////////////////

                            Right Side Content

//////////////////////////////////////////////
*/

#rightside
{
	width:254px;
	float:right;
	padding-left:26px;
	padding-top:18px;
	padding-bottom:40px;
	background: transparent url("../images/interface/bg_vertical_divider.gif") repeat-y top left;	
}

/*
//////////////////////////////////////////////

                             Auxilliary Panels

//////////////////////////////////////////////
*/

.auxpanel
{
	width:232px;
	background: transparent url("../images/interface/auxheader_blank.gif") no-repeat top left;
	padding-top:40px;
	padding-left:5px;
	padding-bottom:10px;
}
.auxpanel ul
{
	margin:0; padding:0;
	padding-left:15px;
	padding-top:5px;
}
.auxpanel li
{
	margin-bottom:5px;
	list-style-type:square;
}
.auxpanel p
{
	padding:0; margin:0;	
	margin-bottom:10px;	
}
.aux_events
{	
	background-image: url("../images/interface/auxheader_events.gif");
	line-height:18px;
}

.aux_employment
{
	background-image: url("../images/interface/auxheader_work_for_us.gif");
}

.aux_contests
{
	background-image: url("../images/interface/auxheader_contests.gif");
	font-size:10px;
}

.aux_hockey
{	
	background-image: url("../images/interface/auxheader_2006HockeyPool.gif");
	line-height:18px;
}

.aux_contests p
{
	font-size:10px;
}
.aux_contests a
{
	font-weight:bold;
}
.aux_contests img
{
	float:left;
	margin-right:5px;
	border:none;
}
.aux_specials
{
	background-image: url("../images/interface/auxheader_special_features.gif");
	line-height:18px;
}

/*
//////////////////////////////////////////////

                           Footer / Bottom Bar

//////////////////////////////////////////////
*/

#footer
{
	width:871px;
	height:114px;
	clear:both;
	background: transparent url("../images/interface/footer_bar.gif") no-repeat top center;
}

/*
//////////////////////////////////////////////

                   Generic Data Listing Table

//////////////////////////////////////////////
*/

.dataTable 
{	
	width: 100%; 
	border:none;
	border-spacing: 0 0;
	border-collapse: collapse;
}
.dataTable th 
{
	font-weight:800;
	text-align: right;	
	border-bottom: none;
	height:22px;
	padding:3px;
	padding-right:6px;
	background:#b69d66;	
	color:white;
}
.dataTable td 
{
	text-align: left; 
	border-bottom: 1px solid #b69d66;
	font-size:11px;
	padding:7px 3px;
}

/*
//////////////////////////////////////////////

                   Generic Form Table

//////////////////////////////////////////////
*/

.formTable 
{	
	border:1px solid #82441c;
	border-spacing: 0 0;
	//border-collapse: collapse;
	table-layout:fixed;
}
.formTable th 
{
	font-weight:800;
	text-align: right;
	height:22px;
	padding:3px;
	padding-right:6px;
	color:#934e23;
}
.formTable td 
{
	text-align: left; 
	font-size:11px;
	padding:2px 0px;
}

.formTable select, textarea, input { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

/*
//////////////////////////////////////////////

                              Generic Classes

//////////////////////////////////////////////
*/

.hidden
{
	visibility:hidden;
}
.thidden
{
	visibility:hidden;
}
.imageRight
{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.imageLeft
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

/*
//////////////////////////////////////////////

                      On-Page Event Billboard

//////////////////////////////////////////////
*/

.event_billboard_home
{
	padding:10px;
}

.event_billboard_events
{
	margin-bottom:15px;
}

/*
//////////////////////////////////////////////

                                   		 sIFR

//////////////////////////////////////////////
*/

.sIFR-flash 
{
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced 
{
	visibility: visible !important;
}
span.sIFR-alternate 
{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Decoys */

.sIFR-hasFlash #primary h1 
{
	visibility: hidden;
	line-height:normal;
}
.sIFR-hasFlash #primary h2 
{
	visibility: hidden;
	line-height:normal;
}
.sIFR-hasFlash #primary h3 
{
	visibility: hidden;
	line-height:normal;
}