body {
	margin: 10px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #222;
	background: #bebebe;
}
#Wrapper {
	position: relative;
	width: 752px !important; width: 759px; width/**/:/**/752px;
	padding-right: 7px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../images/shad_r.png) repeat-y right;
}
#BottomShadow {
	position: relative;
	width: 757px;
	margin: 0 auto 10px auto;
	background: #bebebe url(../images/shad_b.png) no-repeat top right;
	height: 7px;
}
#TopRightShadow {
	position: absolute;
	top: 0px;
	left: 752px;
	background: #fff url(../images/shad_tr.png) no-repeat;
	height: 7px;
	width:7px;
	z-index: 5;
}
#LeftBG {
	position: absolute;
	z-index: 2;
	top: 3.7em;
	left: 0px;
	width: 200px;
	height: 340px;
	background: url(../images/sec_nav_bg.jpg) no-repeat right top;
	/*background: url(../images/sec_nav_bg.jpg) repeat-x;*/
}
.NoShow {
	display: none;
}
a {
	text-decoration: none;
	color: #1A4966;
}
a:hover {
	color: #F59a25;
}

/* Breadcrumbs */
#Breadcrumbs {
	margin: 0;
	padding: 5px 7px 8px 7px;
	font-size: 85%;
	height: 14px;
}

/* Header */
#Header h1 {
	height: 89px;
	margin: 0;
	padding: 5px 0 0 7px;
}
#Header h1 img{
	margin: 0 213px 0 0;
	_margin: 0 220px 0 0;
}
#Header #RightBox {
	position: absolute;
	top: 27px;
	left: 663px;
	background: #1A4966;
	width: 89px;
	height: 75px;
}

/* Toolbar */
#Toolbar {
	position: absolute;
	top: 0px;
	left: 565px;
	height: 1.7em;
	width:180px;
	text-align: right;
	line-height: 1.4em;
	padding: 4px 7px 0 0;
}
#Toolbar ul {
	margin:0;
	padding: 0;
}
#Toolbar li {
	list-style-type: none;
	display: inline;
	margin-left: 10px;
}

/*RATE PAGE STYLES*/
#RateIt  {
	position: absolute;
	visibility: hidden;
	top: 9em;
	left: 0px;
	width: 165px;
	background: #A6C3C9;
	border: 1px solid #1A4966;
	padding: 5px;
	z-index:25;
}
#RateIt h4 {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 110%;
	text-align: CENTER;
	color: #204E6A;
}
#RateIt a {
	color: #204E6A;
}
#RateIt form {
	clear: both;
	text-align: center;
	padding: 0;
	margin: 0;
}
#RateIt form input {
	padding: 0 2px;
}

/* Nav */
#Nav {
	position: absolute;
	top: 0;
	left: 0;
}
ul#MainNav  {
	position: absolute;
	left: 0px;
	top: 140px;
	width: 752px;
	padding: 0;
	margin: 0;
	/*background: url(../images/tab_bg_btm_right.png) repeat-x bottom;*/
}
ul#MainNav li {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 15px;
	font-weight: normal;
}
ul#MainNav li.Active {
	font-weight: bold;
}
ul#MainNav li a {
	background: #5F7A84 url(../images/tabs.png) no-repeat left 0px;
	display: block;
	float:left;
	color: #fff;
	padding: 0 0 0 0.5em;
	text-align: center;
	line-height: 1.3em;
	cursor: pointer;
}
.TabHeight {
	height: 27px;
	_height: 21px;
}
ul#MainNav li a span {
	background: url(../images/tabs.png) no-repeat right 0px;
	height: 22px;
	display: block;
	padding: 3px 0.5em 0 0;
}
ul#MainNav li.Active a { background: #FFF url(../images/tabs.png) no-repeat left -60px; color: #204E6A; }
ul#MainNav li.Active a span { background: #FFF url(../images/tabs.png) no-repeat right -60px; }
ul#MainNav li a:hover { color: #F59A25; background: #508D99 url(../images/tabs.png) no-repeat left -30px; }
ul#MainNav li a:hover span { color: #fff; background: #508D99 url(../images/tabs.png) no-repeat right -30px; }

ul#MainNav li#Home a { width:3.6em !important; width: 4em; width/**/:/**/3.5em; }
ul#MainNav li#Recruitment a { width: 12.3em !important; width: 12.6em; width/**/:/**/12.1em; }
ul#MainNav li#Jobs a  { width: 4.6em !important; width: 5.0em; width/**/:/**/4.5em; }
ul#MainNav li#Contact a { width: 8.8em !important; width: 9.1em; width/**/:/**/8.6em; }
ul#MainNav li#Community a { width: 6.6em !important; width: 6.9em; width/**/:/**/6.4em; }
ul#MainNav li#Testimonials a { width: 8.3em !important; width: 8.6em; width/**/:/**/8.1em; }
ul#MainNav li#Suppliers a { width: 10.8em !important; width: 11.1em; width/**/:/**/10.6em; }


#LeftBG h3 {
	position: absolute;
	z-index: 2;
	top: -1em;
	left: 0px;
	width: 193px;
	padding: 10px 0 0 7px;
	font-size: 125%;
	color: #204E6A;
	margin: 0;
}
ul#MainNav li.Active ul#SubNav {
	z-index: 10;
	position: absolute;
	top: 5.3em;
	margin: 0;
	padding: 0 8px 8px 8px;
	left: 0;
	width: 184px !important; width: 200px; width/**/:/**/184px;
	text-align: left;
}
ul#MainNav li.Active ul#SubNav li a {
	display:block;
	font-weight: normal;
	padding: 0 0 0 12px;
	margin: 0 0 5px 0;
	width: 172px !important;
	background: url(../images/sec_nav_arrow.png) no-repeat 0px 4px;
	_background: url(../images/sec_nav_arrow.gif) no-repeat 0px 4px;
	text-align: left;
}
ul#MainNav li.Active ul#SubNav li a:hover {
	background: url(../images/sec_nav_arrow.png) no-repeat 0px -34px;
	_background: url(../images/sec_nav_arrow.gif) no-repeat 0px -34px;
}
ul#MainNav li.Active ul#SubNav li.Active a {
	font-weight: bold;
}

/* Page/Copy Generic */
#Page {
	margin-top: 4em;
	margin-left: 199px;
	/* border-left: 200px solid #A6C3C9; */
	border-left: 1px solid #A6C3C9;
}
#Page h3 {
	margin: 0;
	padding: 0 0 0 42px;
	color: #1A4966;
	font-size: 120%;
	text-transform: lowercase;
	width: 430px;
}
#Copy {
	padding: 5px 74px;
	min-height: 25em;
	_height: 25em;
}
#Copy ul {
	margin-left: 30px;
	padding-left: 0;
}
#Copy li {
	list-style-type: square;
	margin-left: 0;
	padding-left: 0;
}
#BackButton {
	z-index: 3;
	position: absolute;
	top: 13em;
	left: 690px;
}
#BackButton a {
	display:block;
	font-weight: bold;
	padding: 0 0 0 12px;
	color: #204E6A;
	margin: 0 0 10px 0;
	background: url(../images/back_arrow.png) no-repeat 0px 4px;
}
#BackButton a:hover {
	background: url(../images/back_arrow.png) no-repeat 0px -34px;
	color: #F59a25;
}
.BorderTable {
	border-collapse: collapse;
	width: 400px;
}
.BorderTable td {
	border: 1px solid #A6C3C9;
	padding: 3px;
}

/*HOMEPAGE SPECIFIC */
#HomeCon  {
	z-index: 3;
	position: absolute;
	top: 13.4em;
	margin: 0;
	padding: 0 8px 8px 8px;
	left: 0px;
	width: 184px !important; width: 200px; width/**/:/**/184px;
	height: 340px;
	text-align: left;
}
#HomeJobs  {
	z-index: 3;
	position: absolute;
	top: 40.1em;
	margin: 0;
	padding: 0 8px 8px 8px;
	left: 0px;
	width: 184px !important; width: 200px; width/**/:/**/184px;
	height: 340px;
	text-align: left;
}
#HomeRec  {
	z-index: 3;
	position: absolute;
	top: 40.1em;
	margin: 0;
	padding: 0 8px 8px 8px;
	left: 0px;
	width: 184px !important; width: 200px; width/**/:/**/184px;
	height: 340px;
	text-align: left;
}
#HomeNews  {
	z-index: 3;
	position: absolute;
	top: 23.4em;
	margin: 0;
	padding: 0 8px 8px 8px;
	left: 0px;
	width: 184px !important; width: 200px; width/**/:/**/184px;
	height: 340px;
	text-align: left;
}
#HomeNews a {
	display: block;
	margin: 0 0 10px 0;
}
#HomeNews a:hover {
}
#HomeNews a h4 {
	margin: 0;
	padding: 6px 6px 5px 6px;
	background: url(../images_home/tabs_home_news.png) no-repeat 0px 0px;
	/*_background: url(../images_home/tabs_home_news.gif) no-repeat 0px 0px;*/
	color: #FFF;
	font-size: 95%;
	font-weight: normal;
}
#HomeNews a:hover h4 {
	background: url(../images_home/tabs_home_news.png) no-repeat 0px -150px;
	/*_background: url(../images_home/tabs_home_news.gif) no-repeat 0px -150px;*/
}
#HomeNews a p {
	margin: 0;
	padding: 3px 0;
	font-size: 85%;
	border: 1px solid #fff;
	background: #FFF;
	min-height: 43px;
	_height: 43px;
}
#HomeNews a:hover p {
	/*border: 1px solid #77A4AE;*/
	color: #77A4AE;
}
#HomeNews img {
	margin: 0 4px 0 0;
	border: 0;
	float: left;
}

/* Footer */
#Footer {
	position: relative;
	padding: 20px 0 20px 0px;
}
#Footer p {
	text-align: center;
	font-size: 0.7em;
	margin: 0;
}
#Footer .FooterTools {
	font-size: 1.2em;
}
#Footer a#BackToTop {
	position: absolute;
	left: -135px;
	top: 63px;
	font-size: 0.9em;
	padding: 2px 2px 2px 12px;
	background: url(../images/arrow_up.png) no-repeat 0 5px;
}

/*RESULTS DIVS AND BOX BUTTONS*/
.ResSpace {
	clear:both;
	width:100%;
	height: 10px;
}
.ResSpace1 {
	clear:both;
	width:100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
.ResImage, .ResImage11, .ResImage43, .ResImage77 {
	float:left;
	padding-top: 7px;
}
.ResImage {
	width:57px;
}
.ResImage11 {
	width:18px;
}
.ResImage43 {
	width:50px;
}
.ResImage77 {
	width:70px !important;
	width: 77px;
	width/**/:/**/70px;
	padding-right: 7px;
	text-align: right;
}
.ResText a, .ResHome a {
	padding: 6px;
	border: 1px solid #616c76;
	display:block;
}
.ResText a {
	float:right;
	width:329px !important;
	width: 343px;
	width/**/:/**/329px;
	border: 1px solid #FFFFFF;
}
.ResHome a {
	width:386px !important;
	width: 400px;
	width/**/:/**/386px;
	height:50px !important;
	height: 62px;
	height/**/:/**/50px;
	margin-top: 10px;
	border: 1px solid #616c76;
	text-align:center;
	vertical-align: middle;
}
.ResHome a .imgL {
	float: left;
	margin-right: 10px;
}
.ResHome a .imgR {
	float: right;
	margin-left: 10px;
}
.ResText77NoBox {
	float:right;
	width:308px !important;
	width: 322px;
	width/**/:/**/308px;
	padding: 7px;
}
.ResText11 a, .ResText43 a, .ResText43patp a, .BoxButton270 a {
	padding: 6px;
	border: 1px solid #FFFFFF;
	display:block;
}
.ResText43 a {
	float:right;
	width:336px !important;
	width: 350px;
	width/**/:/**/336px;
}
.ResText43patp a {
	float:right;
	width:336px !important;
	width: 350px;
	width/**/:/**/336px;
	height:50px !important;
	height: 64px;
	height/**/:/**/50px;
}
.BoxButton270 a {
	clear:both;
	width:270px !important;
	width: 276px;
	width/**/:/**/270px;
	margin: 5px 44px;
	text-align: center;
}
.ResText a:hover, .ResText11 a:hover, .ResText43 a:hover, .ResText43patp a:hover, .BoxButton270 a:hover, .ResHome a:hover {
	padding: 6px;
	border: 1px solid #F59A25;
}

/*DIRECTORY*/
#OfferBox {
	z-index: 3;
	position: absolute;
	top: 16em;
	margin: 0;
	padding: 0 8px 8px 8px;
	left: 540px;
	width: 184px !important; width: 200px; width/**/:/**/184px;
	height: 340px;
	text-align: left;
}
#OfferBox h4 {
	margin: 0;
	padding: 6px 7px;
	background: url(../images_home/tabs_home_news.png) no-repeat 0px 0px;
	_background: url(../images_home/tabs_home_news.gif) no-repeat 0px 0px;
	color: #FFF;
	font-size: 90%;
}
#OfferBox p {
	margin: 0;
	padding: 3px 7px;
	font-size: 85%;
	border: 1px solid #88A1A8;
	background: #FFF;
}
#CompanyDetails {
	float:left;
	width:270px;
}


/*FORM STYLES */
.FormHead, .FormMain {
	background-color: #616C76;
	color: #FFFFFF;
	font-weight:bold;
}
.FormHead {
	clear:both;
	padding: 10px 10px 10px 10px;
}
.FormMain {
	border-top: 1px solid #FFFFFF;
	padding: 10px;
}
input {
	color: #222222;
	z-index: 1;
}
textarea {
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
select {
	color: #222222;
}
.FormTextError {
	color: #F59A25;
	font-weight: bold;
}
.FormTextCS {
	color: #FFFFFF;
	z-index: 1;
	float: left;
	clear: both;
	padding-top: 3px;
}
.FormElementCS {
	clear: both;
	/*height: 35px;*/
}
.FormInput {
	width: 374px;
	z-index: 1;
}
.FormInputCS {
	width: 190px;
	z-index: 1;
	float: right;
	clear: right;
	margin-bottom: 15px;
}
.FormInputCSFullWidth {
	width: 370px;
	z-index: 1;
	margin-bottom: 15px;
}

/*FLOATING DIVS FOR FAKE TABLES*/
.HorizBlock { height: 1px; line-height: 1px; font-size: 1px; clear: both; width:100%; }
.FloatNone { line-height: 1.5em; }
.FloatL10, .FloatL20, .FloatL30, .FloatL40, .FloatL50, .FloatL60, .FloatL70, .FloatL80, .FloatL90, .FloatL100 {
	line-height: 1.5em;
	float:left;
}
.FloatR10, .FloatR20, .FloatR30, .FloatR40, .FloatR50, .FloatR50R, .FloatR60, .FloatR60R, .FloatR70, .FloatR80, .FloatR90, .FloatR100 {
	line-height: 1.5em;
	float:right;
}
.FloatL10 { width:10% }
.FloatL20 { width:20% }
.FloatL30 { width:30% }
.FloatL40 { width:40% }
.FloatL50 { width:50% }
.FloatL60 { width:60% }
.FloatL70 { width:70% }
.FloatL80 { width:80% }
.FloatL90 { width:90% }
.FloatL100 { width:100% }
.FloatR10 { width:10% }
.FloatR20 { width:20% }
.FloatR30 { width:30% }
.FloatR40 { width:40% }
.FloatR50 { width:50% }
.FloatR50R { width:50%; text-align: right; display: block; }
.FloatR60R { width:60% }
.FloatR60R { width:60%; text-align: right; display: block; }
.FloatR70 { width:70% }
.FloatR80 { width:80% }
.FloatR90 { width:90% }
.FloatR100 { width:100% }




.td1{
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}

.td2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	border-top-width: 1px;
	border-top-color: #2DB0E3;
	border-top-style: solid;
	border-bottom-width: 13px;
	border-bottom-style: solid;
	border-bottom-color: #FF7F00;
}






.td3{
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}


.td5 {
	background-color: #FFFFFF;
	height: 135px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000066;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	


}

.td6 {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	}

