/* 
Stylesheet for Set Up Events
Prepared by Scott Reston - http://scott.therestons.com
08/2006
===============================================================*/

* {margin:0; padding:0; }

ol#navigation-primary { display: none; }
#navigation-login { display: none; }


body { 
	font: 76% 'Lucida Grande', Lucida, Verdana, Arial, sans-serif;
	line-height: 1.3;
}

	
p {
	font-size: 1em;
	padding: 0;
	margin-top: 0;	margin-bottom: .5em;
}

div, li, ol, dl, table { font-size: 1em; }

ul, ol { margin: 1em 4ex; }

blockquote {margin: 1em 10%;}

img	{
	display: inline;
	border: none;
	margin: 0;
}
.floatleft {
	float: left;
	margin: .5em .5em .5em 0;
}
.floatright {
	float: right;
	margin: .5em 0 .5em .5em;
}

a {
	color: #586B9F;
	text-decoration: none;
	outline: none;
}
	a:hover {
		text-decoration: underline;
	}
	a:active {
		outline: none;
	}
	a.external {
		padding-right: 12px;
		background: url(bg-a-external.gif) no-repeat right;
	}
	
	a.pdf {
		padding-right: 12px;
		background: url(bg-a-pdf.gif) no-repeat right;
	}
	

h2 { 
	font-size: 1.3em;
	font-weight:bold;
}

h3 { 
	font-size: 1.1em;
	font-weight:bold;
	margin-top: 1.5em;
}
	
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* =Structure
===============================================================*/

#wrap {}

#header {}

#content {
	clear:both;
	padding: 0 20px 10px 20px;
}

#sidebar {
	width: 175px;
	float: right;
}

#footer {
	display: none;
}

#sponsor-slideshow { display: none;}


p#copyright {
	text-align: center;
	font-size: .9em;
}

/* =Header
===============================================================*/
#header h1 { margin: 10px;}
	
	#header h1 img { width: 220px; height: 46px;}

	#header h1 a { display: none;}


/* =Footer
===============================================================*/
#footer ul {
	margin: 15px 12px 0 0; padding: 0;
	float: left;
	list-style-type: none;
	padding-left: 31px;
	height: 21px;
	background-color: #9B9B9B;
	background-image: url(images/bg-nav-utility.gif);
	background-position:left;
	background-repeat:no-repeat;
}

	#footer ul li {
		float: left;
		border-left: 1px solid #fff;
		height: 21px; width: auto;
		text-indent: -5000em;
		background-position: center;
		background-repeat:no-repeat;
	}
		#footer ul li a{ display: block; height: 21px; }

		#footer ul li#services { width:48px;	background-image:url(images/nav-footer/services.gif); border-left: none;}
		#footer ul li#contact { width:50px;	background-image:url(images/nav-footer/contact.gif); }
		#footer ul li#policiesandrefunds { width:105px;	background-image:url(images/nav-footer/policiesandrefunds.gif); background-position: right; }
		#footer ul li#sitemap { width:50px;	background-image:url(images/nav-footer/sitemap.gif); }	

