@charset "UTF-8";
/* CSS Document */


/*UNIVERSAL STYLES____________________________________________________________________________________________________________________________________________*/

* { margin:0;
	padding:0;}

body {
	background: #3e85c2 url(../images/bg-grad.gif) repeat-x;
	text-align:center;/*for ie6*/
	min-width:950px;}/*for netscape6*/

a {
	outline: none;
}
	
#outer {
	margin:0 auto;
	width:968px;
	background:url(../images/shadow-middle.png) repeat-y;}

#wrapper-bottom {
	margin:0 auto;
	width:968px;
	height:16px;
	background:url(../images/shadow-bottom.png) no-repeat;
}

#wrapper {
	margin:0 auto;
	width:950px;
	text-align:left;
	background:#fcf9f4;}

#header {
	background-color:#f8f5ec;
	height:60px;
	padding:20px 40px 20px 40px;
	border-bottom:#bdaf7d 1px solid;}
	
#logo {
	float:right;
	width:223px;}

	
	/*Top Navigation_____________________________________________________________*/

#mainNav {
	width:600px;
	float:left;
	padding-top:40px;}

#mainNav ul {
	list-style:none;
	display:inline;}
	
#mainNav li {
	display:inline;}
	
#mainNav ul a{
	padding-right:10px;
	color:#777c7e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	text-decoration:none;}
	
#mainNav ul a:hover{
	text-decoration:underline;}
	
	/*Footer__________________________________________________________../*/
	
.footer, .footerHome {
	background:#f8f5ec url(../images/footer-logos.jpg) no-repeat center;
	height:65px;
	width:950px;
	text-align:center;
	padding:20px 0px 20px 0px;
	clear:both;}
	
.footer {border-top:#bdaf7d 1px solid;}
	
.footerHome{
	border:none;}
	
#bottomLinks {
	text-align:right;
	margin:auto;
	width:950px;}
	
#bottomLinks a {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-decoration:none;
	padding-right:15px;
	outline: none;
}

#bottomLinks a:hover {
	text-decoration:underline;}
	

/*HOME PAGE STYLES____________________________________________________________________________________________________________________________________________*/
	
/*Home page tabbed section_____________________________________________________________*/
	
.Tabs {
  height: 34px;
  width:950px;
  background:#f8f5ec url(../images/bg-tabs-all.jpg) no-repeat bottom center;
  border-top:#bdaf7d 0px solid;
  padding-top:20px;
}

.Tabs a {
	height:34px;
  	float: left;
  	display: block;
  	text-decoration: none;
}

		#yourRole a {background:url(../images/tab-01-off.gif) no-repeat;width:153px;}
		#yourRole a:hover {background:url(../images/tab-01-hover.gif) no-repeat; width:153px;}
		#yourRole a:Active {background:url(../images/tab-01-on.gif) no-repeat; width:153px;}
		
		#ourSolutions a {background:url(../images/tab-02-off.gif) no-repeat;width:122px;}
		#ourSolutions a:hover {background:url(../images/tab-02-hover.gif) no-repeat;width:122px;}
		#ourSolutions a:Active {background:url(../images/tab-02-on.gif) no-repeat;width:122px;}
		
		#workingWithUs a {background:url(../images/tab-03-off.gif) no-repeat;width:135px;}
		#workingWithUs a:hover {background:url(../images/tab-03-hover.gif) no-repeat;width:135px;}
		#workingWithUs a:Active {background:url(../images/tab-03-on.gif) no-repeat; width:135px;}


.pages {
  clear: both;
  border: none;}
  
 .pages h1 {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;}
		
.pages p {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;}
	
.pages a {color:#5087c7;text-align:right;}
.pages a:hover {color:#5087c7;text-decoration:underline;}

#page1Wrapper, #page2Wrapper, #page3Wrapper{
	width:950px;
	height:150px;
	padding-top:25px;}
	
  
  /*Page 1 - your role // Page 3 - working with us_____________________________________________________________*/

#page1Wrapper{
	background:#f8f5ec url(../images/bg-tab-01.jpg) no-repeat top center;}
	
#page2Wrapper{
	display:none;
	background:#f8f5ec url(../images/bg-tab-02.jpg) no-repeat top center;}
	
#page3Wrapper{
	display:none;
	background:#f8f5ec url(../images/bg-tab-03.jpg) no-repeat top center;}
	
#page1ContainerLeft, #page3ContainerLeft {
	float:left;
	width:475px;}
	
#page1ContainerRight, #page3ContainerRight {
	float:right;
	width:475px;}
	
		#page1col1, #page3col1 {
			float:left; width:230px;}
			
		#page1col2, #page3col2 {
			float:right; width:185px;}
			
		#page1col3, #page3col3 {
			float:left; width:185px;}
		
		#page1col4, #page3col4 {
			float:right; width:230px;}
			
		#page1col1 p, #page1col1 h1, #page3col1 p, #page3col1 h1 {
			padding-left:75px;}
			
		#page1col2 p, #page1col2 h1, #page3col2 p, #page3col2 h1 {
			padding-right:25px;}
			
		#page1col3 p, #page1col3 h1, #page3col3 p, #page3col3 h1 {
			padding-left:30px;}
			
		#page1col4 p, #page1col4 h1, #page3col4 p, #page3col4 h1 {
			padding-right:75px;}
			
		.colhead {
			padding:0px 0px 2px 0px;
		}
		
		.colcopy {
			padding:0px 0px 7px 0px; height:70px;
		}
		
		.collink {
			padding:0px 0px 5px 0px;
		}

  /*Page 2 - our solutions_____________________________________________________________*/

#page2ContainerLeft {
	float:left;
	width:390px;}
	
#page2ContainerRight {
	float:right;
	width:560px;}
	
		#page2col1 {
			float:left; width:220px;}
			
		#page2col2{
			float:right; width:170px;}
			
		#page2col3 {
			float:left; width:170px;}
		
		#page2col4 {
			float:left; width:170px;}
			
		#page2col5 {
			float:right; width:220px;}
			
			
		#page2col1 p, #page2col1 h1{
			padding-left:75px; padding-right:25px;}
			
		#page2col2 p, #page2col2 h1 {
			padding-left:25px; padding-right:25px;}
			
		#page2col3 p, #page2col3 h1{
			padding-left:25px; padding-right:25px;}
			
		#page2col4 p, #page2col4 h1{
			padding-left:30px; padding-right:25px;}
			
		#page2col5 p, #page2col5 h1{
			padding-left:30px; padding-right:70px;}

	
	
/*CONTENT PAGES STYLES____________________________________________________________________________________________________________________________________________*/
	
	
/*Floated 3 column layout_____________________________________________________________*/


.content {
	float:left;
	background: #FFF url(../images/bg-solutions.jpg) no-repeat bottom;
	width:720px;
	border-right:#f1e9cf solid 1px;}
	
.contentBig
{
    background: #FFFFFF; 
    border-right:#f1e9cf solid 0px; 
    width:950px;
}
    
	#leftNav {
		float:left;
		padding-top:50px;
		width:200px;
		padding-left:40px;}
		
		#leftNav ul li {
			list-style:none;}
	
	
	#mainContent {
		float:right;
		width:710px;
		padding-top:50px;}
	    
		#mainContent h1, #mainContent h2, #mainContent p {
			padding-right:20px;
			padding-left:20px;}
			
		#mainContent ul{
			padding-right:20px;
			padding-left:36px;}
		
		#mainContent ol{
			padding-right:20px;
			padding-left:40px;}
			
		#mainContent ul li{
			padding-left:6px;}
			
		#mainContent .subBullet li {
			font-size:1.2em;
			line-height:1.32em;
			list-style-image:url(../images/dashbullet.gif);
			margin-left:-12px;
			padding-left:-12px;}
		
		#mainContent ol li{
			padding-left:2px;}
			
		#mainContent h3 {
			padding-right:20px;
			padding-left:20px;
			font-size:0.8em;
			color:#777c7e;
			font-weight:bold;}
			
		#mainContent a{
			color:#5087c7;
			text-decoration: none;	
		}
	
		#mainContent a:hover{
			text-decoration: underline;	
		}
		
		#mainContent ul, ol {
			font-family:Arial, Helvetica, sans-serif;
			font-weight:normal;
			font-size:0.8em;
			color:#777c7e;
			line-height:1.3em;
		}
			
	#sidebar {
		float:right;
		width:230px;
		background: #fcf9f4;
		padding-top:50px;}
	
		#sideBar ul {
			padding-top:50px;}
	
		#sideBar li, #sideBar ul {
			list-style:none;}
	
		#sideBar img{
			border:none;
			padding: 0px 20px 10px 10px;}
			

/*Left hand navigation styles_____________________________________________________________*/	
	
.leftNavPrimary ul li{
	margin:0px;
	padding:0px;
	list-style-type:none;}
	
	
.leftNavPrimary a{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:26px;
	color:#777c7e;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/bg-navprimary.gif) no-repeat left bottom;
	height:22px;
	width:175px;
	text-indent:10px;
	padding-bottom:2px;}
	
	.leftNavSecondary a{
	font-weight:normal;
	background:url(../images/bg-navsecondary-blue-off.gif) no-repeat left bottom;}
	
	.leftNavSecondary a:hover{
	background:url(../images/bg-navsecondary-blue-on.gif) no-repeat left bottom;}
	
	.leftNavSecondaryGold a{
	font-weight:normal;
	background:url(../images/bg-navsecondary-gold-off.gif) no-repeat left bottom;}
	
	.leftNavSecondaryGold a:hover{
	background:url(../images/bg-navsecondary-gold-on.gif) no-repeat left bottom;}
	
	.leftNavSecondaryGrey a{
	font-weight:normal;
	background:url(../images/bg-navsecondary-grey-off.gif) no-repeat left bottom;}
	
	.leftNavSecondaryGrey a:hover{
	background:url(../images/bg-navsecondary-grey-on.gif) no-repeat left bottom;}
	
	.leftNavTertiary a{
	font-weight:normal;
	margin-left:35px;
	width:140px;
	background:url(../images/bg-navtertiary-off.gif) no-repeat left bottom;}
	
	.leftNavTertiary a:hover{
	background:url(../images/bg-navtertiary-on.gif) no-repeat left bottom;}


/* Typography_____________________________________________________________*/	
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.1em;
	color:#5087c7;}
	
.workingwithus-h1 {
	color:#a79452;}

.aboutDataflex-h1 {
	color:#777c7e;}
	
.contactH1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#777c7e;
	font-weight:bold;
	padding-left:20px;}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#777c7e;
	font-weight:bold;}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#777c7e;
	font-weight:bold;
	line-height: 1.3em;
}	
	
p, ul {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:0.8em;
	color:#777c7e;
	line-height:1.3em;
}

label {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:0.8em;
	color:#777c7e;
	padding-left: 5px;
}

.subBullet li {
	font-size:1.1em;
	line-height:1.32em;
	list-style-image:url(../images/dashbullet.gif);
	margin-left:-12px;
	padding-left:-12px;}

	
.dropshadow1{
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	width: 964px;
}

.dropshadow1 div{
	position:relative;
	top:-8px;
	bottom:-17px;
	right: 0px;
	margin: 0px;
}
