@charset "utf-8";
/* CSS Document */
html, body {
	height:100%;
	margin:0;
	background-color:#f4f4f4;
	font-family:Verdana, Geneva, sans-serif;
}
#fullpage {
	min-height:100%;
	position:relative;
}
#container {
	padding-bottom:98px;
	width:100%;
	background-image:url(images/index_content_bg.jpg);
	background-repeat:repeat-x;
	background-color:#f4f4f4;
}
#pageContent {
	width:990px;
	margin:0 auto;
}
#header {
	background:#f4f4f4;
	width:100%;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:98px;			/* Height of the footer */
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
}
.nav {
	font-size:16px;
	font-weight:bold;
	color:#f7941e;
}
.nav a {
	color:#08309d;
	text-decoration:none;
}
.nav a:hover {
	color:#0072bc;
	text-decoration:none;
}
ul.features {
	font-size:16px;
	font-weight:bold;
}
h5 {
	font-size:14px;
	margin-left:10px;
}
.projects {
	font-size:12px;
	margin-left:10px;
	margin-right:5px;
}
.indexContent {
	margin-right:10px;
	font-size:14px;
	margin-left:10px;
}
.footer {
	font-size:14px;
}
.copyright {
	font-size:10px;
	font-weight:bold;
	padding-top:20px;
}
