/* CSS for www.lewisriver.com/tourism/
	 Hand coded by Matthew Farnell
	 Feel free to copy and use any of this CSS
	 with credit to Matthew Farnell, www.farnellweb.com */
	 
/* Quick Edits
-------------------------------*/
	 
body {
	font-family: BELL MT,ARIAL,TAHOMA,HELVETICA;
	font-size: 18px;
	letter-spacing: 0;
	word-spacing: normal;
	background: url('/tourism/images/sidebar/background.gif') left repeat-y;
	margin-bottom: 10px;
	}
	
H1 {
	COLOR: #972C26; 
	}
	
A:link, A:visited { 
	color: #036; }

A:hover { 
	color: #069;
	}

#sidebar a {
	color: #036;
	}
	
#sidebar a:hover, #sidebar a.active {
	color: #fff;
	}
	
hr {
	color: #000; 
	background: #000;
}

hr.top {
  width: 375px; 
  margin-bottom: 0;
}

hr.bottom {
  width: 375px; 
  margin-top: 0;
}
	
/* Headers
-------------------------------*/

H1 {
	FONT-FAMILY: Tw Cen MT, Arial, sans-serif;
	FONT-SIZE: 18pt; 
	margin: 0; 
	text-align: center;
	}
	
H2 {
	FONT-FAMILY: Times New Roman, serif;
	FONT-SIZE: 15pt;  
	margin: 0; 
	margin-top: 20px;
	text-align: center;
	}
	
h1.tradeshow {
	width: 100%;
	height: 215px;
	background: url(/tourism/tradeshow/images/title.jpg) no-repeat center;
}

h1 span {
	display: none;
}

H3 {
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 10pt;  
	margin: 0; 
	text-align: center;
	}
	
H4 {
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 10pt; 
	font-weight: normal; 
	margin: 0; 
	text-align: center;
	}
	
	
/* Body
-------------------------------*/

body {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
	
/* Layout
-------------------------------*/

#container {
	 width:753px;
	}

#content {
  width: 568px; 
	float: right;
	}
	
#sidebar {
	float: left; 
	padding-left: 7px; 
	padding-right: 7px;
	text-align:center;
	width: 156px;
line-height: 12px;
	}
	
* html #sidebar
{
  width: 170px;
  w\idth: 156px;
}

#footer {
	font-size: 14px;
	font-family: 'Times New Roman', Times, serif;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

.skip {
	display: none;	
	}

/* Link appearance
-------------------------------*/
A:link, A:visited { 
	text-decoration: underline;
	}

A:hover { 
	text-decoration: none;
	}



/* Sidebar
-------------------------------*/
	
#sidebar ul {
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	}

#sidebar a {
	text-decoration: none;
	width: 100%;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin:0;
	padding:0;
	}
	
#sidebar li {
	margin: 0px;
margin-bottom: 14px;
line-height: 20px;
	}
	
#sidebar li a {
	font-family: 'Times New Roman', Times, serif;
	font-size: 19px;
	}

#sidebar a:hover {
	text-decoration: none;
	width: 100%;
	} 
	
	
/* Misc
-------------------------------*/

.nobr {
	white-space: nowrap;
	}
	
hr {
	margin: 20px 0 0px 0; 
	border: 0;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

html>body hr {
	margin-bottom: 15px; 
}
	
.zero-border {
	border: 0;
	}
	
.no-margin {
	margin: 0;
	}
	
.back {
	font-size: 20px;
	font-weight: bold;
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
	}

a.leftlink {
	display: block;
	width: 150px;
	float: left;
}

a.rightlink {
	display: block;
	width: 150px;
	float: right;
}

a.centerlink {
	display: block;
	width: 170px;
	float: center;
}
	
.center {
	text-align: center;
}
	
p {
	margin-bottom: 0px;
	}
	
.right {
	float: right;
	margin-left: 10px;
	border: none;
	}
	
.left {
	float: left;
	margin-right: 5px;
	border: none;
	}
	
.small {
	font-size: 14px;
	font-weight: bold;
	font-family: 'Times New Roman', Times, serif;
}

a img {
	border: none;
	}
	
.top {
 margin-top: 0;
}

