body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FFF;
	background-image: url(../sitepix/structural/bg.png);
	background-position: center top;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
}

#site-holder {
	margin: 0 auto;
	width: 950px;
}

h1 {
	color: #99BD00;
	font-size: 24px;
	font-weight: lighter;
	margin: 15px 0 0 0;
	padding: 0;
}

h2 {
	font-size: 12px;
	color: #474749;
}

ul, li, p {
	font-size: 12px;
	color: #474749;
}

ul li {
	margin-bottom: 1em;	
}

a {
	color: #99BD00;	
}

a:hover {
	text-decoration: none;
}

#top-section {
	width: 950px;
	height: 130px;
	position: relative;
	text-align: left;
}

#top-section img {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
}

#main-menu {
	width: 680px;
	height: 130px;
}

#main-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main-menu ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#main-menu ul li a {
	margin: 0;
	padding: 0;
	text-indent: -999%;
	float: left;
	height: 130px;
	display: block;
}

#main-menu ul li a:hover {
	background-position: 0 -130px;
}

#main-menu ul li a.active {
	background-position: 0 -260px;
}

#main-menu ul li a#home { background-image: url(../sitepix/navigation/home.gif); width: 57px; }
#main-menu ul li a#profile { background-image: url(../sitepix/navigation/profile.gif); width: 75px;}
#main-menu ul li a#gallery { background-image: url(../sitepix/navigation/gallery.gif); width: 136px; }
#main-menu ul li a#accred { background-image: url(../sitepix/navigation/accred.gif); width: 136px; }
#main-menu ul li a#awards { background-image: url(../sitepix/navigation/awards.gif); width: 84px; }
#main-menu ul li a#clients { background-image: url(../sitepix/navigation/clients.gif); width: 79px; }
#main-menu ul li a#contact { background-image: url(../sitepix/navigation/contact.gif); width: 113px; }

#picture-swap {
	width: 950px;
	height: 220px;
	margin: 5px 0;
	background-color: gray;
}

#main-section-holder {
	width: 950px;
	background-image: url(../sitepix/structural/main-bg.png);
	background-position: left bottom;
	text-align: left;
	overflow: hidden;
}

#image {
	width: 225px;
	margin: 15px 30px 0 0;
	float: left;
}

#image p {
	margin: 0 0 15px 0;
	padding: 3px;
	font-size: 11px;
	font-style: italic;
	text-align: center;
	background-color: #EEE;
}

#text-area {
	width: 390px;
	margin: 0 30px 0 0;
	padding-bottom: 20px;
	float: left;
}

#text-area table#links tr td 
{
    font-size: 12px;
	color: #474749;
	/* xborder: solid 1px #cccccc;*/
	padding:5px;
}
/*---------------------- portfolio sub-nav  ------------------------*/

#portfolio-nav {
	float: right;
	width: 240px;
	padding-left: 30px;
	display: inline;
}

#portfolio-nav h1 {
	font-size: 24px;
	color: #FFF;
	border-left: solid 20px #96989B;
	margin: 30px 0 25px 0;
	padding: 0 0 0 15px;
	height: 20px;
	line-height: 20px;
}

#portfolio-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#portfolio-nav ul li {
	margin: 0 0 15px 0;
	padding: 0;
}

#portfolio-nav ul li a {
	margin: 0;
	padding: 0 0 0 35px;
	font-size: 14px;
	background-image: url(../sitepix/structural/gallery-bullet-up.gif);
	background-repeat: no-repeat;
	height: 20px;
	line-height: 20px;
	display: block;
	text-decoration: none;
	color: #000;
}

#portfolio-nav ul li a:hover {
	background-image: url(../sitepix/structural/gallery-bullet-over.gif);
	background-repeat: no-repeat;
	color: #FFF;
}

#portfolio-nav ul li a.active {
	background-image: url(../sitepix/structural/gallery-bullet-over.gif);
	background-repeat: no-repeat;
	color: #FFF;
}

/*---------------------- Profile sub-nav  ------------------------*/

#profile-nav {
	float: right;
	width: 240px;
	padding-left: 30px;
	display: inline;
}

#profile-nav h1 {
	font-size: 24px;
	color: #FFF;
	border-left: solid 20px #96989B;
	margin: 30px 0 25px 0;
	padding: 0 0 0 15px;
	height: 20px;
	line-height: 20px;
}

#profile-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#profile-nav ul li {
	margin: 0 0 15px 0;
	padding: 0;
}

#profile-nav ul li a {
	margin: 0;
	padding: 0 0 0 35px;
	font-size: 14px;
	background-image: url(../sitepix/structural/profile-bullet-up.gif);
	background-repeat: no-repeat;
	height: 20px;
	line-height: 20px;
	display: block;
	text-decoration: none;
	color: #000;
}

#profile-nav ul li a:hover {
	background-image: url(../sitepix/structural/profile-bullet-over.gif);
	background-repeat: no-repeat;
	color: #FFF;
}

#profile-nav ul li a.active {
	background-image: url(../sitepix/structural/profile-bullet-over.gif);
	background-repeat: no-repeat;
	color: #FFF;
}


/*---------------------- Portfolio links section ------------------------*/

#portfolio-links {
	width: 655px;
	margin: 0 0 0 10px;
	padding:0;
	float: left;
	display: inline;
}

#portfolio-links ul {
	list-style-type: none;
    width: 655px;
    height: 130px;
    margin: 0 0 5px 0;
    padding: 0;
    position: relative;
	float:left;
}

#portfolio-links ul.last {
	margin: 0 0 10px 0;
	padding:0;
	float:left;
}

#portfolio-links ul li {
	float: left;
	margin: 0;
	padding:0;
}

#portfolio-links ul img {
	margin-left: 5px;
	padding:0;
}

#portfolio-links ul li a {
	color: #313132;
	font-size: 14px;
	text-decoration: none;
	display: block;
	background-color: #EEEEEF;
	padding: 5px;
	height: 120px;
	width: 375px;
}

#portfolio-links ul li a:hover {
	background-color: #DDD;
}

•html #portfolio-links ul li a {
	width: 375px;
}

#portfolio-links ul li a em {
	color: #313132;
	font-size: 12px;
	display: block;
	font-style: normal;
	position: absolute;
	left: 5px;
	top: 35px;
	width: 375px;
}

#portfolio-links ul li a span {
	font-size: 12px;
	background-image: url(../sitepix/structural/project-link-bullet.gif);
	background-repeat: no-repeat;
	height: 10px;
	padding-left: 15px;
	line-height: 10px;
	display: block;
	position: absolute;
	bottom: 5px;
	left: 5px;
}

#portfolio-links .people-pic 
{
    width:150px;
    padding:0;
    margin:0px 10px 60px 0;
    float:left; 
    border:solid 1px #cccccc; 
}

/*---------------------- Portfolio links section ------------------------*/

#portfolio-info {
	width: 660px;
	margin: 0 0 0 10px;
	float: left;
	display: inline;
	
	overflow: hidden;
}

#images-holder {
	width: 660px;
	height: 360px;
	position: relative;
	margin-top: 20px;
}

#images-holder ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#images-holder ul li {
	margin: 0;
	padding: 0;
}

#images-holder ul li a {
	padding: 0;
	margin: 0 0 5px 0;
	width: 160px;
	height: 115px;
	border: none;
	display: block;
}

#images-holder ul li a img {
	border: none;
}

#images-holder #loadarea {
	position: absolute;
	top: 0;
	right: 0;
	width: 495px;
	height: 355px;	
}

#text-info {
	background-color: #EEE;
	padding: 10px 20px;
	margin-bottom: 20px;
	}

/*---------------------- award section table ------------------------*/

#award-table {
	font-size: 11px;
	margin-bottom: 20px;
}

#award-table th {
	text-align: left;
	background-color: #99BD00;
}

#award-table .l{
	background-color: #EEE;
}

#award-table .d{
	background-color: #DDD;
}

/*---------------------- Footer section ------------------------*/

#footer {
	width: 950px;
	clear: both;
	position: relative;
	height: 70px;
	background-image: url(../sitepix/structural/bottom-logo.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#footer ul {
	position: absolute;
	top: 40px;
	left: 192px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#footer ul li a {
	margin: 0 20px 0 0;
	padding: 0;
	color: #474749;
	font-size: 12px;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #99BD00;
}

#footer p {
	text-align: right;
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
}

#footer a {
	color: #474749;
	text-decoration: none;
}


