@import url("css/reset.css");

@import url("css/typography.css");


/* The Big Stuff */

body { 
	font: normal normal normal 62.5%/1.5em Arial, sans-serif; 
	text-align: center; 
	background: url('images/bg.gif') center repeat-y #fecb81; 
}
div#body { 
	text-align: left; 
	margin: 0 auto 0 auto; 
	width: 929px; 
}
div#header { 
	height: 288px; 
	background: url('images/header.gif') bottom repeat-x; 
	position: relative; 
}
div#frame { 
	margin: 0 8px 0 20px; 
	font-size: 1.2em;
}
body.inside div#header { _margin-left: 0; _width: 900px; }

/* Header (Logo, mainly)  */

div#header h1 { 
	width: 400px; 
	height: 212px; 
	display: block; 
	text-indent: -999em; 
	background: url('images/logo.jpg') top left no-repeat; 
	position: absolute; 
	bottom: 0;
	left: 20px;
}
div#header h1 a { 
	display: block; 
	width: 400px; 
	height: 212px;
position: absolute; bottom: 0; left: 20px;
}
div#motto {
	display: block;
	text-indent: -999em;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 483px;
	height: 46px;
	background: url('images/motto.gif') top left no-repeat;
}

/* Links */
a { 
	text-decoration: none;
	color: #634b35;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	
}

/* Navigation */
div#nav {
	display: block;
	position: absolute; 
	top: 20px;
	left: 50px;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
}
div#nav ul {
	
}
div#nav ul li {
	display: block; 
	float: left;
}
div#nav ul li a {
	color: #634b35;
	font-size: 1.4em;
	padding-right: 14px;
	margin-right: 12px;
	background: url('images/nav.gif') right top no-repeat;
}
div#nav ul li a:hover {
	text-decoration: underline;
}
div#nav ul li.last a {
	background: none;
	padding-right: 0;
	margin-right: 0;
}
div#nav ul li.selectedPage a {
	font-weight: bold;
}


/* Extras (Mainly things that are always hidden.) */
.hide { 
	display: none;
}
div.breadCrumb { 
	display: none;
}

/* Home Page */
div#container { clear: both; }
div#one, div#two, div#three, div#four, div#five {
	width: 286px;
	float: left;
	margin: 16px 0 0 10px;
	background: url('images/box.gif') bottom repeat-x #fff;
	height: 215px;  
	position: relative;
}
div#one, div#four { _margin-left: 5px; }
div#four, div#five { 
	height: auto;
}
div#four { padding-bottom: 30px; clear: left; }
div#five {
	width: 580px;
}
div#one div.container, div#two div.container, div#three div.container, div#four div.container {
	margin-right: 25px;
}
div#mainCol ul li { 
	padding-left: 20px; 
	background: url('images/dot.gif') 10px 4px no-repeat;
	margin-bottom: .6em;
	margin-right: 5px;
}
div.eventsElement a { 
	color: #000;
}
div.eventDate { 
	display: inline;
}
/* <textEditor> */ a.readmore {
	clear: right;
	float: right;
	text-decoration: underline;
	margin-right: 6px;
	margin-top: -10px;
} /* <textEditor> */
div#four a.readmore, div#two a.readmore {
	margin-top: 0;
}
div#three h1.title {
	margin-bottom: 15px;
}
div#three h1.title {
	margin-bottom: 0px;
}
div#three a.readmore {
	margin-top: -15px;
}
a#registerbutton {
	width: 112px;
	height: 52px;
	background: url('images/register.gif') left top no-repeat;
	display: block;
	text-indent: -999em;
	position: absolute;
	bottom: 8px;
	left: 15px;
}
a#payonlinebutton {
	width: 132px;
	height: 52px;
	background: url('images/payonline.gif') left top no-repeat;
	text-indent: -999em;
	position: absolute;
	bottom: 8px; 
	right: 15px;
}

/* Content */
div#main {
	width: 557px;
	float: left;
	margin: 7px 0 0 20px; _margin-left: 10px;
background: url('images/box.gif') bottom repeat-x #fff;
}
div#sub { 
	float: right;
	width: 286px; margin: 8px 20px 0 0; _margin-right: 10px;
background: url('images/box.gif') bottom repeat-x #fff; 
}
div#pinkbox { margin-bottom: 30px; background: url('images/pinkbox_bottom.gif') left bottom no-repeat #fff; color: #000; }
div#pinkbox-in { padding: 20px 10px 20px 10px; background: url('images/pinkbox_top.gif') left top no-repeat;
}
div#pinkbox h1.title { font-size: .9em; color: #000; }


/* Footer */
div#footer { 
	clear: both;
	text-align: center;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	padding: 15px 0 15px 0;
	font-size: .8em;
}
div#footer ul {
	display: block;
	margin: 0 auto;
	margin-left: 275px;
}
div#footer ul li { 
	display: block; 
	float: left;
}
div#footer ul li a {
	margin-right: 7px;
	padding-right: 10px;
	background: url('images/nav_footer.gif') right top no-repeat;
}
div#footer ul li.last a { 
	background: none;
	padding-right: 0;
	margin-right: 0;
}
div#footer div {
	clear: left;
	display: block;
}
div#footer span {
	margin-right: 4px;
}

/* Admin */
body.editing div#main {
	width: 90%;
}

/* IE6 Fix */