@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #eeeedd;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #000000; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#menu {
  padding: 0px 0;
	background: #eeca69; 
}	
.t1 a:hover, .t1 a:active, .t1 a:link,  .t1 a:visited {
	color: #000000;
	text-decoration: none;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}
#footer p {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* home page */
.imgl {
  padding-bottom: 440px;
}
.imgr {
  padding-bottom: 440px;
}
.imgc {
  padding-top: 40px;
	padding-left: 10px;
	padding-right: 20px;
}
.img2 {
  padding-bottom: 0px;
}

#mainContent1business {
	padding-top: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 0px;
	padding-right: 950px;
	background: #FFFFFF;
}
#mainContent2business {
	padding-top: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 0px;
	background: #FFFFFF;
}

/* gbs page */
#mainContent1gbs {
	padding-top: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 0px;
	padding-right: 950px;
	background: #FFFFFF;
}
#mainContent2gbs {
	padding-top: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 0px;
	padding-right: 950px;
	background: #FFFFFF;
}
#mainContent2 {
	padding-top: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	align: left;
	float: left;
	width: 930px;
	background: #FFFFFF;
}

.lttr_1 {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: 3px;
	color: #000000;
	text-transform: capitalize;
  font-weight: 900;
	vertical-align: middle;
	}
h2 {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}		
.style1 {
	color: #CCCCCC;
	font-size: 10px;
}
.style2 {
  color: #FFFFFF;
	font-size: 14px;
}
.style3 {
  color: #000000;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.style13 {
  color: #006699;
	font-weight: bold;
	}
.style4 {
  color: #009900;
	font-weight: bold;
	}
.style5 {
  color: #ffcc00;
	font-weight: bold;
	}
.style6 {
  color: #ff6600;
	font-weight: bold;
	}
.style7 {
  color: #990000;
	font-weight: bold;
	}
.style8 {
  color: #ff3399;
	font-weight: bold;
	}
.style23 {
  color: #660033;
	font-weight: bold;
	}
.style22 {
  color: #000044;
	font-weight: bold;
	}	
.angelaimgbusiness {
  padding-left: 10px;
	vertical-align: top;
	}
.devinimggbs {
  padding-left: 10px;
	vertical-align: top;
	}		
.cherylimgstaging {
  padding-left: 10px;
	vertical-align: top;
	}		
.laureyimglandl {
  padding-left: 10px;
	vertical-align: top;
	}	
	.christineimgstaging {
  padding-left: 10px;
	vertical-align: top;
	}
#profile {
	width: 190px;
	border: 2px solid #DBAE50;
	background-color:#F4DDB0;
	padding: 10px 5px 5px 5px;
	margin-left: 30px;
	margin-bottom: 30px;
	}
.profileimg {
	border: 1px solid #000;
	}
#profile img  {
margin: 0px 5px;
}
#profile p, .right p  {
	font-size: 75%;
	/* text-align: left; */
	}

.buttons  {
width: 160px;
margin: 0px auto;
}
.buttons2  {
width: 100px;
margin: 0px 10px 0px 0px;
}
.buttons a:link, .buttons a:visited, .buttons2 a:link, .buttons2 a:visited {
	text-align: center;
	border: 1px solid #DBAE50;
	padding: 4px 2px 4px 2px;
	display: block;
	background-color: #F6EEDA;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
.buttons a:active, .buttons a:hover, .buttons2 a:active, .buttons2 a:hover {
	text-align: center;
	border: 1px solid #DBAE50;
	padding: 4px 2px 4px 2px;
	display: block;
	background-color:#F4DDB0;
	color: #333333;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	}
			