/* css Nejamelaw default style v1.01 */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body {
	font-family: "Verdana";
	color: #000099;
	font-size: 10pt;	
	background-color: #EEEEF7;
}

p {
	font-family: "Verdana";
	font-size: 10pt;
}

h1 { 
	padding: 21px 0px 0px 0px;
	font: bold 18px Verdana; 
	text-align: center;
}

h2 { 
	font: bold 17px Verdana; 
	text-align: left;
	}

h3 { 
	font: bold 17px Verdana; 
	text-align: center;
	}

a:link { 
	color: #000099;
	}
a:visited { 
	color: #000099;
	font-weight: 400;
	}
a:active { 
	color: #000099;
	font-weight: 400;
	}
/* specific divs */
/* The BottomNavBar definitions specify the properties for the navigation bar at the bottom of the pages*/
#BottomNavBar { 
	padding: 7px 0px 7px 7px;
	font: bold 11px Verdana; 
	text-align: center;
	color: #FFFFFF;
}
#BottomNavBar a:link {
	font: bold 11px Verdana; 
	text-align: center;
	color: #FFFFFF;
	}
#BottomNavBar a:visited {
	font: bold 11px Verdana; 
	text-align: center;
	color: #FFFFFF;
	}

/* The BottomNavBar definitions specify the properties for the navigation bar at the bottom of the pages*/
#AttorneysLinks { 
	padding: 21px 0px 14px 7px;
	font: bold 11px Verdana; 
	text-align: center;
	color: #000099;
}
#AttorneysLinks a:link {
	font: bold 11px Verdana; 
	text-align: center;
	color: #000099;
	text-decoration: none;
	}
#AttorneysLinks a:visited {
	font: bold 11px Verdana; 
	text-align: center;
	color: #000099;
	text-decoration: none;
	}
	
/* The CriminalDefenseList definition specify the properties for the list of criminal defense offesnes handled byt the firm*/
#CriminalDefenseList { 
	margin-left: 70px; 
	font: bold 11px Verdana; 
	text-align: left;
}