/*
Theme Name: ACRF
Theme URI: http://www.acrf.com.au
Description: Australian Cancer Research Foundation
Author: Mitch Hawkins & Alan Yap
Author URI: http://www.Stickyads.com.au
*/
   

/* Standard element */

a img{ border:none; }

/*

*/

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}

h1, h2, h3, h4, h5, h6 {font-family: "Trebuchet MS", sans-serif;}
h1 {font-size: 20px; color:#569186;}
h2 {font-size: 18px; color: #2c2c2c;}
h3 {font-size: 16px; color: #569186;}
h4 {font-size: 14px; color: #2c2c2x;}
h5, h6 {font-size: 12px; color: #2c2c2c;}

p, ol, ul {
	line-height: 160%;
	}

ul {
	padding-left: 0;
	list-style: disc;
	margin-left: 15px;
	}

#page li{
	list-style: none;
	}

ul li {
	padding: 2px 0 5px 0;
	}

a {
	color: #569186;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #2c2c2c;
	font: bold;
	}


/* Header */


#header_top {
	height: 144px;
	background: #ffffff;
	}
	
#header_top_holder {
	width: 1000px;
	margin: 0 auto;
	}
	
#header_top_logo {
	float: left;
	}
	
#header_top_social {
	float:right;
	}
	
#menu {
	font-size: 12px;
	height: 43px;
	line-height: 43px;
	background: #E0E7E0;
	}
	
#menu_mid {
	width: 1000px;
	margin: 0 auto;
	}
	
#menu a {
	color: #2c2c2c;
	display: block;
	float: left;
	height: 43px;
	line-height: 43px;
	padding: 0 13px;
	}
	
#menu a:hover {
	background: #77cabc;
	}

/* Footer */


#footer {
	background: none repeat scroll 0 0 #77CABC;
	clear: both;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #ffffff;
	}
	
#footer a {
	color: #FFFFFF;
	}
	
#footer a:hover {
	color: #2c2c2c;
	}

