@charset "UTF-8";
/* CSS Document */

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: top;
	background: transparent;
}
body {
	line-height: 1;
	background:#000000 url(../images/repeat_bg.jpg) top repeat-x;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

#wrapper {
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}


/******* specific elements ***********/

p, td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:1.25em;
	color:#222222;
	font-style:italic;
}

h3.subheading {
	font-weight: bold;
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:1.25em;
	color:#222222;
	font-style:italic;
	padding-right:5px;
	clear: left;
}


p.title1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	padding-bottom:10px;
	margin-bottom:10px;
	line-height:1.25em;
	color:#222222;
	font-style:italic;
	background:url(../images/heading_lines.jpg) bottom repeat-x;
}

p.details {
	float:right;
	padding-right:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:1.25em;
	font-weight:normal;
	color:#eee;
	font-style:italic;
}

span.price {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:1.25em;
	color:#222222;
	font-style:italic;
	font-weight: bold;
	float: right;
}

a.webquest {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:1.25em;
	color:#ffffff;
	font-style:italic;
	text-decoration:underline;
}

a:hover.webquest {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:1.25em;
	color:#ffffff;
	font-style:italic;
	text-decoration:underline;
}

a.nav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:1.25em;
	color:#FFFFFF;
	padding-left:40px;
	font-style:italic;
	text-decoration:none;
	padding-top: 5px;
	display: block;
	float: left;
}



a:hover.nav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:1.25em;
	color:#FFFFFF;
	padding-left:40px;
	font-style:italic;
	text-decoration:underline;
}


/********** Container Items **********/

#header_container {
	position:relative;
	width:900px;
	height:165px;
}

#main_container {
	position:relative;
	width:900px;
	height:auto;
}

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:250px;
	height:165px;
	background:url(../images/logo.jpg) no-repeat top left;
	text-indent:-9999px;
}

#header {
	position:absolute;
	right:0px;
	top:0px;
	width:650px;
	height:122px;
	background:url(../images/header.jpg) top right no-repeat;
	text-indent:-9999px;
}

#navigation {
	position:absolute;
	padding-top:5px;
	top:122px;
	right:0px;
	width:650px;
	height:43px;
	background:url(../images/nav_bar2.jpg) top left no-repeat;
}

#content_area {
	position:relative;
	width:860px;
	height:auto;
	padding:20px 20px 20px 20px;
	background-color:#FFFFFF;
}

#left_column {
	float:left;
	width:450px;
	height:auto;
	margin-right: 20px;
}

#left_column.menu {
 	width:543px;
	margin-right: 0px;
	border: 4px solid #222;
	padding: 5px;
}

#left_column.menu #right_column {
 	width:500px;
	padding: 20px 20px;
	border: 1px solid #222;
	background: url(../images/watermark.jpg) repeat-y center top;
}

#left_column.menu.noborders, #left_column.menu.noborders #right_column {
 border: none;
}

#left_column.menu p.title1 {
	font-weight: bold;
}

#right_column {
	float:left;
	width:390px;
	height:auto;
}

#right_column.skinny {
	width: 260px;
	margin-left: 30px;
}



#clear {
	clear:both;
}

#footer {
	padding-top:7px;
	padding-left:20px;
	width:880px;
	height:33px;
	background:url(../images/footer.jpg) repeat-x top left;
}

div.section_container {
 float: left;
}

table.events td {
padding: 5px 0;
}

table.events_admin td {
padding: 5px 0;
border-bottom: #aaa solid 1px;
}

a.lc_link {
 color: #222;
 display: block;
 text-decoration: none;
 font-style: italic;
 font-size: 16px;
 padding: 5px 10px;
 clear: both;
}

a.lc_link:hover {
 color: #eee;
 background: #222;
}

a span.price {
 font-weight: normal;
}

a:hover span.price {
 text-decoration: underline;
}
