html,
body {
	margin: 0 !important;
	padding: 0;
	}

body {
	font-family: Geneva, Verdana, Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
	}

a:link {
	color: #40a1d0;
	text-decoration: none;
	}

a:visited {
	color: #4b5457;
	text-decoration: underline;
	}

a:hover {
	color: #000000;
	text-decoration: underline;
	}

.wrap {
	background: #ffffff url(images/background-nobar.png) top left repeat-y;
	color: #4b5457;
	margin: 0 auto;
	position: relative;
	width: 960px;
	}

.main-nav {
	font-size: .8333em;
	margin-left: 270px;
	padding-top: 32px;
	position: relative;
	text-transform: lowercase;
	z-index: 10;
	}

.main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
	.main-nav a {
		display: block;
		padding: 5px 10px;
		background: #DCE0E0;
		background: rgba(167,178,177,.4);
		border: 1px solid #dddddd;
		}
		
		.inner .main-nav a {
			background: transparent;
			}
		
		.inner .main-nav .active a {
			background: #DCE0E0;
			background: rgba(167,178,177,.4);
			}
			
		.main-nav a:link,
		.main-nav a:visited {
			color: #4b5457;
			text-decoration: none;
			}
		
		.main-nav a:hover {
			background: #b9C1C1;
			background: rgba(167,178,177,.8);
			color: #ffffff;
			text-decoration: none;
			}
	
	.main-nav ul li {
		float: left;
		padding: 0 1em 0 0;
		/* width: 7em;  */
		}
		
		.main-nav ul li ul {
			position: absolute;
			left: -9999em;
			}
			
			.main-nav ul li:hover a,
			.main-nav ul li.hover a {
				background: #b9C1C1;
				background: rgba(167,178,177,.8);
				border-bottom: 0;
				padding-bottom: 6px;
				}
				
				.main-nav ul li:hover ul a,
				.main-nav ul li.hover ul a {
					background: transparent;
					border: none;
					}
					
					.main-nav ul li:hover a:hover,
					.main-nav ul li.hover a:hover {
						background: #a6b5b4;
						background: rgba(167,178,177,.8);
						}
			
			.main-nav ul li:hover ul,
			.main-nav ul li.hover ul {
				background: #b9C1C1;
				background: rgba(167,178,177,.8);
				left: auto;
				width: 10em;
				}
		
		.main-nav ul ul li {
			float: none;
			padding: 0;
			}

.content {
	clear: both;
	float: right;
	font-size: .91667em;
	line-height: 1.636;
	margin-top: 51px;
	position: relative;
	width: 690px;
	z-index: 1;
	}
	
	.content img[align="right"],
	.content img.imgRight {
		float: right;
		margin-left: 1em;
		}
	
	.content img[align="left"],
	.content img.imgLeft {
		float: left;
		margin-right: 1em;
		}
	
	.content h1 {
		font-size: 1.2727em;
		line-height: 1.2857;
		margin: 0;
		}
		
	.content h2 {
		font-size: 1.0909em;
		margin: 0;
		line-height: 1.5;
		}
		
		.content h2 a:link,
		.content h2 a:visited {
			color: #4b5457;
			text-decoration: none;
			}
		
		.content h2 a:hover {
			color: #40a1d0;
			text-decoration: underline;
			}
	
	.content p {
		line-height: 1.636;
		margin: 0 0 1.636em;
		}
		
		.content p.more {
			margin: -1.636em 0 0;
			}
		
		.content p.more a:visited {
			text-decoration: none;
			}
			
		.content p.more a:hover {
			text-decoration: underline;
			}
		
	.content .breadcrumbs {
		clear: both;
		color: #666666;
		margin: -36px 0 18px;
		text-transform: lowercase;
		}
		
		.content .breadcrumbs a:link,
		.content .breadcrumbs a:visited {
			color: #666666;
			text-decoration: none;
			}
			
		.content .breadcrumbs a:hover {
			color: #40a1d0;
			text-decoration: underline;
			}
					
	.content .col3 {
		float: left;
		height: 162px;
		margin-bottom: 18px;
		margin-right: 20px;
		overflow: hidden;
		width: 210px;
		}
		
		.content .col3 .image {
			height: 144px;
			overflow: hidden;
			margin-bottom: 0;
			}
		
		.content .col3 h2 {
			font-weight: normal;
			}
		
		.content .col3 .image a img,
		.homeGallery a img {
			border: 0;
			}
		
	.content .col3:last-child { margin-right: none; }
	
	.content .gallery-wrap {
		float: left;
		margin-right: 1em;
		width: 690px;
		}
		
		.content .gallery {
/* 			height: 474px !important; */
			margin-bottom: 18px;
			}
			
			.content .gallery .image {
				text-align: center;
				width: 100%;
				}
			
			.content .gallery img {
				margin: 0 auto;
				display: block;
				}
		
		.content .gallery-nav {
			clear: both;
			list-style: none;
			margin: 0 0 18px;
			padding: 0;
			}
			
			.content .gallery-nav li {
				display: block;
				float: left;
				margin: 0;
				padding: 0 8px 0 0;
				}
				
			.construction .content .gallery-nav li {
				padding: 0 3px 0 0;
				}
				
				
				.content .gallery-nav li.last {
					/* padding-right: 0; */
					}
				
			.content .gallery-nav li a img {
	padding: 1px;
	border: 1px solid #ffffff;
	height: 36px;
				}
				
				.content .gallery-nav li.activeLI a img {
					border-color: #cccccc;
					}
			
			.content .gallery-nav li a {
				line-height: 0;
				}

		.content .homeGallery .projectName {
			background: #b9C1C1;
			background: rgba(167,178,177,.8);
			bottom: 5px;
			color: #ffffff;
			font-size: 2.5em;
			left: 0;
			line-height: 1;
			position: absolute;
			}
			
			.content .homeGallery .projectName a {
				color: #ffffff;
				display: block;
				padding: .5em 1em;
				text-decoration: none;
				}
				
				.content .homeGallery .projectName a:hover {
					color: #000000;
					}
		
.main-header {
	background: #3d97c4;
	color: #c1dbed;
	float: left;
	margin-right: 40px;
	width: 230px;
	text-align: center;
	position: fixed;
	}
	
	.main-header-wrap {
		position: relative;
		height: 100%;
		}
	
	.main-header .logo {
		position: absolute;
		bottom: 90px;
		left: 0;
		width: 100%;
		}
		
		.main-header .logo img {
			}
			
	.main-header .summary {
		position: absolute;
		left: 0;
		bottom: 288px;
		width: 100%;
		}
	
	.main-header .summary ul {
		font-size: .8333em;
		list-style: none;
		margin: 0;
		padding: 0;
		text-transform: lowercase;
		}
		
		.main-header .summary li {
			margin: 0;
			padding: 0;
			}

	.main-footer {
		clear: both;
		}
		
		.hasJS .main-header .contact {
			position: absolute;
			bottom: 0;
			left: 0;
			}
	
	.main-header .contact {
		background: #3d97c4;
		color: #c1dbed;
		text-align: center;
		text-transform: lowercase;
		width: 100%;
		padding: 18px 0;
		}
		
		.main-header .contact .header {
			font-size: 1.5em;
			line-height: 1;
			}
		
		.main-header .contact p {
			font-size: .8333em;
			line-height: 1.8;
			margin: 0;
			}

.clearfix:after, .container:after, .content .gallery-nav:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container, .content .gallery-nav {display: inline-block;}
* html .clearfix,
* html .container,
* html .content .gallery-nav {height: 1%;}
.clearfix, .container, .content .gallery-nav {display: block;}

.uploadfile { float: left !important; }
