/* Start of CMSMS style sheet 'main css' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   line-height: 20px;
   font-size: 12px;
   background-color: #fff;
   color: #000;
   background-repeat:no-repeat;
}

.clearBoth {
display: block;
clear: both;
height: 1px;
line-height: 1px;
}

img {
   border: 0;
}

h1, h2, h3, h4, h5 {
margin-bottom: 10px;
color: #666666;
}

h1, h2, h3 {
color: #49920c;
}


h2 {
font-size: 18px;
font-weight: normal;
}

h3 {
font-weight: bold;
text-align: left;
font-size: 14px;
}

h4 {
font-size: 12px;
font-weight: normal;
}

hr {
border: 1px solid #49920c;
border-top: 1px solid #43A74D;
border-left: 1px solid #43A74D;
margin: 0 20px;
}

p {
margin-bottom: 10px;
color: #666666;
}

a {
text-decoration: none;
color: #015F3C;
}

#leftColumn ul {
margin-left: 15px;
color: #666666;
}

#leftColumn ul.options {
margin-left: 0;
}

#pageWrapper {
width: 910px;
margin: 0 auto;
}

#header {
color: #303030;
border-top: 20px solid black;
background-color: #000;
}

#logo {
float: left;
margin: 0 0 15px 10px;
}

#header h1 {
font-size: 11px;
text-transform: uppercase;
line-height: 14px;
font-weight: normal;
display: block;
float: left;
width: 100px;
margin-left: 50px;
margin-top: 7px;
color: #fff;
}

#contactDetails {
float: right;
margin-top: 10px;
margin-right: 10px;
color: #fff;
}

#contactDetails span {
display: block;
}

#number {
font-size: 24px;
}

#email {
font-size: 15px;
}

#mainMenu {
border-bottom: 3px solid #49920c;
margin-bottom: 20px;
background-color: #000;
}

#mainSearchMenu {
border: 3px solid #22811b;
background-color: #5ba41e;
background-image: url('images/mainSearchMenu-bg.gif');
background-repeat: repeat-x;
background-position: 0 72px;
height: 71px;
}

#mainSearchMenu span {
display: block;
text-align: center;
border-bottom: 1px solid #22811B;
font-weight: bold;
margin-bottom: 1px;
padding-bottom: 2px;
}

#mainContent {
margin-top: 20px;
}

#leftColumn {
float: left;
margin-right: 20px;
width: 665px;
}

#leftColumn img {
display: block;
float: right;
}

#rightColumn {
float: left;
width: 225px;
}

#rightColumn p, #rightColumn div img, #rightColumn a {
display: block;
margin-bottom: 10px;
}

#rightColumn a img {
margin-bottom: 0;
}

/* --------------------- Tag Cloud ----------------------- */

#mixed-categories-box {
text-align: center;
padding: 16px 20px;
line-height: 24px;
}

#directoryMainSection #mixed-categories-box {
border: 0;
}

.size1, .size2, .size3 {
	
}

.size1 {
	font-size: 24px;
}

.size2 {
	font-size: 19px;
}

.size3 {
	font-size: 13px;
	font-weight: bold;
}

.size4 {
	font-size: 12px;
}

.size5 {
	font-size: 10px;
	font-weight: bold;
}
.size6 {
	font-size: 10px;
}

/* -----------END------- Tag Cloud -------END------------- */

.includedFrame * {
border: 0;
margin: 0;
padding: 0;
}

.includedFrame {
border: 0;
padding: 0;
margin: 0;
width: 100%;
display: block;
margin: 0 auto;
height: 360px;
}

.NewsSummary h3 {
font-size: 12px;
}

.NewsSummary {
font-size: 11px;
}

#epp {
background-image: url(images/enteryourpostcode.gif);
background-repeat: no-repeat;
background-position: 0 -2px;
}

#footer {
  width: 910px;
  margin: 10px auto 30px;
  font-size: 10px;
  color: #999;
  text-align: center;
}

#eventDetailHeader {
border: 2px solid #22811b;
}
/* End of 'main css' */

