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

body{
	background: #bcdaec url(images/bk_body.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #505050;
}

#global
{
	margin: 0 auto;
	width: 975px;
}
#logo
{
	margin-top: 10px;
	width: 965px;
	margin-left: 5px;
}
#logo img
{
	border: none;
}


#banner{
	width: 970px;
	height: 375px; 
	overflow: hidden;
	background:url(images/bk_banner.png) no-repeat;
	behavior: url(styles/iepngfix.htc);
	padding-left:3px;
}
#mainContainer
{
	width: 965px;
	padding: 15px 5px;
	background: url(images/bk_mainContainer.png) no-repeat;
	behavior: url(styles/iepngfix.htc);
}
#contentContainer
{
	width: 914px;
	padding: 0px 24px 0px 27px;
	overflow: hidden;
	background-color: #ffffff;
	background: url(images/bk_content.gif) repeat-y;
}

.panel1,  .panel2, .panel3{
	float: left;
	
}

.panel1{
	width: 265px;
	padding-right: 20px;
	margin-right: 8px; 
}
.panel2{
	width: 280px;
	margin-left: 23px;
	margin-right: 8px;
}
.panel3{
	width: 285px;
	margin-left: 25px;
}
#footer{
	width: 922px;
	height: 77px;
	overflow: hidden;
	background:url(images/bk_footer.png) no-repeat;
	behavior: url(styles/iepngfix.htc);
	padding: 5px 24px 5px 29px;
}

#footer .panel1, #footer .panel2, #footer .panel3{
	vertical-align: middle;
	height: 65px;
	overflow: hidden;
	
}

.enpriselogo{
	margin-left: -8px;

}

p{
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}

.intro{
	font-size: 13px;
	color: #2d82d0;
	font-weight:bold;
}

h1{
	font-size: 21px;
	color: #1d4276;
	margin-top: 5px;
	margin-bottom: 10px;
}
h1 a{
	color: #1d4276;
	text-decoration: none;
}
h2{
	font-size: 13px;
	font-weight: normal;
	color: #3b7fbc;
}

a{
	color: #2d82d0;
}
a:hover{
	color: #505050;
}
a img{
	border: none;
}

.clB{
	clear: both;
}

.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}

.ml40{
	margin-left: 40px;
}