/* 
	V Australia - Popup Styles
	Revision number	:	1.0
   Last updated		:	22nd August 2007
   Last updated by	:	Scott Mackenzie 
*/

@import url(reset.css); 
@import url(hacks.css);

/* @group Global Settings
----------------------------------------------------------------------------------- */
body {
	color: #333;
	background : #fff url(../images/vaus_body_bg.jpg) repeat-x 0 0;
	text-align: left;
	font: small/170% 'Tahoma', helvetica, Arial, verdana, sans-serif;
}
.block { display: block; }
.no-display { display: none; }
.center { text-align: center; }
#print-logo {
	display: none;
}
/* @end */
/* structure
-------------------------------------------------------------------------------------------------- */
.logo {
	position: absolute;
	left: 15px;
	top: 20px;
}
#quick-nav {
	position: absolute;
	right: 15px;
	top: 10px;
}
#quick-nav a {
	color: #647278;
	text-decoration: none;
	font-size: 85%;
}
#quick-nav a:hover {
	text-decoration: underline;
}
/* @end */
/* content
-------------------------------------------------------------------------------------------------- */
.content-col {
	font-size: 85%;
	line-height: 140%;
	padding: 20px;
	background: transparent url(../images/popup/popup_wrap_bot_bg.gif) no-repeat left bottom;
	text-align: left;
}
.content-wrap {
	background: transparent url(../images/popup/popup_wrap_top_bg.gif) no-repeat left top;
	width: 555px;
	margin-left: 20px;
	margin-top: 100px;
}
.footer {
	background : #fff url(../images/footer_bg.gif) repeat-x top left;
	margin: 17px 0 20px 0px;
	padding: 15px 0 20px 19px;
	font-size : 85%;
	line-height : 140%;
	color : #9e9e9e;
	text-align: left;
}
#content-a strong { font-weight: bold; }
#content-a h3 {
	font-weight: bold;
	font-size: 160%;
	line-height: 100%;
	color: #c00;
	margin-bottom: 13px;
}
#content-a h4 {
	color: #c00;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 8px;
}
#content-a p {
	margin-bottom: 1em;
	line-height: 150%;
}
#content-a a {
	color: #00549f;
	text-decoration: none;
}
#content-a a:hover {
	text-decoration: underline;	
}
#content-a ul {
	margin-left: 10px;
	margin-bottom: 1.3em;
}
#content-a ul ul {
	margin-bottom: .7em;
}
#content-a ul li {
	background: url(../images/bullet_square_blue.gif) no-repeat 0 7px;
	padding-left: 10px;
}
/* @end */