/*
RESULTS Australia
Cascading Style Sheet
Created by Lochlan McBride
lochlan@cstech.net.au
*/

/************************************************************************************
>> Text <<
************************************************************************************/
body {
	text-align: center; /* used to center page in IE */
	background-color: #fff; /* BG colour of the CMS editor */
	background: url(none);
	margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #585858;
}
h1 {
	font-size: 22px;
	color: #0397d6;
	margin: 0px;
	text-align: left;
}
h2 {
	font-size: 16px;
	color: #0397d6;
	text-align: left;
}
h3 {
	color: #585858;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: left;
}
h4 {
	font-size: 11px;
	color: #797979;
	margin: 0px;
	float: left;
}
h4 a:link {
	color: #797979;
}
a:link {
	color: #447ec2;
	text-decoration: none;
}
a:visited {
	color: #326098;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #447ec2;
	text-decoration: none;
}
a img {
	border-style: none;
}
ul li {
	line-height: 16px;
	padding-bottom: 5px;
}
ol {
	margin: 0px;
}
td {
	vertical-align:top;
}
ol#members li {
	padding-bottom: 10px;
	list-style: lower-roman;
}
ol#members li ul li {
	padding-top: 10px;
	padding-bottom: 0px;
	list-style: disc;
}

/************************************************************************************
>> Home Page Layout <<
************************************************************************************/
#outterwrap {
	width: 970px;
	margin: 0px auto;
	text-align: left;
	background: #FFFFFF;
}
#header {
	height: 123px;
}
#navigation {
	float: left;
	width: 225px;
}
#home-image {
	float: right;
	height: 365px;
	width: 743px;
	border-right: 1px solid #FFFFFF;
}
#home-content {
	clear: both;
	padding: 12px 12px 12px;
}
#home-content img {
	float: left;
}
#loginbox {
	height: 134px;
	background: url(../images/layout/loginboxbg.jpg);
	width: 209px;
	padding-left: 15px;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#welcome, #content-main {
	padding-left: 30px;
	text-align: justify;
	float: left;
	border-right: 1px dashed #cdcdcd;
	padding-right: 15px;
}
#welcome {
	width: 465px;
}
#news {
	float: right;
	width: 225px;
}
#footer {
	background: #d2e2f2;
	border: 1px solid #FFFFFF;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	clear: both;
}
#footer img {
	float: right;
	padding-top: 10px;
}
/************************************************************************************
>> Login Box on Homepage <<
************************************************************************************/
#loginbox form {
	margin: 0px;
	text-align: left;
}
#loginbox span {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	padding-bottom: 4px;
}
#loginbox .input {
	border: 1px solid #000000;
	width: 119px;
	float: right;
	margin-top: 7px;
	margin-right: 10px;
	height: 17px;
	font: bold 14px/20px Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
}
#loginbox label {
	width: 70px;
	display: block;
	float: left;
	margin-top: 7px;
	line-height: 22px;
}
#loginbox .search {
	float: right;
	margin-right: 10px;
	margin-top: 7px;
}
/************************************************************************************
>> Navigation <<
************************************************************************************/
	/* --[[ Main Container ]]-- */
	#imouter0 {
	background: #2151A6 url(../images/layout/navbg.jpg) repeat-y;
	width: 225px;
}
	/* --[[ Main Items ]]-- */
	#imenus0 li a {
	color:#FFFFFF;
	text-align:left;
	text-decoration:none;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font: 14px/32px Arial;
	height: 32px;
	width: 209px;
	padding-left: 15px;
}
		/* [hover] - These settings must be duplicated for IE compatibility.*/
		#imenus0 li:hover>a {background: #1a4295;}
		#imenus0 li a.ihover, .imde imenus0 a:hover {background: #1a4295;}

	/* --[[ Sub Items ]]-- */
	#imenus0 ul a {
	background: url(../images/layout/navbg.jpg);
	text-align:left;
	text-decoration:none;
	height: 32px;
	width: 163px;
	line-height: 32px;
}
#imenus0 .firstlink {
	border-top: 1px solid #FFFFFF;
}
/************************************************************************************
>> Content Pages Layout <<
************************************************************************************/
#content-wrap {
	padding-top: 12px;
	padding-bottom: 12px;
}
#content-main {
	width: 463px;
}
#content-side {
	float: right;
	width: 195px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}
#content-side .blueborder {
	border: 1px solid #7a99ba;
}
ul#reports {
	margin: 15px 20px 15px 5px;
	list-style: none;
	padding: 0px;
}
ul#reports li {
	background: url(../images/layout/pdf.gif) no-repeat;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
#navigation .donatespace {
	padding-top: 24px;
	padding-left: 12px;
}

/************************************************************************************
>> Donation Form <<
************************************************************************************/
#personal label, #personal input, #personal select {
	display:block;
	width:150px;
	float:left;
	height:16px;
	margin:2px;
}
#personal select {
	height:20px;
}
.donate label {
	width:150px;
	display:block;
	width:169px;
}
#personal {
	width:400px;
}
#personal input, #personal select, #personal {
	border:1px solid #000;
}
table input {
	float:left;
}
.amount input {
	width:30px;
	float:none;
}
.hidden {
	display:none;
}
span.star {
	color:#ff0000;
	padding:0 3px;
}