DNI Group Style Sheet

body, table, td {
	font-family:Trebuchet MS1, Trebuchet MS, sans-serif;
	font-size:14px;
}

.txtmain {font-size:11px; color: #333;line-height: 14pt}
.txtmainleaded {font-size:10pt; color: #333;line-height: 12.5pt}
.txtmainleaded2 {font-size:10pt; color: #333;line-height: 13.5pt}
.txtsidebar {font-size:9px; color: #000}
.txtheadline {font-size:14px; color: #731228}
.txtnavactive {font-size:11px; color: #731228}
.footer {font-size:11px; color: #666}

.lnkmain A:visited	{
	color:#731228;
	font-size:8pt;
	font-weight:normal;
	text-decoration:underline;
	font-style: normal;
	line-height: 13pt;
}
.lnkmain A:link	{
	color:#731228;
	font-size:8pt;
	font-weight:normal;
	text-decoration:underline;
	font-style: normal;
	line-height: 13pt;
}
.lnkmain A:hover,
.lnkmain A:active {
	color:#000;
}
.lnkfooter A:visited,
.lnkfooter A:link {
	color:#666;
	line-height: normal;
}
.lnkfooter A:hover,
lnkfooter A:active	{
	color:#003333;
}

.lnksmall:link {font-size:10pt; text-decoration: none; color: #731228}
.lnksmall:visited {font-size:10pt; text-decoration: none; color: #731228}
.lnksmall:active {font-size:10pt; text-decoration: none; color: #000000}
.lnksmall:hover {font-size:10pt; text-decoration: none; color: #000000}

.subhead_blk { font-size:9pt; color: #333; font-weight: bold}
.subhead_red {
	font-size:16pt;
	color: #731228;
	font-weight: 400;
	line-height: normal;
	word-spacing: normal;
}
.header_red { font-size:20pt; color: #731228 ; font-weight: 400; line-height: normal }
.footer_down A:hover { color:#731228; font-size:8pt; font-weight:normal; text-decoration:underline; ; font-style: normal; line-height: normal }
.footer_down {  font-size: 8pt; line-height: normal; font-weight: normal; color: #666633}
.linkmain_down {  font-size: 8pt; line-height: 13pt; font-weight: bold; color: #333300}
.sm_red { font-size:10pt; color: #731228; line-height: normal; font-weight: normal}
.sm_green_bold { font-size:9pt; color: #333300; line-height: normal; font-weight: bold}
.red_subhead { font-size:10pt; color: #731228; line-height: normal; font-weight: bold}
.txtmain_italic { font-size:10pt; color: #731228;line-height: 12.5pt; font-style: italic}
.white_small {
	font-size:10px;
	color: #FFF;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
.border {
	border-right: solid #290F10 1px;
}
.menu {
	padding-left: 10px;
}
.content {
	padding-left: 20px;
	padding-right: 20px;
}
/*contact map pop up*/
#map {
	margin:0;
	padding:0;
	width:576px;
	height:339px;
	background:url(images/contact-map.jpg) top left no-repeat #fff;
	font-size:8pt;
}
#map li {
	margin:0;
	padding:0;
	list-style:none;
}
#map li a {
	position:relative;
	display:block;
	/*
	   Specifying a background image
	   (a 1px by 1px transparent gif)
	   fixes a bug in older versions of
	   IE that causeses the block to not
	   render at its full dimensions.
	*/
	background:url(images/1x1trans.gif);
	text-decoration:none;
	color:#000;
}
#map li a span { display:none; }
#map li a:hover span {
	position:relative;
	display:block;
	width:288px;
	left:5px;
	top:-304px;
	border:1px solid #000;
	background:#fff;
	padding:5px;
	cursor:default;
}
#map a.novato {
	top:183px;
	left:-70px;
	width:90px;
	height:18px;
}
#map a.losangeles {
	top:185px;
	left:-157px;
	width:148px;
	height:18px;
}
#map a.newark {
	top:136px;
	left:124px;
	width:110px;
	height:18px;
}
#map a.miami {
	top:171px;
	left:88px;
	width:92px;
	height:18px;
}
#sidnav a,
#sidnav a:visited {
	display:block;
	text-decoration:none;
	font-size:13px;
	font-weight:900;
	color:#737363;
	text-align:right;
	padding:2px 35px 2px 5px;
	margin-bottom:4px;
	background-image:url(../images/icon-sidnav.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#sidnav a:hover {
	color:#731228;
	background-image:url(../images/icon-sidnavovr.gif);
}
#sidnav .sel {
	display:block;
	text-decoration:none;
	font-weight:900;
	font-size:13px;
	text-align:right;
	padding:2px 35px 2px 5px;
	margin-bottom:4px;
	color:#731228;
	background-image:url(../images/icon-sidnavovr.gif);
	background-position:right;
	background-repeat:no-repeat;
	cursor:pointer;
}

