/* CSS Document */

/* RESET */

* {
	margin: 0px;
	padding: 0px;
}

/* STRUCTURE */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
#page-container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	background-image: url(../image/bg-logo.gif);
	background-repeat: no-repeat;
	height: 89px;
	width: 212px;
	float: left;
	padding-top: 30px;
	padding-left: 40px;
}
#menu {
	text-align: right;
	height: 58px;
	width: 528px;
	background-image: url(../image/bg-menu.gif);
	background-repeat: no-repeat;
	padding-top: 61px;
	padding-right: 20px;
	margin-left: 252px;
}
#home-page-graphic {
	height: 326px;
	width: 800px;
	clear: left;
}
#home-page-headline {
	background-image: url(../image/bg-headline.gif);
	background-repeat: no-repeat;
	height: 135px;
	width: 501px;
	float: left;
	padding-right: 25px;
	padding-left: 25px;
}
#home-page-slideshow {
	height: 135px;
	width: 249px;
	margin-left: 551px;
}
#breadcrumb {
	background-image: url(../image/bg-breadcrumb.gif);
	height: 20px;
	width: 750px;
	padding-left: 50px;
	padding-top: 5px;
}
#content {
	background-image: url(../image/bg-content.gif);
	background-repeat: repeat-y;
	min-height: 300px;
}
#footer {
	width: 800px;
	clear: both;
}
.clear {
	clear: both;
}

/* LINKS */

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	background-color: #CCCCCC;
}
a:active {
	color: #666666;
}

/* TYPE */

h1 {
	font-weight: bold;
	color: #333333;
	font-size: 1.4em;
	line-height: 1.8em;
	margin-top: 20px;
}
#home-page-headline h1 {
	font-weight: normal;
	color: #666666;
	font-size: 1.4em;
	line-height: 1.5em;
	margin-top: 0px;
	padding-top: 32px;
}
p {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #666666;
}
#breadcrumb p {
	font-size: 1em;
	color: #999999;
}
#breadcrumb a:link, #breadcrumb a:visited {
	color: #999999;
}
#previous {
	float: left;
	padding-top: 142px;
	padding-left: 25px;
}
#next {
	float: right;
	padding-top: 142px;
	padding-right: 25px;
}
#portfolio-copy {
	clear: both;
	width: 700px;
	margin-right: 50px;
	margin-left: 50px;
}
#footer p {
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.portfolio-column {
	float: left;
	width: 200px;
	margin-left: 50px;
}
#portfolio-copy p {
	line-height: 1.5em;
	margin-top: 10px;
}
.case-study {
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 30px;
}
.case-study-copy {
	float: left;
	width: 290px;
	margin-right: 10px;
}
.case-study h1 {
	margin-top: 0px;
	padding-top: 20px;
}
.portfolio-column p {
	line-height: 1.8em;
}
