/*ie 5.5-6 png transparency fix */
img,div { behavior: url(iepngfix.htc) }

body {
	behavior:url(csshover.htc);
}

body {
	margin:0px;
	padding:0px;
	font-family: Verdana;
	font-size: 12px;
	background: #fff;
}
img {
	margin:0px;
	padding:0px;
}
.wrapper {
	width: 921px;
	margin: 10px auto 10px auto;
	background: url(images/page-m.gif) repeat-y #FAF8FC;
}
.wrapper-top {
	width: 921px;
	background: url(images/page-t.gif) no-repeat;
	height:8px;
	position:absolute;
}
.wrapper-bottom {
	width: 921px;
	background: url(images/page-b.gif) no-repeat;
	height:8px;
	overflow:hidden;
}
.header {
	width: 915px;
	height: 143px;
}
.header-number {
	padding:50px 0px 16px 340px;
	font-size: 23px;
	font-family: Tahoma;
}
.header-slogan {
	padding:10px 0px 0px 230px;
	font-size: 20px;
	font-family: Tahoma;
}
.topmenu {
	background: url(images/topmenu.jpg) no-repeat;
	height:27px;
	width:908px;
	margin: 0px 7px 0px;
	font-size:0.85em;
	z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.topmenu ul {padding:0px; margin:0px auto;list-style-type:none; height:27px; width:100%;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.topmenu li {float:left;}
/* style the links for the top level */
.topmenu a, .topmenu a:visited {display:block;font-size:13px; font-weight:bold; text-decoration:none; color:#000; height:27px; padding:0px 15px; line-height:27px;}
/* a hack so that IE5.5 and 6 faulty box model is corrected */
* html .topmenu a, * html .topmenu a:visited {width:1px; white-space:nowrap}
/* style the top level hover */
.topmenu a:hover, .topmenu ul ul a:hover{color:#fff;}
.topmenu :hover > a, .topmenu ul ul :hover > a {color:#fff;}

.submenu {
	background: url(images/submenu.jpg) no-repeat 0% bottom;
/*	height:27px;*/
	width:908px;
	margin: 0px 7px 0px;
	font-size:0.85em;
	z-index:100;
	overflow: visible;
}
/* remove all the bullets, borders and padding from the default list styling */
.submenu ul {padding:0px; margin:0px auto;list-style-type:none; height:27px; width:100%;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.submenu li {float:left;}
/* style the links for the top level */
.submenu a, .submenu a:visited {display:block;font-size:11px; font-weight:normal; text-decoration:none; color:#000; height:27px; padding:0px 7px; line-height:27px;}
/* a hack so that IE5.5 and 6 faulty box model is corrected */
* html .submenu a, * html .submenu a:visited {width:1px; white-space:nowrap}
/* style the top level hover */
.submenu a:hover, .submenu ul ul a:hover{color:#fff;}
.submenu :hover > a, .submenu ul ul :hover > a {color:#fff;}

.bottommenu {
	background: url(images/bottommenu.jpg) no-repeat;
	height:15px;
	margin: 10px auto 1px auto;
	width: 908px;
	font-size:10px;
	text-align:center;
}
.bottomborder {
	vertical-align: bottom;
}
.topborder {
	vertical-align: top;
	height:8px;
}
.footer {
	background: url(images/footer.jpg) no-repeat;
	height:59px;
	margin: auto;
	width: 908px;
	text-align:center;
	padding-top:4px;
}
.footer .address {
	margin:0px;
	padding: 0px;
	font-size:10px;
}
.sidebar {
	background: url(images/sidebar-t.gif) no-repeat top;
	min-height:426px;
	width:186px;
	float:right;
	text-align:center;
}
* html .sidebar {height:434px;}
.sidebar-content {padding:20px 10px 10px 20px;text-align:left;}
.sidebar-content ul {padding:0px; margin:0px auto;list-style-type:none; width:100%;}
.sidebar-content a, .sidebar-content a:visited {font-size:12px; line-height:1.5em; text-decoration:none; color:#000;}
.sidebar-content a:hover {color:#fff;}
.sidebar-content :hover > a {color:#fff;}
.sidebar-content strong {color:#000;}
.sidebar img { border:0;margin:5px 0px;}
.sidebar .img1 { width:116px;height:53px}
.sidebar .img2 { width:94px;height:133px}
.sidebar .img3 { width:161px;height:40px;margin:12px 0px;}
.sidebar .img4 { width:161px;height:130px}

.content-wrapper {
	width: 908px;
	margin-left:7px;
	margin-top:10px;
}
.content-top {
	width: 908px;
	background: url(images/content-t.gif) no-repeat top;
}
.content-middle {
	width: 908px;
	background: url(images/content-m.gif) repeat-y;
}
.content-bottom {
	width: 908px;
	background: url(images/content-b.gif) no-repeat bottom;
	height:100%;
	height:100%;
	min-height:509px;
	overflow:auto;
}
.content {
	padding:19px 30px;
	min-height:422px;
	width:654px;
	line-height:150%;
}
h1 { /* main content header */
	color: #8E6EC4;
	font-size: 20px;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:27px;
}
h2 {  /* used as header in sidebar */
	color: #745aa1;
	font-size: 15px;
	font-weight: bold;
	margin-top:12px;
}
h3 { /* main content subheaders */
	color: #8E6EC4;
	font-size: 15px;
	font-weight: bold;
	margin:15px 0px;
}
strong {
	color: #8E6EC4;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.quote {
	margin-bottom: 0px;
	padding-left:30px;
}
.quoted {
	margin-top: 0px;
	padding-left:30px;
	font-weight: bold;
}
a, a:visited {color:#745aa1;}
a:hover {color:#000;}

#mi_virtual_services, #mi_security_services, #mi_other_services {
	position: relative;
}
#mi_virtual_services .hover-menu, #mi_security_services .hover-menu, #mi_other_services .hover-menu {
	display: none;
}

#mi_virtual_services:hover .hover-menu, #mi_security_services:hover .hover-menu, #mi_other_services:hover .hover-menu {
	display: block;
	position: absolute;
	z-index: 100;
	white-space: no-wrap;
}
#mi_virtual_services:hover .hover-menu {
	left:-80px;
}
#mi_security_services:hover .hover-menu {
	left:-247px;
}
#mi_other_services:hover .hover-menu {
	left:-247px;
}
#mi_virtual_services .hover-menu a, #mi_security_services .hover-menu a, #mi_other_services .hover-menu a {
	color:#000000;
}
#mi_virtual_services .hover-menu a:hover, #mi_security_services .hover-menu a:hover, #mi_other_services .hover-menu a:hover {
	color:#FFFFFF;
}
