@charset "UTF-8";
/* CSS Document */

body, html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#ececec;
	height:101%;
	margin:0;
}

/* p { margin:0; } */

img { border:0; margin:0; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }

table {
	border-collapse:collapse;
	margin-top:15px;
}

table th {
	text-align:left;
	font-size:14px;
	font-weight:600;
}

table td {
	text-align:left;
	font-size:12px;
	font-weight:normal;
	padding:4px 2px;
}

table tbody tr:hover { background:#ffc; }

/* header */

#container, #container-fixed {
	min-width:1000px;
	margin:0 auto;
}

#container-fixed {
	width:1000px;
	margin:0 auto;
}

#header {
	background:url(../images/mhd_03.jpg) repeat-x -2px 0;
	height:134px;
}

#header #left-overhang {
	background:url(../images/mhd_01.jpg) no-repeat top left;
	width:22px;
	height:134px;
	display:inline-block;
	float:left;
}

#header #right-overhang {
	background:url(../images/mhd_05.jpg) no-repeat top left;
	width:23px;
	height:134px;
	display:inline-block;
	float:right;
}

#search-container {
	float:right;
	width:450px;
	height:109px;
	padding-top:25px;
	text-align:right;
	color:#fff;
	font-size:11px;
	padding-right:50px;
}

#search-container a {
	color:#fff;
}

#search-container #search {
	width:250px;
	height:35px;
	float:right;
	padding-top:15px;
}

#search-container #search #search_field {
	width:150px;
}

#search-container #search input[type="submit"] {
	border:1px solid #959595;
	background:#707070;
	color:#fff;
}

#logo-container {
	width:300px;
	float:left;
}

#logo-container a#logo {
	display:block;
	background:url(../images/mhd_02.jpg) no-repeat top left;
	width:300px;
	height:134px;
}

/* body */

#body {
	background:#fff;
	min-height:325px;
	min-width:800px;
	margin-left:23px;
	margin-right:23px;
	padding:5px 10px;
	font-size:12px;
}

#body #contents {
	background:#fff;
	margin-left:210px;
	padding:15px 0px 3px 10px;
	padding:0px;
	font-size:12px;
	font-weight:normal;
	color:#636363;
	min-height:300px;
}

#body #contents img {
	margin:2px 5px;
	border:1px solid #ddd;
	padding:5px;
}

#body #contents h1 {
	font-size:21px;
	font-weight:500;
	color:#636363;
	margin:2px 0;
}

#body #contents h2 {
	font-size:16px;
	font-weight:500;
	color:#636363;
	margin:2px 0;
}

#body #contents ul, #body #contents ul li {
	padding:0px;
	margin-left:5px;
	list-style-position:inside;	
}

#body #contents ul li {
	margin-bottom:5px;
	vertical-align:top;
}

#body #contents a {
	color:#0192be;
}

#body #contents #main_page {
	background:#f1f1f1 url(../images/mhd_10.jpg) no-repeat bottom right;
	height:480px;
	display:block;
	padding:10px;
}

#body #contents #main_text {
	width:45%;
	height:272px;
}

/* breadcrumbs */
#body #contents #breadcrumbs {
	margin:5px 0;
	font-size:10px;
	border-bottom:1px solid #eee;
	padding-bottom:5px; 
}

/* sidebar */
#body #sidebar {
	width:200px;
	float:left;
}

#body #sidebar h2 {
	margin:0;
	width:180px;
	background:#898989;
	color:#fff;
	font-size:14px;
	font-weight:500;
	padding:2px 10px;
}

#body #sidebar ul {
	list-style:none;
	padding:0;
	margin:0;
}

#body #sidebar ul li {
	margin-top:1px;
}

#body #sidebar ul li a {
	background:#555;
	color:#fff;
	display:inline-block;
	width:180px;
	padding:5px 10px;
	font-weight:lighter;
	font-size:11px;
}

#body #sidebar ul li a:hover {
	text-decoration:none;
	background:#444;
}

/* footer */

#footer {
	clear:both;
	background:url(../images/mhd_15.jpg) repeat-x top left;
	height:102px;
}

#footer #left-overhang {
	background:url(../images/mhd_13.jpg) no-repeat top left;
	width:23px;
	height:102px;
	display:inline-block;
	float:left;
}

#footer #footer-contents {
	height:55px;
	color:#fff;
	margin:0 auto;
	font-size:12px;
	padding:20px 50px 0 50px;
}

#footer #footer-contents a {
	color:#fff;
}

#footer #footer-subcontents {
	font-size:10px;
	color:#ccc;
	text-align:center;
}

#footer #footer-subcontents a {
	color:#888;
}

#footer #right-overhang {
	background:url(../images/mhd_17.jpg) no-repeat top left;
	width:23px;
	height:102px;
	display:inline-block;
	float:right;
}

#footer #footer-fade {
	background:url(../images/mhd_19.jpg) repeat-x top left;
	height:50px;
	display:block;
	margin:0 23px;
}

/* message */
div#message {
	padding:25px;
	background:#fcc;
	margin-left:210px;
	margin-bottom:25px;
}

/* default form values */
.form-default {
	color:#ccc;
}

/* buttons */
input.blue_button, a.blue_button, a.blue_button:hover {
	background:url(../images/button.png) no-repeat 0px 0px;
	width:156px !important;
	height:27px !important;
	display:inline-block;
	text-decoration:none;
	color:#fff !important;
	text-align:center;
	padding-top:10px;
	border:none;
	cursor:pointer;
	margin:0;
	padding:11px 0 0 0;
	font-size:12px !important;
}

input.blue_button {
	padding-top:0px;
	height:38px !important;
}

input.blue_button:hover, a.blue_button:hover {
	background-position:0px -37px;
}

/* alternating rows */
tr.alt { background:#fafafa; }
tr.inactive td a { color:green !important; }
