html, body {
	margin: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
    	font-weight: normal;
	padding: 0;
	background: #a1b3d7;
	line-height: 1.55em;
	
}

#wrapper {
	width: 800px;
	background: #ffff88;
	margin: 0 auto;
	
}

body a {
	color: red;
	text-decoration: none;
}

body a:hover {
	color: #db6d16;
}




.menuWrapper{
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    text-transform:uppercase;
    letter-spacing: normal;
    line-height: 1.55em;
    position:relative;
    margin:0px auto;
    height:505px;
    width:800px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-color:transparent;
	
}

ul.menu{
    list-style:none;
    width:800px;
}
ul.menu > li{
    float:left;
    width:266px;
    height:505px;
    border-right:1px solid #777;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu > li.last{
    border:none;
}

.bg1{
    background-image: url(../images/1.png);
}
.bg2{
    background-image: url(../images/2.png);
}
.bg3{
    background-image: url(../images/3.png);
}

ul.menu > li > a{
    float:left;
    width:266px;
    height:50px;
    margin-top:380px;
    text-align:center;
    line-height:50px;
    color:#ddd;
    background-color:#333;
    letter-spacing:1px;
    cursor:pointer;
    text-decoration:none;
    text-shadow:0px 0px 1px #fff;
}

ul.menu > li ul{
    list-style:none;
    float:left;
    margin-top:-180px;
    width:100%;
    height:110px;
    padding-top:20px;
    background-repeat:no-repeat;
    background-color:transparent;
}

ul.menu > li ul li a{
    color:#fff;
    text-decoration:none;
    line-height:30px;
    margin-left:20px;
    text-shadow:1px 1px 1px #444;
    font-size:11px;
}

ul.menu > li ul li a:hover{
    border-bottom:1px dotted #fff;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #000900;
	text-align: center;
	
}

.hidden {
	display: none;
}

#page-container {
	width: 800px;
	margin: auto;
	text-align: left;
	height: 505px;
	
	
}

body.about #header {
	height: 150px;
	background: #db6d16
		    url(../images/headers/about.jpg);
}

.animatedtabs{
border-bottom: 1px #ffff88;
overflow: hidden;
width: 100%;
font-size: 14px; /*font of menu text*/
height: 29px;
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(../images/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(../images/tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}




#header {
	height: 182px;
	background: #db6d16
	            url(../images/headers/rdo12web.png);
	background-position: center, 20% 80%, top left, bottom right;
	background-repeat: no-repeat;

}

#sidebar-a {
	background: #3388bb;
	float: left;
	width: 280px;
	line-height: 18px;
	height: 505px;
	-moz-border-radius: 18px;
		-webkit-border-radius: 18px;
		border-radius: 18px;
	
}

#sidebar-a .padding {
	padding: 5px;
}

#sidebar-st {
	font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 13.5px;
    font-style: normal;
    font-weight: normal;
	background: #f3d893;
	float: left;
	width: 800px;
	
	line-height: 1.2em;
	height: 505px;
	border-style: double; 
	border-width: 5px;
	border-color: black;
	-moz-border-radius: 18px;
		-webkit-border-radius: 18px;
		border-radius: 18px;
}

#sidebar-st .padding {
	padding: 0px;
}

#sidebar-ab {
	font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 13.5px;
    font-style: normal;
    font-weight: normal;
	background: #CAF55D;
	float: left;
	width: 800px;
	
	line-height: 1.2em;
	height: 505px;
	border-style: double; 
	border-width: 5px;
	border-color: black;
	-moz-border-radius: 18px;
		-webkit-border-radius: 18px;
		border-radius: 18px;
}

#sidebar-ab .padding {
	padding: 0px;
}

#sidebar-s {
	font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 13.5px;
    font-style: normal;
    font-weight: normal;
	background: #3388bb;
	float: left;
	width: 800px;
	
	line-height: 1.2em;
	height: 505px;
	border-style: double; 
	border-width: 5px;
	border-color: black;
	-moz-border-radius: 18px;
		-webkit-border-radius: 18px;
		border-radius: 18px;
}

#sidebar-s .padding {
	padding: 0px;
}

#sidebar-sv {
	font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 13.5px;
    font-style: normal;
    font-weight: normal;
	background: #7CDAA1;
	float: left;
	width: 800px;
	
	line-height: 1.2em;
	height: 505px;
	border-style: double; 
	border-width: 5px;
	border-color: black;
	-moz-border-radius: 18px;
		-webkit-border-radius: 18px;
		border-radius: 18px;
}

#sidebar-sv .padding {
	padding: 0px;
}

#sidebar-o {
	font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 13.5px;
    font-style: normal;
    font-weight: normal;
	background: #40f68a;
	float: left;
	width: 800px;
	
	line-height: 1.2em;
	height: 505px;
	border-style: double; 
	border-width: 5px;
	border-color: black;
	-moz-border-radius: 18px;
		-webkit-border-radius: 18px;
		border-radius: 18px;
}

#sidebar-c {
	background: #3D3D3D;
	float: left;
	width: 800px;
	line-height: 15px;
	height: 505px;
	border-style: double; 
	border-width: 5px;
	border-color: black;
	-moz-border-radius: 18px;
		-webkit-border-radius: 18px;
		border-radius: 18px;
	
}

#sidebar-c .padding {
	padding: 0px;
}

#services {
	float: left;
	position: relative;
	
}

.backbutton {
	background-image: url(../images/backbtn.png);
	float: left;
	position: relative;
	margin-left:5px;
	margin-top:5px;
}

.backbutton:hover {
	background-image: url(../images/backbtn2.png);
	float: left;
	position: relative;
	margin-left:5px;
	margin-top:5px;
}

#head-s {
	background: url(../images/social_heading.png);
	width: 640px;
	height: 70px;
	margin-left: 26px;
	float: left;
	
	}
	
#head-o {
	background: url(../images/outsource-head.png);
	width: 596px;
	height: 61px;
	margin-left: 48px;
	float: left;
	margin-top:5px;
	}
	
#head-ab {
	background: url(../images/history-head.png);
	width: 335px;
	height: 61px;
	margin-left: 230px;
	float: left;
	margin-top:5px;
	}

#head-st {
	background: url(../images/strategy.png);
	width: 566px;
	height: 61px;
	margin-left: 63px;
	float: left;
	margin-top: 4px;
	
	}	
	
#body-s {
	background: ;
	width:	780px;
	height: 370px;
	margin-left: 0px;
	float: left;
}

#content2 {
	background: url(../images/bg2.png);
	margin-left:px;
	line-height:px;
	height: 505px;
	-moz-border-radius: 18px;
		-webkit-border-radius: 18px;
		border-radius: 18px;
}

#content2 .padding {
	padding: 0px;
}

#row1 {
	width: 780px;
	position: relative;
	height:150px;
	padding-bottom:px;
	margin-left: 5px;
	margin-top: 5px;
}

#r1c1 {
	width: 85px;
	float: left;
	margin-top: 30px;
	
}

#r1c2 {
	height: px;
	width: 610px;
	float: left;
	text-align:justify;
	background: white;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	margin-left: 0px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#r1c3 {
	width: 75px;
	float: right;
	margin-top: 30px;
	
}

#row2 {
	width: 780px;
	position: relative;
	height:200px;
	padding-bottom:px;
	margin-left: 10px;
	margin-top: 0px;
}

#r2c1 {
	width: 320px;
	float: left;
	text-align:justify;
	background: white;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	margin-left: 0px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	
}

#r2c2 {
	height: px;
	width: 50px;
	float: left;
	margin-left: 5px;
	

}

#r2c3 {
	width: 380px;
	float: right;
	text-align:justify;
	background: white;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	margin-left: 0px;
	-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
	
}

#row3 {
	width: 320px;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
	margin-top: 9px;
}

#row1ab {
	width: 780px;
	position: relative;
	padding-bottom:px;
	margin-left: 5px;
	margin-top: 5px;
}

#r1c1ab {
	width: 260px;
	float: left;
	margin-top: 30px;
	
}

#r1c2ab {
	height: px;
	width: 10px;
	float: left;
}

#r1c3ab {
	width: 500px;
	float: right;
	margin-top: 30px;
	text-align:justify;
	background: white;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	margin-left: 0px;
	-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
}

#row2ab {
	width: 780px;
	position: relative;
	height:200px;
	padding-bottom:px;
	margin-left: 10px;
	margin-top: 0px;
}

#r2c1ab {
	width: 20px;
	float: left;


	
}

#r2c2ab {
	height: px;
	width: 450px;
	background: white;
	float: left;
	margin-left: 165px;
	text-align:justify;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	margin-top: 10px;
	-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
}

#r2c3ab {
	width: 20px;
	float: right;

}

#row3ab {
	width: 20px;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
	margin-top: 9px;
}

#row1o {
	width: 780px;
	position: relative;
	height:150px;
	padding-bottom:px;
	margin-left: 5px;
	margin-top: 5px;
}

#r1c1o {
	width: 180px;
	float: left;
	height: 225px;
	background: white;
	margin-top: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
}

#r1c2o {
	height: px;
	width: 0px;
	float: left;
	margin-left: 0px;
}

#r1c3o {
	width: 580px;
	float: right;
	margin-top: 10px;
	font-size: 12.5px;
	text-align:justify;
	background: white;
	padding-top: 0px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#row2o {
	width: 780px;
	position: relative;
	height:px;
	padding-bottom:px;
	margin-left: 5px;
	margin-top: 0px;
}

#r2c1o {
	width: 370px;
	float: left;
	font-size: 12.5px;
	text-align:justify;
	background: white;
	padding-top: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	margin-left: -182px;
	margin-top: 27px;
	-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
	
}

#r2c2o {
	height: px;
	width: 0px;
	float: left;
	margin-left: 5px;
	

}

#r2c3o {
	width: 380px;
	float: right;
	font-size: 12.5px;
	text-align:justify;
	background: white;
	padding-top: 0px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-top: 7px;
	-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
	
}

#row3o {
	width: 320px;
	float: right;
	font-size: 12.5px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: 58px;
	margin-top: 3px;
	
	
}

#row1st {
	width: 780px;
	position: relative;
	height:150px;
	padding-bottom:px;
	margin-left: 5px;
	margin-top: 5px;
}

#r1c1st {
	width: 510px;
	float: left;
	margin-top: 0px;
	font-size: 12.5px;
	text-align:justify;
	background: white;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding-top: 0px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
}

#r1c2st {
	height: px;
	width: 5px;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	
}

#r1c3st {
	width: 255px;
	float: right;
	margin-top: 0px;
	
}

#row2st {
	width: 780px;
	position: relative;
	height:200px;
	padding-bottom:px;
	margin-left: 10px;
	margin-top: 0px;
}

#r2c1st {
	width: 270px;
	float: left;
	margin-top: 5px;
	
}

#r2c2st {
	height: px;
	width: 5px;
	float: left;
	margin-left: 5px;
	

}

#r2c3st {
	width: 500px;
	float: right;
	text-align:justify;
	font-size: 12.5px;
	background: white;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	margin-left: 0px;
	-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
	
}

#row3st {
	width: 320px;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
	margin-top: 9px;
}

#row1cl {
	width: 780px;
	position: relative;
	height:150px;
	padding-bottom:px;
	margin-left: 5px;
	margin-top: 5px;
}

#r1c3cl {
	height: px;
	width: 610px;
	float: left;
	text-align:justify;
	background: white;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	margin-left: 0px;
	-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
}




.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 16px solid #3300bb;
	background-color: white;
	z-index:1002;
	overflow: auto;
}





#column-right2 {
	
	height: px;
	width: 470px;
	float: right. top;
	text-align:justify;
	background: white;
	margin-left: 305px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 1px;
	margin-top: 8px;
	-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;

}



#footer {
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #3388bb;
	border-top: 0px solid #ffff88;
	padding: 13px 25px;
	line-height: 18px;

}

#footer a {
	color: #3388bb;
	text-decoration: none;
}

#footer a:hover {
	color: #db6d16;
}

#footer #altnav {
	width: 370px;
	float: right;
	text-align: right;
}
