/* Client: Nichols, Newman, Logan & Grey, P.C. | Client's website: nnlglaw.com */
/* Coded by Devon Ackerman of AEI Web Design | aeiwebdesign.com | 04.23.07 */

/* universal */
body {
	background-image: url(../_imagez/bg_page.jpg);
	background-repeat: repeat;
	background-color: #003399;
	margin: 0 1px 0 1px;
	padding: 0;
}

/* a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! */
/* a:active MUST come after a:hover in the CSS definition in order to be effective!! */
a:link {
	color: #0033CC;
	text-decoration: underline;
}

a:visited {
	color: #0033CC;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

/* makes all images not require border=0  */
img {
	border: none;
}

/* menu */
.menu_hdr {
	background-image: url(../_imagez/menu_hdr.jpg);
	background-repeat: repeat-y;
	width: 164px;
	height: 21px;
}

.menu_bdr {
	background-image: url(../_imagez/menu_bdr.jpg);
	background-repeat: repeat-y;
}

.menu_bgd {
	background-image: url(../_imagez/menu_bgd.jpg);
	background-repeat: repeat-y;
}

.menu_btn {
	background-image: url(../_imagez/menu_btn.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 164px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000066;
}

.menu_txt:link {
	text-decoration: none;
	color: #000066;
}

.menu_txt:visited {
	text-decoration: none;
	color: #000066;
}

.menu_txt:hover {
	text-decoration: underline;
	color: #993333;
}

.menu_txt:active {
	text-decoration: underline;
	color: #333333;
}

.menu_subtxt {
	width: 143px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #000066;
	line-height: 14px;
	padding: 20px 8px 25px 8px;
}

/* body */
.yellow_bg {
	background-image: url(../_imagez/bg.jpg);
	background-repeat: repeat;
}

.txt_hdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	padding: 10px 0 0 8px;
	text-decoration: none;
	text-shadow: #666666;
}

.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	line-height: 18px;
	padding: 10px 10px 10px 14px;
}

/* footer */
.txt_ftr_cntr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	line-height: 12px;
	padding: 10px 0 10px 0;
}