/*********************************************************************
/* General
/*********************************************************************/
html
{
	background: transparent url(/images/top-band.gif) repeat-x 0 top;
	padding-bottom: 100px;
}
body 
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
}
strong, em, b, i 
{
	font-family: 'Source Sans Pro', sans-serif;
}
h2, h3, h4, h5, h6, address 
{
	font-family: 'Source Sans Pro', sans-serif;
}
h1
{
	font-size: 36px;
	color: #333;
}
img
{
	border: none;
}
#primary-navigation ul,
#primary-navigation li,
#project-navigation ul,
#project-navigation li
{
	list-style:none;
	list-style-type: none;
	list-style-image: none;
	margin:0;
	padding:0;
}
#content-wrapper
{
	margin-left: 20px;
}

/*
#content-wrapper
{
	width: 960px;
	position: relative;
	margin: 0 auto;
	border: 1px solid red;
}
#content-wrapper.over1024,
#content-wrapper.over1280
{
	width: 1240px;
}
*/
a.not-for-sale
{
	text-decoration: none;
	color: red;
	cursor: default;
	font-size: 14px;
}
h1.title
{
	font-size: 20px;
}
#footer
{
	width: 100%;
	height: 30px;
	float: left;
}
/*********************************************************************
/* Navigation
/*********************************************************************/
#secondary-navigation
{
	color: #fff;
	float: left;
}
#primary-navigation
{
	clear: left;
}
#primary-navigation a
{
	text-decoration:none;
	text-transform: uppercase;
	color: #666;
	display: block;
	float: left;
	clear: left;
	margin-bottom: 8px;
	padding-top: 2px;	
}
#primary-navigation a:hover
{
	color: black;
}
#primary-navigation a.active,
#project-navigation a.active
{
	font-weight: bold;
	color: black;
	cursor: default;
}
#primary-navigation ul#sub-menu
{
	float: left;
	margin-top: -7px;
	margin-bottom:7px;
}
#primary-navigation ul#sub-menu li
{
	margin-left: 20px;
}
#primary-navigation ul#sub-menu a
{
	text-transform: none;
	margin-bottom: 3px;
}
#service-links
{
	float: right;
}
#secondary-navigation a,
#service-links a
{
	color: #666;
	text-decoration: none;
}
#secondary-navigation a:hover,
#service-links a:hover
{
	color: #fff;
}
#secondary-navigation,
#service-links
{
	color: #ddd;
}
#secondary-navigation strong
{
	color: #fff;
}
#secondary-navigation a.active
{
	color: #ddd;
	cursor: default;
}
#project-navigation a
{
	text-decoration:none;
	color: #666;
	display: block;
	margin-bottom: 5px;
}
#project-navigation a:hover
{
	color: #000;
}	

.news-links-title
{
	padding-top: 60px;
	clear: both;
	text-transform: uppercase;
	font-weight: 400;
}
#primary-navigation .news-links a
{
	text-transform: none;
	text-decoration: underline;
}
#primary-navigation .news-links a:hover
{
	text-decoration: none;
}
/*********************************************************************
/* Homepage specific
/*********************************************************************/
#home-title
{
	padding: 25px 0;
}
.home-portal-item
{
	float: left;
}
#home-portal-art
{
	margin-right: 40px;
}
/*********************************************************************
/* Section heading pages
/*********************************************************************/
.grid-item
{
	float: left;
	margin: 0 20px 20px 0;
}
/*
.grid-item a img
{
	border: 1px solid #fff;
}
.grid-item a:hover img
{
	border: 1px solid Fuchsia;
}
*/
/*********************************************************************
/* Gallery pages
/*********************************************************************/
#primary-navigation
{
	width: 220px;
	margin-top: 30px;	
}
#project-gallery
{
	position: absolute;
	top: 50px;
	margin-left: 255px;
}
#image-caption-pair
{
	position: relative;
	float: left;
	zoom: 1;
	min-height: 371px;
}
	
.project-gallery-caption
{
	position: absolute;
	width: 350px;
	left: 550px;
}
/*
.project-gallery-caption.over1024,
.project-gallery-caption.over1280
{
	width: 443px;
}
*/
#primary-navigation,
#project-navigation,
.project-gallery-image,
.project-gallery-caption,
#project-description
{
	float: left;
}
.project-gallery-image img {
	max-width: 517px;
	max-height: 360px;
}
#project-description,
#project-description-home
{
	width: 530px;
	clear: both;
	margin-top: 20px;
	font-size: 16px;
}
#project-description-home
{
	width: 800px;
}
#project-description p
{
	line-height: 1.6;
}
#project-navigation
{
	clear: left;
	margin-top: 40px;
	width: 240px;
}
ul#project-navigation-downloads
{
	margin-top: 20px;
}
/* image slider navigation buttons */
#nav
{
	float: left;
	clear: both;
	height: 25px;
}
#nav a 
{ 
	background: #cdcdcd; 
	text-decoration: none; 
	margin: 5px 5px 0 0; 
	padding: 1px 5px;  
	color: #fff;
	float: left;
}
#nav a:hover
{
	background-color: #999;
}
#nav a.activeSlide 
{ 
	background: #666;
	cursor: default;
}