@charset "UTF-8";

/*
	
	Site Design Copyright 2009 Infusion Design Melbourne
	www.infusiondesign.com.au
	
	Table of Contents
	1.	Browser CSS Reset
	2.	Typographic Setup
	3.	Generic Page Layout
	

*/

/*  -----  1. RESET  -----  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font: 13px/18px "Myriad Pro", Calibri, Tahoma, Helvetica, Arial, sans-serif;
	color: #bbb;
	background: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a {
	color: #bbb;
	text-decoration: none;
	border-bottom: 1px solid #444;
	-webkit-transition: all 0.3s ease;
}
a:hover {
	color: #fff;
	border-bottom-color: #999;
}

p, h2 {
	margin: 0 0 15px 0;
}
h2, h3 {
	font-weight: bold;
}
h2 {
	font-size: 18px;
}
h3 {
	margin: 0 0 5px 0;
	font-size: 14px;
}
em {
	font-style: oblique;
}
strong {
	font-weight: bold;
}

.clearfloat {
	clear: both;
}
#container {
	/*max-width: 1300px;*/
	min-width: 1000px;
}
#header {
	padding: 5px 20px 0px 15px;
	border-bottom: 1px #be4148 solid;
	overflow: auto;
}
	#logo {
		float: left;
		margin: 0 0 0 0;
	}
	#logo a {
		display: block;
		width: 145px;
		height: 100px;
		padding: 10px;
		background: url('../images/aussie-health-abroad.png') no-repeat 10px 10px;
		text-indent: -9999px;
		border: 0 none;
	}
		#logo a:hover {
		}
		
#navigation, #contact-info {
	float: right;
	margin: 30px 0 0 0;
}
#contact-info { 
	margin-right: 10px; 
}
	#navigation li {
		float: left;
		border-right: 1px solid #333;
	}
	#navigation li:last-child {
		border-right: 0 none;
	}
		#navigation li a, #contact-info a, #contact-info span {
			display: block;
			float: left;
			border: 0 none;
			padding: 30px 10px 20px 10px;
			color: #888;
			text-transform: lowercase;
		}
		#navigation li a:hover, #contact-info a:hover {
			color: #fff;
		}
	#navigation li.active a {
/*		font-style: oblique;
		letter-spacing: 1px;*/
		color: #444;
		color: #fff;
	}


a.donatebutton {position: absolute; z-index: 100; padding: 8px 9px; top: 125px; left: 520px; border-bottom: 0;}


#content_wrap {

	background: black url('../images/child_bg_interior.jpg') no-repeat 0 0;	
	clear: both;
/*	float: left;*/
/*	width: 100%;*/
	min-height: 500px;
}

#home #content_wrap {
	background: black url('../images/child_bg_home.jpg') no-repeat 0 0;	
}

#home #content {
	font-size: 15px;
	line-height: 20px;
}
#content {
	background: black;
	background: transparent url('../images/black_70_trans.png') repeat 0 0;
	background: rgba(0,0,0,0.5);
	text-shadow: 1px 2px 1px rgba(0,0,0,0.7);
	width: 580px;
	margin: 0 140px 0 70px;
	padding: 20px 30px;
	text-align: justify;
	min-height: 460px;
	float: left;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
	#content img {
		opacity: 0.8;
	}
	
/*#content_inner {
	height: 440px;
	overflow-y: scroll;
	overflow-x: hidden;	
}*/
#content_inner {
	padding: 0 60px 0 0px;
}
#home #content_inner {
	padding: 0;
}

.floatright {
	float: right;
	margin-right: -60px;
	margin-left: 30px;
}
.floatleft {
	float: left;
	margin-left: 0px;
	margin-right: 30px;
}

img {
	margin: 0 0 10px 0;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

#home #content {
	width: 350px;
}

#footer {
	padding: 10px 40px 10px 100px;
	color: #555;
	clear: both;
	float: right;
	font-size: 11px;
}
	#footer a {
		color: #555;
		border-color: #222;
	}
	#footer a:hover {
		color: #aaa;
		border-color: #555;
	}

a.button {
	color: #bbb;
	background: rgba(0,0,0,0.2);
	border: 1px solid #444;
	-webkit-transition: all 0.3s ease;
	cursor: pointer;
	padding: 5px 10px;
	text-align: center;
	font-size: 14px;
	display: inline-block;
	margin-right: 2px;
}
a.button:hover {
	color: #fff;
	border-color: #999;
	background: rgba(255,255,255,0.1);
}
a.donatebutton {
	color: #fff;
	background: rgba(190,65,72,0.9);
	border: 1px solid #be4148;
	-webkit-transition: all 0.3s ease;
	cursor: pointer;
	padding: 8px 9px;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	margin-right: 2px;
}
a.donatebutton:hover {
	color: #fff;
	border-color: #be4148;
	background: rgba(190,65,72,0.1);
}

