/*------------------------------------------------------------------------*/
/* FIRST, RESET ALL STYLES */
/*------------------------------------------------------------------------*/

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,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

/*------------------------------------------------------------------------*/
/* NOW, BASIC BODY & FONT STYLES */
/*------------------------------------------------------------------------*/

body {
	background: #CCCCCC url(/images/bodybg.jpg) repeat-x;
	text-align:center;
	font-family: Georgia, Garamond, Times, serif;
	font-size: 16px;
	color: #333;
	margin: 5px 0;
}

a:link, a:active, a:visited {
	color: #4F7795;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* the h1 will hold the site title but be hidden and replaced with the logo */
h1 {
	display: block;
	width: 280px;
	height: 174px;
	margin: 0 auto;
	background: url(/images/logo.png) no-repeat;
} h1 span { display: none; }

h2 {
	color: #4F7795;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}

h3 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
}

p, ol, ul {
	line-height: 130%;
	margin-bottom: 15px;
}

li {
	margin: 0 30px;
	padding: 0 10px;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: circle;
}

.clear {
	clear: both;
}

/*------------------------------------------------------------------------*/
/* SLIDESHOW AREA */
/*------------------------------------------------------------------------*/

#slideshow-wrapper {
	margin: 5px auto 0;
	width: 828px;
}

.slideshow { /* holds the SSP flash file */
	border: 6px solid #333;
	width: 690px;
	margin-left: 63px; /* accommodate for centering reflection */
	line-height: 0;
}

.reflection {
	clear: both;
	background: url(/images/slideshow-reflect.jpg) no-repeat top center;
	width: 828px;
	height: 50px;
	margin-left: -6px; /* to account for border of slideshow div */
}


/*------------------------------------------------------------------------*/
/* CONTENT AREA */
/*------------------------------------------------------------------------*/

#content-wrapper {
	margin: -25px auto 0; /* back it up to overlap reflection above */
	width: 690px;
	text-align: left;
}

/*------------------------------------------------------------------------*/
/* BUTTONS AREA */
/*------------------------------------------------------------------------*/

.buttons {
	width: 100%;
	margin-bottom: 20px;
}

.buttons img {
	margin-right: 38px;
}

.buttons img.last {
	margin: 0;
}


/*------------------------------------------------------------------------*/
/* MENU */
/*------------------------------------------------------------------------*/

.menu {
	width: 145px;
	float: left;
}

.menu ul {
	list-style-type: none;
}

.menu li {
	list-style: none;
	display: block;
	margin: 0 0 7px 0;
	padding: 0;
}

.menu a {
	font-size: 24px;
	color: #000;
	text-decoration: none;
	padding: 0 20px;
}

.menu a:hover, .menu a.active {
	color: #4F7795;
}


/*------------------------------------------------------------------------*/
/* CONTENT ELEMENTS */
/*------------------------------------------------------------------------*/

.intro {
	float: left;
	width: 265px;
	margin-right: 35px;
}

.events {
	float: left;
	width: 240px;
}

h2 img {
	margin-bottom: -4px; /* align calendar icon with words */
}

.content {
	float: left;
	width: 545px;
}


/*------------------------------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------------------------------*/

#footer {
	width: 690px;
	margin: 10px auto;
	padding-top: 10px;
	border-top: 1px solid #999;
	font-size: 12px;
	color: #999;
}
