@charset "utf-8";
/* CSS Document */

/* html img,
* html .png{
	position:relative;
	behavior:expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "x.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));}*/
img, div { behavior: url(iepngfix.htc) }

body {
  	margin-top: 0px;
	margin-bottom: 0px;
	background: #003466;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#container {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image:url(images/content_back.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

#header {
	width: 958px;
	height: 200px;
	margin-top: 25px;
	background-image:url(images/power_top.jpg);
	background-repeat: no-repeat;
	border-left: 1px #18181e solid;
	border-right: 1px #18181e solid;
	overflow: hidden;
}

#header_logo_area {
	width: 300px;
	height: 150px;
	background-image:url('');
	background-repeat: no-repeat;
	margin-left: 25px;
	margin-top: 25px;
	padding-top: 22px;
}

#header_logo {
	width: 281px;
	height:	106px;
	margin-left: 9px;
	background-image:url(images/ms_logo.png);
	background-repeat:no-repeat;
}

p.serve {
	width: 910px;
	font-size: 16px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}

#left_area {
	width: 515px;
	height: auto;
	margin-top: 0px;
	float: left;
	margin-left: 25px;
	color: #003366;
	overflow: hidden;
}

#left_top {
	height: 20px;
	width: 515px;
	background-image:url(images/left_top.png);
	background-repeat:no-repeat;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #006600;
	display: block;
	border-bottom: 1px #003366 solid;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#left_con {
	height: auto;
	width: 515px;
	background-image:url(images/left_back.gif);
	background-repeat:repeat-y;
	margin-top: 0px;
	padding-top: 0px;
}

#left_con p {
	margin: 0px;
	text-align: justify;
	padding: 20px 10px 10px 10px;
}

#left_con ul {
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	list-style: none;
}

a img {
	border: none;
}

#left_con li {
	/*font-weight: bold;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#left_con li.question {
	background: #687da6;
	color: #ebebeb;
}

#left_con li.answer {
	background: #374663;
	color: #ebebeb;
}

#left_bottom {
	height: 20px;
	width: 515px;
	background-image:url(images/left_bottom.png);
	background-repeat:no-repeat;
}

#right_area {
	width: 370px;
	height: auto;
	margin-top: 0px;
	float: right;
	margin-right: 25px;
	margin-left: 0px;
	color: #003366;
	overflow: hidden;
}

#right_top {
	width: 369px;
	height: 20px;
	padding-left: 10px;
	background-image:url(images/right_top.png);
	background-repeat:no-repeat;
}

#right_con {
	width: 369px;
	height: 95px;
	background-image:url(images/right_back.gif);
	background-repeat:repeat-y;
}

p.testimonial {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
}

#right_bottom {
	width: 369px;
	height: 20px;
	background-image:url(images/right_bottom.png);
	background-repeat:no-repeat;
}

br.killspace {
	height: 0px;
	width: 0px;
}

h2.company {
	font-size: 15px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	border-bottom: 1px #cccccc solid;
	margin-left: 25px;
	margin-bottom: 0px;
}

#logos {
	height: 65px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 25px;
}

p.footer_text {
	font-size: 14px;
	color: #cccccc;
	text-align: center;
}

p.footer_text a, a:visited {
	color: #cccccc;
}

