/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 07 February 2012 11:17:24
*/


/*
    STUDYAREA.CSS
    Used only on the study area page.

    w3c Validation
    http://jigsaw.w3.org/css-validator/validator
    Passed as CSS level 2.1
 */
#studyAreas {
    background:url(http://www.gippstafe.edu.au/__data/assets/image/0014/527/studyAreas.gif) repeat-y center;
    border: 2px solid #e7dddd;
    border-top:none;
    border-right:none;

}
#studyAreas h3 {
    margin-bottom:0px;
}
#studyAreas ul {
    margin:1em 0 0;
}

/****************************/
.alphaStudy, .alphaStudy_first, .alphaStudy_last{
    display: block;
    float: left;
    width: 33.0%;
}
.alphaStudy_last {
    border-right: 2px solid #e7dddd;
}
.alphaStudy {
    border-left: none;
}
.alphaStudy_first{
    clear: both;
}
.alphaStudy h3, .alphaStudy_first h3, .alphaStudy_last h3 {
    background: #f3f2f2;
    padding: 5px;
    border-bottom: 1px solid #e7dddd;
    border-left:2px solid #e7dddd;
    border-top:2px solid #e7dddd;
}
.alphaStudy_first h3 {
    border-left:none;
}
.alphaStudy h3 a, .alphaStudy_first h3 a, .alphaStudy_last h3 a{
    color: #b02a2a;
}

#content .middle{
  width:700px;
}
