/*----------------------MAIN CONTENT------------------------*/
* {	
	margin: 0;
	padding: 0;
}
body
{
	margin: 0;
	padding: 0;
	color: #666;
	text-align: center;
	margin: 30px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	/*background-color: #EAE9E1;*/
	background-color: #e3e2da;
	background-image: url(../graphics/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
h1 
{
	font-size: 105%;
	height: 30px;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #7D8793;
	text-align: center;
	background-image: url(../graphics/name.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
h1 span{
	visibility: hidden;	
}
h2, h3
{
	font-size: 100%;
	font-weight: bold;
	color: #7D8793;
	letter-spacing: 0.5px;
	text-align: left;
	padding-bottom: 15px;
}
.guideArea h3{
	text-align: center;
}
p 
{	
	font-size: 100%;
	padding-bottom: 10px; 
	text-align: left;
}
a:link, a:visited, a:hover, a:active 
{
	color:#7D8793;
	text-decoration: none;
}
ul 
{
	list-style-type: none;
}
li 
{
	list-style-type: none;
	padding-bottom: 5px;
}
/*---------------PAGE DIVS---------------*/
#container
{
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	/*background-color: #EAE9E1;*/
	background-color: #e3e2da;
}
#header {
	text-align: center;
	padding-bottom: 160px;
	padding-top: 10px;
	background-image: url(../graphics/BCHC_logo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#mainContent {
	width: 800px;
	background-image: url(../graphics/side_flower.gif);
	background-repeat: no-repeat;
	background-position: right bottom;	
}
#centre{
	/*585*/
	width: 610px;
	float: left;
	text-align: center;
	background-color: #fff;
	border-top: 2px solid #D3D1C2;
	border-left: 2px solid #D3D1C2;
	border-right: 2px solid #D3D1C2;
}
#text{
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 30px;
	padding-bottom: 30px;
}
#text img{
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
	border: 1px solid #7D8793;
}
/*---------------NAVIGATION---------------------------*/
#navigation{
	/*TOTAL 140*/
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 20px;
	/*padding-top: 160px;*/
	padding-top: 200px;
	width: 90px;
	float: left;
}
#navigation li{
	padding: 5px 0 5px 0;
}
#navigation a {
	color: #7D8793;	
	font-weight: normal;
}
#navigation a:hover, #navigation .active a{
	text-decoration: underline;	
}
/*----------FOOTER--------------*/
#footer
{
	/*width: 585px;*/
	width: 610px;
	background-color:#fff;
	margin-left: 140px;
	text-align: center;
	font-size: 90%;
	border-top: 2px solid #D3D1C2;
	border-bottom: 2px solid #D3D1C2;
	border-left: 2px solid #D3D1C2;
	border-right: 2px solid #D3D1C2;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a {
	padding: 0 8px 0 8px;
	color: #7D8793;
}
#footer li {
	display:inline;
}
/*---------------COPYRIGHT-----------------------*/
#copyright{
	color: #A8A8A8;
	font-size: 85%;
	text-align: center;
	margin-left: 140px;
	width: 585px;
	margin-top: 1px;
}
#copyright span{
	padding: 0 10px 0 10px;
}
#copyright a:link, #copyright a:visited, #copyright a:hover {
	color: #A8A8A8;
}
/*----------------CLEAR FIX--------------------*/
.clearfix:after {
    content: ".";              
	display: block;         
    height: 0;                
    clear: both;              
    visibility: hidden;	    
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/*FORMS AND FORM ELEMENTS*/
form{
	margin-top: 10px;
}
/*general*/
.optionsButton{
	text-align: left;
	font-weight:bold;
	color: #7D8793;
}
.optionsButton a{
	color: #7D8793;
}
#subPageBack{
	margin-top: 15px;
}
.guide{
	text-align: center
}
/*add_subpage*/
.addSubpage{
	text-align: center;
}
/*map*/
.map img{
	float: none;
	padding: 0;
	margin: 0;
}
.map{
	text-align: center;
	margin-left: 15px;
}
.centreImages{
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.centreImages #centreCircle{
	margin: 0 20px 0 20px;
}
.submitButton{
	margin-top: 20px;
}
.guideArea{
	border: 2px solid #989FA9;
	padding: 10px 10px 0 10px;
	width: 470px;
	margin: 0 auto;
	margin-top: 20px;
}
strong{
	color: #7D8793;
}

