﻿@import url(main-styles.css);

body  {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	/* there's a fixed-width shadow background in main_style.css */
}

#container { 
	width: 950px;
	overflow:hidden;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */	
	position:relative;	
} 

#header {
	height: 142px;
	width:100%;
	position:relative;
	z-index:999;
}

#header h1 {
	height:110px;
	position:absolute !important;
	margin:0;
	padding:0;	
	left:8px;
	top:12px;	
	width: 238px;
	z-index: 9999;
}

#header h2
{	
	position: absolute;
	left: 79px;
	top: 112px;		
	margin:0;
	padding:0;
	width:200px;
	z-index: 9999;
}

#mainSiteContent {
	margin-left:20px;
 	padding: 20px 10px; 	
	width:650px;	
	min-height:480px;
	position:relative;
	float:left;
	top:25px;
}
 
#sidebar1 {
	clear:left;
	float:left;
	width:220px; 
	overflow:hidden;
	margin-top:80px;
	padding: 15px 0;
}

#sidebar2 {
	float:right;
	clear:right;
	width: 180px; 
	min-height:50px;
	height:auto !important;
	height:50px;
	padding: 15px 10px;	
	margin-top:35px;
	margin-right:0 !important;
	margin-right:-10px;
}

.primaryNav {	
	z-index: 9998 !important;
	width: 760px;
	position:absolute !important;
	top:95px;
}

.siblingNav {
	float:left;
	margin-left:25px;
	width:180px;
}

div.eventHighlights {
	float:left;
	width:180px;
	height:200px;
	margin-top: 40px;	
	margin-left:20px;
	position:relative;
}
.subscribeBox {
	float:left;
	margin-left:22px;
	margin-top:40px;
	position:relative;	
	width: 205px;
	height: 88px;
}

#upperNav
{
	float: right;
	margin: 8px 20px 0 0;
}

#upperNav a
{
	text-decoration: none;
	color: #50433B;
	font: bold 10px Verdana;
	padding-left: 10px;
}

#upperNav a:hover
{
	text-decoration: underline;
}

.preFooterNav {	
	width: 950px;
	height: 40px;
	margin-top:50px;
	position: relative;
	float:left;
}
.preFooterNav ul 
{
	height: 40px;
	margin:0 0 0 -54px;
}

.preFooterNav * {
	float: none !important;	
}

.preFooterNavLeft
{	
	position: absolute;
	left: 20px;
	margin-top: 13px;
}

.preFooterNavRight
{
	position: absolute;
	right: 20px;	
	margin-top: -32px;
}

#footer {
	background: white;
	height: 50px;
	width: 930px;	
	padding:20px 10px;
}

#copyright {
	background: #FFF;
	height: 100px;
	width: 100%;
}

/* Reusable general-purpose position helpers */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}