p{
	margin-bottom: 10px;
}

h3
{
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 23px;
	color: #fff;
}

/******************************************************/
/* Used for 2 columns views like project details      */
/******************************************************/
#column1
{
	width: 225px;
	height: 500px;
	float: left;
}

#column2_big
{
	width: 725px;
	height: 500px;
	float: left;
	position: relative;
}


/******************************************************/
/* Used for views with header like about us and project categories
/******************************************************/
#graphical_header
{
	width: 950px;
	height: 200px;
	overflow: hidden;
}

#column1_with_header
{
	height: 260px;
	width: 185px;
	float: left;
	padding: 22px 20px 20px 20px;
}

#col1_contain
{
	padding: 28px 10px 10px 20px;
}

#column2_big_with_header
{
	width: 725px;
	height: 260px;
	float: left;
	padding-top: 22px;
}

/******************************************************/
/* Used for views with header like about us and project categories
/******************************************************/
#submenu_title, #sublist_title
{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
}

#submenu_list
{
	list-style-type: none;
	line-height: 26px;
	font-size: 12px;
	letter-spacing: 1px;
	padding-top: 10px;
}

#submenu_list ul
{
	list-style-type: circle;
	letter-spacing: 1px;
	padding-left: 15px;
	color: #FFF;
}


#submenu_text
{
	color: #000;
	padding-top:10px;
	font-size: 12px;
	line-height: 20px;
}


#sublist_list
{
	line-height: 22px;
	font-size: 12px;
	letter-spacing: .5px;
	margin-top: 5px;
	margin-bottom: 0px;
	height: 194px;
}

#sublist_list ul
{	
	list-style-type: none;
	color: #fff;
}

#submenu_list a, #sublist_list a, #submenu_text a
{
	color: #fff;
	text-decoration: none;
}

#submenu_list a:hover, #sublist_list a:hover, #submenu_text a:hover
{
	color: #F7DABA;
	text-decoration: none;
	
}

/******************************************************/
/* Used for views with header like about us and project categories
/******************************************************/
#column2
{
	width: 424px;
	height: 587px;
	float: left;
	padding-top: 28px;
}

#content_title
{
	letter-spacing: 1px;
	font-size: 13px;
	color: #fff;
}

.news_article
{
	padding-bottom: 10px;
}

.byline
{
	color: #fff;
	font-size: 12px;
	font-style: italic;
}

#content_text
{
	font-size: 12px;
	color: black;
	line-height: 18px;
	padding-right: 40px;
}

#content_text a:link, #content_text a:active, #content_text a:visited
{
	color: #fff;
	text-decoration: none;
}

#content_text a:hover
{	
	color: #FFCC99;
	text-decoration: none;
	}

#desc_title
{
	letter-spacing: 1px;
	font-size: 13px;
	margin-top: 22px;
	color: #fff;
}

#desc_text
{
	font-size: 12px;
	margin-top: 15px;
	color: black;
	line-height: 18px;
	padding-right: 20px;
}

#column3
{
	width: 301px;
	height: 587px;
	float: left;
}

#prev
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}

#prev img, #next img
{
	margin-top: 0px;
}

#next
{
	right:0px;
	top:0px;
	position:absolute;
	z-index:3;
}

#next img
{
	margin-left: 60px;
}

.lightbox
{
	width: 100px;
}

#view_gallery
{
	bottom: 10px;
	right: 0px;
	position:absolute;
	z-index:2;
}

#leftborder
{
	float: left;
}

.viewimage
{
	padding-top: 5px;
	margin-right: 0px;
	padding-right: 0px;
	height: 22px;
}

#image_counter
{
	float: left;
	color: #799755;
	padding-right: 5px;
	background-color: #FFF;
	height: 22px;
	opacity: 0.8;
	padding-top: 8px;
	padding-left: 5px;
	font-size: 12px;
	-moz-border-radius-topleft: 10px; 
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-bottom-left-radius: 10px;
}

.circles
{
	cursor: pointer;
}

#image_counter a:link, #image_counter a:active, #image_counter a:visited
{
	color: #666666;
}

#image_counter a:hover
{
	color: #799755;
}

#full_container
{
	float: left;
	background-color: #fff;
	height: 22px;
	padding-top: 8px;
	opacity: 0.8;
	padding-right: 5px;
}

#rightborder
{
	float: left;
}

.fullimage
{
	color: #799755;
	text-decoration: none;
	font-size: 12px;
}

#projects_sublist
{
	color: white;
	height: 200px;
	background-color: #666666;
	padding: 20px 10px 10px 20px;
}

#projects_desc
{
	height: 412px;
	padding: 20px 0px 0px 20px;
	color: #FFF;
	font-size: 12px;
	
}

#projects_desc a:link, #projects_desc a:active, #projects_desc a:visited
{
	color: #F7DABA;
	text-decoration: none;
}

#projects_desc a:hover
{
	color: #FFF;
	text-decoration: none;
}

#viewport
{
	background-color: white;
	width: 950px;
	height: 200px;
	overflow: hidden;
}

#bar
{
	margin-left: -242px;
	width: 999999px;

}

.movers
{
	opacity: 0.01;
	top: 0px;
	width:40px;
	height:200px;
	z-index: 5;
	position: absolute;	
}


#left
{
	left: 0px;
}

#right
{
	right: 0px;
}

#category_bar
{
	width: 19024px;
}


.personell_item
{
	width: 238px;
	height: 200px;
	float: left;
}

#border
{
	display: none;
	position: absolute;
	margin-top: -200px;
	margin-left: 230px;
	z-index: 0;
	border-top: 6px solid #799755;
	border-left: 6px solid #799755;
	border-right: 6px solid #799755;
	width: 234px;
	height: 196px;
}

.hotbox
{
	border: solid 1px #FFFFFF;
	background-color: #799755;
	opacity:0.4; 
	height: 40px;
	width: 40px;
	position: absolute;
	top: 50px;
	left: 50px;	
	z-index: 5;
}

.hitboxcontainer
{
	height:150px;
	width:150px;
	position:absolute;
	z-index: 5;
}

.hotboxinfo
{
	background-color:#000000;
	border:1px solid #FFFFFF;
	width: 150px;
	background-color: #799755;
	border: solid 1px #FFFFFF;
	position: absolute;
	top: 50px;
	z-index: 5;
}

.hotboxinfo_left
{
	left:-102px;
}

.hotboxinfo_right
{
	left:92px;
}

.hotboxinfo p
{
	position: relative;
	color: white;
	opacity: 1.0;
	padding: 5px;
	font-size: 12px;
}

.employee_info
{
	display: none;
}

.key
{
	cursor: pointer;
}

.others
{
	cursor: pointer;
	padding-top: 15px;
}