/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
a{
	color: #9F1826;
	text-decoration: none;
}

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

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

a:hover{
	color: #9F1826;
	text-decoration: underline;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead {
	position: absolute;
	z-index: 1;
	height: 80px;
	width: 775px;
	left: 10px;
	top: 10px;
	border: 0px none;
}

#bodyHead {
	position: absolute;
	z-index: 4;
	height: 639px;
	width: 423px;
	left: 200px;
	top: 119px;
}
#bodyBottom {
	height: 300px;
	width: 423px;
	left: 197px;
	top: 435px;
	position: absolute;
}
#navSubBlockRelated {
	position: absolute;
	z-index: 1;
	height: 168px;
	width: 187px;
	left: 10px;
	top: 396px;
}
#sidebar {
	position: absolute;
	height: 652px;
	width: 165px;
	left: 585px;
	top: 825px;
}
#footer {
	position: absolute;
	height: 66px;
	width: 775px;
	left: 5px;
	top: 818px;
}

#footer2 {
	position: absolute;
	height: 66px;
	width: 775px;
	left: 5px;
	top: 850px;
}

.footerText {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
}
.footerLinks {
	color: #00A249;
	font-family: Tahoma;
	font-size: 11px;
}
.navBlockLinks {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	line-height: 17px;
}
.navBlockLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}
.navBlockLinks a:hover{
	background-color: #dddddd;
}
h1 {
	font-family: Tahoma;
	font-size: 14px;
	color: #9F1826;
	font-weight: bolder;
}
p {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
h2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #9F1826;
}
.readmore {
	font-family: Tahoma;
	font-size: 11px;
	color: #9F1826;
}
.readmore a {
	color: #9F1826;
}
.readmore a:link {
	color: #9F1826;
}
.readmore a:visited {
	color: #9F1826;
}
.readmore a:hover {
	color: #9F1826;
}
/***********************************************/
/* DTDM MENU								   */
/* danthedesignman.com						   */
/*                               			   */
/***********************************************/
	/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
	#menu {
		position: absolute;
		z-index: 96;
		height: 100%;
		width: 160px;
		left: 10px;
		top: 90px;
		text-indent: 15pt;
		background-color: #96cd8c;
		}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px; /* Width of Menu Items */
	
	
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 159px; /* Position of pop up */
	top: 0;
	display: none;
	z-index:99;
	}

/* Styles for Menu Items */
ul li a {
	height: 25px;
	display: block;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	line-height: 17px;
	text-indent: 15pt;
	background-color: #96cd8c;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	z-index:98;	
	
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A;
			 	background: #dddddd;
				border-top: 1px solid #cccccc; } /* Hover Styles */
		
li ul li a { padding: 2px 5px;
			 font-weight: normal; } /* Sub Menu Styles */
		
li:hover ul, li.over ul {display: block;}

