@charset "utf-8";


/* Global styles---------------------------------------------------------------------------------*/

body {
	behavior: url(../../css/csshover.htc);
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/nav_back.gif);
	background-repeat: repeat-x;
}
div { 
	behavior: url(../../css/iepngfix.htc) 
}
.clear {
	clear:both;
}
.bodybullet {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.bodybullet li {
	background-image: url(../images/link_arrow.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 8px;
	padding: 0px 0px 0px 20px;
}


.boldgreen {
	font-weight:bold;
	color:#008346;
}
strong {
	color:#008346;
}
.para_divide_round {
	background-image: url(../images/round_para_grad.png);
	background-repeat: no-repeat;
	padding: 20px 12px 30px;
	margin: 0px;
	width: 617px;
}


/* End global styles------------------------------------------------------------------------------------*/


/* Template styles------------------------------------------------------------------------------------*/

#leftcolumn {
	float: left;
	width: 200px;
}
.para_divide_green {
	background-color: #d8ebe2;
	background-image: url(../images/square_para_grad_bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 10px;
}

#container {
	width: 905px;
	margin: 0px auto;
}
#rightcolumn {
	margin-left: 210px;
}
.llink_arrow {
	display: block;
	background-image: url(../images/link_arrow.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
}

.view {
	margin: 4px 4px 0px 0px;
	background-image: url(../images/view_plus.gif);
	background-repeat: no-repeat;
	display: block;
	padding: 0px 0px 0px 15px;
	color: #000000;
	text-decoration: none;
	width: 130px;
}
.view:hover {
	color:#008346;
}
#content {
	height: 270px;
	margin-top:5px;
}
#content img{
	margin-bottom: 15px;
}
#content_sub {
	background-image: url(../images/content_area_back.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
}
*html #content_title img{
	margin-left: -3px;
}
#content_sub a{
	color: #666666;
	font-weight: bold;
}

#content_sub_inner {
	background-image: url(../images/content_area_grad.gif);
	background-repeat: no-repeat;
	padding: 20px 30px 0px 20px;
}
#content_sub p {
	margin-top: 0px;
	line-height: 16px;
}

.greentable td {
	background-color: #e8e8e8;
	font-size: 11px;
}

#content p {
	margin: 0px 25px 10px 15px;
}

/* End template styles------------------------------------------------------------------------------------*/


/*Top navigation styles---------------------------------------------------------------------------------*/

#topnav {
	height: 70px;
	padding: 0px 0px 0px 280px;
}
#topnav ul {
	float: left;
	list-style-type: none;
	margin: 25px 0px 0px;
	padding: 0px;
}
#topnav ul li {
	float: left;
	position: relative;
}
#topnav ul li a{
	text-decoration:none;
	display: block;
	color: #000000;
	font-weight: bold;
	float: left;
	border-right: 1px solid #000000;
	height: 20px;
	width: 87px;
	text-align: center;
	padding-top: 2px;
}
#topnav ul .sub:hover {
	background-image: url(../images/tab_over.gif);
	background-repeat: no-repeat;
}
#topnav ul .sub:hover ul {
	visibility:visible;
}
#topnav ul .sub:hover a{
	color:#FFFFFF;
}
#topnav ul li ul {
	position:absolute;
	visibility:hidden;
	width: 172px;
	background-image:url(../images/menu_back.jpg);
	left: 3px;
	top: -3px;
	padding: 4px;
	z-index: 50;
}

#topnav ul li ul li a{
	font-weight:normal;
	font-size:11px;
	text-align:left;
	width: 162px;
	height: 1%;
	padding: 4px 4px 4px 6px;
	line-height:11px;
	border:0px;
}
#topnav ul li ul li a:hover{
	background-color:#006633;
}

/*End top navigation styles---------------------------------------------------------------------------------*/


/*Left navigation styles---------------------------------------------------------------------------------*/

#leftmenu {
	background-image: url(../images/left_menu_back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	height: 350px;
	margin: 20px 0px 0px;
}
#leftmenu p {
	padding: 0px 15px;
	font-size: 11px;
	color: #666666;
}

#leftmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px 22px 10px 10px;
	font-size: 11px;
}
#leftmenu ul li {
	margin: 0px;
	width: 100%;
	padding: 0px;
	background-image: url(../images/left_menu_bullets.gif);
	background-repeat: no-repeat;
}
#leftmenu ul li a {
	text-decoration: none;
	color: #666666;
	display: block;
	padding: 8px 0px;
	border-bottom: 1px dashed #666666;
	margin: 0px 0px 0px 20px;
}
#leftmenu ul li a:hover {
	color:#000000;
}

/*End left navigation styles---------------------------------------------------------------------------------*/
#footer {
	margin-top: 40px;
	clear: both;
	height: 140px;
	background-image: url(../images/client_logos_back.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}
#logos img {
	float: left;
	margin-right: 28px;
}
