@charset "utf-8";
/* CSS Document */

div.header-1 /*crest*/
{
    background-image: url('../images/crest.gif');
    background-position: 50px 5px;
    background-repeat: no-repeat;
    height: 62px;
    vertical-align: bottom;
}


div.header-2 /*brand*/
{
    background-image: url('../images/aust-scholarships-logo-new.gif');
    background-position: 0px 0px;
    background-repeat: no-repeat;
	background-color: #002f65;
    height: 160px;
    vertical-align: bottom;
}

div.header-3 /*program*/
{
    /*background-image: url('../images/program-banner2.gif');*/
    /*background-position: 50px 10px;*/

    padding-left: 50px;
    padding-top: 10px;
    font-size: 20px;
    color: white;
    text-align: left;
    font-family: sans-serif;
    /*font-weight: bold;*/
    
    background-repeat: no-repeat;
	background-color: #5b9b98;
	background-color: #cc5400;
	margin-top: 3px;
    height: 30px;
    vertical-align: bottom;
}

/* =========================  Upper Tab Menu =========================================== */

div.header /*behind lower tabs*/
{

   /* background-position: 50px 10px;
    background-repeat: no-repeat;
	background-color: red;
    height: 270px;
    vertical-align: bottom;*/
}

.tab_static_container  /* upper tabs */
{
    text-align: center;
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
	background-color: #5b9b98;
	background-color: #cc5400;
}

.tab_static /* upper tabs */
{
    display: inline;
    float: left;
    background-color: #eeeeee;
    height: 20px;
    padding: 0px 8px 0px 8px;
    margin: 0px;
    border: 1px solid black;
}


.selected_static /* upper tabs */
{
		font-weight: bold;
	}

.selected_static, .tab_static:hover   /* upper tabs */
{
    border-bottom: 1px solid #eeeeee;
}

.tab_inner_container
{	
}

.tab_static_left_spacer  /* upper tabs */
{
    display: block;
    float: left;
    width: 75px; 
	/*background-color: #5b9b98;*/
    height: 20px;
    margin: 0px;
    margin-top: 1px;
}


.tab_static a
{
   /* padding: 0px;
    margin: 0px;
    color: #555555;
    text-decoration: none;*/
}

.tab_static a:hover
{
    /*padding: 50px;
    margin: 0px;
    color: black;
    text-decoration: none;*/
}


.tab_right_spacer_static   /* upper tabs */  /* ################################ */
{
    border-bottom: 1px solid black;
    height: 20px;
    margin: auto;
	margin-left: 75px;
    padding-top: 1px;
	
}

.tab_static a, .tab_static a:hover  /* upper tabs */
{
    padding: 0px;
    margin: 0px;
    color: #555555;
    text-decoration: none;
}



.selected_static a  /* upper tabs */
{
	color: black;
}


/* ============ Lower Tab Menu  ===== */

.tab_container /* lower tabs */
{

	
	text-align: center;
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
	background-color: #eeeeee;
	height: 27px;
		
}

.tab /* lower tabs */
{
    background-color: white;
    background-color: #ffffff;
    border: 1px solid black;
}

.selected, .tab:hover  /* lower tabs */
{
    border-bottom: 1px solid #ffffff;

}

div.header_static /*behind lower tabs*/
{
    background-position: 50px 10px;
    background-repeat: no-repeat;
	background-color: #5b9b98;
	background-color: #cc5400;
    height: 27px;
    vertical-align: bottom;
}


.selected  /* lower tabs */
{
		font-weight: bold;
	}
	
	.tab_left_spacer  /* lower tabs */
{
    display: block;
    float: left;
    width: 75px; 
	background-color: #5b9b98; 
	background-color: #cc5400;   
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    height: 21px;
    margin: 0px;
}

.tab_right_spacer /* lower tabs */
{
    border-bottom: 1px solid black;
    height: 20px;
    margin: auto;
    padding-top: 1px;
}


.tab_spacer  /* lower tabs  */
{
    display: inline;
    float: left;
    width: 3px;  
    border-bottom: 1px solid black;
    height: 20px;
    margin: 0px;
    margin-top: 1px;
}

.tab    /* lower tabs */
{
    display: inline;
    float: left;
    height: 20px;
    padding: 0px 8px 0px 8px;
    margin: 0px;
}

.tab a, .tab a:hover  /* lower tabs */
{
    padding: 0px;
    margin: 0px;
    color: black;
    text-decoration: none;
}
