/*
Theme Name: ANZ Values
Theme URI: http://www.anzvalues.com.au
Description:ANZ Values
Version: 1
Author: Booyah - James Keble-Johnston
Author URI: http://www.booyah.com.au
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	background-color:#0066CC;
	padding:0;
	margin:0;
	
	}
	
html{
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	overflow: auto;
}

h1 {
	padding: 0 0 0 15px;
	margin-top: 0px;
    font-size: 18px;
	font-weight: normal;
	color:#000000;
	}
	
h2 {
	padding: 0 0 0 15px;
	margin-top: 0px;
    font-size: 16px;
	font-weight: normal;
	color:#000000;
}

h3 {
	padding: 0 0 0 5px;
	margin-top: 0px;
    font-size: 14px;
	font-weight: normal;
	color:#000000;
}

p  {
	padding-top: 10px;
	margin-top: 0px;
    font-size: 14px;
	padding-left: 20px;
	color:#000000;

}

#wrapper{
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
	vertical-align:top;
	
}

#banner {
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:200px;
	vertical-align:top;
	border:none;
	
}


#sidebar {
	width:180px;
	float:right;
	padding:20px 0 25px 0;

}


.flt{float:left;}
.menubg{clear:left; width:202px;}
.menu{float:left; clear:left; font:bold 11px Helvetica, Arial, sans-serif;padding:0 0 0 16px; margin:0;}
.menu li {
margin:0px 0px 0px 0px;
padding:0 0 10px;;
	list-style:none;

	}
.menu a, .menu a:visited {
	width:186px;
	height:32px;
	margin:0px 0px 2px -32px;
	position:relative;
	display:block;
	color:#cbe7f5;
	text-decoration:none;
	background-color:#0066CC;
	padding:4px 0 0 8px;
	}
*html .menu a, .menu a:visited {
	width:186px;
	height:32px;
	margin:0px 0px 2px -32px;
	position:relative;
	display:block;
	color:#cbe7f5;
	text-decoration:none;
	background-color:#0066CC;
	padding:4px 0 0 8px;
	}
.menu a:hover, .menu a:active,
.menu li.current_page_item a, .menu li.current_page_item a:visited  {
	background-color:#0099CC;
	text-decoration:none;
	}

/* END MENU */


#body {
	background-color:#99CCFF;
	width: 800px;
	height:100%;
	border:none;
	color:#000000;
	padding:35px 0 0 0;
	margin: 0 0 0 0;
	float:left;

}

#content {
	width: 580px;
	float:left;
	background-color:#99CCFF;
	margin: 20px 0 20px 0;
	padding: 0px 10px 50px 10px;


}

#articles {
	margin:0;
	padding:0;
	text-align:center;

}

#articles h2 {
	font-weight:bold;
	text-decoration:underline;
	padding:0px;
	margin:0px;
}


#articles ul {
	display:inline;
	list-style-type:none;
	padding: 0 0 0 20px;
	
}

#articles ul li {
	padding: 0 0 25px 0;
}

#articles ul li a{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	padding: 0 0 20px 0;
}

#articles ul li a:hover {
	display:inline;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;

}

h3 a {
	color:#0066CC;
	font-weight:bold;

}

p a {
	color:#000000;

}

small {
	padding: 0 0 0 15px;
}

.entry {
	margin: 20px 0 40px 0;

}

.blue {
	font-size:12pt;
	color:#0066CC;
	font-weight:bold;

}

hr {
	width:90%;
	color:#333333;
	text-align:left;
	padding-left:20px;
	background-color:#333333;
	border:thin;
	height:2px;

}


#footer {
	background-image:url(images/aha_body_bg.jpg);
	background-repeat:repeat-y;
	width: 800px;
	height: 20px;
	border:none;
	text-align:right;
	vertical-align:top;
	margin-top:20px;

}

#footer_text {
	left:auto;
	color:#FFFFFF;
	width:800px;
	text-align:right;
	font-size:14px;

}

#footer_text a{
	color:#CCCCCC;
	font-size:14px;


}


img {
	clear:none;
}

