body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 20px;
}

a {
	text-decoration: none;
	color: #aaa;
}

#container {
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}

#logo {
	height: 50px;
	text-transform: none;
	top: 50%;
	font: 24px sans-serif;
	color: #000;
	letter-spacing: .5em;
	word-spacing: 0.7em;
	float: left;
	margin-bottom: 0;
	width: 400px;
}

#logo a {
	color: #000;
	font-weight: bold;
}

#header {
	min-height: 100px;
	background-color: #fff;
}

#navigation {
	position: relative;
	min-height: 70px;
	overflow: visible;
	min-width: 350px;
	float: left;
	margin-left: 0;
}

#address {
	float: left;
	width: 250px;
	font-size: 70%;
	height: 100%;
	position: absolute;
	bottom: 0;
}

#menu {
	text-align: left;
	bottom: 0;
	min-width: 200px;
	margin-left: 0;
}

#content {
	margin-top: 0;
}

#project-info {
	font-size: 80%;
	padding-bottom: 0px;
	padding-top: 25px;
	color: #666;
	margin-bottom: 10px;
	min-width: 200px;
	max-width: 700px;
	line-height: 150%;
	float: none;
	overflow: auto;
	width: 100%;
}

#footer {
	clear: both;
	height: 30px;
	margin-top: 10px;
	font-size: 70%;
	text-align: right;
	color: #aaa;
}

.clear {
	clear: both;
}

/* @group navigation */

#nav
	{
	margin-left: -45px;
}

		#nav > ul
		{
	text-align: left;
	margin: 0;
}

		#nav > ul > li > ul
		{
			display: none;
		}

		#nav > ul > li
		{
			display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	padding-right: 5px;
	padding-left: 5px;
}
		
			#nav > ul > li > a
			{
				border-radius: 2px;
				color: #000;
				text-decoration: none;
				-moz-transition: background-color .25s ease-in-out;
				-webkit-transition: background-color .25s ease-in-out;
				-o-transition: background-color .25s ease-in-out;
				-ms-transition: background-color .25s ease-in-out;
				transition: background-color .25s ease-in-out;
				outline: 0;
}

		#nav > ul > li:hover
		{
		}
		
			#nav > ul > li:hover > a
			{
				background: #f3f3f3;
			}
			
		#nav > ul > li.active
		{
		}
		
			#nav > ul > li.active > a
			{
				background: #f3f3f3;
			}
			
		#nav > ul > li.current_page_item
		{
		}
		
			#nav > ul > li.current_page_item > a
			{
				color: #000;
				font-weight: 700;
			}

/* @end */

/* @group navigation_secondary */

#nav_sec
	{
	margin-top: 6px;
	color: #666;
	margin-left: -45px;
}

		#nav_sec > ul
		{
	text-align: left;
	margin: 0;
}

		#nav_sec > ul > li > ul
		{
			display: none;
		}

		#nav_sec > ul > li
		{
			display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 5px;
}
		
			#nav_sec > ul > li > a
			{
				border-radius: 2px;
				color: #666;
				text-decoration: none;
				-moz-transition: background-color .25s ease-in-out;
				-webkit-transition: background-color .25s ease-in-out;
				-o-transition: background-color .25s ease-in-out;
				-ms-transition: background-color .25s ease-in-out;
				transition: background-color .25s ease-in-out;
				outline: 0;
}

		#nav_sec > ul > li:hover
		{
		}
		
			#nav_sec > ul > li:hover > a
			{
				background: #f3f3f3;
			}
			
		#nav_sec > ul > li.active
		{
		}
		
			#nav_sec > ul > li.active > a
			{
				background: #f3f3f3;
			}
			
		#nav_sec > ul > li.current_page_item
		{
}
		
			#nav_sec > ul > li.current_page_item > a
			{
	color: #000;
	font-weight: bold;
}

/* @end */

.splash_text {
	font-size: 18px;
}

/* @group Image scroll */

#image-container {
	width: 100%;
}

#image-scroll {
	width: 100%;
  margin: 0 0 0 auto;
  white-space:nowrap; 
  overflow: auto;
	background-color: #fff;
}



.scroll-arrow-right {
right: 25px;
	float: left;
	z-index: 999;
	position: absolute;
}

.image {
	margin-right: 2px;
}

/* @end */

.gallery-container {
position: relative;
}

.gallery-arrow-left {
position: absolute;
left: 25px;
}
.gallery-arrow-right {
position: absolute;
right: 25px;
}