/* CSS Document */

html, body {
	padding: 0;
	height: 100%;
	text-align: center;
	min-width: 700px;
	background-color: #F4F8FB;
	font-family: "Microsoft Sans Serif", sans-serif, Arial;
	font-size: 11px;
	color: #1e4172;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
} 
#bgcontain {
	width: 958px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ffffff;
} 

#container { 
padding: 0; 
float: left; 
width: 100%; 
clear: both; 
min-height: 250px;
border: 1px solid #d9dbe1;
} 

/*\ IE/Win min height hack */ 
* html #container {
	height: 250px;
} 
/* */ 

#leftwrap { 
float: left; 
width: 788px; 
} 

#rightbar {
	float: left;
	width: 170px;
	font-weight: bold;
	margin-top: 10px;
} 

#leftbar {
	float: left;
	width: 170px;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
} 

#horizdivider {
	width: 150px;
	background-color: #d9dbe1;
	height: 1px;
	margin-right: 10px;
	margin-left: 10px;
}

#content {
	float: right;
	width: 616px;
	background: transparent;
	font-size: 13px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d9dbe1;
	border-left-color: #d9dbe1;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 410px;
} 

#masthead {
	width: 960px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 77px;
	background-color: #3565a7;
	background-image: url(images/magelamasthead.jpg);
	background-repeat: no-repeat;
	background-position: center;
} 
#horiznavbar {
	width: 958px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 17px;
	background-color: #eceef4;
	text-align: center;
	font-size: 13px;
	color: #1e4172;
	padding-top: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d9dbe1;
	border-left-color: #d9dbe1;	
}

.horiznav a {
	color: #2f3c64;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #FFFFFF;
	text-decoration: none;
	padding-right: 22px;
	padding-left: 22px;
} 
.horiznav a:hover {
	text-indent: 0;
	color: #FFFFFF;
	background-color: #88be67;
} 

#footer {
	width: 960px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 30px;
	background-color: #3565a7;
	background-image: url(images/magelafooter.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	font-size: 13px;
	font-family: "Microsoft Sans Serif", sans-serif, Arial;
	padding-top: 13px;
	text-indent: 80px;
}  

/* general */ 
p {margin: 0; padding: 10px;} 
h1 {font-size: 15px; margin: 0; padding: 10px;}
h2 {font-size: 13px; margin: 0; padding: 10px;}
li {
	font-size: 13px;
} 



.services a {color: #1e4172; text-decoration: none;} 
.services a:hover {text-indent: 0; color: #69A446;} 
.services a span {display: none;} 
.services a:hover span {display: block;}

.sectors a {color: #5576a5; text-decoration: none;} 
.sectors a:hover {text-indent: 0; color: #FF6633;} 
.sectors a span {display: none;} 
.sectors a:hover span {display: block;}


.smalltext {font-size: 10px}
.casestudies {font-size: 14px}
.title {
	font-size: 15px;
	padding: 10px;
	font-style: italic;
	letter-spacing: 0.1em;
}
