/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #CAC8BE;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
  line-height: 16px;
	font-weight: normal;
	color: #666254;
  border: 0;
}
img {
  margin: 0;
  padding: 0;
	border: 0;
}

ul {
  margin: 0;
  padding: 0;
  border: 0;
}
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1089C6;
	text-decoration: underline;
}
a:hover {
  color: #1089C6;
	text-decoration: none;
}
h1 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #666254;
	padding-bottom: 5px;
}
p {
	padding: 0;
	margin: 0;
}
form {
	padding: 0;
	margin: 0;
}

#outerwrapper {
	margin: auto;
	width: 848px;
}
#innerwrapper {
  margin: auto;
	margin-top: 14px;
	top: 0;
  width: 820px;
}
#frame {
	background-color: #CCCCCC;
	width: 820px;
}
#frame_top {
	height: 8px;
	background-image: url(../img/bg_head.gif);
	background-repeat: no-repeat;
}
#frame_center {
	padding-left: 10px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
}
#frame_bottom {
	height: 18px;
	background-image: url(../img/bg_bottom.gif);
	background-repeat: no-repeat;
}
#page {
	margin-right: 8px;
	margin-left: 8px;
	width: 784px;
}
#header {
	height: 72px;
	background-color: #E7EBEB;
	margin-bottom: 16px;
}
#footer {
	position: relative;
	height: 48px;
	background-color: #E7EBEB;
	margin-top: 16px;
	font-size: 11px;
}
#footer_left {
	position: absolute;
	left: 36px;
	bottom: 5px;
}
#footer_left a {
	color: #666254;
	text-decoration: none;
}
#footer_left a:hover {
	color: #1089C6;
	text-decoration: none;
}
#footer_left a.active {
	color: #1089C6;
	text-decoration: none;
}
#footer_right {
	position: absolute;
	right: 36px;
	bottom: 5px;
}
#navigation {
	float: left;
	width: 580px;
	padding-left: 36px;
}
#navigation .item {
	margin: 0;
	float: left;
	height: 72px;
	cursor: pointer;
}
#navigation .gradient {
	background-image: url(../img/nav_gradient.gif);
	background-repeat: repeat-y;
}
#navigation .item img {
	margin-top: 27px;
}
#logo {
	float: right;
}
#content {
	margin-right: 36px;
	margin-left: 36px;
}
#content_header {
	display: table;
	width: 100%;
	height: 144px;
	padding-bottom: 24px;
}

.column_left {
	position: relative;
	float: left;
	overflow: hidden;
	width: 210px;
	height: 100%;
	vertical-align: top;
}
.column_left[class] {
	height: inherit;
}
.column_right {
	position: relative;
	float: right;
	width: 460px;
	vertical-align: top;
}
.paragraph {
	width: 712px;
	display: table;
}
.paragraph .column_right img {
	margin-top: 12px;
	margin-bottom: 12px;
}
.seperator {
	height: 24px;
}
.noscript {
	display: none;
}

.paragraph .column_right .project_image {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
	right: 0;
}
.paragraph .column_right .project_image img {
	margin: 0;
	padding: 0;
}

a.projectimage_download {
  display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

.content_list {
	position: absolute; 
	bottom: 0; 
	background-color: #FFFFFF; 
	width: 100%;
	padding-top: 5px;
}
.content_list li {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #CAC8BE;
}
.content_list li img {
	cursor: pointer;
}
.content_list li div.list {
	display: table;
	width: 210px;
}
.content_list li div.list div.left {
	float: left;
	width: 70px;
	padding-right: 2px;
}
.content_list li div.list div.right {
	float: left;
	width: 138px;
}

.content_nav li {
	padding-top: 0;
	padding-bottom: 0;
}
.content_nav li a {
	font-size: 14px;
	color: #666254;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
.content_nav li a.gradient {
	background-image: url(../img/subnav_bg_o.gif);
	background-repeat: repeat-y;
}
.content_nav li a.active {
	color: #1089C6;
}
.content_nav li a:hover {
	color: #1089C6;
}

li.projectnavbg {
  background-image: url(../img/pojectnav_gradient.gif);
	background-repeat: repeat-y;
  background-position: top right;
}
.projectnav {
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
	padding-top: 2px;
	height: 15px;
  vertical-align: middle;
}
.projectnav div {
	position: absolute;
	right: 0;
	padding: 0;
	margin: 0;
	border: 0;
    padding-right:5px;
}
.projectnav div img {
	padding: 0;
	margin: 0;
	border: 0;
}

#contactform {
	padding-top: 16px;
}
#contactform table td {
	vertical-align: top;
	padding-bottom: 2px;
}
#contactform table td.label {
	width: 90px;
}
#contactform input {
	width: 370px;
	border: 1px solid #CAC8BE;
}
#contactform textarea {
	width: 370px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CAC8BE;
}
#contactform input.submit {
	color: #FFFFFF;
	background-color: #CAC8BE;
	width: auto;
	border: 0;
}
.form_error {
	color: #1089C6;
}

.item {
    text-decoration:none;
}

.item span {
    display:block;
    width:100px;
    height:20px;
    margin-top:30px;
    padding-left:15px;
    text-decoration:none;
    color:#666254;
    font-size:20px;
    font-size:14px;
    font-weight:bold;
    font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    text-transform: uppercase;
    
}


#item_2 span {
    width:120px;
}
.item img {
    display:none;
}

.item.active,
.item.active span,
.active span,
.active,
.item:hover span {
    color:#1089C6;
}

.image_nav_left, .image_nav_right {
    width:231px;
    height:290px;
    position:absolute;
    margin-top:-1px;
    cursor:pointer;
    z-index:100;
    background-repeat:no-repeat;
    background-position: 0px 130px;
    background-repeat:no-repeat;
    
}

.image_nav_left {
    margin-left:230px;
}

.column_right:hover .image_nav_right {background-position: 5px 130px; background-image:url(../img/img_left.png);}

.column_right:hover .image_nav_right:hover { background-position: 5px 130px; background-image:url(../img/img_left_hover.png); }


.column_right:hover .image_nav_left { background-position: 198px 130px; background-image:url(../img/img_right.png);}

.column_right:hover .image_nav_left:hover  { background-position: 198px 130px; background-image:url(../img/img_right_hover.png);}


#viewport {position: relative;height:470px;width:784px;overflow:hidden;}
#animatedimage {position: absolute;}
