body {
	text-align: left;
	background-color: #FFFFFF;
	background-image: url('/images/bodyBackground.png');
	background-position:top;
	background-repeat:repeat-x;
	font-family:Trebuchet ms, sans serif;
	font-size:12px;
	line-height:15px;
	padding:0;
	margin:0;
}

h1 {
	padding:0;
	margin:0;
	color:#00a2e3;
	font-weight:normal;
	font-size:16px;
	padding-bottom:7px;
}

p {
	color:#a5a5a5;
	font-weight:normal;
	font-size:12px;
}

#outerContainer {
	background-image: url('/images/background.png');
	background-position:top;
	background-repeat:no-repeat;
}

#container {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	padding-top:70px;
}

#creativeLogo {
	margin-left:20px;
}

#schutLogo {
	margin-left:558px;
}

#menu {
	float:left;
	width:225px;
	height:350px;
	margin-top:31px;
	margin-bottom: 50px;
	background-image: url('/images/horizontal_line.png');
	background-position:right;
	background-repeat:repeat-y;
}

#menu ul {
	margin: 0;
	list-style:none;
}

#menu ul.projectList {
	margin-top:15px;
	margin-bottom:15px;
}


#menu li {
	margin: 0;
	list-style:none;
	padding-left:20px;
	padding-top:9px;
	padding-bottom:9px;
	margin-bottom:-7px;
}

#menu li.selected {
	background-image: url('/images/menu_active.png');
	background-repeat: no-repeat;
	background-position: 8px -2px;
}

#menu li a {
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}

#menu li.selected a {
	color: #00a2e3;
}

#menu .subList {
	padding:0;
	margin:0;
	margin-bottom:-7px;
	margin-top:10px;
	display:none;
}

#menu .subList li {
	padding:0;
	margin:0;
	padding-bottom:2px;
	padding-left:15px;
}

#menu .subList li a {
	color:#016994;
	font-size:12px;
}

#menu .subList li.subSelected {
	background-image: url('/images/subArrow.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-weight:bold;
}

#content {
	margin-top: 30px;
	width: 666px;
	height: 350px;
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -229px;
	overflow: hidden;
}

.slidingContent {
	position: absolute;
	top: 0;
	left: 0;
	width: 666px;
	height: 350px;
	background-color: white;
}

table#projectOverview {
	width: 666px;
}

#projectOverview td {
	padding-right:1px;
	padding-bottom:1px;
}


#projectContent {
	width:666px;
}

#projectContent a {
	color: #00a2e3;
	font-weight:normal;
	text-decoration:underline;
	font-size:12px;
}

#projectContent a:hover {
	color: #00a2e3;
	font-weight:normal;
	text-decoration:none;
	font-size:12px;
}


td.projectContentLeft {
	width:276px;
	vertical-align:top;
}

td.projectContentRight {
	width:360px;
	padding-left:30px;
	padding-top:30px;
}

td.projectContentRight img {
}

#projectView {
	margin-top:400px;
}

#footer {
	clear: both;
	margin-left: 20px;
	margin-right: 20px;

}

#footerTable {
	width: 100%;
}

#footerTable td {
	padding: 0;
	color:#bcbcbc;
	font-size: 11px;
	width: 80%;
}

#footerTable span {
	padding-right: 15px;
}

#footerTable td.contact {
	width: 20%;
	text-align: right;
	padding-right:6px;
}

a.footerLink {
	color:#bcbcbc;
	text-decoration:none;
}

a.footerLink:hover {
	color:#bcbcbc;
	text-decoration:underline;
}

div#projectNav {
	clear: both;
	position: absolute;
	top: 490px;
	left: 50%;
	width: 666px;
	height: 14px;
	margin-left: -230px;
	visibility:hidden;
}

div#projectNav div.previous {
	margin-top: 10px;
	float: left;
}

div#projectNav div.next {
	margin-top: 10px;
	float: right;
}

div.imageNav {
	width:191px;
	height:30px;
	background-image: url('/images/toolBar.png');
	background-repeat:no-repeat;
	display: none;
	margin-left: 87px;
	color: white;
	padding-left:67px;
	margin-top:5px;
}

div.imageNav img {
	margin-top: 7px;
	vertical-align: baseline;
	margin-bottom: -4px;
	margin-right: 5px;
	margin-left: 1px;
}

a.magnify {
	padding-left:30px;
}

div#lightbox {
	background-image: url('/images/85_percent_white.png'); 
	position: absolute; 
	margin-left: -462px; 
	left: 50%; 
	top: 39px; 
	width: 920px; 
	height: 550px; 
	display: none; 
	text-align: center;
}

div#bigImageClose {
	position: absolute; 
	top: 65px; 
	left: 50%; 
	margin-left: 335px;
	
}

.pictureBrowser img {
	display:none;	
}

img.navigation {
	display:inline;
}

