/* TOP SEGMENT PIECES */
#segments {
	position: relative;
	width: 960px;
	height: 240px;
	background: url(../img/home/segments_back.jpg) top left no-repeat;
}
.segment {
	width: 455px;
	height: 210px;
}
.segment a {
	display: block;
	position: relative;
	width: 455px;
	height: 210px;
}
.segment a h2 {
	padding: 10px 0 20px 10px;
	font-size: 30px;
	line-height: 30px;
	font-style: italic;
	font-weight: normal;
}
.segment a h3 {
	padding: 0 160px 0 10px;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	font-style: normal;
}
.segment a h2, .segment a h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #515ea7;
}
.segment a h2 span {
	display: block;
	color: #003;
	font-weight: bold;
}
.segment a h3 span {
	color: #003;
	font-style: italic;
}
#strengthen {
	position: absolute;
	top: 10px;
	left: 10px;
}
#collect {
	position: absolute;
	top: 10px;
	left: 495px;
}

/* TABS */
#services_tabs {
	float: left;
	margin: 0 0 20px 10px;
	width: 615px;
	height: 220px;
	background: url(../img/home/services_tabs_back.gif) bottom left no-repeat #e9e9ff;
}
#services_tabs ul {
	float: left;
	width: 233px;
	list-style-type: none;
}
#services_tabs ul li {
	display: block;
	font-size: 12px;
	line-height: 18px;
}
#services_tabs ul li a {
	display: block;
	padding: 10px;
}
#services_tabs ul li a:hover {
	
}
#services_tabs ul li.tabs-selected a {
	color: #003;
	background: #f5f5ff;
}
#services_tabs ul li.off {
	border-top: #f4f4ff solid 1px;
}
#services_tabs div {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	width: 350px;
}
#services_tabs div.tabs-hide {
	display: none;
}
#services_tabs div.tabs-selected {
	display: block;
}
#services_tabs div p {
	font-size: 12px;
	line-height: 18px;
}
/* HIRING */
#hiring {
	float: right;
	margin: 0 10px 20px 0;
	width: 305px;
	height: 220px;
	background: url(../img/home/hiring_back.jpg) bottom left no-repeat #e9e9ff;
}
#hiring p {
	margin: 15px 10px;
	font-size: 14px;
	line-height: 20px;
}
#hiring p a {
	font-weight: bold;
	color: #515ea7;
}
#hiring p a:hover {
	text-decoration: underline;
}

/* NUTGRAF */
.nutgraf h2 {
	padding: 10px 20px 10px 10px;
	font-size: 16px;
}
#powerpoint_123 {
	display: block;
	color: #fff;
	padding-bottom: 10px;
}
#powerpoint_123:hover {
	text-decoration: underline;
}
#powerpoint_123 img {
	border: none;
	float: left;
	margin: 0 20px 20px 0;
}

#features_benefits {
	display: block;
	color: #fff;
	padding-bottom: 10px;
	padding-left: 40px;
	text-align: right;
}
#features_benefits:hover {
	text-decoration: underline;
}
#features_benefits img {
	border: none;
	float: right;
	margin: 0 -10px 10px 20px;
}