/* CSS Document */

/*------------------------------Gobal veriable----------------------*/
body {
			padding:0;
			margin:0;
			background-color:#d2b48c;
			background-position:top;
			background-repeat:repeat;
			}
p 	{
			padding:0;
			margin:0;
			}
*		{
			font-family:tahoma;
			font-size:16px;
			color:#191970;
			}
			
/*-------------------------------------------Menubar----------------------------------*/

.topmenu {
				color:#393939;
				font-weight:bold;
				text-decoration:none;
				font-size:12px;
				}
.topmenu:hover {
				color:#393939;
				font-weight:bold;
				text-decoration: underline;
				font-size:12px;
				}
				
.legal {
				color:#393939;
				font-weight:bold;
				text-decoration:none;
				font-size:16px;
				}
				
.legal2 {
				color:#822700;
				font-weight:bold;
				text-decoration:none;
				font-size:16px;
				}
				
.lawfirm {
				color:#393939;
				font-weight:bold;
				text-decoration:none;
				font-size:13px;
				}
				
.email {
				color:#ffffff;
				font-weight:normal;
				text-decoration:underline;
				font-size:11px;
				}
.email:hover {
				color:#ffffff;
				font-weight:normal;
				text-decoration: none;
				font-size:11px;
				}
				
.more {
				color:#ff4500;
				font-weight:bold;
				text-decoration: underline;
				font-size:13px;
				}
.more:hover {
				color:#7D7D7D;
				font-weight:bold;
				text-decoration: underline;
				font-size:16px;
				}
				
.bottommenu {
				color:#393939;
				font-weight:normal;
				text-decoration:none;
				font-size:11px;
				}
.bottommenu:hover {
				color:#393939;
				font-weight:normal;
				text-decoration: underline;
				font-size:11px;
				}
				
/*-------------------------------------------contact us----------------------------------*/

.contact_bg {
			background-image:url(images/orangebg.gif);
			background-position:bottom;
			background-repeat:repeat-x;
			}
			
/*-------------------------------------------current cases----------------------------------*/

.cases {
				color:#ffffff;
				font-weight:normal;
				text-decoration:none;
				font-size:11px;
				}
.cases:hover {
				color:#ffffff;
				font-weight:normal;
				text-decoration: underline;
				font-size:11px;
				}

