body {
	font-family: Arial, Verdana;	
}

p {
	font-size: 12px;	
	line-height: 18px;
	padding: 9px 0; 
}
p.project {
	color: #990000;
}
p.client {
	text-decoration: underline;	
}

h1 {
	color: #990000;
	font-size: 18px;
	line-height: 24px;
	padding: 12px 0; 
}

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

#header {
	height: 130px;	
}

#header #name {
	padding-top: 31px;	
	height: 80px;
}

#header #logo {
	padding-top: 20px;	
}

#breadcrumb {
	clear: both;
	color: #990000;
	font-size: 12px;	
}

#nav a {
	font-size: 18px;
	color: #000;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#nav_firstlevel ul {
	border-top: 1px solid #1a171b;
}

#nav_firstlevel li a {
	line-height: 54px;
	border-bottom: 1px solid #1a171b;
}

#nav_firstlevel li a:hover,
#nav_firstlevel li.active a {
	color: #990000;
}

#nav_secondlevel, #nav_thirdlevel {
	padding-top: 55px;	
}

#nav_secondlevel ul, #nav_thirdlevel ul {
	border-top: 1px solid #999999;
}

#nav_secondlevel li a, #nav_thirdlevel li a {
	line-height: 34px;
	color: #999999;
	border-bottom: 1px solid #999999;
}

#nav_secondlevel li a {
  font-size: 17px;
  white-space: nowrap;
}

#nav_secondlevel li a:hover,
#nav_secondlevel li.active a,
#nav_thirdlevel li a:hover,
#nav_thirdlevel li.active a {
	color: #000;
}


#content {
	border-top: 1px solid #1a171b;
	padding: 20px 0 70px;	
}

#page2 #content {
	padding: 0 0 70px;	
}

#stage {
	border-bottom: 1px solid #1a171b;
	position: relative;
	width: 750px;
	height: 275px;
}

#stage ul, #stage ul li {
	width: 750px;
	height: 275px;
}

#stage .background-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 750px;
	height: 275px;	
}

#stage .text {
	position: absolute;
	left: 20px;
	top: 20px;	
}

#stage .text a {
	font-family: Verdana, Arial;
	font-size: 16px;
	line-height: 28px;
	background-color: #4db8e2;
	display: block;
	padding: 0 8px;
	margin-bottom: 5px;
	text-decoration: none;
	color: #fff;
	float: left;
}

#stage #cycle_nav_prev {
	width: 28px;
	height: 28px;
	background: #d9d9d9 url(../images/stage_arrows2.png) no-repeat left top;
	position: absolute;
	left: 20px;
	bottom: 30px;
	z-index: 999;	
	cursor: pointer;
}

#stage #cycle_nav_prev:hover {
	background: #fff url(../images/stage_arrows2.png) no-repeat left top;
}

#stage #cycle_nav_next {
	width: 28px;
	height: 28px;
	background: #d9d9d9 url(../images/stage_arrows2.png) no-repeat -28px top;
	position: absolute;
	left: 65px;
	bottom: 30px;
	z-index: 999;
	cursor: pointer;	
}

#stage #cycle_nav_next:hover {
	background: #fff url(../images/stage_arrows2.png) no-repeat -28px top;
}


#index_projects {
	padding-top: 30px;
	overflow: hidden;	
}

#index_projects ul {
	width: 805px;	
}

#nav_projects li, #index_projects li {
	height: 170px;
	width: 150px;
	margin-bottom: 20px;	
}

#index_projects li {
	float: left;
	width: 200px;
	margin-bottom: 30px;	
}

#nav_projects {
	padding-top: 25px;	
}

#nav_projects li a, #index_projects li a {
	line-height: 16px;
	font-size: 11px;
	height: 20px;
	width: 150px;
	padding-top: 150px;
	color: #000;
	display: block;
	text-decoration: none;
	background-position: left top;
	background-repeat: no-repeat; 
}

#nav_projects li a:hover, #index_projects li a:hover {
	background-position: -150px top;
}

#nav_projects li.active {
	display: none;
}

#project_info {
	min-height: 340px;
}

#project_images .csc-textpic-image {
	padding: 10px 0;	
}

.divider {
	clear: both;
	height: 1px;
	background: #1a171b;	
	margin: 20px 0;
}

.divider hr {
	display: none;	
}

#page20 h2 {
  line-height: 25px;
  
}

.columns .column {
  float: left;
  width: 50%;
}
#page2 .c1 {
  width: 375px;
}

#cloud_welcome {
  margin-top: 20px;
}
