/* font sizes */

html {
font-size: 12px;
font-family: verdana, helvetica, sans-serif;
color: #000000;
}

p {
	font-size: 11px;
	line-height: 1.5em;
}


/* layout */

body {
	text-align: center;
	background-color: #565a5c;
}

#wrapper {
	width: 1010px;
	background: transparent url(/images/bg_frame.gif) top left no-repeat;
	text-align: left;
	margin: 0 auto;
	min-height: 600px;
	position: relative;
	overflow: hidden;
	
}

#main {
	width: 1010px;
	background: transparent url(/images/bg_bottom.gif) bottom left no-repeat;
	text-align: left;
	position: absolute;
	height: 50px;
	bottom: 0;
	left: 0;
}

#logo {
	position: absolute;
	top: 47px;
	left: 86px;
	border: none;
}
	
#menu {
	position: absolute;
	top: 174px;
	left: 30px;
	padding: 0;
	list-style: none;
	width: 125px;
	
}

#image {
	position: absolute;
	left: 339px;
	top: 100px;
	height: 247px;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
}

#contact_details {
	position: absolute;
	top: 0px;
	left: 339px;
	height: 100px;
	width: 496px;
	line-height: 1.5em;
}

#contact_details p {
	position: absolute; 
	bottom: 0;
	left: 10px;
}

#container {
  background: #e2e3e3 url(/images/bg_container.gif) 0 0 repeat-y;
  min-height: 600px;
  margin-top: 182px;
  margin-left: 175px;
  float:left;
  width:330px;
  border-left:164px solid #ebecec; /* The width and color of the left rail */
  border-right:167px solid #ebecec; /* The width and color of the right rail */
}

#leftRail {
  float:left;
  width:164px;
  margin-left:-164px;
  position:relative;
  padding: 4px 20px 20px 20px;
}

#center {
  float:left;
  width:310px;
  margin-right:-330px;
  padding: 185px 10px 40px 10px;
}

#rightRail {
  float:right;
  width:146px;
  margin-right:-167px;
  position:relative;
  padding: 203px 10px 40px 10px;
}

#fmb_logo { 
	position: absolute;
	bottom: 40px;
	left: 65px;
	width: 56px;
	height: 83px;
	border: none;
}
#ebc_logo { 
	position: absolute;
	bottom: 135px;
	left: 63px;
	width: 59px;
	height: 58px;
	border: none;
}
#mc_logo { 
	position: absolute;
	bottom: 210px;
	left: 63px;
	width: 59px;
	height: 58px;
	border: none;
}
#gallery {
	position: absolute;
	top: 40px;
	right: 20px;
	width: 140px;
	min-height: 200px;
}

#credit {
	width: 980px;
	text-align: right; 
	margin: 5px auto 0 auto;
	color: white;
	font: 11px verdana, arial;
}
#credit a {
	text-decoration: underline;
	color: white;
}

#testimonials_extra {
	margin-top:20px;
	margin-left: -10px;
	font-style: italic;
	width: 140px;
}
#testimonials_extra p{
	margin-bottom: 40px;
}
/* text styles */

#contact_details p {
	font-weight: bold;
	color: #777;
}

#contact_details p em {
	font-style: normal;
	color: #000;

}

#container #center h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-top: 0px; 
}

h2 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 11px; 
	margin-bottom: 0px;
}

h2.menutitle {
	font-size: 14px;
	font-weight: bold;
	margin-top: 11px; 
	margin-bottom: 0px;
	text-align: center;
}

#container #center p {
	margin-bottom: 20px; 
	margin-top: 4px;
}

ol {
	font-size: 11px;
	line-height: 1.5em;
	padding-left: 20px;
	margin-bottom: 20px; 
	margin-top: 4px;
	margin-left: 0;
}

#center ul  {
	font-size: 11px;
	line-height: 1.5em;
}

ul.biglist {
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.biglist li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	margin-top: 11px;
}

/*menu styles */

#menu {
	border-top: 1px solid black;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 12px;
}

#menu li {
	border-bottom: 1px solid black;
	padding: 0;
	
}
#menu li span {
	display: block;
	width: 125px;
	padding: 8px 0 8px 0;
	background-color: #ebecec;
}
#menu li a {
	display: block;
	width: 125px;
	padding: 8px 0 8px 0;
}

#menu li a:hover{
background-color: #ebecec;
color: black;
}

/* submenu styles */
.menu_sub  {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
}

.menu_sub li {
	padding: 0;
	
}
.menu_sub li span {
	display: block;
	width: 125px;
	padding: 8px 0 8px 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.menu_sub li a {
	display: block;
	width: 125px;
	padding: 9px 0 8px 0;
}

.menu_sub li a:hover{
	padding: 8px 0 7px 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: black;
}

/* link styles */
 a {
	color: #000;
	text-decoration: none;
}

 a:hover {
	color: #777;
}

#center a {
	font-weight: bold;
	text-decoration: underline;
}
	
#center a:hover {
	text-decoration: underline;
}
	
#contact_details p a:hover {
	text-decoration: underline;
}

/* right rail */
#rightRail p {
	margin-bottom: 40px;
	font-style: italic;
}
.credit {
	font-weight: bold;
	float: right;
}
/* Contact form */
.vertical_form input {
	display: block;
	width: 15em;
}

.vertical_form label {
	display: block;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
.vertical_form input.form_submit {
	width: 5em;
	}
/* gallery */
#gallery h2 {
	font-size: 14px;
	text-align: center;
}
#gallery .gallery_image {
	position: relative;
	width: 60px;
	height: 60px;
	overflow: hidden;
	display: block;
	margin-top: 10px;
	margin-left: 5px;
	}
#gallery .gallery_image img{
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	z-index: 0;
}
#gallery .gallery_image .gallery_mask{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 60px;
	height: 60px;
	background: url(/images/gallery_mask.png) ;
}

#gallery #image0 .gallery_mask{
	background: url(/images/gallery_mask_black.png);
}
#gallery .gallery_image:hover .gallery_mask {
	background: url(/images/gallery_mask_black.png);
}
#gallery_col1 {
	position: absolute;
	top: 40px;
	left: 0;
}
#gallery_col2 {
	position: absolute;
	top: 70px;
	left: 70px;
}

div.extension_1 {
	min-height: 970px !important;
}

div.extension_2 {
	min-height: 760px !important;
}