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

/* TAGS */
* {
	padding:0;
	margin:0;
}
body {
	background-image:url(../../images_new/body_back.png);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ccc;
	background-color:#000;
}

p {
	line-height: 18px;
	padding-bottom:18px;
}
h1 {
	font-size:18px;
	color:#99CCFF;
	line-height:18px;
	padding-bottom:18px;
}
h2 {
	font-size:14px;
	color:#99CCFF;
	line-height:18px;
	padding-bottom:18px;
}
h3 {
	font-size:12px;
	color:#99CCFF;
	line-height:18px;
}

A {
	color:#9cf;
	text-decoration:none;
}
A:hover {
	text-decoration:underline;
}
A IMG {
	border:none;
}
HR {
	border:0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}
UL {
	padding:0 0 10px 20px;
}

/* IDs */
#header {
	min-width:984px;
	width:100%;
	background-image:url(../../images_new/header_back.png);
	background-repeat:repeat-x;
}
#header_inner {
	width:984px;
	height:100px;
	margin:0 auto;
	position:relative;
}
#header_menu {
	width:300px;
	text-align:right;
	position:absolute;
	top:25px;
	right:10px;
}
#header_menu A {
	color:#fff;
}
#site_logo {
	margin:20px 0 0 20px;
}
#front_page_partners IMG{
	padding:4px;
}

#menu, #main_menu {
	height:37px;
}
#main {
	width:984px;
	background-image:url(../../images_new/main_back.png);
	background-repeat:repeat-y;
	margin:0 auto;
	padding-bottom:20px;
}
#banner {
	width:960px;
	margin:0 auto;
}
#content {
	padding:20px 30px;
}
#left_content {
	float:left;
	width:250px;
}
#right_content {
	margin-left:290px;
}
#left_content_sec {
	float:left;
	width:200px;
	margin-right:30px;
}
#center_content_sec {
	float:left;
	width:460px;
}
#right_content_sec {
	margin-left:720px;
	width:200px;
}
#footer {
	min-width:984px;
	width:100%;
	background-image:url(../../images_new/box_back.png);
	border-top:#666 solid 1px;
}
#footer_inner {
	width:984px;
	margin:0 auto;
}
#footer_content {
	padding:20px 10px 20px 260px;
	font-size:9px;
	text-align:right;
}
#footer_left {
	width:250px;
	padding:10px;
	float:left;
	border-right:#000 solid 1px;
}

/* Box Styles */

.box {
	background-image:url(../../images_new/box_side.png);
	background-repeat:repeat-x;
	border-bottom:#999 solid 3px;
	margin-bottom:20px;
}
.box_content {
	margin:0 1px;
	background-image:url(../../images_new/box_back.png);
	border-bottom:#131c24 solid 1px;
}
.box_header {
	background-image:url(../../images_new/box_header.png);
	line-height:18px;
	font-size:14px;
	padding:4px;
}

/* Secondary Page Styles */

UL.breadcrumbs {
	list-style:none;
	margin-bottom: 10px;
}
UL.breadcrumbs LI {
	display:inline;
	padding:2px 6px;
	border-left: solid 1px #333;
	font-size:10px;
	color:#fff;
}
UL.breadcrumbs A {
	color:#fff;
}

UL#secondary_menu, UL.tertiary_menu {
	padding:0 4px;
	list-style:none;
}
#secondary_menu LI, .tertiary_menu LI {
	padding:2px 0;
	border-bottom:1px dotted #666;
}

#secondary_menu LI.last, .tertiary_menu LI.last {
	border-bottom:none;
}
#secondary_menu LI IMG {
	border:none;
	padding-right:2px;
}
#secondary_menu LI A {
	padding-bottom:2px;
}
/* RSS feed styles */
TABLE.news_feed {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
TABLE.news_feed TD{
	padding: 2px 10px;
}
TABLE.news_feed A.item_title {
	font-weight:bold;
}
TABLE.news_feed TD.item_description {
	line-height:18px;
	padding-bottom:18px;
}

/* Client Page styles */

DIV.client_box {
}
DIV.client_box DIV {
	padding:30px 10px 0 250px;
}

/* Client list styles */

DIV.client_list {
	position:relative;
	margin-bottom:20px;
}
A.client_name, SPAN.client_name {
	font-weight:bold;
	line-height:18px;
	padding-bottom:4px;
}
DIV.client_head {
	margin-bottom:6px;
	border-bottom:1px solid #666;
	height:18px;
}
IMG.featured_client_button {
	position:relative;
	bottom:-4px;
	padding-right:10px;
}
A.client_industry {
	position:absolute;
	right:0;
	top:5px;
	text-align:right;
	font-size:11px;
	color:#CCC;
}
DIV.client_info {
	border-bottom:1px solid #666;
	border-left:1px solid #666;
}

DIV.client_description {
	float:left;
	margin-bottom:6px;
	padding:6px;
	width:250px;
}
UL.client_services {
	list-style:none;
	padding:6px 0px;
}
UL.client_services LI {
	display:inline;
	padding:4px;
	line-height:22px;
}
UL.client_services A {
	position:relative;
	z-index:0;
}
UL.client_services A span {
	display:none;
}
UL.client_services A:hover span {
	display:block;
	width:160px;
	background-image:url(../../images_new/box_back.png);
	border:solid 1px #999;
	position:absolute;
	top:16px; 
	left:8px;
	padding:2px;
	text-decoration:none;
}
UL.client_services A:hover {
	z-index:1000;
	cursor:default;
	line-height:normal;
}

/* Misc utility classes */
.clearing {
	clear:both;
}

A.rss_feed {
	float:right;
	padding: 0px 2px;
}
IMG.left {
	float:left;
	margin:4px 4px 4px 0;
}
IMG.right {
	float:right;
	margin:4px 0 4px 4px;
}
IMG.center {
	margin:4px auto;
	display:block;
}

P.subtext {
	margin-bottom:4px;
	font-size:9px;
	line-height:14px;
}