/* old blue: New blue: 2213A4 */

body
{
	font-family: Arial, Helvetiva, sans-serif;
}
p
{
	padding:10px 10px 0px 10px;
	font-size:14px;
	margin: 0px;
	text-align:justify;
}
h1
{
	padding:10px 5px 0px 10px;
	margin:0px;
	font-size:20px;
}
h2
{
	padding:8px 5px 0px 10px;
	margin:0px;
	font-size:18px;
}
h3
{
	padding:6px 5px 0px 10px;
	margin:0px;
	font-size:16px;	
}
img
{
	border:none;
}
table
{
margin:10px;
}
.blackback
{
	text-align:center;
	background-color:#000000;
}
.rightcol ul
{
	margin:0px;
}
.rightcol li
{
	padding:0px 10px 0px 0px;
	margin:5px 0px 0px 0px;
	text-align:justify;
	font-size: 14px;
}

.rightcol li a
{
	color:#000000;
	font-weight:bold;
}
.rightcol li a:link
{
	color:#000000;
	font-weight:bold;
}
.rightcol li a:hover
{
	font-weight:bold;
	background-color: #e09046;
	color: #ffffff;
}
.rightcol li a:visited
{
	color:#000000;
	font-weight:bold;
}
p a
{
	color:#000000;
	font-weight:bold;
}
p a:link
{
	color:#000000;
	font-weight:bold;
}
p a:hover
{
	font-weight:bold;
	background-color: #e09046;
	color: #ffffff;
}
p a:visited
{
	color:#000000;
	font-weight:bold;
}
.mainbox
{
text-align:left;
margin:auto;
width:950px;
background-color:#ffffff;
background:url(background_mainbox.gif);
}
.title
{
background-image: url(background_title.gif);
background-repeat:no-repeat;
background-position:top-left;
background-color: #555555;
height:108px;
}
.menubox
{
	background:url(background_mainbox.gif);
}
.clearer
{
	clear:both;
	line-height:0px;
	height:0px;
}

/******* MENU ***************/

 #navcontainer ul
{
margin:0px;
padding:0px;
padding-left:191px;
color: #000000;
float:left;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline;
list-style-type:none;
}

#navcontainer ul li a
{
padding: 0.3em 1em; /* this spaces the li items */
background-color: #ffffff;
background-image: url(menu_outline.gif);
background-position: top right;
background-repeat: no-repeat;
border-top: solid 1px #5c8bc3;
border-bottom: solid 1px #5c8bc3;
color: #000000;
text-decoration: none;
float: left; /* FLOAT closes the gaps between LI items! there is a small gap without it*/
}

#navcontainer ul li a:hover
{
background-color: #e09046;
color: #fff;
}

#navcontainer ul li #current
{
/*background-color:#FFECC8;*/
background-color: #FBF8DB;
color:#000000;
}
/******* MENU ***************/

.leftcol
{
	float:left;
	width:160px;
	font-size: 20px;
	text-align:center;
	color: #ffffff;
	padding-bottom:10px;
}
.leftcol p
{
	padding-top:3px;
	font-size:14px;
	text-align:left;
	line-height: 18px;
}
.columngap
{
	width:20px;
	height:20px;
	float:left;
}
.rightcol
{
	float:left;
	width:730px;
}
.imgfloat
{
	float:right;
	width:160px;
	padding: 5px 15px 5px 15px;
	text-align:center;
	font-size: 13px;
	font-weight:bold;
}
.meetinghousedetails .imgfloat /*Don't float images in full-page FMH details pages */
{
float:none;
}
.imgfloatbig
{
	float:right;
	border: solid 5px #ffffff;
}
/* MAP STUFF */
.map
{
	width:741px;
	height:403px;
	background-color:#000000;
	background-image: url('background_map.jpg');
}
.map a
{
	display:block;
	height:50px;
	width:50px;
}

.map a:visited
{
background-image: url('background_fmh_butt_dark.png');
}

.map a:link
{
background-image: url('background_fmh_butt_dark.png');
}

.map a:hover
{
background-image: url('background_fmh_butt_light.png');
}

/* These positions have to be in this order: the 50px size of each <a> affects the position of the following ones, hence the negative TOP values - sorry! */
.redland
{
	position:relative;
	top:213px;
	left:442px;
}
.horfield
{
	position:relative;
	top:55px;
	left:422px;
}
.central
{
	position:relative;
	top:142px;
	left:536px;
}
.bedminster
{
	position:relative;
	top:135px;
	left:445px;
}
.frenchay
{
	position:relative;
	top:-98px;
	left:665px;
}
.thornbury
{
	position:relative;
	top:-240px;
	left:495px;
}
.portishead
{
	position:relative;
	top:-153px;
	left:18px;
}

.fmhinfobox
{
	margin-top:8px;
}
.fmhpicbox
{
	width:120px;
	height:120px;
	float:left;
}
.fmhinfotext
{
	float:left;
	width:610px;
}
.fmhinfotext p
{
	padding: 1px 0px 0px 10px;
	margin:1px;
	font-size:13px;
}
.fmhinfotext h2
{
	padding: 1px 0px 0px 10px;
	margin:1px;
	font-size: 16px;
}
#footer
{
	color:#ffffff;
	background-color:#2213A4;
	padding-top:3px;
	padding-bottom: 8px;
}
#footer p
{
	text-align:center;
	margin-left:180px;
}
#footer p a:link
{
	color:#ffffff;
}
#footer p a:visited
{
	color:#ffffff;
}
