body {
	font-family: arial, helvetica, serif;
}

#info {

	height: 140px;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 0;
    /* background-color: #EEF2E6; */
    background:url(../images/bg_splash.gif) no-repeat #fff;
}

#info_text {
	margin: 25px 0 0 50px;
	float: left;
	/* fix IE rendering bug - IE doubles margins on float-left */
	display: inline;	
}

#photos {
	float: right;
	
}


/* color specific */
#menu { 
	z-index: 10;
	background:url(../images/bg_menu.gif) repeat-x #D84C1E;
	height: 32px;
	border-bottom: 1px solid #C74314;
	border-top: 1px solid #EEB19E;
	

}

/* top menu */
ul#menu_top {
	position:relative;
	float: left;
	margin: 0;
	padding:0px;
	display:inline;
}
ul#menu_top li {
	margin:0px; padding:0px;
	list-style:none;
	display:inline;
}
ul#menu_top li a {
	margin-left:20px;
	text-decoration:none;
	font-weight: normal;
	color:#444;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
}
ul#menu_top li a:hover, ul#main_menu li a.active { color:#C74314;}

/* main menu */
#nav, #nav ul { /* all lists */
	z-index: 10;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;

}

#nav a {
	display: block;
}

#nav li { /* all list items */
	float: left;
	/* width: 10em;  width needed or else Opera goes nuts - double-check */
}

/* color specific */
#nav li ul { /* second-level lists */
	position: absolute;
	width: 230px;
	background: #C74314;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

/* color specific */
#nav li ul li { /* second-level elements */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: left;
	padding: 6px 0px 2px 18px;
	width: 230px;
	background: #C74314;
	border-width: 0 1px 1px 1px;
	border-color: #C74314;
	border-style:solid;


}
#nav li ul li a { /* second-level elements */
	font: 12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration: none;  
}
/* color specific */
#nav li ul li a:hover { /* second-level elements */
	color:#e0fea9;

}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



#content {
	clear: left;
	/* color: #ccc; */
}

.toplevel {

	padding: 0;
}

/* color specific */
.topleveltab {
	display:block;
	position:relative;
	border-width: 0 1px 0 1px;
	border-right-color: #C74314;
	border-left-color: #F39B7C;
	border-style:solid;
	color:#fff;
	text-decoration:none;

	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

/* color specific */
/*  active menu item - text underlined */
.topleveltabActive {
	display:block;
	position:relative;
	border-width: 0 1px 0 1px;
	border-right-color: #C74314;
	border-left-color: #C74314;
	border-style:solid;
	color:#fff;
	text-decoration:none;

	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	background-color:#C74314;

}
.topleveltabActive span {
	display:block;
	position:relative;
	padding:9px 18px 8px 18px;
}

/* color specific */
.topleveltabActive:hover {
    color:#fff;
    text-decoration: none;
    background: #C74314;

}


/* 4 styles below affect the style the top menu item when hovering over the submenu items */
/* color specific */
.topleveltab:hover {
    border-color:#B13306;
    color:#fff;
}

/* color specific */
.topleveltab:hover span {
	border-color:#B13306;
    background-color:#B13306;    
}

/* color specific */
.toplevel:hover .topleveltab, .toplevel.sfhover .topleveltab {
	border-color:#B13306;
    background-color:#B13306;    
}

/* color specific */
.toplevel:hover .topleveltab span, .toplevel.sfhover .topleveltab span {
	border-color:#B13306;
    background-color:#B13306;
}






/*  end active menu item */

.topleveltab span {
	display:block;
	position:relative;
	padding:9px 18px 8px 18px;
}

/* color specific */
.topleveltab:hover {
    color:#fff;
    text-decoration: none;
    background: #C74314;

}





/* submenu */
#subnav, #subnav ul { /* all lists */
	padding: 6px;
	
	margin: 0;
	list-style: none;
	line-height: 1;
	/* border: 1px solid #fff;*/
	border: 1px solid #e1e6d8; 
	width: 250px;
	/* background: #E3EAED; */
	background: #eef2e6;

}



#subnav a {
	/* margin:0px 1px; */
	display:block;
	position:relative;
	color:#333333;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;

}

#subnav a:hover span {
	display:block;
	position:relative;
	text-decoration: none;
	color: #C74314;

}

#subnav li {
	width: 250px;
	display:block;
	position:relative;
	
	color:#333333;
	/* font size of 0 fixes the bug in IE that creates extra space between list items (li) */
	font-size: 0;
	/* width: 10em;  width needed or else Opera goes nuts - double-check */

}

#subnav li span {
	display:block;
	position:relative;
	/* below margin offset creates rounded corners */
	/* margin:0 -1px; */
	color:#333333;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;	
	padding:6px 24px;
	background: #eef2e6 url('../images/arrow_menu.gif') no-repeat;
	background-position: 12px 10px;
	border:0;

}
/* submenu title span */
#subnav span {
	font: 13px Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	display:block;
	position:relative;
	padding:8px 10px;
	background: #eef2e6;
	background-position: 8px 10px;	
	
	border-bottom: 1px solid #fff;
	

}

#subnav .subnavActive {
	color: #C74314;
}


/*  Related Menu */

.related {
	float:right;
	width:240px;
	border:1px solid #ddd;
	text-align: left;

}

.relatedHeading {
	position: relative;
	top: -12px;
	left: 8px;
	width: 90px;
	margin: 0;
	padding: 2px;
	border:1px solid #ddd;
	text-align: center;
	background: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
}

.related ul {
		list-style: none;
		margin: 0;
		padding: 0 20px;
		border: none;

}

.related li {
	border-width:0 0 1px 0;
	border-color:#ddd;
	border-style:dashed;	
	padding: 10px 0 10px 0;
}

.related a {
	display:block;
	position:relative;
	color:#C74314;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;	

}
.related a:hover {
	color:#333;
}




/*  Next Steps Menu */

.nextstepList {
	list-style: none;
	margin: 0;
	margin-top: 10px;
	padding: 0 4px;
	border: none;
	line-height:10px;
}

.nextstepList li {
	margin:0px; 
	padding:4px 0;
	line-height:10px;
	
}

.nextstepList a {
	color:#C74314;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
.nextstepList a:hover {
	color:#333;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}


/*  Bottom Menu */

.bottomList {
	list-style: none;
	margin: 0;
	margin-top: 5px;
	padding: 0 4px;
	border: none;
	line-height:8px;
	background: #EEF2E6;
	font: bold 13px arial;
}

.bottomList li {
	margin:0px; 
	padding:4px 0;
	line-height:10px;
	
}
.bottomList a {
	color:#444;
	text-decoration: none;
	font-weight: bold;
}
.bottomList a:hover {
	color: #C74314;
	text-decoration: none;
	font-weight: bold;
}





/* quicklink */
/* color for Quicklink */
#qlinkContainer {
	background-color: #eef2e6;
	margin-left: 0px;
	margin-top: 1px;
	height: 30px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #e1e6d8;
}

ul#qlink {
	position:relative;
	float: left;
	margin: 7px 0 0 12px;
	padding:0px;
	display:inline;
}
ul#qlink li {
	margin:0px; 
	padding:0px;
	list-style:none;
	display:inline;
}
ul#qlink li a {
	margin: 0 0 0 5px;
	text-decoration:none;
	color:#444;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
}
ul#qlink li a:hover, ul#qlink li a.active { color:#C74314;}

#qlink .ac {
	color:#C74314;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*
#qlink, #qlink ul { 
	position:relative;
	float: left;
	margin: 8px 0 0 0;
	padding:0px;
	display:inline;


}

#qlink a {
	color:#444;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#qlink a:hover {
	text-decoration: none;
}


/* active qlink item different color 
#qlink .ac {
	color:#C74314;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#qlink a:hover {
	text-decoration: none;
	color:#C74314;
}
*/