ul#left_nav_technology a:hover {
	background-image: url('/images/landing_button_background.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;	
    color: #CC9900;
}

table.tech_section_nav {
	width: 100%;
}

table.tech_section_nav td {
	padding-bottom: 7px;
}

table.tech_section_nav a {
	color: #757575;
	text-transform: uppercase;
	font-size: 10px;
}

.tech_divider {
	height: 13px;
	width: 100%;
	background-image: url('/images/tech_divider.jpg');
	margin: 25px 0 25px 0;
}

.section_divider {
	border-bottom: 1px dotted #666;
	margin: 25px 0 25px 0;	
}

table#tech_top_button_row {
	width: 100%;
}

table#tech_top_button_row td {
	border-bottom: 1px dotted #999;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

table#tech_top_button_row td.last {
	text-align: right;
}

table#tech_top_button_row img {
	float: right;
	margin-left: 1px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.float_right {
	float: right;
	margin: 0 0 15px 15px;
}

p.sub_section_intro {
	margin-top: 0px;
}

div.sub_section_container {
	padding-top: 8px;
}

span.advantages {
	text-decoration: underline;
}