/******** Header ********/

#header {
    border-top: 7px solid #000;
    border-bottom: 7px solid #000;
}
#header div {
    width: 800px; /* set width and middle position for the logo and subheading */
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#header h3.subtitle {
    float: right; /* keep subheading to the right of the logo */
    margin: 20px 0px 0px 0px;
    width: 280px;
    color: #000000;
    font-size: 1.4em;
    font-style: normal;
}
#header img {
    border: none;
}
/* menu css starts here */
.topmenu {
    clear: both;
}
.topmenu ul {
    list-style-type: none;
    margin: 0px;
    width: 800px; /* set width for the menu */
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}
#secondtier { /* set background and height for second layer menu */
    border-top: 3px solid black;
    background: url(../../images/allweneed2/menu_shadow.png) repeat-x top left transparent;
    height: 2.4em;
}
.topmenu li { 
    float: left; /* display menu items horizontally */
    position: relative;
	font-size: 1.3em;
	font-weight: bold;
}
#toplinks a { /* set padding for each menu link and display horizontally*/
    display: block; 
    padding-top: 0.3em;
    padding-bottom: 0.3em; 
    float: left;
    text-decoration: none;
    padding-right: 1.3em;
	padding-left: 1.3em; 
}
/* the following css will highlight the menu item for the active page and its parent page */

li.nonActiveRootNode a { 
    color: #000000;
}
li.nonActiveRootNode a:visited {
	color:#333333;
}

li.nonActiveRootNoode a:active {
	color:#999999;
}

li.activeRootNode a, li.activeRootNode a:visited {
    background: url(../../images/allweneed2/topmenu_bg.png) repeat-x bottom left #000000;
    color: #eeeeee;
}
li.nonActiveChildNode a {   
    color: #000000;
    text-decoration: none;
    margin-right: 5px;
}
li.activeChildNode a {
    background: url(../../images/allweneed2/childnode_hover.png) repeat-x bottom left #b3b3b3;
    text-decoration: none;
    color: #000000;
    margin-right: 5px;
}
#toplinks a:hover {
	color:#ffffff;
    background: url(../../images/allweneed2/topmenu_bg.png) repeat-x bottom left #000000;
}
#toplinks a:focus {
	color:#999999;
}
#secondlevelmenu a {
    display: block;
    padding-top: 0.4em;
    padding-bottom: 0.3em;
    float: left;
    padding-right: 1.3em;
	padding-left: 1.3em;
}
#secondlevelmenu a:hover {
    color: #333;
    text-decoration: underline;
}
li.activeChildNode a:hover {
    color: #ffffff;
}
/* the following css styles the very top page links */
.pagemeta {
	font-size: 1em;
	text-align: right;
	vertical-align: sub;
	padding-top: 6px;
	padding-bottom: 6px;
    border-top: 7px solid #000;
	font-weight: bold;
}
.pagemeta div {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
} 
.pagemeta a:link {
	color:#000000;
	font-size: 1.0em;
}
.pagemeta a:visited {
	color:#666666;
}
.pagemeta a:hover {
	color:#999999;
    text-decoration: none;
}
.pagemeta a:active {
	color:#999999;
}
.pagemeta a:focus {
	color:#999999;
}

.pagemeta form {
	display: inline;
}
.pagemeta input {
	color: #000;
	background-color: #eee;
	width: 13em;
	border: 1px solid #ccc;

}
.pagetitle {
	padding-top: 25px;
	padding-left: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 740px;
	font-size: 1.6em;
}
/******** END Header ********/

