/* RESET STYLES */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-family: georgia;
	font-size: 13px;
	font-weight: normal;
	line-height:1.5;
}

table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }


q:before, q:after { content:''; }
/* END RESET */

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;height: 100%; background: rgb(236,222,205) url(images/topbacktrial2.png) repeat-x top left;}

div#preload { display: none; }

#wrapper {min-height: 100%;width: 900px; margin: 0 auto;}

#main {overflow:auto;
	padding-bottom: 200px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -200px; /* negative value of footer height */
	height: 200px;
	clear:both;
	background: url(images/footback.png) repeat-x;} 

#footer p {font-family: verdana; text-align:center; font-size: 9px; margin-top: 15px; color: white;}

#footinfo {text-align: left; padding: 0px 0; width: 900px; margin: 0 auto;}
 

/*Opera Fix*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}

#header { margin:0; width:900px; height:167px; overflow:hidden;}

#navigation {width:100%; height:30px; margin:0px; padding:0px;}
#navigation ul {margin:0px; padding:0px;}
#navigation ul li {display:inline; height:30px; float:left; list-style:none; margin:15px 15px 0 0;}
#navigation li a {color:#fff; text-decoration:none;}
#navigation li a:hover {color:#333300; text-decoration:none;}

#mainnav {width:100%; height:30px; margin:0px; padding:0px;}
#mainnav ul {margin:0px; padding:0px;}
#mainnav ul li {display:inline; height:30px; float:left; list-style:none; margin:10px 30px 0 0; font-size: 15px;}
#mainnav li a {color:#555555; text-decoration:none;}
#mainnav li a:hover {color:#800000; text-decoration:none;}
#mainnav li a.selected {color: #800000;}

#logo {float: right; text-align: center; width: 218px; color:#fff; margin-top:25px;}

p.prepare {margin-top: -65px;}
p.large {font-size:36px; color:white; margin-top: 65px;}

#content {margin: 0px 0px 30px 0px; width:900px; height: 460px; padding: 0px; color: black; float:left; overflow:auto;}

#column1 {width: 455px; height: 380px; margin:0; padding: 0; float: left; border: 5px solid white; margin-right:10px;}
#column2 {width: 215px; height: 380px; margin:0; padding: 0; float: left; background: url(images/calbak.png) no-repeat bottom right; font-size:12px; border: 5px solid white; margin-right:10px;}
#column3 {width: 185px; margin:0; padding: 0; float: left;}

#slideshow {
width: 455px;
}

#column2 h1 {color:#800000; font-family: verdana; font-size:11px; font-weight: bold;
		position:relative; top: 10px; left:30px;}

#column2 h2 {color:#800000; font-size:29px; font-weight: normal;margin:0;
		position:relative; top:-5px; left:43px; margin-bottom:15px;}
#dates {margin-left:12px; margin-top:-11px}


img.center {display: block; margin-left: auto;   margin-right: auto; }

#light{padding-left:5px;}	
	
#light li{ list-style:none; padding-top:30px; padding-left:-5px; padding-bottom:10px;}	


p.label {padding: 5px 0 0 10px;}
.button, .button:visited {
	background: #222 url(images/overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;}
 
	.button:hover					{ background-color: #111; color: #fff; }
	.button:active					{ top: 1px; }
	.small.button, .small.button:visited 		{ font-size: 11px;}
	.button, .button:visited,
	.medium.button, .medium.button:visited 		{ font-size: 15px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25);}
	.large.button, .large.button:visited 		{ font-size: 20px; padding: 8px 14px 9px; }
													  	
	.red.button, .red.button:visited		{ background-color: #e62727; }
	.red.button:hover				{ background-color: #cf2525; }