/*Define the styling of the main body*/

/*************************************************
Z-INDEX MAP
900: SideNavWrap
910: welcomeOverlay
*************************************************/

html,body {
    width: 100%;
    font-family: "GillSansLight", Verdana, Geneva, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    /*position: relative;*/
}

body {
    min-height: 100%;
    position: absolute;
    top: 0;
    font-size: 15px;
    line-height: 20px;
}

/*************************************************
MISC/FIXES
*************************************************/
img {
    text-decoration: none;
    border: 0px
}

div.MenuHeader{
    width=;
    height=;
    background:url()
}

p {
    font-size: 15px;
    line-height: 20px;
}

a {
    text-transform: none;
    text-decoration: none;
    color: #C6324F;
}

p.centered {
    text-align: center;
}

button {
    font-family: "GillSansLight", Verdana, Geneva, sans-serif;
}

/*************************************************
SIZING
*************************************************/
div.wrap {
    margin: 0 auto;
    position: relative;
    width: 860px;
}

/*************************************************
MAIN HEADER AREA    
*************************************************/
div.headerDiv {
    /*margin: 10px 0px;*/
    margin-top: 15px;
    margin-bottom: 15px;
    /*min-height: 62px;*/
    /*width:100%;
    height:12%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding-left:0.5em;
    padding-right:0.5em;
    background:url('../images/header-bar.png');
    background-repeat:no-repeat;
    background-size:contain;*/
}

img.logo-usaid {
    position: absolute;
    right: 0px;
    height: 100%;
}


div.apiLogoDiv {
	/*float:left;*/
    width:45%;
    height:100%;
    box-sizing:inherit;
    -moz-box-sizing:inherit;
    font-size: 35px;
    line-height:120px;
    font-weight:bold;
    text-align:left;
    vertical-align:baseline;
    padding-left:0.5em;
    color:DimGray;
}

div.measureLogoDiv  {
    width:55%;
    height:100%;
	/*float:left;*/
    box-sizing:inherit;
    -moz-box-sizing:inherit;
    background:url('../images/Header_Right.png');
    background-repeat:no-repeat;
    background-position:right;
}

/*************************************************
CONTENT AREA    
*************************************************/
div.dataDiv {
    /*width:80%;*/
    /*height:88%;*/
    /*box-sizing:border-box;*/
    /*-moz-box-sizing:border-box;*/
    /*padding-left:0.5em;*/
    /*padding-right:0.5em;*/
	/*float:left;*/
    position:relative;
}

div.dataDiv div.wrap div.content{
    width: 625px;
}


[class*='dd'] {
	/*float:left;*/
    /*box-sizing:inherit;*/
}

/*Menu Bar Area */
div.ddMenuDiv {
    width:100%;
    height:30px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding-top:1em;
    padding-left:4em;
    padding-right:0.5em;        
}

div.mdColumn    {
    width:17%;
    height:30px;
    background-image:linear-gradient(10deg, DarkGray, DimGray);
	/*float:left;*/
    font-size:10px;
    color:white;
    text-align:center;
    line-height:30px;
    margin-right:0.1em;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    text-transform:uppercase;
	cursor: pointer;
}

/* Content Area */
div.ddLoadingDiv {
    text-align:center;
    width:100%;
    padding:100px 34px 0px 0px;    /*Top Right Bottom Left*/
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    display:none;
}

div.ddContentDiv {
	font-size:10pt;
	/*font-family:tahoma;*/
    width:100%;
    height:100%;
    /*padding:0px 34px 0px 0px;*/    /*Top Right Bottom Left*/
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    min-height:950px;
}

/*************************************************
SIDE NAVIGAGTION AREA    
*************************************************/
div.wrap.SideNavWrap {
    position:absolute;
    height:100%;
    width:100%;
}
div.wrap.SideNavWrap .wrap {
    height: 100%;
}

div.SideNavDiv {
    /*position: fixed;*/
    /*margin-left: 655px;*/
    /*float:left;*/
    width:205px;
    text-align:left;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    position: absolute;
    right: 0px;
    background-color: #F5F5F5;
    z-index:900;
    max-height:100%;
    overflow-y:auto;
}

div.navHeader {
    width:100%;
    height:60px;
    font-size:25px;
    color:white;
    background-color: #207F20;
    line-height:60px;
    margin-right:0.08em;
    padding-left: 20px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}

div.SideNavDiv .navList {
    margin: 20px 0px;
}


div.SideNavDiv ul, div.SideNavDiv a {
    color: #454961;
}

div.SideNavDiv ul {
    text-align:left;
    padding:0;
    margin:0;
    font-size: 15px;
    line-height: 15px;
    /*padding:1.0em 0.5em 0.5em 0.5em;    /*Bottom Left Right Top*/
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
}

div.SideNavDiv li {
    list-style-type: none;
    margin-bottom: 6px;
    padding-left:15px;
    border-left:5px solid transparent;
    /*padding:0.5em 0.5em 0.5em 0.0em;    /*Bottom Left Right Top*/
}

div.SideNavDiv li.listParentItem span{
    /*font-size:13px;*/
    font-family: "GillSansRegular", Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    /*color: rgb(110, 108, 109);*/
}

div.SideNavDiv li.listBreak {
    border-top: 1px solid #BBC5CA;
    margin: 30px 15px;
}

div.SideNavDiv li.listChildItem:hover, div.SideNavDiv li.listChildItem.active{
    border-left-color: #207F20;
}

div.SideNavDiv li.listChildItem a{
    text-transform: none;
    text-decoration: none;
    /*color: rgb(132, 174, 66);*/
}

div.SideNavDiv li.listSubItem {
    text-transform: none;
    text-decoration: none;
    text-indent: 20px;
    font-size:90%;
    font-family: "GillSansLight", "Gill Sans MT", sans-serif;
}

div.SideNavDiv li.listSubItem:hover, div.SideNavDiv li.listSubItem.active{
    border-left-color: #207F20;
}

div.SideNavDiv li.generated {
    padding-left: 30px;
}

/*************************************************
FOOTER AREA
*************************************************/

div.footerDiv {
    background-color: #BBC5CA;
    position: absolute;
    bottom: 0px;
}
div.footerDiv, div.footerDivSpacer {
    width: 100%;
    min-height: 150px;
}

div.footerContent {
	padding:10px;
}

div.footerImage {
	display: inline-block;
	padding-right: 10px;
	border-right: 2px solid #2B3E4E;
}

div.footerText {
	display: inline-block;	
	font-size: 13px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

/*************************************************
API PAGES 
*************************************************/
div.outerlayout{
	font-size:8pt;
	font-family:tahoma;
}

.apiHeader{
	font-family:tahoma;
	margin-bottom:4px;
	margin-top:15px;
}		

/*************************************************
WELCOME MESSAGE 
*************************************************/
.welcomeOverlay{
    z-index: 910;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(204, 204, 204, 0.95);

}
.welcomeOverlay .welcomeContainer{
    display: table;
    position: relative;
    width: 600px;
    margin: 0 auto;
}
.welcomeOverlay .welcomeContent{
    display: table-cell;
    position: absolute;
    top: 91px;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    background-color: 
}
.welcomeOverlay .welcomeContent > div{
    background-color: rgba(255,255,255,.9);
    color: #33495C;
    padding: 20px;
}
.welcomeOverlay .welcomeContent .title {
    position: relative;
    font-size: 25px;
    text-align: center;
    /*background-color: #2B3E4E;*/
    /*color: white;*/
}
.welcomeOverlay .welcomeContent .title .exit {
    position: absolute;
    top: 0;
    right: 10px;
    color: #33495C;
    cursor: pointer;
}
.welcomeOverlay .welcomeContent .body {
    text-align: left;
    padding-bottom: 150px;
    font-size: 20px;
}
.welcomeOverlay .welcomeContent label {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#twitterLogo {
	width: 16px;
}