﻿body {
    margin: 0;
    padding: 0;
    color: #555;
    font-family: 'Arial Black' , Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 20px;
    background-color: #FFFFE6;
    background-image: url('Online_Forms/images/header.png');
    background-position: top;
    background-repeat: repeat-x;
}

#wrapper {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto
}
#header {
	height: 120px;
}
#menu {
	height: 56px;
}
.ddsmoothmenu{
}

.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	height: 46px;
	min-width: 105px;
	margin-right: 5px;
	line-height: 35px;
	padding-top: 10px;
	font-size: 12px;
	color: #e7e3e0;	
	text-align: center;
	text-decoration: none;
	font-family: 'Arial Black', Arial ;
	outline: none;
	background: url(../images/templatemo_menu_item.jpg) 
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a:hover { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #fff;
	background: url(../images/hover.png) no-repeat
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	width: auto;
	margin: 0 0 0 3px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background: #cfccc9;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font-weight: 500;
	width: 200px; /*width of sub menus*/
	margin: 0 3px 0 1px;
	height: 28px;
	line-height: 28px;
	padding: 5px 5px;
	font-size: 11px;
	text-align: left;
	background: none;
	color: #666;
	border-bottom: 1px solid #bab5b0
}

.ddsmoothmenu ul li ul li .last {
	border-bottom: none;
}

.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a:hover {
	color: #fff;
	width: 200px;
	padding-left: 6px;
	background: #bab5b0;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.5;
}

/* menu */

#main {
	padding: 10px 0 20px;
	background-color:#FFFFE6;
	
}
#footer_wrapper {
	width: 100%;
	border-top: 5px solid #000;
	background: #222222	
}

#footer {
	width: 960px;
	margin: 0 auto;	
	padding: 10px 10px 5px;
	color: #dc8924;
}

