/*
    Index/Home specific styling
    
    www.humancapitalalliance.com.au
    August 2006
    Dane & Will
    
    
    (c) Meep Pty Ltd 2006
  
*/

body {
	background-color: white;
}

#logo_container {
    text-align: left;
}

#logo_container img {
    margin-left: 590px;
}

/* ------------------------------------ */
/* header  HOME ONLY                    */
/* ------------------------------------ */

#header {
    background-color:#999999;
    border-bottom:1px solid #FFF;
    border-top:1px solid #999;
}

#creating {
    background-color:#CC6633;
}


#beheading {
    background-image:url("../images/behead_shadow.gif");
    background-color:#999;
    height:14px;
    
}
#beheading img {
    margin-left:132px;
}


#left_bar {
    background-color:#000;
    width:129px;
    padding: 10px;
	vertical-align: top;
}

#centre_bar {
    background-color:#CCC;
    width:372px;
    background-image:url('../images/beheaded_gender_confused.gif');
    background-repeat:no-repeat;
    padding:10px;
	vertical-align: top;
}
#right_bar {
    background-color:#FFF;
    width:218px;
    padding: 10px;
    font-size: 11px;
	vertical-align: top;
}
	
#content_container {
    overflow: hidden;
}

/* ------------------------------------ */
/* Fonts etc!                           */
/* ------------------------------------ */

#centre_bar p {
    line-height:14px;
    margin-bottom:10px;
	font-size: 11px;
	color: #000;
}

ol {
    list-style-type: decimal;
    font-size: 11px;
}

ol  li {
    margin-left: 20px;
    margin-bottom: 5px;
}

ol li a {
	font-size: 10px;
	font-weight: normal;
	color: #CC3300;
	text-decoration: underline;
}

ol li li a {
    font-size: 10px;
    font-weight: normal;
    color: #CC3300;
    text-decoration: underline;   
}


#left_bar h1 {
    font-size: 10px;
    text-transform: uppercase;
    font-weight:bold;
}

#right_bar h1 {
    font-size: 11px;
    text-transform: uppercase;
    font-weight:bold;
}


#left_bar a {
    color: white;
    font-size: 10px;
}

#left_bar hr {
    height: 1px;
    border: none;
    border-top: 1px solid #333;
}

#right_bar hr {
    height: 1px;
    border: none;
    border-top: 1px solid #CCC;
    margin-bottom: 5px;
    margin-top: 10px;
}


#right_bar a {
    color: #CC6633;
}
