body {
	background-color: #d2d2d2;
	color: black;
	padding-top: 10px;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 984px;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

#index_bg {
	background-image: url('../images/index_bg.jpg');
	height: 600px;
	width: 984px;
}

#index_image {
	padding: 50px 0 0 590px;
}

#home_bg {
	background-image: url('../images/home_bg.jpg');
	height: 600px;
	width: 984px;
}

#news_bg {
	background-image: url('../images/news_bg.jpg');
	height: 600px;
	width: 984px;
}

#why_bg {
	background-image: url('../images/why_bg.jpg');
	height: 600px;
	width: 984px;
}

#about_bg {
	background-image: url('../images/about_bg.jpg');
	height: 600px;
	width: 984px;
}

#people_bg {
	background-image: url('../images/people_bg.jpg');
	height: 600px;
	width: 984px;
}

#faq_bg {
	background-image: url('../images/faq_bg.jpg');
	height: 600px;
	width: 984px;
}

#call_bg {
	background-image: url('../images/call_bg.jpg');
	height: 600px;
	width: 984px;
}

#uk_bg {
	background-image: url('../images/uk_bg.jpg');
	height: 600px;
	width: 984px;
}

#ip_bg {
	background-image: url('../images/ip_bg.jpg');
	height: 600px;
	width: 984px;
}

#nav {
	background-color: white;
	height: 27px;
	width: 946px;
}

#content {
	padding: 50px 0 0 19px;
}

#skinny_box {
	width: 163px;
	min-height: 360px;
	background-color: white;
	color: #231f20;
	padding: 20px 10px;
}

#mid_box {
	width: 530px;
	min-height: 327px;
	padding: 53px 20px 20px 10px;
	background-color: white;
}

#ip_box {
	width: 350px;
	min-height: 327px;
	padding: 53px 20px 20px 10px;
	background-color: white;
}

#news_box {
	width: 259px;
	min-height: 327px;
	padding: 53px 10px 20px 10px;
	background-color: white;
	font-size: 12px;
	line-height: 15px;
}

#news_box_2 {
	width: 352px;
	min-height: 327px;
	padding: 53px 10px 20px 10px;
	background-color: white;
	font-size: 11px;
}

#call_box, #call_box2, #call_box3 {
	min-height: 343px;
	padding: 53px 0px 0px 10px;
	background-color: white;
	font-size: 11px;
}

#call_box {
	width: 259px;
	}

#call_box2 {
	width: 135px;
	}
	
#call_box3 {
	width: 135px;
	}

#talent_box {
	padding: 10px 0px 10px 0px;
	margin-bottom:44px;
	background-color: white;
	font-size: 11px;
}

#faq_box {
	width: 259px;
	min-height: 327px;
	padding: 35px 10px 20px 10px;
	background-color: white;
	font-size: 11px;

}

#uk_box {
	width: 350px;
	padding: 53px 20px 20px 10px;
	background-color: white;
}

#about_content {
	width: 460px;
	height: 280px;
	padding-right: 60px;
	overflow: auto;
}


#why_content {
	width: 560px;
	height: 400px;
	background-color: white;
}

#why_header {
	position: relative;
	top: 53px;
	left: 42px;
}

#header {
	padding: 0 0 30px 0;
}

#why_quote {
	position: relative;
	top: 73px;
	left: 42px;
	width: 470px;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
}

.why_quoter {
}

.why_quoter_active {
	color: #ff3300;
}

.big {
	font-weight: bold;
	font-size: 19px;
}

.big2 {
	font-size: 13px;
}

.invisible{display:none; }
.visible {display:block;}	