			#navlp {
				font-size: 12px;
				width:227px;
				background:url("http://www.maispace.com/site/images/grid/bg_nav_subpage_b.gif") 0 100% no-repeat;
				padding:0 0 6px 0;
				margin:16px 0 20px 3px;;
			}
			#navlp ul{
				background:url("http://www.maispace.com/site/images/grid/bg_nav_subpage_t.gif") 0 0 no-repeat;
				padding:9px 0 0 5px;
			}
				#navlp ul li {
					list-style:none;
					background:url("http://www.maispace.com/site/images/grid/bg_nav_li_s.gif") 0 100% no-repeat;
					
				}
				#navlp ul li.locations {
					background:none;
				}
					#navlp ul li a,
					#nav ul li span {
						height:30px;
						background-position: 0 -64px;
						display:block;
						background-repeat:no-repeat;
					}
					#navlp ul li span,
					#navlp ul li a:hover {
						background-position: 0 0;
					}
			
			#navlp input,  #navlp textarea, #navlp select {
				border-top: #999999 2px solid;
				border-left: #999999 2px solid;
				border-bottom: #FFFFFF 2px solid;
				border-right: #FFFFFF 2px solid;
				background-color: #FFFFFF;
			}
			
			
			.contactus {
				font-size: 12px;
				font-weight: normal;
			}
			
			.contactus H3, .contactus H3 a, .contactus H3 a:hover {
				text-align: center;
				font-size: 12px;
				font-weight: normal;
				color: #FFFFFF;
				font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Tahoma, sans-serif;
			}

			.testimonial {
				font-size: 12px;
				font-weight: normal;
				color: #FFEE7A;
				padding: 10px;
				border: 0px solid #00AA00;
			}

			.testimonial H3 {
				font-size: 14px;
				font-weight: bold;
				color: #fed100;
				padding: 4px 4px 8px 4px;
			}
			
	/* news */
	.news dl {
		font-size:12px;
		background:#929292 url("../images/grid/bg_box1_b.gif") 0 100% no-repeat;
		margin:0 0 11px;
		padding:0 0 6px;
	}
		.news dl dt,
		.news dl dd{
			padding:0 20px;
		}
		.news dl dt {
			background: url("../images/grid/bg_box1_t.gif") 0 0 no-repeat;
			font-weight:normal;
			padding-top:7px;
			margin:0 0 1px;
		}
		.news dl dd.more{
			margin:-1px 0 0;
			position:relative;
		}
			.news dl dd.more a {
				color:#ffffff;
				background:#3c3c3c;
				text-decoration:none;
				padding:0 3px;
			}
			.news dl dd.more a:hover {
				color:#523905;
				background:#efc834;
				text-decoration:none;
			}
		.news dl dd p {
			margin:0 0 5px;
		}