/* -------------------------------------------- MISC STYLES --------------------------------------------- */
body, p, td, li {
	font-family: Verdena, Arial, sans-serif;
	font-size: 12px;
	color: #2E3233;
}	
td{	vertical-align:top;	}
h1, h2 {line-height: 20pt;font-size: 14pt;}
h3, h4 {line-height: 15pt;}
h5, h6 {font-size: 12px;}	
a { text-decoration: none;
	color: Black;	}
a:link:hover {text-decoration: none;}
#masthead-flash{
	background:  url(http://www.e-zekiel.com/clientImages/32492/template/masthead-flash.jpg) no-repeat;
	width: 791px;
	height: 66px;
}
/* -------------------------------------------- FOOTER STYLES -------------------------------------------- */	
#footer-copyright{
	color: #A7AFB4;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	padding: 10px 20px 0px 0px;
	letter-spacing: 1px;
	}
#footer-copyright a { 
	text-decoration: none;
	color: #A7AFB4;
	}

/* -------------------------------------------- MENU STYLES -------------------------------------------- */
#menu {
	width: 828px;
	vertical-align: center;
	text-align: center;
	}
a.menu {
	font-family: Verdena, Arial, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: White;
	text-transform: lowercase;
	border-left: solid 0px #EEECC6;
	border-right: solid 1px #EEECC6;
	padding: 5px 7px 5px 7px;
	margin: 0 2px;
	}
a.menu:link:hover {	
		color: #A2C2CF;
		padding: 5px 7px 5px 7px;
		}
a.submenu {
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 10px 0px 0px;
	letter-spacing: 0px;
	}
a.submenu:link:hover {
	color: #2A2A2A;
	background-color: #ffffff;	}
.submenu, .submenu2, .submenu3, .submenu4, .submenu5 {
	display: block;
	text-decoration: none;
	padding: 0px 10px 0px 0px;
	font-size: 7pt;
	line-height: 12pt;
	}	
a.submenu	{text-indent: 10px;}
a.submenu2	{text-indent: 15px;}
a.submenu3	{text-indent: 20px;}
a.submenu4	{text-indent: 25px;}	
	
/* MENU CONTAINER NEEDS TO BE IN THE STYLE SHEET ONLY WHEN FLOATMENU OR DROPMENU IS UTILIZED. */
.menuContainer {
	position: absolute;
	width: 160px;
	background-color: #D65200;
	border-left: solid 1px #53524E;
	border-right: solid 1px #53524E;
	border-bottom: solid 1px #53524E;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);moz-opacity: 95%;
	visibility: hidden;
	margin: 0px 0px 0px 5px;
	padding: 2px 0px 2px 0px;
	}

#menu-home {	border-right: solid 1px #EEECC6;	}