/* CSS Document */
*{margin:0px; padding:0px;}
body{
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#343434;
	background:url(../images/page-bg.gif);
}
.warper{width:896px; margin:auto; }
.page{width:896px; border:2px solid #FFFFFF; background:#FFF; float:left;}
.blc, img{display:block;}
.flotl{float:left;}
/*******************header************************************/
#header{
	border-bottom:1px solid #B8B8B8; height:90px; 
	background:url(../images/top-gray-bg.gif) repeat-x left top;
}
#header .logo{padding:20px 18px 0px 21px;}
#header ul{padding-top:46px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;}
#header ul li{
	list-style-type:none; display:block; background:url(../images/link-div.gif) no-repeat right top;
	height:46px; float:left;
}
#header ul li a{text-align:left; height:23px; padding:20px 16px 0px 16px; 
	color:#222428; text-decoration:none; display:block; float:left;}
#header ul li a:hover{text-align:left; height:23px; padding:20px 16px 0px 16px; 
	color:#065FA1; text-decoration:none; display:block; float:left;}
#banner{width:896px; float:left;}
#banner img{ padding-bottom:1px;}

/*************************center****************************/
.graystrip{background:#6E6E6E; height:4px; display:block;}
#center{background:url(../images/center-bg.gif) repeat-x left top; 
	width:877px; padding:20px 0px 0px 19px;  float:left;}
#center .box{width:277px; padding-right:14px;  float:left;}

.box ul{height:152px; margin-bottom:9px; padding:45px 0px 0px 20px; display:block;}
.box ul.sdPlan{background:url(../images/sd-plan.jpg) no-repeat left top;}
.box ul.profPlan{background:url(../images/prof-plan.jpg) no-repeat left top;}
.box ul.adfPlan{background:url(../images/ad-plan.jpg) no-repeat left top;}
.box ul li{display:block; line-height:20px; list-style-type:none;}
#center .msgbox{color:#343434;}
.msgbox strong{display:block; border-bottom:2px solid #FFF;}
.msgbox p{margin:9px 10px 9px 10px; display:block;}
.msgbox a.more{color:#343434; font-weight:bold; text-decoration:none;
	background:url(../images/duble-arrow.gif) no-repeat center right;
	text-align:right; display:block; padding-right:31px;}
.msgbox a.more:hover{color:#343434; font-weight:bold; text-decoration:none;
	background:#E1F2FB url(../images/duble-arrow.gif) no-repeat center right;
	text-align:right; display:block; padding-right:31px;}
.msgbox .bdr{background:url(../images/doted-bdr.gif) repeat-x left bottom;
	margin:0px 9px 0px 9px;
}
#center #companys{padding:18px 0px 13px 0px; width:862px; float:left;}

/*************************Footer****************************/
#footer{width:900px; height:78px; background:#064A7F; color:#FFF; float:left; text-align:center; line-height:30px; font-family:Verdana, Arial, Helvetica, sans-serif; margin-top:0px;}
#footer span{ font-size:9px; margin-top:15px;}

/*************************Properties****************************/
.wid1{width:266px;}

.pad1{padding:16px 0px 14px 10px;}
.pad2{padding:16px 0px 9px 10px;}

.brownbg{background:#FCEAD5;}
.bluebg{background:#CEE2ED;}
.greenbg{background:#DDEFBB;}
.whitebg{background:#FFF;}