
/* UNIVERSAL STYLES
================================================================================*/

html, body{
	padding:0;
	margin:0;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#505050;
	background-color:#98ca3c;
	}
	
/*fixing firefox outline*/

a:active{
	outline:none;
	}
	
:focus{
	outline:none;
	}
	
img, form{
	padding:0;
	margin:0;
	border:none;
	}
	
	
	
/*TEXT STYLES
================================================================================*/

h1{
	padding:80px 0 0 40px;
	margin:0;
	font:normal 38px Verdana, Arial, Helvetica, sans-serif;
	color:#020300;
	line-height:110%;
	height:146px;
	}
	
h2{
	padding:0 0 24px 0;
	margin:0;
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	color:#86b530;
	line-height:100%;
	}
	
h3{
	padding:0 0 0px 0;
	margin:0;
	font:normal 21px Verdana, Arial, Helvetica, sans-serif;
	color:#88ba2c;
	line-height:120%;
	}
h4{
	color:#88ba2c;
	font:bold 16px Verdana, Arial, Helvetica, sans-serif;
	line-height:120%;
	}
/* NAVIGATION STYLES
================================================================================*/

#nav{
	width:905px;
	height:31px;
	padding:0 0 0 30px;
	}
	
#nav ul{
	padding:0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
#nav ul li{
	padding:0;
	margin:0 5px 0 0;
	float:left;
	}
	
#home a:link, #home a:visited{
	background:url(../images/home.jpg) no-repeat 0 0;
	width:70px;
	height:31px;
	display:block;
	}
	
#home a:hover{
	background:url(../images/home_hover.jpg) no-repeat 0 0;
	width:70px;
	height:31px;
	}

/*hightlighting current page*/	
#homepage #home a{
	background:url(../images/home_hover.jpg) no-repeat 0 0;
	width:70px;
	height:31px;
	}
	
#assistant a:link, #assistant a:visited{
	background:url(../images/assistant.jpg) no-repeat 0 0;
	width:153px;
	height:31px;
	display:block;
	}
	
#assistant a:hover{
	background:url(../images/assistant_hover.jpg) no-repeat 0 0;
	width:153px;
	height:31px;
	}
	
#seniors a:link, #seniors a:visited{
	background:url(../images/seniors.jpg) no-repeat 0 0;
	width:79px;
	height:31px;
	display:block;
	}
	
#seniors a:hover{
	background:url(../images/seniors_hover.jpg) no-repeat 0 0;
	width:79px;
	height:31px;
	}
	
#rate a:link, #rate a:visited{
	background:url(../images/rate.jpg) no-repeat 0 0;
	width:116px;
	height:31px;
	display:block;
	}
	
#rate a:hover{
	background:url(../images/rate_hover.jpg) no-repeat 0 0;
	width:116px;
	height:31px;
	}
	
#moving a:link, #moving a:visited{
	background:url(../images/moving.jpg) no-repeat 0 0;
	width:79px;
	height:31px;
	display:block;
	}
	
#moving a:hover{
	background:url(../images/moving_hover.jpg) no-repeat 0 0;
	width:79px;
	height:31px;
	}
	
#fees a:link, #fees a:visited{
	background:url(../images/fees.jpg) no-repeat 0 0;
	width:61px;
	height:31px;
	display:block;
	}
	
#fees a:hover{
	background:url(../images/fees_hover.jpg) no-repeat 0 0;
	width:61px;
	height:31px;
	}
	
#contact a:link, #contact a:visited{
	background:url(../images/contact.jpg) no-repeat 0 0;
	width:86px;
	height:31px;
	display:block;
	}
	
#contact a:hover{
	background:url(../images/contact_hover.jpg) no-repeat 0 0;
	width:86px;
	height:31px;
	}
	
#about a:link, #about a:visited{
	background:url(../images/about.jpg) no-repeat 0 0;
	width:197px;
	height:31px;
	display:block;
	}
	
#about a:hover{
	background:url(../images/about_hover.jpg) no-repeat 0 0;
	width:197px;
	height:31px;
	}

/* LAYOUT STYLES
================================================================================*/
	
#wrapper{
	background:#fff url(../images/wrapper_bg.jpg) repeat-x 0 0;
	}
	
#content{
	padding:0;
	margin:0 auto 0 auto;
	width:935px;
	}
	
#header{
	background:url(../images/header_bg.jpg) no-repeat 0 0;
	width:935px;
	height:365px;
	}
/* -- header2 Virtual Assistant -----------------------*/
#header2{
	background:url(../images/header_bg2.jpg) no-repeat 0 0;
	width:935px;
	height:365px;
	}
/* -- header3 seniors ----------------------------*/
#header3{
	background:url(../images/header_bg3.jpg) no-repeat 0 0;
	width:935px;
	height:365px;
	}	
/* -- header4 ---- rate shopper -------------------------*/
#header4{
	background:url(../images/header_bg4.jpg) no-repeat 0 0;
	width:935px;
	height:365px;
	}
/* -- header5 ---- moving -------------------------*/
#header5{
	background:url(../images/header_bg5.jpg) no-repeat 0 0;
	width:935px;
	height:365px;
	}
/* -- header6 ------- fees ----------------------*/
#header6{
	background:url(../images/header_bg6.jpg) no-repeat 0 0;
	width:935px;
	height:365px;
	}
/* -- header7 ------ contact -----------------------*/
#header7{
	background:url(../images/header_bg7.jpg) no-repeat 0 0;
	width:935px;
	height:365px;
	}
/* -- header8 ------ about -----------------------*/
#header8{
	background:url(../images/header_bg8.jpg) no-repeat 0 0;
	width:935px;
	height:365px;
	}
#logo{
	padding:35px 0 0 0;
	}
.white_text{
	font-size:40px;
	color:#fff;
	}	
.gray_text{
	font-size:40px;
	color:#676766;
	}
	
.green_text{
	font-size:40px;
	color:#81b813;
	}
	
#bodyarea{
	width:935px;
	padding:26px 0 22px 0;
	}
	
#leftcol{
	float:left;
	width:233px;
	margin:0 27px 0 0;
	padding:30px 0 0 38px;
	}
	
#content_area{
	width:233px;
	margin:0 0 20px 0;
	background:url(../images/watermark.jpg) no-repeat right bottom;
	padding:0 0 120px 0;
	}
	
#content_area p{
	padding:0 0 15px 0;
	margin:0;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#6d6d6d;
	line-height:140%;
	}
	
#content_area p a:link, #content_area p a:visited{
	text-decoration:none;
	color:#7cae20;
	}
	
#offer p a:hover{
	text-decoration:underline;
	}
#offer p a:link, #offer p a:visited{
	text-decoration:none;
	color:#7cae20;
	}
	
#content_link p a:hover{
	text-decoration:underline;
	}	
#paypal_outer{
	text-align:center;
	}
	
#rightcol{
	float:left;
	width:617px;
	}
	
.cleardiv{
	clear:both;
	font-size:0;
	}
	
/*for ie6*/
.cleardiv2{
	clear:both;
	font-size:0;
	height:0;
	}
	
#content_first{
	background:url(../images/topcontent_bg.jpg) no-repeat 0 0;
	width:560px;
	padding:55px 27px 20px 30px;
	}
#content_first p{
	padding:0 0 16px 0;
	margin:0;
	line-height:140%;
	}	
#content_first p.indent50 {
	padding:0 0  0 50px;
	margin:0;
	line-height:140%;
   }	
.gray_text3{
	font-size:13px;
	color:#676766;
	}
.black_text3{
	font-size:13px;
	color:#333;
	}	
.green_text3{
	font-size:13px;
	color:#81b813;
	}	
.green_text2{
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	color:#88ba2c;
	}
.black_small{
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	}	
#boxGrey{
	background-color:#ececec;
	width:540px;
	padding:10px 10px 10px 10px;
	}
	
#boxGrey p{
	padding:0 0 10px 0;
	margin:0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#505050;	
	}
/* ----------------------------------- */
#box{
	width:560px;
	padding:0 0 0 5px;
	}
#box2{
	width:560px;
	padding:0 0 0 5px;
	}
#box_middle2{
	background-color:#fff;
	width:540px;
	padding:0px 20px 10px 10px;
	}
	
#box_middle2 p{
	padding:0 0 10px 0;
	margin:0;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#505050;
	line-height:100%;
	}
	
#box_middle2 ul{
	padding:0 0 0 15px;
	margin:0;
	line-height:100%;
	list-style:disc;
	}
	
#box_middle2 ul li{
	padding:5px 0 5px 0;
	margin:0;
	}
/* ------------------------ */	
#box_middle{
	background-color:#fff;
	width:540px;
	padding:0px 20px 10px 10px;
	}
	
#box_middle p{
	padding:0 0 10px 0;
	margin:0;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#505050;
	line-height:100%;
	}
	
#box_middle ul{
	padding:0 0 0 15px;
	margin:0;
	line-height:100%;
	list-style:disc;
	}
	
#box_middle ul li{
	padding:5px 0 5px 0;
	margin:0;
	}
/*-----------------------------------*/	
#offer{
	width:607px;
	padding:0 0 0 10px;
	}
	
#offer_top{
	background:url(../images/offer_top.jpg) no-repeat 0 0;
	width:594px;
	height:7px;
	font-size:0;
	}
	
#offer_middle{
	background-color:#ececec;
	width:554px;
	padding:10px 20px 10px 20px;
	}
	
#offer_middle p{
	padding:0 0 20px 0;
	margin:0;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#505050;
	line-height:100%;
	}
	
#offer_middle ul{
	padding:0 0 0 15px;
	margin:0;
	line-height:100%;
	list-style:disc;
	}
	
#offer_middle ul li{
	padding:0 0 5px 0;
	margin:0;
	}
	
#offer_bottom{
	background:url(../images/offer_bottom.jpg) no-repeat 0 0;
	width:594px;
	height:7px;
	font-size:0;
	}

/*-----------------------------------*/	
#fee{
	width:607px;
	padding:0 0 0 10px;
	}

#fee_middle{
	/* background-color:#ececec; */
	background:url(../images/fees.gif) no-repeat 0 0;
	width:594px;
	height:160px;
	padding: 5px 20px 10px 20px;
	}
	
#fee_middle p{
	padding: 9px 0 10px 0;
	margin:0;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#505050;
	line-height:100%;
	}
	
#fee_middle ul{
	padding:0 0 0 10px;
	margin:0;
	line-height:95%;
	list-style:disc;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}
	
#fee_middle ul li{
	padding:0 0 4px 0;
	margin:0;
	}
	
#fee_bottom{
	background:url(../images/offer_bottom.jpg) no-repeat 0 0;
	width:594px;
	height:7px;
	font-size:0;
	}

/* ----------------------- */	
.footer-links { width: 720px; }
.footer-links { display: inline;  }
.footer-links  span { margin-left: 10px; }
.footer-links  a, .footer-links ul li a:link, .footer-links ul li a:visited {  color: #fff; text-decoration: underline; }
.footer-links  a:hover { color: #006699; text-decoration: underline; color:#000; }

#footer_wrapper{
	background-color:#98ca3c;
	}
	
#footer{
	margin:0 auto 0 auto;
	width:627px;
	background:url(../images/footer_bg.jpg) no-repeat 0 0;
	padding:36px 0 20px 308px;
	}
	
#footer ul{
	padding:0 0 15px 0;
	margin:0;
	line-height:100%;
	list-style:none;
	}
	
#footer ul li{
	padding:0 6px 0 0;
	margin:0;
	display:inline;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	}
	
#footer ul li a:link, #footer ul li a:visited{
	text-decoration:none;
	color:#fff;
	}
	
#footer ul li a:hover{
	color:#060800;
	}
	
#footer p{
	padding:0;
	margin:0;
	text-align:center;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:100%;
	}

form.urban fieldset {	
	margin: 0 auto 8px auto;
	padding: 10px 0 20px 0;
	 border: 1px solid #fff;
}

.paypal-box { float: right; width: 220px; text-align: center; }
.paypal-box-inner { padding: 25px; margin: 12px; background: #fff; border: 1px dashed #fff; }
.payment-box { margin: 12px; padding: 12px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }

.twitter { padding-left: 50px; margin: 12px; background: #fff; border: 1px dashed #fff; }

.twitter2 { padding-left: 22px;  padding-top: 10px; }

.bordertop {
border-top:1px solid #CCCCCC;
padding-top:10px;
}

/* styling for form */


form.urban-assistant {
	padding:0;
	margin-top: 15px;
}
form.urban-assistant textarea {
	padding:4px;
	border: 1px solid #ccc;
	float: none;
	/* margin: 2px 3px 5px 5px; */
}

form.urban-assistant fieldset {
	width: 500px; 
	margin: 0 auto 8px auto;
	padding: 10px 0 20px 0;
	 border: none; 
}
form.urban-assistant legend {
}
form.urban-assistant fieldset legend {
	font-weight: bold;
	color: #FFF;
	margin: 0 0 0 5px;
	padding: 8px;
}
form.urban-assistant label {
	float: left;	
}
form.urban-assistant fieldset ol {
	margin: 0;
	padding: 0;
}
form.urban-assistant fieldset li {
	list-style: none;
	padding: 5px 5px 5px 10px;
	margin: 0;
	display: block;
	clear: left;
}
form.urban-assistant em {
	font-style:italic;		
}
form.urban-assistant label {
	width: 160px; /* Width of labels */
}
form.urban-assistant input {
	float: none;
}

.class1 A:link {text-decoration: none; color:#88ba2c;}
.class1 A:visited {text-decoration: none; color:#88ba2c;}
.class1 A:active {text-decoration: none; color:#88ba2c;}
.class1 A:hover {text-decoration: underline; color:#88ba2c;}

.class2 A:link {text-decoration: underline overline}
.class2 A:visited {text-decoration: underline overline}
.class2 A:active {text-decoration: underline overline}
.class2 A:hover {text-decoration: underline; color: green;}	













