@charset "utf-8";
/* CSS Document */

A{text-decoration:none;}
A:link{color:#000; background:transparent; font-weight:normal; text-decoration:none; }
A:visited{color:#000; background:transparent; text-decoration:none; }
A:hover{color:#000; background:transparent; font-weight:normal; text-decoration:underline; }

A.topic:link{color:#87a93e; background:#fff; font-weight:bold; text-decoration:none; }
A.topic:visited{color:#87a93e; background:#fff; font-weight:bold; text-decoration:none; }
A.topic:hover{color:#db973f; background:#fff; font-weight:bold; text-decoration:underline; }

A.topic_small:link{color:#9ec649; background:#fff; font-weight:normal; text-decoration:none; }
A.topic_small:visited{color:#9ec649; background:#fff; font-weight:normal; text-decoration:none; }
A.topic_small:hover{color:#db973f; background:#fff; font-weight:normal; text-decoration:underline; }

A.menu:link{color:#fff; background:transparent; font-weight:normal; text-decoration:none; }
A.menu:visited{color:#fff; background:transparent; font-weight:normal; text-decoration:none; }
A.menu:hover{color:#fff; background:transparent; font-weight:normal; text-decoration:underline; }

body {
	margin:0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	/* Darker BG
	background:#476f9e;
	*/
	background:#476f9e;
	
	/*
	 Lighter BG
	background:#8dadd1;
	
	Logo blue
	background: #0c2f83;
	/*
	color:#000;
	/*
	background-image: url(../img/bg_gradient.jpg);
	background-repeat: repeat-x;
	*/
	text-align: center;
	padding: 0px 10px 10px 10px;
}

ul.list {
	list-style: disc;
	padding: 15px;
}

.banner-it {
	background-image: url(../img/banner-it-managed-services.jpg); 
	width: 780px;
	height: 200px;
	margin-bottom: 115px;
}
.banner-wfm {
	background-image: url(../img/banner-workforce-management.jpg); 
	width: 780px;
	height: 200px;
	margin-bottom: 115px;
}

.banner-text {
	position: relative;
	top: 160px;
}

.banner-right {
	float:right;
	padding-right:10px;
	padding-top:15px;
	width:25%;
}

.banner-left {
	width: 55%;
	float: left;
	padding-left: 30px;
}

ul#it {
	list-style:circle inside none;
}

.fix {
	_position: absolute;
	_top: 80px;
}

.bluetext {
	color:Blue;
}

.nav_icons {
	/*position: relative;
	top: -180px;*/
	position: absolute;
	top: 101px;
	z-index: 500;
	/*margin-top: -180px;
	margin-bottom: 160px;*/
	width: 780px;
	
}
.nav_icon {
	float: right;
	background-color: #FFFFFF;
	display: block;
}
.nav_icon a:hover {
	text-decoration: none;
	background-color: #3e6c34;
	display: block;
}
.crumbs {
	font-size: 11px;
	padding: 2px;
}

#container {
	color:#000;
	background:#fff;
	font-size: 11pt;
	
	border: 2px;
	border-top: 0px;
	border-bottom: 0px;
	border-color:#403f40;
	border-style:solid;

	margin: 0 auto;
	padding:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	
	width: 1022px;
}

#container_header {
	/*background-color: #fff;*/
	background: #ffffff url(../img/container_header2.png) no-repeat;
	/*background-repeat: no-repeat;*/
	margin: 0 auto;
	height: 15px;
	width: 1026px;
	border: 0px;
	border-left: 0px solid #cfcfcf;
	border-right: 0px solid #cfcfcf;
}

#container_footer {
	background: #fff;
	background-image: url("../img/container_footer2.png");
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 15px;
	width: 1026px;
	border: 0px;
	border-left: 0px solid #cfcfcf;
	border-right: 0px solid #cfcfcf;
}

#header {
	color:#2f2f2f;
	font-weight:bold;
	font-size:20pt;
	background:#c8dde9;
	text-align:right;
	
	background-image: url(../img/header.png);
	
	/*
	background-image: url(../img/header_gradient.jpg);
	background-repeat: repeat-x;
	*/
	height:100px;
}

#header_links
{
	position: absolute;
	top: 25px;
	padding-left: 10px;
	_padding-left: 10px;
	display:inline;
	
}
ul#list {
	list-style-type: circle;
}
li#list {
	list-style-type: circle;
}
ul {
	padding: 0;
    margin: 0;
    list-style: none;
}
ul#nav li {
	float: left;
    position: relative;
	z-index: 1000;
    /*width: 10em;*/
}
.spacer {
	width: 1em;
}
li#drop {
	background-color: #FFFFFF;
	width: 10em;
	padding: 5px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7fc41c;
	border-left-color: #7fc41c;
}
a#link {
	color: #FFFFFF;
	text-decoration: none;	
}
li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}
li > ul {
	top: auto;
	left: -20;
}
li:hover ul {
	display: block;
}

.clear
{
	clear: both;
	height: 10px;
}
.clearBoth
{
	_clear: both;
}
.clearleft
{
	clear: left;
}
.clearAll
{
	clear: both;
	float: left;
	_clear: both;
	_float: left;
}

#header_logo {
	float: right;
	padding: 1px 5px 0px 0px;
}

.header_text {
	text-align: right;
	padding-top:67px;
	padding-left:10px;
	padding-right:10px;
	font-size:12pt;
	font-weight:bold;
}

.header_small_text {
	font-size:9pt;
	font-weight:normal;
	text-align: right;
	padding-left:10px;
	padding-right:10px;
}

#header_menu {
	font-size:9pt;
	
	color: #fff;
	text-align: left;
	
	background: #3c3c3c;
	background-image: url(../img/header_bg.png);
	background-repeat: no-repeat;
	height:37px;
	
	
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 0px;
	
	width: 1014px;
	margin: 0 auto;
}

.header_link {
	display: inline;
	font-size: 9pt;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
}

#text_container {
	padding: 0px 10px 10px 10px;
	text-align: left;
	font-size: 9pt;
	min-height: 575px;
	_height: 650px;
	/*
	height: 500px;
	*/
}

#whats_new {
	float:right;
	text-align: left;
	font-size:9pt;
	width:200px;
	/*height: 500px;*/
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: both;
}

.whats_new_header {
	color:#4b4b4b;
	background: #c9c9c9;
	background-image: url(../img/whats_new_header.png);
	height: 20px;
	vertical-align: middle;
	text-align: center;
	font-size:9pt;
	font-weight:bold;
	border-bottom: 0px dotted #c9c9c9;
	padding: 5px 0px 0px 5px;
}
.whats_new_header2 {
	color:#4b4b4b;
	background: #c9c9c9;
	background-image: url(../img/whats_new_header2.png);
	height: 20px;
	vertical-align: middle;
	text-align: center;
	font-size:9pt;
	font-weight:bold;
	border-bottom: 0px dotted #c9c9c9;
	padding: 5px 0px 0px 5px;
}

.whats_new_entry {
	padding: 5px 0px 0px 5px;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-bottom: 0px solid #cfcfcf;
}
.whats_new_entry2 {
	padding: 5px 0px 0px 5px;
	border-left: 2px solid #7fc41c;
	border-right: 2px solid #7fc41c;
	
}

.whats_new_footer {
	color:#87a93e;
	background-image: url(../img/whats_new_footer.png);
	height: 10px;
	vertical-align: middle;
	font-size:2pt;
	font-weight:normal;
	border-bottom: 0px dotted #c9c9c9;
	padding: 0px 0px 0px 0px;
}
.whats_new_footer2 {
	color:#87a93e;
	background-image: url(../img/whats_new_footer2.png);
	height: 10px;
	vertical-align: middle;
	font-size:2pt;
	font-weight:normal;
	border-bottom: 0px dotted #c9c9c9;
	padding: 0px 0px 0px 0px;
}

.topic_header {
	color:#4b4b4b;;
	font-size:12pt;
	font-weight: bold;
	line-height:30px;
	width: 780px;
	/*
	font-weight:bold;
	*/
}

.topic_subheader {
	color:#333;
	font-size:9pt;
	font-weight:bold;
}

/*
.topic_header_gray {
	color:#464646;
	font-size:12pt;
	line-height:30px;
	font-weight:bold;
}
*/

.topic_details {
	font-size:9pt;
	padding: 0px 0px 10px 0px;
}

.topic_details_thumb {
}

.topic_details_text {
	padding: 10px 0px 0px 0px;
	width: 700px;
	float: right;
}

.topic_small {
	font-size: 8pt;
}

.topic_quote {
	font-size: 12pt;
	width: 400px;
	color: #6f6f6f;
}

.topic2_header {
	color:#E9E9E9; /*was 4b4b4b */
	background: #c9c9c9;
	background-image: url(../img/topic2_header2.png);
	height: 20px;
	vertical-align: middle;
	font-size:9pt;
	font-weight:bold;
	border-bottom: 0px dotted #c9c9c9;
	padding: 5px 0px 0px 5px;
	text-align: center;
}

.topic2_header2 {
	color:#E9E9E9; /* was 4b4b4b */
	background: #c9c9c9;
	background-image: url(../img/topic2_header2.png);
	height: 20px;
	vertical-align: middle;
	font-size:9pt;
	font-weight:bold;
	border-bottom: 0px dotted #c9c9c9;
	padding: 5px 0px 0px 5px;
	text-align: center;
}

.topic-grey {
	color:#E9E9E9; /* was 4b4b4b */
	background: #c9c9c9;
	background-image: url(../img/header-grey.png);
	height: 20px;
	vertical-align: middle;
	font-size:9pt;
	font-weight:bold;
	border-bottom: 0px dotted #c9c9c9;
	padding: 5px 0px 0px 5px;
	text-align: center;
}

.topic-orange {
	color:#E9E9E9; /* was 4b4b4b */
	background: #c9c9c9;
	background-image: url(../img/header-orange.png);
	height: 20px;
	vertical-align: middle;
	font-size:9pt;
	font-weight:bold;
	border-bottom: 0px dotted #c9c9c9;
	padding: 5px 0px 0px 5px;
	text-align: center;
}

.topic-green {
	color:#E9E9E9; /* was 4b4b4b */
	background: #c9c9c9;
	background-image: url(../img/header-green.png);
	height: 20px;
	vertical-align: middle;
	font-size:9pt;
	font-weight:bold;
	border-bottom: 0px dotted #c9c9c9;
	padding: 5px 0px 0px 5px;
	text-align: center;
}

.topic-teal {
	color:#E9E9E9; /* was 4b4b4b */
	background: #c9c9c9;
	background-image: url(../img/header-teal.png);
	height: 20px;
	vertical-align: middle;
	font-size:9pt;
	font-weight:bold;
	border-bottom: 0px dotted #c9c9c9;
	padding: 5px 0px 0px 5px;
	text-align: center;
}

.topic-gold {
	color:#E9E9E9; /* was 4b4b4b */
	background: #c9c9c9;
	background-image: url(../img/header-gold.png);
	height: 20px;
	vertical-align: middle;
	font-size:9pt;
	font-weight:bold;
	border-bottom: 0px dotted #c9c9c9;
	padding: 5px 0px 0px 5px;
	text-align: center;
}

.topic-rose {
	color:#E9E9E9; /* was 4b4b4b */
	background: #c9c9c9;
	background-image: url(../img/header-rose.png);
	height: 20px;
	vertical-align: middle;
	font-size:9pt;
	font-weight:bold;
	border-bottom: 0px dotted #c9c9c9;
	padding: 5px 0px 0px 5px;
	text-align: center;
}

.topic_entry {
	padding: 5px 5px 0px 5px;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-bottom: 0px solid #cfcfcf;
	height: 320px;
}

.topic2_entry {
	font-size: 11px;
	padding: 5px 5px 0px 5px;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-bottom: 0px solid #cfcfcf;
	height: 120px;
}

.topic3_entry {
	padding: 5px 5px 0px 5px;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-bottom: 0px solid #cfcfcf;
	height: 170px;
}
.topicSoftware_links {
	position: absolute;
	top: 450px;
	_top: 343px;
}
.topicSoftware2_links {
	position: absolute;
	top: 625px;
	_top: 552px;
}
.topic2_links {
	position: absolute;
	top: 620px;
}

.topic2_links1 {
	position: absolute;
	top: 435px;
	_top: 350px;
}
.topic2_links2 {
	position: absolute;
	top: 610px;
	_top: 525px;
}
.topic2_links3 {
	position: absolute;
	top: 785px;
}

.topic_links1 {
	position: absolute;
	top: 480px;
}
.topic_links2 {
	position: absolute;
	top: 655px;
}
.topic_links3 {
	position: absolute;
	top: 880px;
}

.topic2_footer {
	color:#87a93e;
	background-image: url(../img/topic2_footer.png);
	height: 10px;
	vertical-align: middle;
	font-size:2pt;
	font-weight:normal;
	border-bottom: 0px dotted #c9c9c9;
	padding: 0px 0px 0px 0px;
}

#topic2_left {
	float: left;
	width: 253px;
}

#topic2_center {
	float: left;
	width: 253px;
	padding: 0px 0px 0px 10px;
}

#topic2_right {
	float: right;
	width: 253px;
}

#content_container {
	width: 780px;
	
}

.quote {
	font-size: 20pt;
	font-width: bold;
	display: inline;
	color: #666666;
}

#footer {
	font-size: 8pt;
	text-align: left;
	padding: 0px 10px 0px 10px;
	
}

.icons {
	text-align: right;
	float: right;
	padding-bottom: 10px;	
	
}

.full_header {
	color: #4b4b4b;
	background: #c9c9c9;
	background-image: url(../img/full_header.png);
	height: 20px;
	vertical-align: middle;
	font-size:9pt;
	font-weight:bold;
	border-bottom: 0px dotted #c9c9c9;
	padding: 5px 0px 0px 5px;
	text-align: center;
}

.full_entry {
	padding: 5px 5px 0px 5px;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-bottom: 0px solid #cfcfcf;
}

.full_footer {
	color:#87a93e;
	background-image: url(../img/full_footer.png);
	height: 10px;
	vertical-align: middle;
	font-size:2pt;
	font-weight:normal;
	border-bottom: 0px dotted #c9c9c9;
	padding: 0px 0px 0px 0px;
}

.full_container {
	width: 780px;
}
.full_container2 {
	width: 780px;
	clear: both;
}

img {
	border: 0px;
}

.date {
	font-size: 8pt;
	color: #828282;
}

#popup {
	padding: 0px 5px 0px 5px;
	font-size: 9pt;
	background: #fff;
	text-align: left;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	width: 788px;
}

#popup_header {
	background: #fff;
	background-image: url(../img/popup_header.png);
	width: 800px;
	height: 15px;
}

#popup_footer {
	background: #fff;
	background-image: url(../img/popup_footer.png);
	width: 800px;
	height: 15px;
}

.news_archive 
{
	float: right;
	width: 100px;
	padding-left: 20px;
	border-left: 1px solid #cfcfcf;
	margin-left: 20px;
}
news_content 
{
	float: right;
}
.floatRight 
{
	float: right;
}
.floatLeft 
{
	float: left;
}
.foot
{
	
}
input {
	border: 1px solid #000000;
	height: 15px;
	font-size: 10px;
}
.formtext {
	font-size: 9pt;
}
#locations {
	font-size: 9px;
	width: 120px;
}
#location {
	text-align: center;
}
input#sub {
	width: 25px;
}

#home-banner {
	background-image: url(../img/homepage_banner.jpg);
	width: 780px;
	height: 330px;
}
#home-text {
	float: right;
	width: 400px;
	padding-top: 90px;
	padding-right: 10px;
	height: 240px;
}
