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

/* services page CSS*/



div#header_left {
background: url("../images/logo_services.gif") no-repeat;
}

/* main layout */

div#services_title {
float: left;
width: 800px;
height: 100px;
margin-top: 5px;
}

html>body #services_title {
background: url(../images/services_title.gif) top left;
margin-top: 0;
}

div#services_content {
font-size: 85%;
float: left;
width: 800px;
background-color: #FFFFFF;
}

div#services_content_group {
float: left;
width: 800px;
height: auto;
background: url(../images/services_content_bg.gif) top left repeat-y;
margin: 19px 0 10px 0;
display: inline;
}

/*services text*/
div#servicestext {
float: left;
width: 750px;
margin: 20px 20px 0 10px;
display: inline;
}

p#services {
padding: 0 0 10px 0;
margin: 0;
}

/*services items left clickable panel*/
.servicestabletitle {
font-size: 125%;
font-weight: bold;
padding: 0 0 10px 0;
}

div#servicesitems {
float: left;
width: 150px;
margin: 0 20px 0 10px;
display: inline;
}

div#servicesitems  {
cursor: pointer;
}

.servicesrows:hover, .servicesrows:active {
background-color: #CC6600;
}

.servicesrows td {
padding-bottom: 15px;
}

.servicestypecell {
padding-right: 12px;
}


/*services detail right content panel*/

div#servicesdetail {
float: left;
width: 570px;
margin: 0 20px 0 10px;
display: inline;
line-height: 130%;

}

#servicesimage {
float: left;

margin: 0px 20px 0 20px;
display: inline;
}


/*div#servicesstudy {
float: left;
width: 216px;
margin: 0 20px 0 10px;
display: inline;

}
*/

/*other parts to page*/

div#bottom_border {
float: left;
width: 800px;
padding: 20px 0 0px 0;
overflow: hidden;
background: url("../images/services_border_bottom.gif") no-repeat;
height: 0px !important; 
height /**/:20px; 
}

/* navigation */

ul.MenuBarHorizontal a.MenuBarItemSubmenu_Services {
	background-image: url(../images/nav/services.gif);
	background-repeat: no-repeat;
	background-position: 0 -30px;
	width: 100px;
	height: 30px;
	margin: 0;
	padding: 0;
}