/* CSS Document */
/**************************************************************************************************
  Tags
**************************************************************************************************/
body {
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/header-bg.gif);
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #888888;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #888888;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #444444;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #444444;
}
* {
margin: 0;
padding: 0;
}
h3 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
h3 a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
h3 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
h3 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
p a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}
p a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}
p a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #444444;
	text-decoration: underline;
}
p a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}
/**************************************************************************************************
  Links
**************************************************************************************************/
ul.mainmenu {
list-style-type: none;
height: 30px;
width: 590px;
}
li {
float: left;
}
ul.mainmenu a {
padding-right: 10px;
padding-left: 10px;
display: block;
line-height: 30px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
}
ul.mainmenu a:visited {
padding-right: 10px;
padding-left: 10px;
display: block;
line-height: 30px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
}
ul.mainmenu a:hover {
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #AAAAAA;
}
ul.mainmenu a:active{
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
ul.footermenu {
list-style-type: none;
width: 961px;
}
ul.footermenu a {
padding-right: 10px;
padding-left: 10px;
display: block;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #FFFFFF;
}
ul.footermenu a:visited {
padding-right: 10px;
padding-left: 10px;
display: block;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #FFFFFF;
}
ul.footermenu a:hover {
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #BBBBBB;
}
ul.footermenu a:selected {
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
/**************************************************************************************************
  Container
**************************************************************************************************/
#container {
	position:relative;
	left:0px;
	top:-12px;
	width:1018px;
	z-index:4;
	margin-right: auto;
	margin-left: auto;
}
/**************************************************************************************************
  Header
**************************************************************************************************/
#logo-header {
	position:relative;
	left:0px;
	top:-10px;
	width:960px;
	height:46px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 29px;
	padding-left: 29px;
	padding-top: 40px;
	padding-bottom: 4px;
}
#logo{
	width:300px;
	height:94px;
	background-image: url(images/embs.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	z-index:10;
	position: relative;
	left: 0px;
	top: -2px;
	}
#strap-line{
	width:399px;
	height:68px;
	background-image: url(images/header-text.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	z-index:11;
	}
/**************************************************************************************************
  Menu
**************************************************************************************************/
#nav-bar {
	position:relative;
	left:0px;
	width:914px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-right: 23px;
	padding-left: 23px;
	background-image: url(images/top-curve.gif);
	padding-top: 15px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	z-index:9;
}
#menu-wrap {
	position:relative;
	left:0px;
	top:-10px;
	width:960px;
	height:110;
	margin-right: auto;
	margin-left: auto;
	padding-right: 29px;
	padding-left: 29px;
}
#menu-area {
	width:590px;
	float: left;
	}
#button-area {
	width:350px;
	height:39px;
	float: right;
	padding-right: 10px;
	}
/**************************************************************************************************
  Buttons
**************************************************************************************************/
#linkedin-button {
	width:36px;
	height:46px;
	float: right;
	}
#facebook-button {
	width:49px;
	height:46px;
	float: right;
	}
#twitter-button {
	width:49px;
	height:46px;
	float: right;
	}
#blog-button {
	width:47px;
	height:46px;
	float: right;
	}

/**************************************************************************************************
  Image
**************************************************************************************************/
#image-wrap {
	position:relative;
	left:0px;
	top:0px;
	width:960px;
	height:276px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 29px;
	padding-left: 29px;
}
#image-bg {
	position:relative;
	left:0px;
	top:0px;
	width:914px;
	height:279px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 23px;
	padding-bottom: 10px;
	padding-left: 23px;
	z-index:12;
}

/**************************************************************************************************
  Content
**************************************************************************************************/
#background-shadow {
	position:relative;
	top:-120px;
	width:1018px;
	height:200px;
	z-index:2;
	background-image: url(images/drop-shadow.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
}
#main-content-bg {
	position:relative;
	left:0px;
	top:-120px;
	width:914px;
	background-image: url(images/drop-shadow.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 52px;
	padding-left: 52px;
	float: left;
	z-index:3;
}
#main-content{
	width: 910px;
	position: relative;
	z-index:15;
	left: 0px;
	top: 0px;
}
.maincontent{
	float: left;
	position: relative;
	z-index: 16;
	left: 0px;
	top: 0px;
}

#spacer{
	position:relative;
	top:-120px;
	width:100%;
	height:30px;
	margin-right: auto;
	background-color: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	float: left;
	}
#spacer-inside{
	position:relative;
	width:960px;
	height:30px;
	margin-right: auto;
	padding-right: 29px;
	padding-left: 29px;
	margin-left: auto;
	left: 0px;
	top: 0px;
	}
#spacer-bg{
	position:relative;
	width:960px;
	height:30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
	background-image: url(images/footer-curve.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index:13;
	}
/**************************************************************************************************
  Footer
**************************************************************************************************/
#footer-wrap{
	position:relative;
	top:-150px;
	width:100%;
	height:80px;
	margin-right: auto;
	background-color: #76797C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	float: left;
	z-index:1;
	}
#footer{
	position:relative;
	width:960px;
	height:45px;
	margin-right: auto;
	background-color: #76797C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 40px;
	padding-right: 29px;
	padding-bottom: 15px;
	padding-left: 29px;
	margin-left: auto;
	left: 0px;
	top: 0px;
	}

/**************************************************************************************************
  Main Content Home
**************************************************************************************************/
#introduction-text {
	position:relative;
	left:0px;
	top:5px;
	width:259px;
	margin-bottom: 10px;
	border: 2px solid #DDDDDD;
	-moz-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#services-container-top {
	float: right;
	width: 620px;
	margin-bottom: 10px;
	position: relative;
	left: 15px;
	top: 0px;
}
#services-container {
	float: right;
	width: 620px;
	margin-bottom: 15px;
	position: relative;
	left: 10px;
	top: 0px;
}
#services-container2 {
	float: right;
	width: 620px;
	margin-bottom: 10px;
	position: relative;
	left: 10px;
	top: 0px;
}
#people-transfer {
	background-image: url(images/people-transfer-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 120px;
	width: 259px;
	margin-right: 5px;
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 65px;
	padding-bottom: 6px;
}
#training-academy {
	background-image: url(images/training-academy-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 120px;
	width: 259px;
	padding-top: 65px;
	padding-right: 24px;
	padding-bottom: 6px;
	padding-left: 24px;
}
#hr-consultancy {
	background-image: url(images/hr-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 120px;
	width: 259px;
	margin-right: 5px;
	padding-top: 65px;
	padding-right: 24px;
	padding-bottom: 6px;
	padding-left: 24px;
}
#emediate {
	background-image: url(images/emediate-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 120px;
	width: 259px;
	padding-top: 65px;
	padding-right: 24px;
	padding-bottom: 6px;
	padding-left: 24px;
}
/**************************************************************************************************
  Main Content Services
**************************************************************************************************/
#services-text {
	position:relative;
	left:0px;
	top:2px;
	width:575px;
	margin-bottom: 25px;
	border: 2px solid #DDDDDD;
	-moz-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#services-sidebar {
	position:relative;
	left:0px;
	top:2px;
	width:280px;
	margin-bottom: 25px;
	background-color: #FFFFFF;
	float: right;
}
#service-option {
	position:relative;
	left:0px;
	top:0px;
	width:280px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}
#services-options {
	position:relative;
	left:0px;
	top:0px;
	width:379px;
	margin-bottom: 25px;
	background-color: #FFFFFF;
	float: right;
	z-index: 40;
}
#services-form {
	position:relative;
	left:0px;
	top:0px;
	width:379px;
	margin-bottom: 25px;
	float: right;
	background-color: #DEDEDF;
}
#services-form-top{
	position:relative;
	left:0px;
	top:0px;
	width:379px;
}
#services-form-wrap{
	position:relative;
	left:0px;
	top:0px;
	width:379px;
	background-color: #DEDEDF;
}
#services-form-middle{
	position:relative;
	left:0px;
	top:0px;
	width:339px;
	background-color: #DEDEDF;
	padding-right: 20px;
	padding-left: 20px;
}
#services-form-bottom{
	position:relative;
	left:0px;
	top:0px;
	width:379px;
	background-image: url(images/form-curve-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 13px;
	float: left;
}
#control-service-top {
	position:relative;
	left:0px;
	top:0px;
	width:115px;
	background-color: #B3CC35;
	background-image: url(images/control-top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 50px;
	 text-indent:-9999px;
}
#control-respond-top {
	position:relative;
	left:0px;
	top:0px;
	width:95px;
	background-color: #E7322C;
	background-image: url(../people-transfer/pt-employer/images/respond-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 43px;
	 text-indent:-9999px;
}
#control-assist-top {
	position:relative;
	left:0px;
	top:0px;
	width:95px;
	background-color: #1CA5A7;
	background-image: url(images/asssit-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 43px;
	 text-indent:-9999px;
}
#control-adjust-top {
	position:relative;
	left:0px;
	top:0px;
	width:95px;
	background-color: #742368;
	background-image: url(images/adjust-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 43px;
	 text-indent:-9999px;
}
#service-list {
	position:relative;
	left:0px;
	top:0px;
	width:238px;
	background-color: #76797C;
	background-image: url(images/grey-corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 44px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.table {
 margin: 0;
 padding: 0;
 border: 1px solid #FFFFFF;
 }
 #table {
 margin: 0;
 padding: 0;
 border: 1px solid #FFFFFF;
 }
  #table-text{
	width: 230px;
	padding-right: 13px;
	padding-left: 13px;
 }
 .table-text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #444444;
	text-align: justify;
 }
a:link table-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #444444;
	text-align: justify;
	left: 10px;
	position: relative;
 }
 a:visited table-text{
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #444444;
	left: 10px;
	position: relative;
}
a:hover table-text{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #444444;
	left: 10px;
	position: relative;
	text-decoration: underline;
}
/**************************************************************************************************
  Service Descriptions
**************************************************************************************************/
#control-text {
	position:relative;
	left:0px;
	top:2px;
	width:475px;
	margin-bottom: 25px;
	border: 2px solid #B3CC35;
	-moz-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#adjust-text {
	position:relative;
	left:0px;
	top:2px;
	width:625px;
	margin-bottom: 25px;
	border: 2px solid #752569;
	-moz-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	z-index: 49;
}
#adjust-tab-wrap {
	position:relative;
	left:0px;
	top:2px;
	width:495px;
	height:36px;
	float: left;
	margin-top: 0px;
	padding-left: 15px;
}
#control-tab-wrap {
	position:relative;
	left:0px;
	top:2px;
	width:495px;
	height:36px;
	float: left;
	margin-top: 0px;
	padding-left: 15px;
}
#intro-tab {
	position:relative;
	left:0px;
	width:99px;
	height:36px;
	float: left;
	margin-top: 0px;
	z-index: 51;
}
#intro-tab2 {
	position:relative;
	left:0px;
	width:99px;
	height:36px;
	float: left;
	margin-top: 0px;
	z-index: 45;
}
#adjust-tab {
	position:relative;
	left:-10px;
	width:99px;
	height:36px;
	float: left;
	margin-top: 0px;
	z-index: 50;
	top: 0px;
}
#adjust-tab2 {
	position:relative;
	left:-10px;
	width:99px;
	height:36px;
	float: left;
	margin-top: 0px;
	z-index: 47;
}
#assist-tab {
	position:relative;
	left:-20px;
	width:99px;
	height:36px;
	float: left;
	margin-top: 0px;
	z-index: 48;
}
#assist-tab2 {
	position:relative;
	left:-20px;
	width:99px;
	height:36px;
	float: left;
	margin-top: 0px;
	z-index: 50;
}
#respond-tab {
	position:relative;
	left:-30px;
	width:99px;
	height:36px;
	float: left;
	margin-top: 0px;
	z-index: 47;
}
#respond-tab2 {
	position:relative;
	left:-30px;
	width:99px;
	height:36px;
	float: left;
	margin-top: 0px;
	z-index: 50;
}
#respond-tab3 {
	position:relative;
	left:-30px;
	width:99px;
	height:36px;
	float: left;
	margin-top: 0px;
	z-index: 50;
}
#control-tab {
	position:relative;
	left:-20px;
	width:99px;
	height:36px;
	float: left;
	margin-top: 0px;
	z-index: 46;
}
#control-tab2 {
	position:relative;
	left:-40px;
	width:99px;
	height:36px;
	float: left;
	margin-top: 0px;
	z-index: 50;
}

.tooltip {
	display:none;
	background-color:#555555;
	filter:alpha(opacity=60);
	opacity:.6;
	border:1px solid #AAAAAA;
	padding:7px;
	font-size:12px;
		-moz-box-shadow: 2px 2px 11px #666;
		-webkit-box-shadow: 2px 2px 11px #666;
	z-index: 500;
	color: #EEEEEE;
	width: 200px;
	}

