body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/body_background.jpg) repeat-x;
}

em {
	font-style:italic;
}

strong {
	font-weight: bold;
}

#main_wrapper{
	width:960px;
	border:solid 0px;
	margin:0px auto;
	text-align:left;/*for IE5.x*/
}

#logo{
width:960px;
height: 237px;
}

#left_column{
margin-top:30px;
margin-left:70px;
width:560px;
float:left;
}

#right_column {
	
	float:left;
	margin-left:14px;
	margin-top:26px;	
	padding:8px;
	width:220px;
}

#menu_bar{
	margin-top:18px;
	text-align:right;

}

div#menu_bar ul {
	margin-right:58px;
	list-style:none;
	
}

div#menu_bar ul li {
	margin-right: 80px;
	padding-top: 10px;
	float: right;
}	
div#menu_bar ul li a{
	color:#FFFFFF;
	text-decoration:none;	
}

li.current {
	background:url(/images/chevron.jpg) top center no-repeat;
}

div#menu_bar ul li:hover{
	text-decoration:underline;
}

div#menu_bar ul li a:hover{
	text-decoration:underline;
}


div#left_top {
	background:url(/images/left_top.jpg) no-repeat;
	height:10px;
}

div#left_middle {
	background:url(/images/left_middle.jpg) repeat-y;
	
}
div#left_body {
	padding-left: 8px;
	padding-right: 8px;
	background:url(/images/left_body.jpg) no-repeat;
	background-position:bottom;
	vertical-align:bottom;
	margin-top:0px;
}

/* Float main content left & right */
.body_float_left {
	float:left; 
	width:382px; 
	padding-right:8px;
}

.body_float_right {
	float:right; 
	width:153px;
}

div#right_body{
	padding-left: 8px;
	padding-right: 8px;
	
}

div#left_bottom {
	background:url(/images/left_bottom.jpg) no-repeat;
	margin-top:-4px;
}

div#right_top {
	background:transparent url(../images/right_top.gif) no-repeat scroll 0% 50%;
	height:8px;
	margin-left:0px;
	margin-top:-4px;
	width:250px;
}

div#right_bottom {
	background:transparent url(/images/right_bottom.gif) no-repeat;
	height:8px;
	width:240px;	
}

div#right_middle{
	background:url(../images/right_middle.jpg) repeat-y;
	width:240px;
}

div#footer{
	margin-left:70px;
	color:#FFFFFF;
}


div#partners_menu{
	height:38px;
	width:550px;
	margin-left:6px;
	position:relative;	
}

div#partners_menu ul li {
	color:#006600;
	font-weight:bold;
	font-size:100%;
	margin-right:24px;
	float:left;
}

div#partners_menu ul li a {
	color:#006600;
	text-decoration:none;
}

div#partners_menu ul li a:hover {
	color:#FFFFFF;
}

div#about_menu{
	margin-left:6px;
	width: 550px;
	position:relative;
}

div#about_menu ul li {
	color:#006600F;
	margin-right:10px;	
	padding: 0px 5px;
	float:left;
}


ul#Business_Services_Sub{
	visibility:hidden;
}
/*
li#Business_Services{
	float:left;
} */

div#about_menu ul li a:hover {
	color:#FFFFFF;
}

li#Business_Services {
/*
	border:1px solid blue;
*/
}

li#Business_Services:hover {
/*	border:1px solid red;
*/
	background-color:#C2DBBB;

}

li#Business_Services:hover ul#Business_Services_Sub {
	visibility:visible;
}
ul#Business_Services_Sub{
	color:#006600;
}

.nolinelink {
	color: #006600;
	font-weight: bold;
	font-size: 100%;
	text-decoration:none;
}
/*
li#people{
	margin-left: -140px;
}

li#clients{
	margin-left: -62px;
}
*/
div#slideshow {
	float:left;
	width:244px;
	margin:6px;
}
div#left_body p { 
	margin-bottom: 0.25em;
}

.submenu_color {color: #006600; text-decoration:none;}

div#copy p, div#copy ul {
	line-height: 1.25em;
}

div#copy p {
	padding-bottom: 1em;
}

div#copy ul {
	margin-left: 1em;
	margin-bottom:0.5em;
}

div#copy ul li a {
	color:#006600;
	text-decoration:none;
	font-weight:700;
}

div#left_body ul.disc li {
	list-style: disc;
	margin-left: 1em;
}

div#left_body h1 {
	font-weight:700;
}
div#left_body h2 {
	font-weight:700;
	padding-bottom:0.25em;
	padding-top:0.5em;
}

.nowrap {
	white-space:nowrap;
}

/* BUG SLUG LABEL STYLES */

.tiny_text {
	font-size: 55%;
}

.small_text {
	font-size: 70%;
}

.green_highlight {
	color: #006666;
}

div#bug_uses {
	width: 520px; 
	background-color:#6699FF;
}

div#bug_uses dt {
	position:relative; 
	left: 2em; 
	top:1em; 
	width: 9em; 
	font-weight: bold;
}

div#bug_uses dd {
	margin: 0 0 0 11.5em; 
	padding: 0 0 .5em .5em;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */