/* CSS Document */
* {
	margin:0;
	padding:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	background:#FFFFFF;
}

#wrapper{
	margin: 0 auto;
	padding: 0;
	width:999px;
}
#header{
}
#banner{
/*	margin-top:41px;*/
	margin-top:10px;
	background:url(../images/banner.jpg) no-repeat;
	width:999px;
	height:135px;
}
#main-container{
	margin-left:9px;
	float:left;
	width:981px;
}
#menu{
	height:41px;
	background:url(../images/menu-bg.jpg) repeat-x;
}
#menu li{
	float:left;
	list-style:none;
}
#leftpane{
	float:left;
	width:222px;
}
#centerpane{
	margin:7px 10px 0 10px;
	width:518px;
	float:left;
}
#rightpane{
	width:220px;
	float:left;
}
#about-us{
	margin-top:7px;
	background:url(../images/aboutus.jpg) no-repeat;
	width:220px;
	height:158px;
}
#map{
	width:518px;
	height:345px;
	/*background:url(../images/map.jpg) no-repeat;*/
}
#login{
	margin:7px 0 0 0;
	width:220px;
	height:183px;
	background:url(../images/login-bg.jpg) no-repeat;
}
#login table{
	color:#CCCCCC;
	padding:32px 0 0 8px;
	font-size:11px;
}
.login-button{
	margin-top:4px;
	background:url(../images/login-button.jpg) no-repeat;
	border:none;
	width:47px;
	height:20px;
}
.texbox{
	background:url(../images/input-bg.jpg) no-repeat;
	border:none;
	width:200px;
	height:25px;
}
.texbox input{
	background:none;
	width:200px;
	height:25px;
	border:none;
}
#left-links{
	margin-top:12px;
	width:222px;
	height:111px;
}
#div-margin{
	margin-top:7px;
}
#left-round{
	background:url(../images/left-round-border.jpg) no-repeat;
	width:5px;
	height:28px;
	float:left;
}
#left-round2{
	background:url(../images/left-round-border.jpg) no-repeat;
	width:5px;
	height:28px;
	float:left;
}
#right-round{
	background:url(../images/right-round-border.jpg) no-repeat;
	width:5px;
	height:28px;
	float:right;
}
#title-bar{
	background:url(../images/title-bar.jpg) repeat-x;
	height:28px;
}
#search-div{
	margin:6px 0 0 120px;
	background:url(../images/search-bg.jpg) no-repeat;
	width:161px;
	height:23px;
}
#search-box{
	margin:3px 0 0 1px;
	width:130px;
	border:none;
	background:none;
	color:#FFFFFF;
}
#title-reg-law{
	float:left;
/*	background:url(../images/registry-of-lawyers.jpg);*/
/*	background:url(../images/title-bar.jpg);*/
	width:250px;
	height:28px;
}
#title-news-update{
	float:left;
	background:url(../images/newsupdate.jpg);
	width:87px;
	height:28px;
}
#title-articles{
	float:left;
/*	background:url(../images/articles.jpg);*/
	background:url(../images/mid-border.jpg);
	width:200px;
	height:28px;
}

#footer-text{
float:right;
font-size:12px; color:#000066;
padding-bottom:12px;
}
#footer-text a{

 color:#000066;
 text-decoration:none;

}
#content-div{
	border:#999999 solid 1px;
	border-top:none;
	border-bottom:none;
}
#content-div div{
	font-size:15px;
	color:#000066;
	padding:20px;
}
#content-div th{
	text-align:left;
}
#content-div .pad{
	padding:10px 5px 5px 14px;
}
.mar{
	padding-left:5px;
	font-weight:bold;
}
.mar2{
	padding-left:5px;
}
#left-round-buttom{
	float:left;
	width:5px;
	height:5px;
	background:url(../images/left-round-border-buttom.jpg) no-repeat;
}
#bottom-border{
	height:5px;
	background:url(../images/center-bottom-border.jpg) repeat-x;
}
#right-round-buttom{
	float:right;
	width:5px;
	height:5px;
	background:url(../images/right-round-border-buttom.jpg) no-repeat;
}
.about-us-content{
	padding:35px 9px 35px 9px;
	color:#FFFFFF;
	font-size:11px;
}

