/*  =RESET STYLES
   ----------------------------------------------------*/
/*img, div { behavior: url(/include/iepngfix.htc) }*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/*  =RESET STYLES
   ----------------------------------------------------*/
body{
	background: url(../images/body-bg.jpg) repeat-x;
}

h2{
	color:#00A0E3;
	font-size: 17px;
	margin-bottom: 12px;
	font-weight: bold;
}

h3{
	color:#009CE0;
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: bold;
}

h4{
	color:#0058A9;
	font-size: 13px;
	margin-bottom: 3px;
	font-weight: bold;
}

a{
	text-decoration: none;
	color: #009CE0;
}

a:hover{
	text-decoration: underline;
}

img.imageborder{
	border: 1px solid #B6B6B6;
	padding: 2px;
	background: White;
}

#wrapper{
	width:966px;
	margin: 0 auto;
}

.float-right{
	float: right;
	
}

#logo{
	float: left;
	
}

#logo span{	
	position: absolute;
	left: -1800px;
	/*display: none;*/
}

#header{
	float: left;
	width: 966px;
	
}

.header-panel{
	float: left;
	width: 966px;
	height: 248px;
	background: url(../images/header-panel-bg.jpg) no-repeat center;
	font: 12px Arial;
}

.header-services{
	background-image: url(../images/header-services.jpg);
}

.header-partners{
	background-image: url(../images/partners-header.jpg);
}

.header-clients{
	background-image: url(../images/clients-header.jpg);
}

.header-career{
	background-image: url(../images/career-header.jpg);
}

.header-contact{
	background-image: url(../images/contact-header.jpg);
}

.header-textpanel{	
	padding: 30px 0 0 30px;
	color: #1A4E7E;	
}

.box{
	background: #F1F1F1;
	border: 1px solid #C2C2C2;
	padding:5px 15px;
	display: block;
	
}


.header-textpanel h2{
	line-height: 29px;
	font-size: 22px;
	font-weight: lighter;
}

.header-textpanel p{
	width: 390px;
	line-height: 18px;
}

#container{
	width:960px;	
	float: left;
	font: 12px Arial;
}

#content{
	float: left;
	width:712px;	
	color: #666666;
	
}

#content p{
	margin-bottom: 10px;
	line-height: 17px;
}

#content ul li{
	padding: 5px 0px 5px 15px;	
	
	background: url(../images/li.gif) no-repeat left;
	
	
	font-size: 14px;
}

#content ul{
	margin-top: 10px;	
	padding: 5px;	
}



.content-col{
	width: 326px;
	float: left;
	padding: 15px
}

.content-full{
	width: 678px;
	float: left;
	padding: 15px
}

#side-links{
	float: right;
	width:216px;
	background: #F2F6FB;
	border: solid 1px #CAD3F2;
	padding: 15px;
	color: #0057A7;
	font-size: 12px;
	margin-top: 20px;
}
#side-links ul {
	margin-bottom: 30px;
}
#side-links ul li{
	margin-bottom: 13px;
}

#footer{
	padding:10px 0;
	float: left;
	width: 966px;
	background: #DFE7ED;
	margin-top: 25px;
	color: #6E7E8B;
	font: 12px Arial;
	line-height: 30px;
}

#footer a{
	text-decoration: none;
	color: #6E7E8B;
	padding: 1px 6px;
	
}

#footer a:hover{
	
	background: White;
}

#footer-logo{
	float: left;
	padding: 5px 50px;
	width: 260px;
	text-align: center;
}

#footer-links{
	float: left;
	padding: 18px 0 0 0;
}