html {
	overflow: -moz-scrollbars-vertical !important;
}

body {
	background-color: #4a4b45;
	margin: 20px 0;
	padding: 0;
	font-family: Arial, helvetica, sans-serif;
	text-align: left;
	font-size: 76%;
	color: #545353;
}

a img {
	border: 0;
}

#wrapper {
	width: 915px;
	margin: 0 auto;
	position: relative;
	background: white url(../images/wrapper_background.png) repeat-y right 0;
	padding: 25px 40px 60px 25px;
}

#header {
	height: 120px;
}

#mainArea {
	clear: both;
	background: white url(../images/riba_logo.gif) no-repeat left bottom;
}


#left {
	float: left;
	width: 265px;
	position: relative;
}

#left ul,
#left ul li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 110px;
}
#left ul li {
	display: inline;
}

#left ul li a {
	display: block;
	text-decoration: none;
	color: #959595;
	padding: 2px 0;
}

#left ul#nav li a {
	text-transform: uppercase;
}


#left ul li a:hover,
#left ul li.on a,
#left ul li a.on {
	color: #39393a;
	text-decoration: none !important;
}

#left ul li ul li a {
	padding-left: 15px;
	background: white url(../images/list_icon.gif) no-repeat 3px 2px;
}	

#left ul#subnav {
	position: absolute;
	left: 115px;
	top: 0;
	width: 150px;
	font-size: 90%;
}

#right {
	float: right;
	width: 200px;
	position: relative;
}

#homepage #right {
	height: 386px;
}

#middle {
	float: left;
	width: 425px;
	height: 386px;
	position: relative;
}

#content {
	font-size: 90%;
	position: absolute;
	bottom: 0;
}

#right #content {
	position: absolute;
	bottom: 0;
}

#right #content p {
	margin-bottom: 0;
}

#content h1 {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 1em 0;
	font-weight: bold;
}

#content h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0;
}

#content p {
	line-height: 1.5em;
	margin: 1em 0;
}
#content a {
	color: #BF311A;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content ul.list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content ul.list li {
	margin-bottom: 0.5em;
	width: 180px;
	float: left;
	background: white url(../images/tick.gif) no-repeat 0 1px;
	padding-left: 20px;
}


#content dl {
	line-height: 1.75em;
	margin-bottom: 1em;
}

#content dl dt {
	float: left;
	width: 120px;
	font-weight: bold;
	color: #00a950;
	margin-bottom: 1em;
}

#content dl dd {
	margin-left: 120px;
	margin-bottom: 1em;
}

#footer {
	width: 930px;
	margin: 0 auto;
	padding-top: 10px;
	clear: both;
	font-size: 90%;
	color: #999;
}

#footer p {
	margin: 0;
}

#footer p a {
	color: #999;
	text-decoration: underline;
}

div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


div#gallery {
	z-index: 99;
}

div#gallery ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#gallery ul li {
	float: left;
	height: 112px;
	width: 112px;
	margin: 0 9px 9px 0;
}

div#gallery img {
	border: 3px solid #ccc;
	padding: 3px;
}

div#gallery img:hover {
	border: 3px solid #00A950;
}

div#gallery li.last {
	margin: 0 0 9px 0;
}

div.video-icon {
	float: right;
}

div.back {
	padding-top: 10px;
}

div.back a {
	display: block;
	width: 30px;
	height: 10px;
	background: white url(../images/icon_back.gif) no-repeat 0 0;
	text-indent: -5000px;
	outline: none;
}

div#project-thumbnails-index {
	position: absolute;
	bottom: 0;
	width: 450px;
}

div#project-thumbnails-index ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#project-thumbnails-index ul li {
	width: 80px;
	height: 73px;
	float: left;
	margin: 5px 5px 0 0;	
}

div#project-lightbox {
	position: absolute;
	bottom: 0;
	right: 0;
}

div#project-lightbox ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#project-lightbox ul li {
	float: left;
	margin: 10px 0 0 10px;
	height: 73px;
}

div#map {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 400px;
	height: 300px;
}

