/* CSS Document ~ Main Structure*/

html,
body {
   margin:0;
   padding:0;
   height:100%;
   background: url(../img/header_background.gif) repeat-x;

}
#container {
   min-height:100%;
   position:relative;
}
#header {
   
		height:100px;
		padding:5px;
		z-index:-1;
}
/* This keeps the body and footer centred in the middle of the browser window */
#fixed {
	margin:0 auto;
   	width:983px;
   	text-align:left;
	background:#fff;
}
#body {
	position:relative;
   	padding-bottom:180px;   /* Height of the footer */
}
#main_content {
	float:left;
	clear:right;
	width:735px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right:.5em;
}
#side_content {
	float:right;
	clear:right;
	width:230px;
	left:740px;
}
#features {

	padding-top:1em;
	padding-bottom:5em;
	clear:left;
	margin-left:auto;
	margin-right:auto;
}
#feature1 {
	width:232px;
	height:250px;
	float:left;
	clear:both;
	margin-right:1.3em;
}
#feature2 {
	width:232px;
	height:250px;	
	float:left;
	clear:right;
	margin-right: 1.3em;
}
#feature3 {
	width:232px;
	height:250px;
	float:left;
	clear:right;
	margin-right: 1.3em;
}
#feature4 {
	width:232px;
	height:250px;
	float:left;
	clear:right;
}
#solutions {

	padding-top:1em;
	padding-bottom:0;
	clear:left;
	margin-left:auto;
	margin-right:auto;
}
#footer {
	clear:both;
	position:relative;
   	bottom:0;
   	width:983px;
   	height:175px;   /* Height of the footer */
   	background:#fff;
}
#topmenu {
	position:absolute;
	font-size: .8em;
   	font-family: verdana;
   	color:#000000;
   	font-weight:bold;
   	width:980px;
   	top:5px;
   	text-align:right;
   	z-index:2;
}
#logo {
	position:absolute;
	top:6px;
}
#top-cta {
	position:absolute;
   	width:980px;
   	top:35px;
   	text-align:right;
   	z-index:2;
}
#search {
	font-size: .95em;
   	font-family: verdana;
   	color:#000000;
   	font-weight:bold;
   	z-index:2;
	margin-bottom:3em;
}
#latest-news {
	font-size:.95em;
}
#navigation {
	position:absolute;
   	top:71px;
   	z-index:2;
}
