
/* 
Author:    Cubic Creative
Created:   Sept 2007
*/



/*  Reset
-----------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/*  Setup Crew
-----------------------------------*/
body {
	font: .65em Arial, Helvetica, sans-serif;
	margin-bottom: 50px;
}
div#wrapper {
	width: 1003px;
	margin: auto;
	background-color: #fff;
}
ul#content a {
	color: #4D4D4D;
}
ul#content a:hover {
	color: #000;
}

/*---[  Header Left  ]---*/
div#header-left {
	width: 250px;
	float: left;
	margin-left: 18px;
}
div#logo {
	margin-top: 9px;
}
ul#nav {
	padding-top: 31px;
}
ul#nav li {
	text-transform: uppercase;
	font-size: 1.3em;
	letter-spacing: -0.01em;
	font-weight: normal;
	font-style: italic;
	height: 25px;
}
ul#nav li a {
	text-decoration: none;
}
ul#nav li a:hover {
	color: #fff;
}
h3 a {
	text-decoration: none;
}



/*---[  Header Right  ]---*/
div#header-right {
	width: 235px;
	float: right;
}
form#search-site input {
	border-width: 0;
	margin: 8px 0 0 1px;
	height: 16px;
	width: 172px;
}
p#signup-newsletter a {
	text-indent: -8000em;
	display: block;
	height: 25px;
	width: 230px;
	margin: 6px 0 0 0;
}
ul#upcoming-events {
	margin-top: 35px;
	height: 205px;
	width: 225px;
	overflow: auto;
}
	ul#upcoming-events li {
		margin-bottom: 1em;
		line-height: 1.25em;
	}
	p.events-title {
		font-size: 1.1em;
		margin-right: 5px;
	}
	p.events-links {
		text-align: right;
		margin-top: -1.4em;
		margin-bottom: .3em;
	}
	p#events-feed {
		color: #fff;
		display: block;
		font-size: 1.1em;
		margin-top: 12px;
		height: 16px;
		padding-left: 25px;
		background: url(../images/rss.png) no-repeat 0 0;
	}
	p#events-feed a {
		margin-top: 12px;
	color: #fbaf3f;
	}



ul#banners {
    float:left;
	margin: 0px 0px 0px 8px;
	height: 85px;
	overflow: hidden;
}
ul#banners:after {
	content: ".";
	display: block;
	clear: both;
	font-size:1px;
	height: 0;
	visibility: hidden;
}
ul#banners li {
	float: left;
	margin-right: 16px;
}



ul#content h2 {
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -0.01em;
	padding: .5em 0 .7em 0;
	margin-bottom: .6em;
}
ul#content {
	font-size: 1.1em;
	line-height: 1.5em;
	padding-bottom: 15px;
}

ul#sponsors {
	clear: both;
}
ul#sponsors li {
	padding-left: 10px;
	padding-right: 5px;
	width: 234px;
	float: left;
	height: 64px;
}
ul#sponsors li a {
	display: block;
}


ul#footer {
	clear: both;
	height: 41px;
	border-top: 10px solid #fff;
}
ul#footer li {
	float: left;
	margin-top: 10px;
}

ul#footer li#address {
	margin-left: 15px;
	margin-top: 0px;
	width: 245px;
}
li#subnav {
	width: 250px;
	font-size: 0.9em;
}
li#subnav , li#subnav a {
	text-decoration: none;
}
li#copyright {
	width: 300px;
	font-size: 0.9em;
	color: #fff;
}
li#cubic a {
	text-decoration: none;
	display: block;
	padding-right: 70px;
	height: 22px;
}

/*---[  Form  ]---*/
select {
font-size:10px;
}