
/*//////////////////////////////////////////////////////////
			MAIN COLOURS USED
	
			PAGE BACKGROUND  #DDDDF7
			DARK BLUE        #062B9D
			MENU BACKGROUND  #DADAF4
			BODY TEXT        #666
		
/////////////////////////////////////////////////////////*/




body {
    font-family: arial, helvetica, sans serif;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: small;
	color: #666;/*grey*/
	background: #DDDDF7 url(images/page_background.gif) repeat-x top left;
}

#wrapper {
	position: relative;
	width: 56em;
	margin: auto;
}



/*////////////////////////////
	HEADER AREA
////////////////////////////*/

#header {
	width: 56em;
	height: 119px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-align: center;
	background: #fff url(images/top_photos.jpg) no-repeat top right;
}

#header2 {
	width: 56em;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	background-color: #fff;
	border-top: 1px solid #9191DB;
	border-bottom: 1px solid #9191DB;
}

.header2text{
	padding: 5px 5px 5px 10px;
	color: #062B9D;
}

.telephonebox{
	width: 12em;
	margin: 0px 20px 0px 0px;
	background: #062B9D url(images/telephone_back.gif) no-repeat top right;
	color: #fff;
	font-weight: bold;
	text-align: left;
	height: 32px;
	float: left;
}

.telephonetext{
	padding: 8px 0px 0px 0px;
}


#header2 a, #header2 a:hover, #header2 a:visited{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	display: block;
	width: auto;
	font-size: 90%;
}

/*////////////////////////////
	SIDE MENU AREA
////////////////////////////*/

#menu{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 10px;
	width: 12em;
	float: left;
	font-weight: normal;
}

.menuitem{
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	min-height: 20px;
	max-height: auto;
	background: #DADAF4 url(images/menu_back.gif) no-repeat top right;
}

*html .menuitem{ height: 20px;}
						
#menu a{
	color: #062B9D; /*blue*/
	text-decoration: none;
	font-weight: normal;
	padding: 2px 0px 0px 0px;
	display: block;
	width: auto;
	font-size: 90%;
}

#menu a:hover{
	color: #062B9D;/*grey*/
	text-decoration: none;
	font-weight: normal;
	padding: 2px 0px 0px 0px;
	display: block;
	width: auto;
	font-size: 90%;
}




#menuhome{
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	min-height: 20px;
	max-height: auto;
	background: #062B9D url(images/menu_home_back.gif) no-repeat top right;
}
*html #menuhome{ height: 20px;}

#menuhome a, #menuhome a:hover, #menuhome a:visited{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	display: block;
	width: auto;
	font-size: 90%;
	padding: 2px 0px 0px 0px;
}
						

/*////////////////////////////
	CONTENT
////////////////////////////*/

#content{
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	text-align: left;
	width: 56em;
	min-height: 300px;
	max-height: auto;
	float: right;
}
			
* html #content { height: 300px;}
						
.innercontent{
	width: 38em;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 20px 20px;
	float: left;
}		
		
/*////////////////////////////
	FOOTER & COPYRIGHT
////////////////////////////*/
#footerwrapper {
	width: 56em;
	background: #fff url(images/footer_logo.gif) no-repeat top right;
	border-top: 1px solid #9191DB;/*purple*/
	height: 75px;
	float: left;
}

		
#copyright {
	font-family: arial, helvetica, sans serif;
	padding: 10px 0px 10px 10px;
	color: #062B9D;/*drk blue*/
	font-size: 80%;
	height: auto;
	text-align: left;
}

										

/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: arial, helvetica, sans serif;
	color: #062B9D;/*drk blue*/
	font-size: medium;
	font-weight: bold;
	margin-top: 0;
}


h2{
	font-family: arial, helvetica, sans serif;
	color: #062B9D;/*drk blue*/
	font-size: small;
	font-weight: bold;
}  

h3{
	font-family: arial, helvetica, sans serif;
	color: #666;/*grey*/
	font-size: small;
	font-weight: bold;
}  
  
/*////////////////////////////
	LINKS
////////////////////////////*/
a{
	color: #062B9D; /*blue */
	text-decoration: underline;
}

a:visited{
    color: #666; /* blue */
	text-decoration: underline;
}

a:hover{
    color: #062B9D;  /* grey */
	text-decoration: none;
}

/*////////////////////////////
	OTHER
////////////////////////////*/


img{ 
	border: none;
}


.right{
	margin-left: 10px;
	float: right;
}

.left{
	margin-right: 5px;
	float: left;
}

ul
{
	list-style-type: image;
	list-style-image:  url(images/bulletpoint.gif);
}

label.enquiry
{
	width: 160px;
	float: left;
}


.large{
	font-size: large;
}

.eventtitle{
	height: 20px;
	background-color: #062B9D;/*blue*/
	color: #fff;
	font-weight: bold;
	padding-top: 3px;
}

/*////////////////////////////
	EVENTS PAGE
////////////////////////////*/

.leftcolumn{

	width: 18em;
	float: left;
}

.rightcolumn{

	width: 18em;
	float: right;
}

.bluetitle{
	width: 18em;
	height: auto;
	color: #fff;
	font-weight: bold;
	background-color: #062B9D;
	padding: 5px 5px 5px 5px;
}

.greytitle{
	width: 18em;
	height: auto;
	color: #fff;
	font-weight: bold;
	background-color: #838383;
	padding: 5px 5px 5px 5px;

}

.detailstitle{
	width: 38em;
	height: auto;
	color: #fff;
	font-weight: bold;
	background-color: #062B9D;
	padding: 5px 5px 5px 5px;
}


.drkgreytitle{
	width: 38em;
	height: auto;
	color: #fff;
	font-weight: bold;
	background-color: #838383;
	padding: 5px 5px 5px 5px;

}

/*////////////////////////////
	COMMITTEE
////////////////////////////*/

.border{

	border-bottom: 1px solid #666;
}



/*////////////////////////////
	CONTACT FORM
////////////////////////////*/


.blueborder{
	border: 1px solid #062B9D;

}

.buttonblue{
	color: #fff;
	font-weight: bold;
	border: 1px solid #062B9D;
	background: #062B9D;	
}

.buttongrey{
	color: #fff;
	font-weight: bold;
	border: 1px solid #666;
	background: #666;	
}