/* CSS Document */

.service {
	padding: 35px 0 0 0;
	margin: 0 0 0;
	width: 500px;
	}
	
#content .service .buttons {
	margin-top: 10px;
	}
	
.service h3 {
	margin: 0;
	}
	
#content .service p {
	margin: 5px 0;
	}
	
.service table {
	border-top: 1px dashed #555;
	margin: 10px 0;
	width: 400px;
	}
	
.service td {
	padding: 2px 0px 4px 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dashed #555;
	vertical-align: bottom;
	width: 100px;
	text-align: right;
	}
	
.service th {
	padding: 2px 5px 4px 0;
	font-weight: normal;
	text-align: left;
	color: #ccc;
	border-bottom: 1px dashed #555;	
	vertical-align: bottom;
	}
	
/* Multi Column Uls */
.list_container ul {
	width: 200px;
	float: left;
	}
	
#content .list_container ul li {
	margin: 0 20px 0 0;
	height: 20px;
	background: none;
	padding: 0;
	}
	
.list_container {
	min-height: 1px;
	position: relative;
	}
	
.list_container a {
	display: block;
	height: 20px;
	line-height: 20px;
	background: url(images/sidebar_menu_a_selected.gif) no-repeat 5px 7px;
	padding-left: 15px;	
	}
	
#content .list_container a:hover {
	background-image: url(images/sidebar_menu_a_selected.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-left: 15px;
	margin: 0;
	}
	
.list_container:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .list_container {
	height: 1px;
	}