@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #303030;
	line-height: 20px;
}

#container {
	width: 100%;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #303030;
}
#header {
	background-image: url(../header-bg.png);
	background-repeat: repeat;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 30px;
	padding-right: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1B6699;
}
#header-container {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0px;
	margin: 0px;
	padding-left: 0px;
	height: 84px;
}
#logo {
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	width: 280px;
	float: left;
}
#navigation {
	margin: 0px;
	padding-top: 58px;
	padding-bottom: 0px;
	padding-left: 320px;
}
.nav-projects:link {
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1B6699;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 4px;
	width: 80px;
	float: left;
	outline:none;
	background-image: url(../projects-up.png);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	height: 18px;
}
.nav-projects:visited {
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1B6699;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 4px;
	width: 80px;
	float: left;
	outline:none;
	background-image: url(../projects-up.png);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	height: 18px;
}
.nav-projects:hover {
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1B6699;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 4px;
	width: 80px;
	float: left;
	outline:none;
	background-image: url(../projects-over.png);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	height: 18px;
}
.nav-projects:active {
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1B6699;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 4px;
	width: 80px;
	float: left;
	outline:none;
	background-image: url(../projects-over.png);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	height: 18px;
}
.nav-information:link {
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1B6699;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 4px;
	width: 90px;
	float: left;
	outline:none;
	background-image: url(../information-up.png);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	height: 18px;
}
.nav-information:visited {
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1B6699;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 4px;
	width: 90px;
	float: left;
	outline:none;
	background-image: url(../information-up.png);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	height: 18px;
}
.nav-information:hover {
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1B6699;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 4px;
	width: 90px;
	float: left;
	outline:none;
	background-image: url(../information-over.png);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	height: 18px;
}
#footer {
	padding-top: 15;
	padding-bottom: 15;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #505050;
	background-color: #424242;
}
.nav-information:active {
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1B6699;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 4px;
	width: 90px;
	float: left;
	outline:none;
	background-image: url(../information-over.png);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	height: 18px;
}
