/* 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-image: url(/images/bg_frame_repeat.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0 auto;
	min-height: 600px;
	position: relative;
	overflow: hidden;
	
}
#wrapper-inner {
	background-image: url(/images/bg_frame_top.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 1010px;
	min-height: 600px;
}

#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: 138px;
	height: 247px;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
}
#image>div {
	z-index:10;
}

#contact_details {
	position: absolute;
	top: 30px;
	left: 339px;
	height: 105px;
	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: 900px;
  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;
  margin-top: 38px;
  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;
}
#nomination { 
	position: absolute;
	top: 430px;
	left: 30px;
	width: 125px;
	height: 115px;
	border: none;
}
.nomination_strip {
	position: absolute;
	top: 100px;
	left: 340px;
	z-index: 100;
}
#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;
}

/* Before and after page */

#before-and-after {
    margin: 0;
    padding: 0;
    list-style: none;
	
}

#before-and-after h3 {
    margin-bottom: 5px;
	margin-top: 35px;
	text-align: center;
}
.before_and_after #center {
	width: 475px;
}
.before_and_after #container #center h1 {
	text-align: center;
	font-size: 20px;
}
.image-box {
    width: 646px;
    overflow: hidden;
	margin-left: -10px;
}

.slide-show {
    position:relative;
    height:350px;
	margin-left: -140px
}

.slide-show IMG {
    position:absolute;
    top:0px;
    left:130px;
    z-index:8;
}

.slide-show IMG.active {
    z-index:10;
}
.slide-caption {

}
.slide-show IMG.last-active {
    z-index:9;
}
.slide-show {
    position: relative;
}
.slide-show .slide {
    display: none;
    position:absolute
}
.slide-show .slide.first, .slide img {
    display: block
}
.slide-show .slide-caption {
	margin-left: 10px;
	margin-top: 175px;
	font-size: 16px;
	font-weight: bold;
	width: 80px;
}
.slide-frame {
	position: absolute;
	width: 496px;
	height: 350px;
	z-index: 100 !important;
	top: 0;
	left: 140px;
	}


	
#footer {
	clear: both;
	background: #000000;
	overflow: auto;
	color: #ffffff;
	width: 1010px;
	margin: 0 auto;
	text-align: left;
}

#footer ul {
	font-size: 90%;
	margin: 0;
	padding: 0;
}

#footer ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#footer ul li a {
	color: #ffffff;
}

.footer_nav_projects {
	float: left;
	width: 400px;
}

#footer_nav {
	padding: 10px;
}

#footer_nav_left {
	float: left;
	width: 100px;
}

#footer_nav_right {
	float: right;
	width: 850px;
}

#footer_info {
	clear: both;
	padding: 10px;
}
