@charset "utf-8";
/* CSS Document */
object { outline:none; }

body {
	margin:0px;
	font-family:"Times New Roman";
	font-size:13pt;
	line-height:13pt;
	color:#333;
	background:url(../images/bg-fill.jpg) repeat-x top;
	background-color:#244868;
}
a, .more a {
	color:#244868;
	text-decoration:none;
	font-weight:normal;
}
a:hover {
	color:#FFCC00;
}
.serviceBlock {
	margin-top:10px; 
	margin-bottom:10px; 
	clear:both;
}
.block{
	width:50%;
	float:left;
	text-align:justify;
	margin-top:10px;
}
.rightPad {
	padding-right:20px;	
}
.leftPad {
	padding-left:20px;
}
.more {
	text-align:right;
}
.more a {
	padding-right:2px;
}
.more a:hover {
	padding-right:0px;
}
h1 {
	color:#244868;
	text-transform:uppercase;
	display:block;
	border-bottom:1px solid #999;
	margin:0;
	margin-bottom:6px;
	font-size:13pt;
	font-weight:normal;
}
#wrapper {
	width:965px;
	margin:auto;
	border-color:#738bb2;
	border-style:solid;
	border-width: 0px 1px 1px 1px;
	background:url(../images/wrapper-fill.png) repeat-x bottom;
}
#content {
	background:url(../images/content-fill.jpg) repeat-x bottom;
	background-color:#fff;
	padding:20px;
	width:915px;
}
#header {
	background:url(../images/header.jpg) no-repeat;
	height:27px;
	padding-top:217px;
}
/*#imap{
	display:block; 
	width:965px; 
	height:244px; 
	background:url(../images/header2.jpg); 
	position:relative; 
	margin:0 auto 2em auto;
}
a#mk2 {left:788px; top:174px; background:transparent;}
a#mk2:hover {background:#fff url(../images/mk2logo.png) no-repeat 0 0;}*/

#menu {
	height:20px;
	margin:0px;
	margin-left:20px;
}
.menuItem a, .menuItemActive a {
	float:left;
	margin:0px;
	margin-right:2px;
	width:110px;
	padding:4px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	background-color:#e9eef5;
	color:#586d8a;
	line-height:14px;
	text-transform:uppercase;
}
.menuItemActive, .menuItem a:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
.menuItem a {
	filter: alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;
}
.menuItem a:visited, .menuItem a:link, .menuItemActive a, .menuItemActive a:visited {
	color:#586d8a;
	text-decoration:none;
	display:block;
}
#content, #contentHeading {
	margin-left:4px;
	margin-right:4px;
	border-left:1px #e9edf5 solid;
	border-right:1px #e9edf5 solid;
}
#contentHeading {
	clear:both;
	height:27px;
	background: url(../images/title-fill.jpg) repeat-x;
	padding-left:20px;
	color:#939495;
	line-height:27px;
}

#footer {
	margin-left:4px;
	margin-right:4px;
	height:100px;
}
#footerLinks, #footerLinks a {
	width:965px;
	margin:auto;
	font-size:12px;
	color:#ccc;
	font-family:"Arial";
}
#footerLinks a{
	text-decoration:underline;
}
#footerLinks a:hover {
	color:#FFF;
}
#footerLinks {
	padding-top:4px;
}
.picRight, .picLeft {
	margin-top:10px;
	margin-bottom:10px;	
}
.picRight {
	float:right;
	margin-left:20px;
}
.picLeft {
	float:left;
	margin-right:20px;
}
.quote {
	font-size:14px;
	font-style:italic;
}
.mk2image {
	float:right;
	padding-top:180px;
	padding-right:4px;
	filter: alpha(opacity=35);-moz-opacity:0.35;opacity:0.35;
}
