/* version 3.9.1 (2012-05-29 r1169) */
/* Note that older versions of the feature classes follow this section */

#feature-pause-button {
line-height: 1.1em;
}

.anu-feature-stop {
font-size: x-small;
}

#anu-features-rotating,
#anu-features-rotating-2,
#anu-features-rotating-22 {
border-bottom : #cccccc 1px solid;
display : block;
margin : 20px 20px 0px 20px;
padding-bottom : 20px;
width : 680px;
height : 215px;
position: relative;
}
#anu-features-rotating .feature-box,
#anu-features-rotating-2 .feature-box,
#anu-features-rotating-22 .feature-box {
height : 215px;
position: absolute;
top: 0px;
left: 0px;
width: 680px;
}
#anu-features-rotating .feature-image{
float : left;
width : 320px;
height : 215px;
}
#anu-features-rotating .feature-text {
float : right;
width : 320px;
height : 215px;
line-height : 1.5em;
background-color: white;

}
#anu-features-rotating h1, #anu-features-rotating h2,
#anu-features-rotating-2 h1, #anu-features-rotating-2 h2,
#anu-features-rotating-22 h1, #anu-features-rotating-22 h2,
#anu-features-vertical h1, #anu-features-vertical h2,
#anu-features-vertical-w h1, #anu-features-vertical-w h2 {
display : block;
color : #333333;
margin : 0;
font-size : 1.3em;
}
#anu-features-rotating p,
#anu-features-rotating-2 p,
#anu-features-rotating-22 p, 
#anu-features-vertical p,
#anu-features-vertical-w p {
color : #333333;
padding-top : 10px;
margin : 0;
font-size : 1.0em;
}

#anu-features-rotating p.feat-more a,
#anu-features-rotating-2 p.feat-more a,
#anu-features-rotating-22 p.feat-more a,
#anu-features-vertical p.feat-more a,
#anu-features-vertical-w p.feat-more a {
color : #333333;
font-size : 0.85em;
text-decoration : none;
}
#anu-features-rotating p.feat-more a:hover,
#anu-features-rotating-2 p.feat-more a:hover,
#anu-features-rotating-22 p.feat-more a:hover,
#anu-features-vertical p.feat-more a:hover,
#anu-features-vertical-w p.feat-more a:hover {
text-decoration : underline;
}
#features-nav-rotating {
position : relative;
float : left;
left : 360px;
top : 195px;
height: 1px;
}
#features-nav-rotating ul,
#features-nav-rotating-2 ul,
#features-nav-rotating-22 ul, 
#features-nav-vertical ul,
#features-nav-vertical-w ul,
#features-nav-ticker ul {
margin : 0;
padding : 0;
list-style-type : none;
}
#features-nav-rotating li,
#features-nav-rotating-2 li,
#features-nav-rotating-22 li, 
#features-nav-vertical li,
#features-nav-vertical-w li,
#features-nav-ticker li {
margin : 0;
padding : 0;
float : left;
height : auto;
}
#features-nav-rotating li a,
#features-nav-rotating-2 li a,
#features-nav-rotating-22 li a, 
#features-nav-vertical li a,
#features-nav-vertical-w li a {
float : left;
text-decoration : none;
border : #999999 1px solid;
color : #999999;
padding : 1px 5px 1px 5px;
margin : 3px;
}
#features-nav-rotating li .linkselect, 
#features-nav-rotating-2 li .linkselect,
#features-nav-rotating-22 li .linkselect, 
#features-nav-vertical li .linkselect,
#features-nav-vertical-w li .linkselect,
#features-nav-ticker li .linkselect {
color : #ffffff;
background-color : #ACC0C6;
border : #ACC0C6 1px solid;
}
#features-nav-rotating li a:hover,
#features-nav-rotating-2 li a:hover,
#features-nav-rotating-22 li a:hover,
#features-nav-vertical li a:hover,
#features-nav-vertical-2 li a:hover,
#features-nav-ticker li a:hover{
color : #FFFFFF;
background-color : #D6E0E3;
border : #D6E0E3 1px solid;
}


/* 2nd option :  swap the text and image, no ANU window */

#anu-features-rotating-2 .feature-image,
#anu-features-rotating-22 .feature-image {
    float : right;
    width : 320px;
    height : 215px;
}

#anu-features-rotating-2 .feature-text,
#anu-features-rotating-22 .feature-text {
    float : left;
    width : 320px;
    height : 215px;
    line-height : 1.5em;
    background-color: white;
    
}

#features-nav-rotating-2,
#features-nav-rotating-22 {
    position : relative;
    float : left;
    left : 0px;
    top : 195px;
    width: 320px;
    height: 1px;
}

/* 3rd option - vertical layout */


#anu-features-vertical {

    float:left;
    margin : 20px 0px 0px 0px;
    padding-bottom : 20px;
    width:200px;
    height : 480px;
    position: relative;
    overflow: hidden;

}

#anu-features-vertical .feature-image {
    float : left;
    width : 200px;
    height : 200px;
}
#anu-features-vertical .feature-text {
    float : left;
    width : 200px;
    height : 240px;
    margin-top:40px;
    overflow: hidden;
    line-height: 1.2em;
    
}

#anu-features-vertical .feature-box {
height : 480px;
position: absolute;
top: 0px;
left: 0px;
width: 200px;
background-color: white;

}

#features-nav-vertical {
    position : absolute;
    top:208px;
    left:50px;
    width:200px;
    height: 40px;
}


/* 3rd option - vertical layout wide */


#anu-features-vertical-w {
    
    float:left;
    margin : 20px 0px 0px 0px;
    padding-bottom : 20px;
    width:320px;
    height : 480px;
    position: relative;
    
}

#anu-features-vertical-w .feature-box {
height : 480px;
position: absolute;
top: 0px;
left: 0px;
width: 320px;
background-color: white;

}


#anu-features-vertical-w .feature-image {
    float : left;
    width : 320px;
    height : 160px;
}
#anu-features-vertical-w .feature-text {
    float : left;
    width : 320px;
    height : 200px;
    margin-top:40px;
    line-height : 1.3em;
    
}

#features-nav-vertical-w {
    position : absolute;
    top:168px;
    left:108px;
    width:320px;
    height: 40px;
}


/* 4th option - news ticker */


#anu-features-ticker {
    
    float:left;
    margin : 20px 0 20px 0;
    padding: 0px;
    width:680px;
    height : 26px;
    position: relative;
    background:#333;
    overflow: hidden;

}

#anu-features-ticker .features-fade {
    
    background-image: url('../../images/icons/tickerfade.png');
    background-position-x: 0px;
    background-position-y: 0px;
    width: 100px;
    height: 26px;
    position: absolute;
    left: 500px;
    top: 0px;
    z-index: 14;
}

#anu-features-ticker .feature-box {
    position: absolute;
    top: 0px;
    left: 0px;
    background:#333;

}
    
#anu-features-ticker .feature-text {
    float : left;
    width : 600px;
    height : 26px;
    padding: 2px 2px 2px 2px;
    line-height : 1.5em;
    overflow: hidden;
    
}
#anu-features-ticker h1, #anu-features-ticker h2 {
    display : block;
    color : white;
    margin : 0;
    padding:0;
    font-size : 1.3em;
    display : inline;
    
}

#anu-features-ticker h1 a, #anu-features-ticker h2 a {
    color: #DDD;
}

#anu-features-ticker h1 a:hover, #anu-features-ticker h2 a:hover {
    color: white;
}


#anu-features-ticker p {
    color : #DDD;
    padding-top : 10px;
    margin : 0;
    font-size : 1.0em;
    display : inline;

}
#anu-features-ticker p.feat-more a {
    color : #DDD;
    font-size : 0.85em;
    text-decoration : none;
    display : inline;

}
#anu-features-ticker p.feat-more a:hover {
    text-decoration : underline;
}

#features-nav-ticker {
    position : absolute;
    top:0px;
    left:616px;
    width:64px;
    height: 28px;
}


#features-nav-ticker li a {
    float : left;
    text-decoration : none;
    border : #999999 1px solid;
    color : #999999;
    padding : 1px 1px 1px 1px;
    margin : 3px 0 3px 0;
}





/*Home Page Feature styles*/

#feat-nav-print {display:none;}

#feat-wrap {
background-color : #FFFFFF;
}

#feat {
display : block;
width : 960px;
margin-left : auto;
margin-right : auto;
background : #FFFFFF;
padding-top : 20px;
}

#feat #anu-features-rotating {
border-bottom : none;
margin-top : 0px;
width : 920px;
}

#feat #anu-features-rotating .feature-box {
width: 920px;
}

#feat #anu-features-rotating .feature-text {
width : 560px;
}
.feat-letters {
padding : 0px;
margin : 0px;
position : absolute;
top  : 0px;
left : 0px;
}
#feat-letters {
font-family : "Arial Black";
font-size : 100px;
color : #FFFFFF;
padding : 0px;
margin : 0px;
position : absolute;
top  : 0px;
left : 0px;
line-height : 100px;
}
#feat-letters .fl-a {
position : absolute;
top  : -18px;
left : 13px;
}
#feat-letters .fl-n {
position : absolute;
top  : 126px;
left : 100px;
}
#feat-letters .fl-u {
position : absolute;
top  : 48px;
left : 245px;
}



/*Future_Students Learn Feature styles*/

#feat-learn {
display : block;
width : 960px;
margin-left : auto;
margin-right : auto;
float : left;
color : #CCCCCC;
background-color : #111111;
padding-top : 10px;
padding-bottom: 20px;
}

#feat-learn #anu-features-rotating {
color : #CCCCCC;
background-color : #111111;
width: 920px;
border-bottom : none;
}

#feat-learn #anu-features-rotating .feature-box {
color : #CCCCCC;
background-color : #111111;
width: 920px;
}

#feat-learn #anu-features-rotating .feature-image {
color : #CCCCCC;
background-color : #111111;
width: 440px;
}

#feat-learn #anu-features-rotating .feature-text {
width : 400px;
padding-left : 60px;
padding-right : 20px;
color : #CCCCCC;
background-color : #111111;
}

#feat-learn #anu-features-rotating p {
color : #CCCCCC;
background-color : #111111;
padding-top : 0px;
margin : 0;
font-size : 1.25em;
}

#feat-learn p.readmore,
#feat-learn p.readmore a {
color: #CCCCCC;
letter-spacing: 0.05em;
font-size: 0.75em;
}

#feat-learn #features-nav-rotating {
color : #CCCCCC;
background-color : #111111;
position : relative;
float : left;
left : 500px;
top : 195px;
height: 1px;
}

#feat-learn #features-nav-rotating li .linkselect {
color : #000000;
background-color : #CCCCCC;
border : #CCCCCC 1px solid;
}
#feat-learn #features-nav-rotating li a:hover {
color : #000000;
background-color : #FFFFFF;
border : #FFFFFF 1px solid;
}

#feat-learn #features-nav-rotating li {
color : #CCCCCC;
background-color : #111111;
}

/* version 1.5.0 */

#anu-features {
display : block;
margin : 20px 19px 0px 19px;
width : 680px;
height : 220px;
border : #333333 1px solid;
background : #333;
}
#anu-features .feature-box {
height : 220px;
background-color : #333;
}
#anu-features .feature-overlay {
float : left;
clear : right;
width : 340px;
height : 220px;
background : #000000;
opacity : 0.65;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
filter: alpha(opacity=65);
}
#anu-features .feature-text {
position : relative;
float : left;
clear : right;
left : -340px;
padding : 10px;
width : 320px;
line-height : 1.5em;
}
#anu-features h1, #anu-features h2 {
display : block;
color : #ffffff;
margin : 0;
font-size : 1.3em;
}
#anu-features p {
color : #ffffff;
padding-top : 10px;
margin : 0;
font-size : 1.0em;
}
#anu-features p.feat-more a {
color : #ffffff;
font-size : 0.85em;
text-decoration : none;
}
#anu-features p.feat-more a:hover {
text-decoration : underline;
}
#features-nav {
position : relative;
float : left;
left : 7px;
top : -30px;
height: 1px;
}
#features-nav ul {
margin : 0;
padding : 0;
list-style-type : none;
}
#features-nav li {
margin : 0;
padding : 0;
float : left;
height : auto;
}
#features-nav li a {
float : left;
text-decoration : none;
border : #CCCCCC 1px solid;
color : #CCCCCC;
padding : 1px 5px 1px 5px;
margin : 3px;
}
#features-nav li .linkselect {
color : #000000;
background : #FFFFFF;
border : #FFFFFF 1px solid;
}
#features-nav li a:hover {
color : #FFFFFF;
background : #D6E0E3;
border : #D6E0E3 1px solid;
}

/*old feature styles*/

#features {
margin : 20px 19px 0px 19px;
display : block;
width : 920px;
height : 230px;
border : #333333 1px solid;
}
#features .feature-overlay {
position : relative;
width : 460px;
height : 230px;
background : #000000;
opacity : 0.65;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
filter: alpha(opacity=65);
}
#features .feature-text {
position : relative;
padding : 10px;
width : 430px;
height : 210px;
top : -230px;
line-height : 1.5em;
}
#features h1, #features h2 {
display : block;
color : #ffffff;
margin : 0;
font-size : 1.4em;
}
#features p {
color : #ffffff;
padding-top : 10px;
margin : 0;
font-size : 1.1em;
}
#features p.feat-more a {
color : #ffffff;
font-size : 0.85em;
text-decoration : none;
}
#features p.feat-more a:hover {
text-decoration : underline;
}



