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

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

body, html {
	width: 100%;
	height: 100%;
	font-family: Courier, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	background: #ECEDED;
	color: #666;
}

/* ----------- DEFAULT -------------- */

h1, h2, h3, h4, h5 {
	font-size: 100%;
	margin: 4px 0;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	color: #97BF0D;
	border-bottom: 1px solid #1A171B;
}

h2 {
	font-size: 20px;
	padding: 0 0 5px 0;
	font-weight: normal;
	color: #97BF0D;
	border-bottom: 1px solid #1A171B;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #97BF0D;
}

a 					{ color:#97BF0D; text-decoration: none; }
a:hover 			{ color: #666; }
a img 				{ border: none; }
ul					{ width: 100%; margin: 0; padding: 0; }
li					{ list-style: none; }
table 				{ width: 100%; }
textarea			{ height: 60px; width: 200px }
.floatLeft 			{ float: left !important; }
.floatRight 		{ float: right !important; }
.overflowHidden		{ overflow: hidden; }
.hidden				{ display: none; }
.date				{ color: #666; }
.subtitle			{ margin: 4px 0 0 10px; position:absolute; background:#FFF; display:block; padding: 0 5px; font-weight:bold; }
.border 			{ padding: 20px 10px 10px 10px; margin: 10px 0 0 0; border: 1px dotted #000000; float: left; }

/* ----------- CLASSES -------------- */

.inner {
	margin: 0 auto;
}

.header {
	width: 990px;
	height: 240px;
	background: url(../img/header.jpg) center no-repeat;
	position: relative;
}

.searchForm {
	margin: 5px 0 0 0;
}

.nav {
	width: 990px;
	height: 70px;
	position: relative;
}

.content {
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
	background: url('../img/bg_content.jpg') top left repeat-x #FFF;
}

.innercontent {
	float: left;
	width: 950px;
	padding: 20px;
}

.subs {
	width: 545px !important;
}

.footer {
	width: 950px;
	color: #FFF;
	padding: 5px 20px;
	font-size: 10px;
}

.innerfooter {
	margin: 3px 0 0 0;
}

.footer a {
	color: #FFF;
}

.footer a:hover {
	color: #CCC;
}

/* ----------- ID'S -------------- */


#header {
	width: 100%;
	height: 240px;
	background: #ECEDED;
	float: left;
	position: relative;
	z-index: 1;
}

#logo {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 350px;
	height: 50px;
	background: url(../img/logo.png) center no-repeat;
	cursor: pointer;
}

#search {
	position: absolute;
	right: 30px;
	bottom: 15px;
}

#nav {
	width: 100%;
	height: 70px;
	background: url(../img/menu_back.jpg) top left repeat-x;
	float: left;
}

#content {
	width: 100%;
	height: auto;
	background: #ECEDED;
	float: left;
	position: relative;
}

#projects {
	width: 319px;
	min-height: 250px;
	padding: 0px 20px 20px 20px;
	background: #FFF;
	position: absolute;
	top: 65px;
	right: 45px;
}

#footer {
	width: 100%;
	height: 30px;
	overflow: hidden;
	background: #000;
	float: left;
}

