/* CSS Document */
/********************************************************** Website created by Andrew Jabs | Minefield digital media http://www.minefield.com.au **********************************************************/ 
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0C474E;
}
body {
	background-color: #AFB04E;
	background-image: url(../images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
h2 {
	font-size: 18px;
}
h2 span {
	font-size: 12px;
}
img {
	margin:0px;
	padding:0px;
}
.footer {
	color: #FFFFFF;
}
.footerLink {
	color: #FFFFFF;
	text-decoration: none;
}
.footerLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a {
	color: 0081B6;
	text-decoration:none;
}
a:hover {
	color: 0081B6;
	text-decoration: underline;
}
h5 {
	margin:0px;
	font-size:14px;
}

p {font-size: 0.8em;}

ul,ol {font-size: 0.8em;}

#commitment {
	color:#FFFFFF;
}
.whitebig {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.white {
	color:#FFFFFF;
}
.whiteLink {
	color:#FFFFFF;
	text-decoration:none;
}
.whiteLink:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.bluebig {
	color:#0C474E;
	font-size:14px;
	font-weight:bold;
}
hr {
	border:0;
	margin:0;
}
img.profile {
	float: right;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 0 0 10px 10px;
}

#update {
	background: #0081CD;
	padding: 10px;
	color: #fff;
}


	#update h2 {color: #fff;}

/*	Form Stylin'	*/
			
			#contact_form {	
				font-size: 12px;
				padding: 0.5em 1em;
				font-size: 0.75em;
				color: #fff;			
			}
			
						
			#contact_form fieldset {
				padding: 1em;
				border: 1px solid #ccc;
				margin-bottom: 0.5em;
			}
			
			#contact_form fieldset legend {
				padding: 0 0.5em;
				font-size: 1.2em;
				color: #CCC726;
			}
			
			#contact_form fieldset label {
				display: block;
				width: 100%;
				float: left;
				clear: left;
			}
			
			#contact_form fieldset input {
				float: left;
				margin: 0 0 0.5em 0;
				font: 1em  Verdana, Arial, Geneva, sans-serif;
				color: #333;
			}
			
			#contact_form fieldset textarea {
				font: 1em  Verdana, Arial, Geneva, sans-serif;
				color: #333;		
			}
			
			#contact_form input.formBtn {
				font-size: 1.2em;
				color: #000;
			}
