/*
    Common styling for the site
    
    www.humancapitalalliance.com.au
    August 2006
    Dane & Will
    
    
    (c) Meep Pty Ltd 2006
  
*/


/* ------------------------------------ */
/* un-reset								*/
/* ------------------------------------ */
em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li {
	margin-left: 17px;
}



body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #CCC;
	font-size: 11px;
}

img {
    border: 0px;
    padding: 0px;
    display: inline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #CC6633;
}

td {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* ------------------------------------ */
/* Logo                                 */
/* ------------------------------------ */
#logo_container {
	text-align: right;
	width: 100%;
	height: 60px;
	background-color: #666666;
}

#logo_container img {
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 15px;
	padding-right: 15px;
}




/* ------------------------------------ */
/* Nav Bar                              */
/* ------------------------------------ */
ul#navigation {
    border-top: 5px solid white;
    border-bottom: 5px solid white;
    background-color: white;
    width: 100%;
    height: 13px;
    line-height: 10px;
    overflow: hidden;    
}

ul#navigation li {
    display: inline;
    padding-left: 9px;
    padding-right: 12px;
    border-right: 1px solid #666;
    text-transform: uppercase;
    margin: 0;
}

ul#navigation li.first {
    padding-left: 11px;
}

ul#navigation li.last {
    border-right: none;
}

ul#navigation li a {
    font-size: 10px;
	color: #666;
	text-decoration: none;
}

ul#navigation li a:hover {
    text-decoration: underline;
}

#tagline_container {
    width:100%;
    height:40px;
    background-color:#CC3300;
}

#creating {
    float:left;
    width:149px;
    height:27px;
    padding-top:13px;
    text-align:center;
}

#tagline {
    float:left;
    width:253px;
    height:28px;
    padding-top:12px;
    text-align:center;
    margin-left:10px;
}




/* ------------------------------------ */
/* Links                                */
/* ------------------------------------ */
a {
    color: #CC3300;
}

a:visited {
    color: #CC3300;
}
