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

body {
	background-color: #e9eaeb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #6d6e71;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 {
	font-size: 2.4em;
	font-weight: normal;
	color: #FFFFFF;
}
h4 {
	font-weight: bold;
	color: #6D6E71;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
.grey_heading {
	color: #95979a;
}
#main_container {
	height: 550px;
	width: 900px;
	margin: 0px auto;
	padding: 0px;
}

/*#main_container {
	height: 550px;
	width: 900px;
	margin: auto;
	padding: 0px;
}*/



/*#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 900px; 
}
#wrapper {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 900px;
	height: 380px;
	margin: 0px auto;
}*/





#corner {
	position: absolute;
	top: 25px;
	right: auto;
	clear: none;
	z-index: 100;
	text-align: right;
	width: 900px;
	left: auto;
}
#col1 {
	height: 550px;
	width: 200px;
	float: left;
	background-color: #95979a;
	background-image: url(../assets/bottom_left_corner.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#logo {
	background-color: #FFFFFF;
	height: 100px;
	background-image: url(../assets/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
a.homelink{
	height: 100px;
	display:block;
}
#mainnav {
	height: 130px;
	background-color: #6d6e71;
	vertical-align: middle;
	font-size: 0.8em;
	line-height: 1.4em;
}
#mainnav ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 0px;
	font-size: 1.2em;
	text-transform: uppercase;
	display: block;
	padding-right: 40px;
	padding-left: 40px;
}
#mainnav li {
	margin: 0px;
	color: #FFFFFF;
	padding: 0px;
}
#mainnav a:link, #mainnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#mainnav a:hover, #mainnav a:active {

}
#col2 {
	height: 550px;
	width: 700px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../assets/top_right_corner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#homepage {
	background-image: url(../assets/background1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 550px;
	width: 700px;
}
#about{
	background-image: url(../assets/background2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 550px;
	width: 700px;
}
#approach{
	background-image: url(../assets/background8.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 550px;
	width: 700px;
}
#synergist{
	background-image: url(../assets/background3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 550px;
	width: 700px;
}
#consultancy{
	background-image: url(../assets/background10.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 550px;
	width: 700px;
}
#casestudies{
	background-image: url(../assets/background5.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 550px;
	width: 700px;
}
#news{
	background-image: url(../assets/background11.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 550px;
	width: 700px;
}
#partners{
	background-image: url(../assets/background9.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 550px;
	width: 700px;
}
#contact{
	background-image: url(../assets/background7.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 550px;
	width: 700px;
}
.page_heading {
	height: 120px;
	width: 400px;
	padding-top: 110px;
	padding-left: 300px;
}
.page_text {
	padding-left: 300px;
	width: 380px;
	height: 300px;
	padding-top: 10px;
	padding-right: 20px;
}
.page_text a:link, .page_text a:visited {
	color: #9fcf67;
	text-decoration: underline;
}
#news    {
	color: #9fcf67;
	text-decoration: none;
}
.page_text td {
	padding-right: 10px;
}
label {
	height: 25px;
	width: 125px;
	display: block;
	float: left;
}
.submit {
	margin-left: 125px;
}
.formfield {
	width: 200px;
	border: 1px solid #6d6e71;
	background-color: #FFFFFF;
}
#footer {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	font-size: 0.9em;
	padding-top: 20px;
	padding-right: 20px;
}
#footer a:link, #footer a:visited {
	color: #6d6e71;
	text-decoration: underline;
	
}
#footer a:hover, #footer a:active {
	color: #6d6e71;
	text-decoration: none;
	
}
textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
