/* CSS Document */
/*------------------------------Gobal veriable----------------------*/
body {
			padding:0;
			margin:0;
			background-color:#fff;
			}
p 	{
			padding:0;
			margin:0;
			}
*		{
			font-family:tahoma;
			font-size:11px;
			color:#000;
			line-height:14px;
			}
			
form {
			padding:0;
			margin:0;
			}
			
/*------------------------------Top part----------------------*/

.topbg {
			background-image:url(images/topbg.gif);
			background-repeat:repeat-x;
			background-position:top;
			}
			
/*------------------------------Menus----------------------*/

.menus {
			padding-left:9px;
			font-size:13px;
			font-weight:bold;
			color:#6E6E6E;
			text-decoration:none;
			}
			
.menus:hover {
			padding-left:9px;
			font-size:13px;
			font-weight:bold;
			color:#434343;
			text-decoration:none;
			}
			
/*------------------------------Body part----------------------*/

.bodymargin {
			border-left:1px solid #fff;
			}
			
.search {
			background-image:url(images/searchbg.gif);
			background-repeat:repeat-x;
			background-position:top;
			}
			
.advance {
			color:#fff;
			font-size:11px;
			font-style:normal;
			text-decoration:underline;
			}
			
.advance:hover {
			color:#fff;
			font-size:11px;
			font-style:normal;
			text-decoration:none;
			}
			
.lawyear { 
			color:#FFFFFF;
			font-size:14px;
			font-weight:bold;
			}

.contactinfo { 
			font-size:14px;
			font-weight:bold;
			}
			
.welcome {
			padding-left:16px;
			padding-right:16px;
			padding-bottom:16px;
			text-indent:25px;
			font-size:14px;
			}
			
.title {
			color:#000;
			font-size:18px;
			padding-left:16px;
			padding-right:16px;
			}
			
.legaltips {
			color:#000;
			font-size:16px;
			font-weight:bold;
			}
			
.more {
			color:#333;
			font-size:11px;
			font-style:normal;
			font-weight:bold;
			text-decoration:underline;
			}
			
.more:hover {
			color:#333;
			font-size:11px;
			font-style:normal;
			font-weight:bold;
			text-decoration:none;
			}
			
/*------------------------------News & Events----------------------*/

.paddingleft {
				padding-left:36px;
				padding-right:36px;
				}
				
.news {
				padding-top:10px;
				padding-left:36px;
				color:#592728;
				font-size:16px;
				font-weight:bold;
				}
			
/*------------------------------Footer----------------------*/

.footerbg {
			background-image:url(images/footerbg.gif);
			background-repeat:repeat-x;
			background-position:top;
			}
