/* CSS Document */
/* CLTstyles.css */
/* Styles for Cheshire Landscape Trust Site */

* {
	margin:0;
	padding:0;
	border:0;
}
body  {
	background: #ffffff;
	padding: 0 10px 10px 10px;
	text-align: center;
	color:#4A2118;
	font-family:"Times New Roman", Times, serif;
	font-size:130%;
}
#container { 
	text-align: left;
	width:800px;
	margin:0 auto;
}
/* 2 Column Layout */
#mainContent {
 	margin:0;
	margin-right:165px;
	padding:0 5px 0 10px;
} 
#contentwrapper.nosidebar #mainContent {
	margin-right:0px;
}
#contentwrapper {
	background:url(/images/menu/bg.gif) top left repeat-y;
	padding:0;
	margin:0;
}
#contentwrapper.nosidebar {
	background:none;
}
#sidebar {
	float: right; 
	width: 165px;
	padding: 0;
	margin-left:10px;
}
h1 {
	font-size:230%;
	text-align:center;
	border-bottom:2px solid #4A2118;
	font-weight:normal;
	padding-bottom:10px;
	margin:0 10px 20px 10px;
}
h2 {
	font-size:130%;
	color:#76CCDB;
	margin-bottom:10px;
	font-style:italic;
}
h2 a, h2 a:link, h2 a:visited, h2 strong{
	font-size:130%;
	color:#B2D032;
	text-decoration:none;
	font-style:normal;
}
h3 {
	font-weight:bold;
	margin:1em 0 0.2em 0;
	font-size:130%;
}
h3 em {
	font-weight:normal;
	font-size:80%;
	color:#76CCDB;
}
h4 {
	color:#B2D032;
	margin-top:0.5em;
}
p{
	margin:20px 0;
}
a, a:link, a:visited {
	color:#B2D032;
	font-weight:bold;
	text-decoration:none;
}
a:hover, h2 a:hover {
	text-decoration:underline;
}
#footer {
 	text-align:center;
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:80%;
}
#footer a {
	color:#4A2118;
}
ul#topmenu {
	font-size:21px;
	line-height:29px;
	list-style:none;
	background:url(/images/menub/bg.gif) top left no-repeat;
	width:800px;
	height:101px;
	margin:-6px 0 0 0;
	padding:0 0 0 120px;
	color:#B2D032;
	font-weight:bold;
}
ul#topmenu li {
 	display:inline;
	padding:0 5px 0 35px;
	white-space:nowrap;
	background:url(/images/menub/bpoint.gif) top left no-repeat;
}
ul#topmenu li a, ul#topmenu li a:link, ul#topmenu li a:visited {
	color:#FFFFFF;
}
ul#topmenu li a:hover {
	color:#B2D032;
	text-decoration:none;
}
ul {
	margin:10px 0 10px 30px;
}
ul li {
	margin:4px 0;
}
.highlight {
	color:#76CCDB;
}

.fltlft {
	float:left;
	margin-right:20px;
}
.fltrt {
	float:right;
	margin-left:20px;
}
.floathold {
	width:100%;
	overflow:auto;
}