/* - - - - - - - - - - - - - - - - - - - - -
Title : Labor Day Scramble - Global Styles
- - - - - - - - - - - - - - - - - - - - - */


/* Basic Styles */
html, body, p, h1, h2, h3, h4, h5, h6, div, ul, li, dl, dd, dt, form, img{ margin: 0; padding: 0; }

/*
* html ul li a {
   height:1em;
}
*/

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", verdana, helvetica, sans-serif;
 	font-size: 78%;
	color: #000;
	background: url(../images/bg_header.jpg) top center no-repeat;
	background-color: #000419;
	text-align: center; /* making IE5 submit */
}

h1 {
	font-family: georgia, times, serif;
 	font-size: 1.8em;
	font-weight: normal;
	color: #fff;
	margin-bottom: 5px;
}

h2 {
	font-family: georgia, times, serif;
 	font-size: 1.4em;
	font-weight: normal;
	color: #7a8796;
	margin: 0 0 5px 0px;
}

h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", verdana, helvetica, sans-serif;
 	font-size: 1.1em;
	margin: 10px 0 2px 0;
	color: #395c96;
}

p {
	line-height: 1.3em;
	margin-bottom: 10px;
}

p.disclaimer {
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.3em;
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	color: #bacfda;
}

a:hover {
	color: #bacfda;
	text-decoration: none;
}

a.moreLink {
	float: right;
}

a img {
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}


.yellow {
	color:#FFCC66;
}


/* Header Styles */

#header {
	
}


/* STRUCTURAL STYLES */

#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#mediaIcons {
	position: absolute;
	left: 740px;
	top: 20px;
}

#content {
	position: absolute;
	left: 0;
	top: 250px;
	color: #fff;
	text-align: left;
}

#homeLinks {
	margin-bottom: 20px;
}

#homeLinks img {
	padding: 3px;
}

#homeLeftCol {
	width: 430px;
	float: left;
	margin-right: 20px;
}

#homeTwoCol {
	width: 900px;
	margin-bottom: 30px;
}

#homeLeftCol img {
	float: left;
	border: 1px solid #fff;
	margin: 4px 8px 0 0;
}

#homeRightCol {
	width: 430px;
	float: right;
}

#homeRightCol img {
	margin: 4px 0 12px 0;
}

#homeThreeCol {
	width: 900px;
	margin-bottom: 30px;
}

#homeThreeCol h1 {
	font-family: georgia, times, serif;
 	font-size: 1.8em;
	font-weight: normal;
	color: #fff;
	padding-bottom: 5px;
	margin-bottom: 0;
}

#homeThreeCol h2 {
	font-family: georgia, times, serif;
 	font-size: 1.5em;
	font-weight: normal;
	color: #fff;
	border-bottom: 1px solid #7a8f9a;
	padding-bottom: 5px;
	margin-bottom: 0;
}

#homeThreeCol h3 {
	font-family: georgia, times, serif;
 	font-size: 1.4em;
	font-weight: normal;
	color: #7a8796;
	margin: 0 0 5px 0px;
}

#homeEvents {
	width: 430px;
	float: left;
}

#homeEvents #eventsTable {
	width: 100%;
	padding: 0;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0;
	border-bottom: 1px solid #7a8f9a;
}

#homeEvents #eventsTable a {
	color: #fff;
	display: block;
}

#homeEvents #eventsTable th {
	display: none;
}

#homeEvents #eventsTable tr.altRow {
	background: #3c4856;
}

#homeEvents #eventsTable tr:hover {
	background: #4d5d6f;
}

#homeEvents #eventsTable td {
	padding: 8px;
}

#homeEvents #eventsTable td.date {
	text-align: center;
}

#homeEvents #eventsTable td.desc {
	padding-left: 12px;
}

#homeQuickLinks {
	width: 210px;
	float: left;
	margin-left: 25px;
}

#homeQuickLinks ul#quickLinks {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid #7a8f9a;
}

#homeQuickLinks ul#quickLinks a {
	display: block;
	height: 19px;
	padding: 5px;
	width: auto;
	padding-left: 20px;
	background: url(../images/bullet_quickLinks.gif) no-repeat;
	background-position: 5px 8px;
	text-decoration: none;
}

#homeQuickLinks ul#quickLinks a:link,
#homeQuickLinks ul#quickLinks a:visited {
	color: #fff;
}

#homeQuickLinks ul#quickLinks a:hover {
	background-color: #4d5d6f;
	text-decoration: none;
}

#homeQuickLinks ul#quickLinks li {
	margin: 0px;
	padding: 0px;
}

#homeAddlLinks {
	width: 210px;
	float: right;
	margin-left: 20px;
}

#homeAddlLinks ul#addlLinks {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#homeAddlLinks ul#addlLinks a {
	display: block;
	height: 19px;
	padding: 5px;
	width: auto;
	border-bottom: 1px solid #7a8f9a;
	padding-left: 20px;
	background: url(../images/bullet_addlLinks.gif) no-repeat;
	background-position: 5px 8px;
	text-decoration: none;
}

#homeAddlLinks ul#addlLinks a:link,
#homeAddlLinks ul#addlLinks a:visited {
	color: #fff;
}

#homeAddlLinks ul#addlLinks a:hover {
	background-color: #4d5d6f;
	text-decoration: none;
}

#homeAddlLinks ul#addlLinks li {
	margin: 0px;
	padding: 0px;
}



/* Navigation Tabs with Sliding Doors */

#navTabs {
	width: 900px;
	margin-bottom: 220px;
	text-align: right;
}

.navTabsLinks {
	float: left;
	font-size: 0.9em;
	line-height: normal;
}

.navTabsLinks ul {
	margin: 0;
	padding: 0 25px 0;
	list-style:none;
	float: right;
}

.navTabsLinks li {
	float: left;
	background: url(../images/tab_right.gif) no-repeat right bottom;
	margin: 0 5px 0 0;
	padding: 0;
}

.navTabsLinks a {
	display: block;
	background: url(../images/tab_left.gif) no-repeat left bottom;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.navTabsLinks .current {
	background-image: url(../images/navTabOrange_right.gif);
}

.navTabsLinks .current a {
    background-image: url(../images/navTabOrange_left.gif);
	padding-bottom: 5px;
}

.navTabsLinks a:hover {
	color: #fff;
	text-decoration: underline;
}


/* Footer */

#footer {
	width: 900px;
	text-align: right;
	color: #fff;
	font-size: 0.9em;
	padding-top: 3px;
	border-top: 1px solid #7a8f9a;
	margin-bottom: 40px;
}



/* Clearfixorama */

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}  

.clearfix { 
	_height: 1px; 
}

br {
	clear: both;
}


