/* WPBMAP */

body {
	margin: 0;
    padding: 0;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;   
		
}

.link a {
color: #5c93d6;

}


.highlight
    {
   color: #990099;
   font-weight: bold;
}

.grey {color: #999999}
 

.box { padding: 12px;
       background: #D0B2CE;

}

.box2 {padding: 12px;
       background: url(../images/box2.jpg);
	   background-repeat:repeat-x;
	   background-color:#f2f2f3;
       border: 1px solid #cccccc;
	   text-align: left;
}

.box6 {padding: 12px;
       margin-bottom:8px;
       background: url(../images/box2.jpg);
	   background-repeat:repeat-x;
	   background-color:#f2f2f3;
       border: 1px solid #cccccc;
	   text-align: left;
	  
}

.box3 { padding: 12px;
       background:  #EAEAEA;
       border: 1px solid #cccccc;
}

table.event
{
border-collapse: separate;
margin-bottom:8px;
text-align: left;
}

.textLeft
{
text-align: left;
}

.textRight
{
text-align: right;
}



.textCentre
{
text-align: centre;
}

.eventTitle {
color: #FFFFFF;
font-weight: bold;
}

.eventTitle2 {
color: #FFFFFF;
font-weight: bold;
padding-left:3px
}

.eventImage {
margin: 2px
}

.eventDes {
width:200px
}
 
.center {
text-align:center
}

img.newsimage 
{
float:left;
margin:0px 25px 20px 0px;
}

img.newsimageR 
{
float:right;
margin-bottom:20px;
margin-right:10px;
}


h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	text-align: left;
	
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}



a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}



img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 0 30px;
}

/* Header */

#logo {
    margin: 0 auto;
	width: 540px;
	padding-top: 28px;
	padding-bottom: 8px;
    
      
}



/* Menu */

#menu {

    width: 100%;
	margin: 0 ;
	height: 21px;
	border-bottom: 1px solid #5c93d6
	

}

#menu ul {
	margin: 0;
	padding-left:5px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	padding: 0px 10px 5px 10px;
	text-decoration: underline;
	color: #5c93d6;
}

#menu a:hover {
	text-decoration: none;
}





/* Page */

#page {
		margin: 0 auto;
	}

#googlemap {
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 540px;
	padding: 24px 0 0 0;
}

#content_form {
	margin: 0 auto;
	width: 500px;
	padding: 30px 0 0 30px;
}

#content-wide {
	width: 960px;
	margin:0px auto;
	padding: 10px;
	color:#5C93D6;
	text-align:center;	
}

#content-wide a{
	color:#5C93D6;	
}

#content-wide a:hover{
	color:#ff0000;	
}

.listing{
	padding:0px 0px 10px 0px;
        border-bottom: 1px dotted #666666;              
}

.entry {
	padding:0px 0px 5px 0px;
        border-bottom: 1px dotted #cccccc;
        /*background: url(2008_images/basebg2.jpg) repeat-x;*/
        
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/* Sidebar */

#right {
	float: right;
	width: 240px;
	padding: 24px 30px 0 18px;
	text-align: left;
	
}
#right_147 {
	float: right;
	width: 189px;
	padding: 24px 30px 0 18px;
	
}






/*Contact Form*/
#form  {
	display: inline;
}

.error{
	color: #FF0000;
}

.total {color: #5C93D6;
		font-weight: bold;
		}

/* Footer */

#footer {
        margin: 0 auto;
        width: 880px;
        text-align: center;
        padding: 3px 0 3px 0;
		
		font-size:11px;
		
		color: #5c93d6;
	}
	
#footer a {
	color: #5c93d6;
	text-decoration:none;	
}

#footer a:hover {
	
	text-decoration:underline;
}