body,div,dl,dt,dd,ul, ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,h1,h2,h3,h4,h5,h6  {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

h1{
	font-size: 18px;
	line-height: 1em;
}

h1.first{
	padding-top: 0;
}

h2{
	font-size: 15px;
	line-height: 1em;
}

h3{
	font-size: 12px;
	line-height: 1em;
}

abbr,acronym { 
	border:0;
}

strong{
	font-weight: bold;
}

hr{
	background: none;
	border: 0;
	border-top: 1px dashed #999;
	margin: 10px 0 12px;
}

body {
	background: #444;
	color: #ffffff; 
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	font-size: 13px; 
	line-height: 1.3em;
}

.floatLeft{
	float: left;
	margin: 0 10px 5px 0;
}

.floatRight{
	float: right;
	margin: 0 0 5px 10px;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

.clear{
	position: relative;
	overflow: hidden;
	clear: both;
}

.niceBorder{
	padding: 5px;
	background: #3f3f3f;
	border: 1px solid #4f4f4f;
}

.niceBorder ul a{
  color: #eee;
}

.niceBorder img, .niceBorder object, .squareGallery img{
	vertical-align: bottom;
}

.squareGallery{
	padding: 5px;
	background: #3f3f3f;
	border: 1px solid #4f4f4f;
	text-align: center;
}

.squareGallery img{
	padding-bottom: 5px;
}

.dottedList{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.dottedList li{
	padding: 2px 10px 3px 20px;
	background-repeat: no-repeat;
	background-position: 2px 4px;
	border-bottom: 1px dotted;
}

.dottedList li.last{
	border: 0;
}

.feeTable{
  margin: 10px 0;
  border:  1px solid #444;
  background: #111;
	width:  500px;
}

.feeTable td{
  padding: 5px;
  border-bottom:  1px solid #444;
}

.feeTable .even td{
  background: #222;
}

.feeTable  .large{
  width:  350px;
  border-right:  1px solid #444;
}

/*.green{
	color: #7fc31b;
}*/

.green{
	color: #ffffff;
}

p{
	padding: 0 0 1em 0;
	line-height: 1.5em;
}

a{
	color: #0385b6;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.team a{
	color: #FFFFFF
	text-decoration: none;
}
.team {color: #FFFFFF}

#wrapper{
	position: relative;
	margin: 0 auto;
	padding-top: 373px;
	background: url(images/content-top.png) no-repeat 0 339px;
	width: 836px;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 339px;
	background: url(images/menu-bg.png) no-repeat 0 162px;
	background-color:#222222;
}

#logo{
	position: absolute;
	left: 0;
	top: 0;
	width: 273px;
	height: 132px;
	overflow: hidden;
	background: url(images/logo.jpg) no-repeat;
}

#phone{
	position: absolute;
	top: 90px;
	right: 0;
	text-transform: uppercase;
	font: 28px "Times New Roman", Times, serif;
}

#topImage{
	position: absolute;
	top: 186px;
	left: 0;
	width: 766px;
	height: 100px;
	padding: 25px 35px 28px 35px;
	background-image: url(images/top-image-bg.png);
}

#topImage img{
	vertical-align: bottom;
}
/* Content */
#content{
	padding: 0 20px 10px 20px;
	color: #fff;
	background: #333 url(images/content-bg.png) repeat-y;
	overflow: hidden;
}

#leftColumn{
	float: left;
}

#galleryLayout{
	padding-top: 20px;
}

#galleryLayout .floatLeft, #galleryLayout .floatRight{
	margin-bottom: 25px;
}

.galleryItem{
	display: block;
	position: relative;
	padding-top: 140px;
	width: 385px;
	height: 32px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	background: #222 url(images/gallery-item-bg.png);
}

.galleryItem span{
	display: block;
	position: absolute;
	width: 160px;
	text-align: center;
	left: 0;
	top: 5px;
}

.galleryItem a:hover span, .galleryItem a:hover{
	text-decoration: none !important;
}

.galleryItem h2{
	padding: 2px 12px 0;
	text-align: center;
	color: #ccc;
	font-weight: normal;
	font-size: 20px;
}

.galleryItem h2 a{
	color: #ccc;
	font-weight: normal;
	font-size: 20px;
}

.galleryItemBefore, .galleryItemAfter{
	position: absolute;
	top: 12px;
	left: 12px;
	width: 180px;
	height: 120px;
	overflow: hidden;
}

.galleryItemAfter{
	left: 193px;
}

.galleryItemBefore img, .galleryItemAfter img{
	vertical-align: bottom;
}

.galleryItemBefore span, .galleryItemAfter span{
	position: absolute;
	left: 10px;
	bottom: 3px;
	color: #fff;
}

#rightColumn{
	float: right;
}

#content ul{
	padding: 0 0 1em 30px;
}

/* Footer */
#footer{
	position: relative;
	background: #2b2b2b;
	border: 1px solid #1c1c1c;
	color: #7d7d7d;
	margin-bottom: 1em;
	font-size:11px
}

#footerLeft{
	padding: 7px 20px;
	border: 1px solid #3f3f3f;	
}

#footerRight{
	position: absolute;
	right: 20px;
	top: 7px;
}

#footerLinks{
	padding: 330px 0 20px 0;
	text-align:center;
}

/* Contact Form */
#contactForm{
	width: 328px;
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #222;
	border: 1px solid #444;
}

#contactForm h2{
	padding: 0 0 10px 0;
}

#contactForm .element{
	padding: 0 0 5px 0;
}

#contactForm .element .field{
	float:left;
	width: 328px;
	text-align: left;
}

#contactForm .element .field input, #contactForm .element .field textarea{
	background: #fff;
	border-top: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #666;
	width: 326px;
}

#contactForm .element .field textarea{
	height: 60px;
}

#contactForm .element .field input{
	height: 18px;
	line-height: 18px;
}

#contactForm .button{
	width: 50px;
	height: 18px;
	border: 1px solid #555;
	float: left;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: normal;
	background: #444;
	font-weight: bold;
}
#slideshow {
 	min-height:400px;
	margin-left:20px;
	position:relative;
	width:600px;
}
#slideshow img {
	left:0;
	opacity:0;
	position:absolute;
	top:0;
	z-index:8;
}
