/* Horizontal Carousel */
body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align:center;

}

.style1 {
	font:Georgia;
	font-style:italic;
	font-size:11px;
	text-align:left;
	}
	
.style2 {
	color:#999;
	font-style:normal;
	font-size:9px;
	line-height:16px;
	text-align:left;
	}

.style3 {
	color:#666;
	font-style:normal;
	font-size:10px;
	text-align:left;
	}
	
.style4 {
	line-height:20px;
	font-style:normal;
}

.style5 {
	color:#000;
	font-style:normal;
}
	
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0FC;
}
a:active {
	color: #666;
	text-decoration: none;
}

#maincontent{
	width:1000px;
	margin:0 auto;
	text-align:left;
	}

#leftbutton{
	position: absolute; 
	width: 28px; 
	height: 28px; 
	top: 175px;
}

#rightbutton{
	position: absolute; 
	width: 28px; 
	height: 28px; 
	left: 922px;
}

#navigation {
	background-image:url(../img/nav_background.gif);
	background-repeat:no-repeat;
	float:left;
	width:950px;
	height:125px;
	padding:35px 0 0 0;
	}

#navigationcontent {
	width:110px;
	height:135px;
	float:left;
}

#navigationfolio {
	width:170px;
	height:100px;
	float:left;
}

#footer {
	width:950px;
	height:10px;
	float:left;
	text-align:right;
	padding:10px 0 0 0;
}

#portfolionav {
	position:relative;
	top:20px;
	left:35px;
	margin:0 15px 0 0;
	width:156px;
	border-right:solid 1px #CCC;
	float:left;
}

#portfoliobutton {
	width:140px; 
	height:80px; 
	padding:0 0 3px 0;
}

#descriptioncontent1 {
	width:245px;
	height:100px;
	padding:0 20px 0 0;
	float:left;
}
#descriptioncontent2 {
	width:245px;
	height:100px;
	float:left;
}

#newscontent1 {
	width:95px;
	height:100px;
	padding:0 20px 0 0;
	float:left;
	
}
#newscontent2 {
	width:95px;
	height:100px;
	float:left;
}

#textcontent {
	background-image:url(../img/cropmarks.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	width:1000px;
	height:390px;
	padding:30px 0 0 35px;
}

#lastslide {
	background-image:url(../img/the-end.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	width:1000px;
	height:400px;
	padding:30px 0 0 35px;
}

#nonescrollcontent {
	width:950px;
	height:420px;
	margin:23px 0 0 0;
	background:url(../img/cropmarks.gif);
	background-repeat:no-repeat;
}
	
#projectdetails {
	background-image:url(../img/cropmarks.gif);
	float:left;
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	width:350px;
	height:390px;
	padding:30px 0 0 45px;

}

#bigtext {
	position:relative;
	top:20px;
	left:20px;
	margin:0 30px 0 0;
	width:200px;
	float:left;
}

#bigimagedescriptor {
	width:851px; 
	height:20px; 
	text-align:left;
}

#contacttext {
	position:relative;
	top:20px;
	left:20px;
	margin:0 10px 0 0;
	width:220px;
	float:left;
}

#map {
	position:relative;
	float:left;
	top:0px;
	left:30px;
	width:690px;
	height:390px;
	overflow:hidden;
}

#logo {
	float:left;
	margin:30px 0 0 0px;
	width: 330px;
}

#horizontal_carousel {
	width: 1000px;
	height: 420px;
	padding:15px 0 0 0;
	background:#FFF;
	border:solid 0px #999;	
}

#horizontal_carousel .container {
	float:left;
	position:relative;
	width: 950px;
	height:420px;
	overflow: hidden;

}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0px;
  height: 90px;
}                      

#horizontal_carousel ul li {
  width: 950px;
  height: 420px;
  text-align: center; 
  list-style:none;   
  float:left;
  
}

#horizontal_carousel .buttons{
	display:block;
 	clear:both;
}
#horizontal_carousel .previous_button {
  float:left;  
  width: 28px;
  height: 28px;
  background: url(../img/but_prev.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(../img/but_prev_hover.png) no-repeat;}

#horizontal_carousel .previous_button_disabled {
  background: url(../img/but_prev_dis.png) no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:right;
  margin:0 0 0 50px;
  width: 28px;
  height: 28px;
  background: url(../img/but_next.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../img/but_next_hover.png) no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(../img/but_next_dis.png) no-repeat;
  cursor: default;
}

#portfolio_carousel {
	width: 1000px;
	height: 420px;
	padding:15px 0 0 0;
	background:#FFF;
}

#portfolio_carousel .container {
	float:left;
	position:relative;
  width: 950px;
  height:420px;
  overflow: hidden;
}

#portfolio_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0px;
  height: 90px;
}                      

#portfolio_carousel ul li {
  width: 791px;
  height: 420px;
  padding:0 0 0 0;
  text-align: left; 
  list-style:none;   
  float:left;
  
}

#portfolio_carousel .buttons{
	display:block;
 	clear:both;
}
#portfolio_carousel .previous_button {
  float:left;  
  width: 28px;
  height: 28px;
  background: url(../img/but_prev.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#portfolio_carousel .previous_button_over {
  background: url(../img/but_prev_hover.png) no-repeat;}

#portfolio_carousel .previous_button_disabled {
  background: url(../img/but_prev_dis.png) no-repeat;
  cursor: default;
}

#portfolio_carousel .next_button {
  float:right;  
  width: 28px;
  height: 28px;
  background: url(../img/but_next.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#portfolio_carousel .next_button_over {
  background: url(../img/but_next_hover.png) no-repeat;
}

#portfolio_carousel .next_button_disabled {
  background: url(../img/but_next_dis.png) no-repeat;
  cursor: default;
}

#navigation_carousel {
	width: 1000px;
	height: 420px;
	padding:15px 0 0 0;
	background:#FFF;
}

#navigation_carousel .container {
	float:left;
	position:relative;
  width: 950px;
  height:420px;
  overflow: hidden;
}

#navigation_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0px;
  height: 90px;
}                      

#navigation_carousel ul li {
  width: 860px;
  height: 420px;
  padding:0 0 0 0;
  text-align: left; 
  list-style:none;   
  float:left;
  
}

#navigation_carousel .buttons{
	display:block;
 	clear:both;
}
#navigation_carousel .previous_button {
  float:left;  
  width: 28px;
  height: 28px;
  background: url(../img/but_prev.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#navigation_carousel .previous_button_over {
  background: url(../img/but_prev_hover.png) no-repeat;}

#navigation_carousel .previous_button_disabled {
  background: url(../img/but_prev_dis.png) no-repeat;
  cursor: default;
}

#navigation_carousel .next_button {
  float:right;  
  width: 28px;
  height: 28px;
  background: url(../img/but_next.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#navigation_carousel .next_button_over {
  background: url(../img/but_next_hover.png) no-repeat;
}

#navigation_carousel .next_button_disabled {
  background: url(../img/but_next_dis.png) no-repeat;
  cursor: default;
}