/* DirectionalMail.com
   Copyright 2007 */
HTML { margin: 0; padding: 0; }

body {  /* coordinate with hack */
	margin: 0; 
	padding: 0; 
	font-family:   Verdana,  Arial, Helvetica, sans-serif;	
	color: #00003C;
	background: url(../images/nav_background.gif) repeat-y;
}
body#homePage {
	/* background: url(../images/home_page_bg2.gif) repeat-x;	*/
	background: #ffffff;
}

/* NS4 & IE3 hack. tables truncate style application - match Body above */
p, address, blockquote, body, div, dl, ol, pre, span, ul, li {
	font-family:  Verdana,  Arial, Helvetica, sans-serif;	
	color: #00003C;
}


a:link { color: #995942; }  /* l v h a */
a:visited { color: #663333; } 
a:hover { color: #DE2719; }  
a:active { color: #995942; }


	
p  { 	font-size: 13px; }

pre {
	margin-left: 30px;
	font-size: 10px;
}

h1, h2, h3, h4, h5, h6 {
	color:  #9B3D28; 
	font-family:   Trebuchet, Tahoma, Georgia, Geneva, Verdana, Arial, Helvetica, sans-serif;	
}
h1  {	font-size: 26px; font-weight: 800; margin: 20px 0px 8px 0px; }
h2  { font-size: 18px; font-weight: 700; margin: 30px 0px 8px 0px;}
h3  { font-size: 16px; font-weight: 600; }
h4  { font-size: 14px; font-weight: 600; }
h5  { font-size: 12px; font-weight: 600; font-style: italic; }
h6  { font-size: 9px;  font-weight: 600; font-style: italic; }


.large { font-size: 14px; }
.larger { font-size: 16px; }
.largest { font-size: 18px; }
.small { font-size: 10px; }
.smaller { font-size: 9px; }
.smallest { font-size: 8px; }


.indent { 
	margin-left: 40px;
}
.ul, .underline { text-decoration: underline; }	

.colorHighlight   { color:  #9B3D28; font-weight:700; font-style: italic; }

img#homePageLogo {
	margin: 10px 0px 0px 0px;
}
div.homePageTextArea {
	margin: 60px 150px 0px 150px;
	text-align: left;
	font-size: 9px;
}

img#bannerLogo {
	margin: 0px 0px 0px 0px;
}
table tr#banner {
	background: url(../images/_topbg.gif) repeat-x;	
}
#bannerHeading {	
	position: absolute;
	display: block;
	overflow: hidden;
	left: 190px;
	top: 40px;
	text-align: left;
	color: #ffffff;
	font-size: 26px;
	font-family:   Trebuchet, Tahoma, Georgia, Geneva, Verdana, Arial, Helvetica, sans-serif;	
	letter-spacing: 5px;
} 
table tr#bannerUnderline {
	background: #CACACA;
}


td#nav {
	padding: 46px 0px 35px 0px;
}
td#nav p {
	display: block;
	margin: 0;
	padding: 0px 20px 4px 30px; 
	color: #111111;
	font-size: 11px;
	line-height: 28px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 1.0px;
}
td#nav a 		{ 
	color: #704334; 
	text-decoration: none; 
	padding: 1px 2px 1px 4px;
}
td#nav a:hover { 
	color: #BA3124; 
	border: 1px solid #BA3124; 
	padding: 1px 3px 1px 3px;
}
.navNote {
	display: block;
	margin: 0;
	padding: 20px 0px 4px 3px; 
	color: #AA7777;
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 13px;
	letter-spacing: .9px;
}


div#mainContent {
	width: 580px;
	margin: 48px 0px 40px 40px;
}

table.dataTable {
	margin: 0px 0px 0px 30px;
}
table.dataTable tr td {
	font-size: 13px;
	padding: 6px;
	text-align: center;
}
table.dataTable tr.tableHeading td {
	border-bottom: 1px solid #aaaaaa;
	background-color: #DEA808;
	font-weight: 700;
}
table.dataTable tr.tableRowOdd td {
	background-color: #eeeeee;
}
table.dataTable tr.tableRowEven td {
	background-color: #f9f9f9;
}

ol li {  /* li implementation: problematic */
	margin: 4px 4px 8px 8px;
	font-size: 13px;
	list-style-position: outside;
	/* display: block; causes ns7 to drop enumeration */
	list-style-type: decimal;
}
ul li {  
	margin: 4px 4px 8px 8px;
	font-size: 13px;
	list-style-position: outside;
	/* display: block; causes ns7 to drop enumeration */
	list-style-type: square;
	list-style-image: url(../images/square_li_brown.gif);
}

div#bottomNotes {
	margin: 30px 0px 0px 0px;
	font-size: 10px;
	color: #333333;
}