/*Style by Pezzo - www.webdesign-pezzo.com*/

body{
	margin:0;
	padding:0;
	min-height:100%;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-transform:lowercase;
}

h1{
	font-size:12px;
	color:#d3dbc0;
	font-weight:normal;
	margin:0 0 0 10px;
}

h2{
	font-size:12px;
	color:#fff;
	font-weight:normal;
	margin:0 0 0 10px;
}

h3{
	font-size:12px;
	color:#333;
	font-weight:normal;
	margin:0 0 0 10px;
	font-weight:bold;
}

p{
	margin:0 10px 10px 10px;
}

ul{
	list-style:none;
	margin:0;
	padding:0;
}

dl{
	margin:0;
	padding:0;
}

dt{
	float: left;
}

dd{
	margin:0 0 0 20px;
}

img, img a{
	border:none;
	outline:0;
}

b{
	font-weight:normal;
}

#wrapper{
	width:950px;
	margin:0 auto 20px auto;
	padding:0;
	clear:both;
}

.wrapperATM{
	background:#444c5f url(../images/wrapper.png) top center no-repeat;
	color:#fff;
}

.wrapperGlobal{
	background:#d2ed92 url(../images/wrapper-global.png) top center no-repeat;
	color:#333;
}

.wrapperTalent{
	background:#4e1b3a url(../images/wrapper-talent.png) top center no-repeat;
	color:#fff;
}

.wrapperIntelligence{
	background:#00718f url(../images/wrapper-intelligence.png) top center no-repeat;
	color:#fff;
}

.wrapperDiscretion{
	background:#b7b3b1 url(../images/wrapper-discretion.png) top center no-repeat;
	color:#333;
}

.wrapperServices{
	background:#c7d698 url(../images/wrapper-resource.png) top center no-repeat;
	color:#333;
}

.wrapperCurrent{
	background:#d2c8bf url(../images/wrapper-time.png) top center no-repeat;
	color:#333;
}

.wrapperContact{
	background:#494949 url(../images/wrapper-location.png) top center no-repeat;
	color:#fff;
}

#header{
	width:950px;
	height:120px;
	margin:30px auto;
	padding:0;
	background:url(../images/header.png) center center no-repeat;
}

#flags{
	margin:10px;
	padding:0;
	float:right;
}

#content{
	width:435px;
	margin:60px 0 0 0;
	padding:0;
	text-align:justify;
	float:left;
}

#content ul{ margin:0 0 0 20px;}

#content li{ padding:0 0 5px 0; list-style:circle;}

#text{
	width:670px;
	margin:60px 0 0 0;
	padding:0;
	text-align:justify;
	float:left;
}

#text ol{
	padding:10px;
	margin:0;
	float:left;
}

#text ol li{
	margin:0;
	padding:0;
}

#flash{
	width:250px;
	margin:50px 0 0 0;
	padding:0;
	float:left;
}

#footer{
	width:950px;
	height:30px;
	margin:0 auto;
	padding:0;
	text-align:right;
	clear:both;
}

.footerAMT{
	background:#444c5f url(../images/footer.png) bottom center no-repeat;
}

.footerGlobal{
	background:#d2ed92 url(../images/footer-global.png) bottom center no-repeat;
}

.footerTalent{
	background:#4e1b3a url(../images/footer-talent.png) bottom center no-repeat;
}

.footerIntelligence{
	background:#00718f url(../images/footer-intelligence.png) bottom center no-repeat;
}

.footerDiscretion{
	background:#b7b3b1 url(../images/footer-discretion.png) bottom center no-repeat;
}

.footerServices{
	background:#c7d698 url(../images/footer-resource.png) bottom center no-repeat;
}

.footerCurrent{
	background:#d2c8bf url(../images/footer-time.png) bottom center no-repeat;
}

.footerContact{
	background:#494949 url(../images/footer-location.png) bottom center no-repeat;
}

.clear{
	clear:both;
	width:20px;
}

.none{
	display:none;
}

.orange{
	color:#f58025;
	font-weight:bold;
	text-align:left;
}

.orangeNormal{
	color:#f58025;
	text-align:left;
}

.grey{
	color:#999;
	font-weight:bold;
	text-align:left;
}

.darkGrey{
	color:#666;
	font-weight:bold;
	text-align:left;
}

.lightGrey{
	color:#ccc;
	font-weight:bold;
	text-align:left;
}

.pink{
	color:#e43e7c;
	text-align:left;
}

.yellow{
	color:#d2ed92;
	text-align:left;
}

.darkRed{
	color:#512f47;
	text-align:left;
}

.green{
	color:#00718f;
	text-align:left;
}

.lightGreen{
	color:#d2ed92;
	text-align:left;
}

.blue{
	color:#7bd0dd;
	text-align:left;
}

.phone{
	color:#999;
	font-size:16px;
	font-weight:bold;
}

.left{
	float:left;
	margin:10px;
}

.right{
	float:right;
	margin:10px;
}

.leftLink{
	width:230px;
	float:left;
	margin:0;
	padding:0 0 0 10px;
	border-bottom:#666 1px dotted;
}

.rightLink{
	width:420px;
	float:left;
	margin:0;
	padding:0 0 0 10px;
	border-bottom:#666 1px dotted;
}

.address{
	width:210px;
	margin:0 0 10px 10px;
	font-style:normal;
	text-align:left;
	float:left;
}

.end{
	margin:10px 0 10px 10px;
	border-bottom:#666 1px dotted;
}

.form{
	margin:0 0 0 10px;
	padding:0;
}

input {
	border:#333 1px solid;
	color:#333;
}

.button {
	background:#f58025;
	color:#000;
	border:none;
}

.button:hover {
	background:#d2ed92;
	color:#000;
	cursor:pointer;
	outline:0;
}

