/*BASICS*/
div.istaartNav, div.logoBar, div.topNav, div.banner, div.nav, div.content, div.contentOrange div, div.footer div {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    /* width: 990px; */
    max-width: 960px;
    width:100%;
}
.clear{
    clear: both;
}
body{
    margin: 0px;
    padding: 0px;
    /* KEEP AN EYE ON URLS - TRACK-EO*/
    background: url('../images/bg.gif') top left repeat-x !important;
    background-color: #361654 !important;/* #65378e top color - 361654 bottom color  */
    
    /* Commented out on 12-29-17 due to impact on mobile logo */
    /* font-size: 14px;*/
    
    line-height: 20px;
}
.mainContainer{
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background-color: #fff;
    font-weight: bold;
    
}
p{
    color: #555555;
    font-weight: bold;
}
h2{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
a{
    color: #cc0000;
}
/*CROSS MICROSITE NAV*/
div.logoBar {
    background-image: url('../images/alz-horz-rgb-web.png');
    background-position: 26px 16px;
    background-repeat: no-repeat;
    font-size: 12px;
    height: 55px;
}
/* TOP NAV */
div.topNav{
    height: 35px;
    background: #d2d1d6;
    /* width: 990px; */
    max-width: 960px;
    width:100%;
}
div.topNav a{
    display: block;
    padding: 7px 12px 0px;
    float: left;
    /* height: 28px; */
    height: 35px;
    margin-left: 1px;
    text-decoration: none;
    font-size: 11px;
    line-height: 20px;
    font-family: 'Verdana', Geneva, sans-serif;
    color: #220660;
    /**/
    background: url('../images/bg-button.gif') bottom left repeat-x #fff;
}
div.topNav a.fix{
    padding: 7px 13px 0px;
}
div.topNav a.onState,
div.topNav a.onState:hover{
    background: url('../images/bg-onstate-aaic.gif') top left repeat-x;
    color: #fff;
}
div.topNav a:hover{
    background: url('../images/bg-button-over.gif') 5px 0px repeat-x #fff;
}
div.topNav a.red{
    color: #c31b3b;
}
/* MAIN NAV */
.istaartNav{
    background: url('../images/bg-mainnav.gif') top left;
    border-bottom: 3px solid #f89728;
}
.istaartNav a.istaartLogo{
    width: 207px;
    height: 119px;
    display: block;
    /* background: url('../images/ISTAART-RGB-Color-Web.png'); */
    background: url('../images/ISTAART-RGB-Color-207119.jpg');
    float: left;
    background-color: #ffffff;
}
.istaartNav .nav{
        margin-left: 5px;
        /* margin-top: 32px; */
	margin-top: 38px;
        float: left;
        /* width: 775px; */
	width: 745px;
	border-left:0px;
	border-right:0px;
	z-index:100;

}
.istaartNav .nav a{
    display: block;
    padding: 13px 30px;
    float: left;
    text-decoration:none;
    color: #f89728;
    background: transparent;
    font-size: 14px;
    display: block;
    padding: 8px 30px;
    float: left;
    font-family: 'Verdana', sans-serif;
    padding-top: 20px !important; /* added to fix bottom spacing with orange divider */
}
.istaartNav .nav a:hover{
    color: #65378e;
    background: transparent;
}


/* .istaartNav .nav a.onstate,  	*/
/*.istaartNav .nav a.onstate:hover{ 	*/
/*        color: #f89728; 		*/
/*        background: transparent; 	*/
/*} 					*/


.istaartNav .nav a.onstate,
.istaartNav .nav a.onstate:hover {
        color: #fff;
        background: #f89728;
	padding-top: 8px !important;
	margin-top: 12px !important;
} 



.istaartNav .nav a.onstate:hover{
    color: #65378e;
}
.istaartNav .nav .navSeparater{
    float: left;
    width: 1px;
    height: 21px;
    background: #65378e;
    margin-top: 10px;
}
/****/

.istaartNav .memberLogin a:hover {
    text-decoration: none;
}
.istaartNav .memberLogin a {
    line-height: 20px;
    font-size: 11px;
    color: #007fb2;
    text-decoration: underline;
    margin-right: 15px;
    font-family: 'Verdana', Helvetica, sans-serif;
}

/* .memberLogin a.loginBttn { */
/*    display: block; */
/*    padding: 8px 18px; */
/*    background: #f89728; */
/*    color: #fff; */
/*    text-decoration: none; */
/*    float: right; */
/*    font-weight: normal; */
/*    font-size: 14px; */
/*    margin-right: 0px; */
/*    line-height: 17px; */
/*    font-family: 'Verdana', Helvetica, sans-serif; */
/* } */

div.memberLogin a#dnn_dnnLOGIN_loginLink {
    padding: 8px 18px;
    background: #f89728;
    color: #fff;
    text-decoration: none;
    float: right;
    font-weight: normal;
    font-size: 14px;
    margin-right: 0px;
    line-height: 17px;
}

div.memberLogin a#dnn_dnnUSER_registerLink {
    display: none;
}


.memberLogin a.loginBttn:hover {
    color: #65378e;
}
.clearRight{
    clear: right;
}
/**/
.istaartNav .return a.loginBttn:hover {
    color: #65378e;
}
.istaartNav .return a.loginBttn:hover, .istaartNav .memberLogin a.loginBttn:hover {
    background: #f89728;
    color: #65378e;
}
.istaartNav .return a.loginBttn {
    margin-top: 86px;
}
.istaartNav .return a.loginBttn, .istaartNav .memberLogin a.loginBttn {
    display: block;
    padding: 8px 18px;
    background: #f89728;
    color: #fff;
    text-decoration: none;
    float: right;
    font-weight: normal;
    font-size: 14px;
    margin-right: 0px;
    line-height: 17px;
    font-family: 'Verdana', Helvetica, sans-serif;
}

/****/





/**/
/**/
.mainContainer{
    width:990px;
    min-height: 560px;
    border-top: 1px solid #f89728;
}
/**/
/**/
.footer{
    /* width: 970px; */
    max-width:960px;
    width:100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 0; 
    font-family: 'Verdana', Helvetica, sans-serif;
    padding: 20px 0px 60px 20px;
}
.footer p {
    font-size: 11px;
    color: #cdcdcd;
    margin-bottom: 0px;
    line-height: 13px;
    font-weight: normal;
    margin-top: 0px;
}
.footer p a {
    color: #007fb2;   
    text-decoration: underline;
}
.footer p a:hover {
    text-decoration: none;   
}

ul#dnn_dnnNAV_ctldnnNAV {
    margin-bottom: 0px;
}


ul#dnn_dnnNAV_ctldnnNAV li a:after {
    border: 0px !important;
}

ul#dnn_dnnNAV_ctldnnNAV li a {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

ul#dnn_dnnNAV_ctldnnNAV li {
    list-style-type: none;
}

div#dnn_HalfTopLeft {
    margin-left: 12px;
}

@media screen and (max-width: 42.0em) {
    div#dnn_HalfTopLeft {
        margin-left: 0px;
    }


div.submenu ul li a {
    padding-top: 20px !important;
}


div#dnn_HalfTopRight, div#HalfTopRightTreeMenu {
    background: url('../images/bg-mainnav.gif') repeat scroll left top transparent;
    /* float:right; */
    float:none; /* 10-20-17 for new PIA tree view menu */
    padding-top: 5px;
}

a.action-hyperlink.edit {
    background: url('../images/bg-mainnav.gif') repeat scroll left top transparent;
}

.section.contacts {
    margin-right: 10px !important;
    margin-left: 10px !important;
}


h3.ctrlTitle {
                  margin-left: 10px !important;
                  }


.sectionheading {font-weight: normal;
    font-size: 20px;
    color: #f89728;
    margin-bottom: 0px;}


/* Add ISTAART logo for mobile pages */
.mobileLogo a.istaartLogo{
    width: 207px;
    height: 119px;
    display: block;
    /* background: url('../images/ISTAART-RGB-Color-web.png'); */
    background: url('../images/ISTAART-RGB-Color-207119.jpg');
    margin: 0 auto;
}






