html {
	height: 100%;
	min-width: 700px;
}
body {
	width: 800px;
	margin: auto;
	top: 0;
	background-color: white;
	padding: 0;

	min-height: 200px;
	font-family:  Verdana, Arial, Tahoma, Geneva, sans-serif;
	font-size: 80.1%;
	font-weight: normal;
	font-style: normal;
	height: 100%;
}



* html {
	text-align: left;
	height: 100%;
}
/* main body area */
#nonfooter {
	/*margin: auto;margin-top: 0px;*/
	/*padding: 0px 15px 125px 10px;*/
	position: relative;
	min-height: 100%;
	
	/*border: 1px solid orange;*/
	text-align: left;
	
	background-image: url(css/bannerbg.jpg);
	background-repeat: repeat-x;
	/*background-image:  url(CSS/body.jpg);
		background-position: top;		
			background-repeat: repeat-y;*/
	
}

* html #nonfooter {
	height: 100%;
}
#headerprint {
	display: none;
}
#headerwrapper { /*float: left; border: 1px solid black;
*/
	background-image: url(css/slpeople.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	height: 125px;
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: top;/*	background-position: center;
*/	}

#contentwrapper {
	margin: 0px;
	width: auto;
	/*background-color: silver;*/
/*		background-color: white;	
min-height: 	400px;
  height:auto !important;
  height:400px;	*/
  padding-bottom: 30px;
}
#leftsidebar {
	vertical-align: top;
	float: left;
	width: 150px;
	margin:0px;
	/*border-right: 1px solid #84221D*/;
	padding: 5px 5px 0px 5px;
	/*border: 1px solid white;*/
	height: 100%;
	font: inherit;
	/*background-color: orange;*/
}
* html #leftsidebar {
	height: 100%;
}

#leftsidebar .box {
	width: 125px;
	border: 3px double #4F0000;
	margin: 10px 0px 10px 0px;
	padding: 10px;
text-align: center;}
#leftsidebar  .box a:link {
	color: #0B264C;
	text-decoration: none;
}
#leftsidebar .box a:visited {
	color:#0B264C;
	text-decoration: none;
}
#leftsidebar .box a:hover {
	color: #68180F;
	background-color: #BFD1DD;
}
#leftsidebar  .box a:active {
	color: #000000;
	background-color: #BFD1DD;
}
/*#nav {background-color: yellow;
	line-height: 100%;
	width: 150px;
	vertical-align: top;
	clear: right;
}
#nav ul {
	background-color: transparent; no background colour required
	list-style-type: none; removes the bullets from our list navigation 
	margin: 0 0 1px 0;  Moves the "where" div down 40px from the bottom of the navigation list 
	padding: 0; zeroes off the padding 
}
#nav ul li {The 3 margin property/value pairs are a hack to make the links butt together in IE 5.01
	margin: 0; zeroes off the margins
	margin:  0 0 -3px 0; This takes the 3px off the margin in IE 5.01 - IE 5.5 cannot see this hack so stays with the 0 value from the last margin property
	padding: 5px;
	text-align: center;
	font-size: 97.1%; 
	ma\rgin: 3px; IE 5.01 and IE5.5 cannot see this selector - resets the margins on other browsers back to zero - the escape character must not come immediately before the letters a,b,c,d,e or f if it does it will be seen as a hex character and the hack will fail
background-image:  url(css/btnup.gif);
height: 35px;
width: 150px;
background-repeat: no-repeat;
background-position: center;
}

#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active {
	background-image:  url(css/btnup.gif);
	
}
#nav ul li a:hover {
	background-image:  url(css/btndown.gif);
	
}*/

#content {
	float: left;
	width: 600px;
	padding: 0px 10px;
	margin: 5px;
	/*background-color: pink;*/
	/*	*//*	min-height: 	400px;
  height:auto !important;
  height:400px;	*/

}

#content a:link, #content a:visited,#content a:active {
  color: #0B264C; 
}

#content a:hover {
  color: #4F0000; 
  background-color: #9CB7CC;
}
#banner { 
	margin:  auto auto;
	width: 615px;
	height: 60px;
	/*border: 1px solid green;*/
	vertical-align: top;

}
#banner a:link, #topheaderwrapper a:visited, #topheaderwrapper a:active {
	color: #4F0000;
	text-decoration: none;
}
#banner a:hover {
	color: #0B264C;
	background-color: #9CB7CC;
}


#eventsleft {
	float: left;
	width: 388px;
	padding-right: 10px;
	/*background-color: fuchsia;*/
}

#eventsright {
	float: right;
	width:190px;
	font-size: 95.1%;
	padding-left: 10px;
	border-left: 1px solid #0B264C;
	/*background-color: yellow;*/
}


table.crisp {
	margin-left:5px;
	color: #000000;
	font-size: 96.1%;
	/*background-color: #8E8C65;*/
	padding: 5px 5px 5px 5px;
	border: 1px solid #000;
	line-height: 150%;
	border-collapse: collapse;
	
}
table.crisp th, table.crisp th a:link, table.crisp th a:visited, table.crisp th a:hover, table.crisp th a:active {
	background-color: #FFFFE1;
	color: #0B264C;
	font-size: 110.1%;
	font-weight: bold;
 line-height: 150%; padding: 5px 5px 5px 5px;

	}
table.crisp td {
	border: 1px;
	font-size: 1em;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	padding: 5px 5px 5px 5px;
}
/*table.crisp td a:link, table.crisp td a:visited {
   color: #32311E;
	
} 
table.crisp td  a:hover, table.crisp td a:active{
		background-color: #918F68;
		color: #E2E0C6;
	text-decoration: underline;
}


*/

#ladyprint {
	display: none;
}
/*#contentwrapper a:link {
	color: #000000;
}
#contentwrapper a:visited {
	color:#9F8000;
}
#contentwrapper a:hover {
	color: #000000;
	background-color: #DFE6EC;
}
#contentwrapper a:active {
	color: #000000;
	background-color: #DFE6EC;
}*/




#looper {
	width: 610px;
	text-align: center;
}
#looper div {
	font-size: 95.1%;
	padding:3px;
	margin:5px;
	height: 150px;
	width:80px;
	float:left;
}
#leftlooper {
	width: 160px;
	text-align: center;
	/*background-color: yellow;*/
}
#leftlooper div {
	font-size: 95.1%;
	/*padding:3px;
margin:5px;*/
height: 115px;
	width:70px;
	/*border: 1px solid red;*/
float:left;
}
#footer {
	/*margin-left: 0px;
*/
position: relative;
	width: 800px;
	height:160px;
	
	margin-top:  auto;
	vertical-align: top;
	padding-top: 5px;
	font-size: 10px;
	background-position:top center;
	background-image: url(css/yourplacelogo.gif);
	background-repeat: no-repeat;
	text-align: left;
	background-color: white;
/*border: 1px dashed orange;*/
}
#footer .info {

	padding-top: 50px;
	text-align: center;
	/*border: 1px solid red;*/
	margin: auto;
}
#footerlooper div {
padding-top: 5px;	font-size: 95.1%;
/*	padding:3px;
	margin:2px;
*/	height: 100px;
	width:75px;
	float:left;
}


#footer .leftsidebar {
	vertical-align: top;
	float: left;
	width: 175px;
	margin: 0px 5px 5px 0px;
	
	font-size: 10px;
	color: black;
}
#footer .photos {
	float: left;
}
#footer.byline {
	float: center;
	padding-top: 10px;
	width: 150px;
	border: 1px solid black;
}
#footer a:link {
	color: #0B264C;
	text-decoration: none;
}
#footer a:visited {
	color:#2B3E39;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	background-color: #DFE6EC;
}
#footer a:active {
	color: #000000;
	background-color: #DFE6EC;
}


 h1 { font-family: 'Times New Roman', Times, Serif, serif; font-size: 28px; color:#0B264C; font-style: italic;text-align: center;}
 h2 { font-family: 'Times New Roman', Times, Serif, serif; font-size: 24px; color: #68180F; font-style: italic;}

 h3 { font-family: 'Times New Roman', Times, Serif, serif; font-size: 28px; color: #0B4D3F; 
     font-style: italic;}
 h4 { font-family: 'Times New Roman', Times, Serif, serif; font-size: 16px; color:#0B264C; font-style: italic;}
.dottedbg {
	background: url(CSS/bg.gif);
	background-repeat: repeat;
}
.textstyle {
	padding: 5px;
	color: black;
}
.paddedtext {
	padding: 5px;
}
table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 99.1%;
	;
	color: #000000;
}
.evenleft {
	padding-right: 5px;
	float: left;
	width: 355px;
}
.evenright {
	float: left;
	width: 350px;
}
.largeleft {
	padding-right: 6px;
	float: left;
	width: 506px;
}
 .smallleft: {
padding-right: 5px;
 float: left;
 width: 200px;
}
.largeright {
	float: left;
	width: 518px;
}
.smallright {
	float: left;
	width: 200px;
}
.sectioncontent {
	vertical-align: top;
	padding: 2px 5px 2px 5px;
	line-height: 140%;
}
.clearfloats {
	clear:both;
}
.tiny {
	font-size: 90.1%;
	color: #0B264C;
}
.author {
	font-size: .9em;
	font-style: italic;
	text-align: right;
}
.topic {
	font-weight: bold;	color: #68180F;
}
.success {
	color: #005B01;
}
.error {
	color: #C40000;
}
.warn {
	color:#8D813D;
	
}
.heading {
	font-size: 1em;
}
/* Alset clearing method */
.clearfix:after {
	content:".";
	display: block;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.comment {
	font-size: .9em; /*color: #4F0000;*/
}
.caption {
	font-size: 1em;
	color: #2B3E39;
	font-style: italic;
}
.captionondark {
	font-size: 1em;
	color: #2B3E39;
	font-style: italic;
}
.smalltitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #2B3E39;
	font-style: italic;
}
.smalltitledark {
	font-size: 1.1em;
	font-weight: bold;
	color: #2B3E39;
	font-style: italic;
}
.required {
	color: #4F0000;
	font-weight: bold;
}

.new {
	color: #305F1A;
	background-color: #D0CFB7;
	padding: 1px;
	font-weight: normal;
}

.tnails {
	position: relative;
	float: right;
	h/*eight: 115px;*/
	padding: 10px;
	
	/*width: 400px;*/
	text-align: center;
	color: #0B264C;
	font-size: 94.1%;/*background-color: orange;*/
	/*width: 79px;*/
	/*font-weight: bold;*/
	/*border: 1px solid green; */
}
.tnails span {
	position: absolute;
	left: 0;
	top: -3;
	background-image: url(css/match.gif);
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	border: none;
}
.tnails p {
	position: absolute;
	left: 40px;
	top: 75px;
	background-image:url(images/site/new.gif);
		background-repeat: no-repeat;
width: 28px;
	height: 10px;
	border: none;
}


.tnails img {
	border: 1px solid #2B3E39;
}
.required {
	color: #68180F;
	font-weight: bold;
}

 .hideme {
	 display: none;
	 padding: 5px 5px; margin-top: 5px;
	 line-height: 125%;
	font-family: sans-serif;
	border-bottom: 1px dashed #0B264C;
	border-top: 1px dashed #0B264C;
	background-color: #DFE6EC;}	
	
.showme {
	 display: block;
	 padding: 5px;
	font-family: sans-serif;
	border-bottom: 1px dashed #0B264C;
	border-top: 1px dashed #0B264C;
	background-color: #DFE6EC;}	
	
	.largeimage {
		float: left; width: 120px;
	}
	.title {
	font-size: 18px;
	color: #0B264C;
	font-weight: bold;
	}
	
	.available { background-color: #DFF0DA;}
	.sold {	background-color: #F6E2DF;}
   .reserved {
   	background-color: #DFE6EC;}
