/** * START Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}
	
/** * END Reset CSS  **/

body{background:#ffffff;}
html { 
}

#bodyWrap {
	width:1000px; 
	margin:0 auto; 
	padding:0; 
}

#header{
	width:100%; 
	height:114px;
	background:url("../images/header.gif") no-repeat left top;
}

.home{display: block;
width: 66px;
height: 26px;
margin: 84px 0px 0px 3px;
float: left;}

#header .login{
	float: right;
	margin: 87px 371px 0px 0px;
}
#header .MYID{
	float: right;
	margin: 87px 50px 0px 50px;
}

#header .MYID a{
	background: url("../images/login.gif") no-repeat scroll 5px 1px transparent;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	margin-left: 12px;
	padding: 3px 0px 0px 32px;
	border-left: 1px solid #ccc;
}

#header .login a{
	background: url("../images/login.gif") no-repeat scroll 5px 1px transparent;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	margin-left: 12px;
	padding: 3px 0px 0px 32px;
	border-left: 1px solid #ccc;
}
#header .login a.noBdr{border-left: 0px;}
#header .MYID a.noBdr{border-left: 0px;}
#row02 ,
#bannerRow{width:100%; overflow: hidden; margin:10px 0 0 0;}
#bannerRow .panelL{float:left; margin-right:10px;}
#bannerRow .panelR{float:left;}

.panelLAnn,
#row02 .panelL{
	float:left;
	width:222px;
	height:380px;
	margin-right:10px;
	background: url("../images/rta_popular_services.jpg") no-repeat scroll left top transparent;
}
.panelLAnn{background:none;}

#row02 .panelL ul.icon{margin:32px 0px 0px 10px;}
#row02 .panelL ul.icon li a{
	width:50px; 
	height:50px; 
	/* border:1px solid #000fff; */
	float:left; 
	margin-right: 22px;
	margin-bottom: 30px;
} 

#row02 .panelL ul.icon li.last a {
	margin-right:0px;
}
.panelMLanding,
#row02 .panelM{
	float:left; 
	margin-right:10px;
}
.panelMLanding{
	background: url("../images/InternetLanding_content.jpg") no-repeat scroll left;
	width:535px;
	height:323px;
}

.panelMLanding a{
	display: block;
	/*border: 1px solid #000fff;*/
	width: 259px;
	height: 154px;
	float: left;
}

.mr{margin-right:10px;}
.mt{margin-top:12px;}

#row02 .panelR{float:right;}

.mt10{	margin-top:10px;}


.footer{margin:10px 0 0 0;}










