/* AUSNAC CSS */
/***************** PAGE *********************/
html {
	height:100%;
	margin:0px;
	padding:0px;
}
body {
	background-color:#083185;
	height:100%;
	margin:0px;
	padding:0px;
	border:none;
	text-align:left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#000000;
}
div {
	margin:0px;
	padding:0px;
}
/***************** MAIN LAYOUT *********************/
#header {
	width:100%;
	height:110px;
	background-image:url(../images/banner_bg.gif);
	background-repeat:repeat-x;
	float:left;
}
#searchbar {
	position:absolute;
	top:42px;
	right:0px;
}
#imagebar {
	height:129px;
	background-image:url(../images/subbanner_left_bg.gif);
	background-repeat:repeat-x;
	width:100%;
	float:left;
}
#title {
	width:280px;
	height:129px;
	background-image:url(../images/subbanner_right_bg.gif);
	background-repeat:repeat-x;
	text-align:right;
	position:absolute;
	right:0px;
}
#footer {
	float:left;
	width:100%;
	height:96px;
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	clear:both;
}
/***************** CONSORTIUM LAYOUT *********************/
#cons_header {
	width:100%;
	height:109px;
	background-image:url(../images/cons_header_bg.gif);
	background-repeat:repeat-x;
	float:left;
}
#cons_logdetails {
	position:absolute;
	top:0px;
	right:5px;
}
#cons_titlebar {
	height:68px;
	background-image:url(../images/cons_titlebar.gif);
	background-repeat:repeat-x;
	width:100%;
	float:left;
	text-align:right;
}
/***************** MENU *********************/
#header img {
	float:left;
}
#menu {
	height:110px;
	position:absolute;
	right:0px;
	top:0px;
}
#menu img {
	float:left;
	margin-right:-7px;
	padding:0px;
}
#menu ul {
	padding:0px;
	margin:0px;
}
#home_btn {
	float:left;
	position:relative;
	margin-left:-10px;	
}
#home_btn a {
	display:block;
	width:42px;
	height:110px;
	padding:0px;
	margin:0px;
	background-image:url(../images/menu_home_btn.gif);
	background-position:top;
}
#home_btn a:hover {
	background-position:bottom;
}
/***************** CONTENT *********************/
#content_holder {
	width:100%;
	background: white url(../images/content_bg.gif) right repeat-y;
	float:left;
	clear:both;
}
#content_index {
	float:left;
	background: transparent url(../images/forumblock_bg.gif) left repeat-y;
	padding:40px 300px 0px 30px;
}
#content_index_lhs {
	float:left;
	width:190px;
	min-height:450px;
}
#content_index_rhs {
	margin-left:245px;
}
#content_page {
	background: white url(../images/content_bg.gif) right repeat-y;
	float:left;
	clear:both;
	width:100%;
}
#content_lhs {
	float:left;
	min-height: 600px;
	padding:40px 300px 96px 40px;
	background-color:transparent;
}
#content_rhs {
	width: 240px;
	margin-left:-280px;
	float:right;
	padding:40px 20px 96px 20px;
}
#content_rhs ul {
	margin:0px 0px 10px 20px;
	padding:0px;
}
#content_rhs ul li {
	margin-bottom:10px;
}

#content_rhs img {
	border-color:#214373;
	border:thin;
	border-style:solid;
	float:left;
	width:90px;
	height:90px;
	margin:5px;
}
#content_rhs img.find {
	border: none;
	width: 200px;
	height: 56px;
	margin: 0 auto 0 auto;
}
#content_rhs p {
	width:130px;
	float:left;
	clear:both;
}
/***************** TITLE BLOCK *********************/
#title h1 {
	color:#3254a7;
	margin:80px 10px 0px 0px;
	font-size:28px;
	font-style:italic;
	font-weight:lighter;
}
#cons_titlebar h1 {
	margin-top:30px;
	margin-right:15px;
	color:#FFFFFF;
	font-size:28px;
	font-style:italic;
	font-weight:lighter;
}
/***************** SEARCHBAR *********************/
#searchbar input {
	float:left;
	padding:0px;
	margin:0px 10px 0px 0px;
}
/***************** IMAGE BAR *********************/
#imagebar img {
	float:left;
}
/***************** FOOTER *********************/
#footer img {
	float:right;
	padding:20px;
}
#footer a {
	float:left;
	margin-top:60px;
	padding:0px 20px;
	color:#FFFFFF;
	font-style:italic;
	font-weight:normal;
	border-right:thin;
	border-right-style:solid;
}
#footer a:hover {
	color:#ffd01c;
}
/***************** ELEMENTS *********************/
p {
	margin:0px 0px 10px 0px;
	padding:0px;
	color:#3b3b3b;
}
img {
	padding:0px;
	margin:0px;
	border:none;
}
a {
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-weight:bold;
	color:#0062AB;
	border: none;
}
a:hover {
	color:#eda200;
}
h1 {
	padding:0px;
	color:#055fa8;
	font-style:italic;
	font-weight:lighter;
	font-size:18px;
	margin:0px 0px 10px 0px;
}
h2 {
	padding:0px;
	color:#eda200;
	font-style:italic;
	font-weight:lighter;
	font-size:12px;
	margin:0px 0px 10px 0px;
}
h3 {
	padding:0px;
	color:#055fa8;
	font-style:italic;
	font-weight:normal;
	font-size:14px;
	margin:0px 0px 10px 0;
	clear:both;
}
hr {
	color:#cfdae6;
}
ul {
	color:#3b3b3b;
}
/***************** CLASSES *********************/
.clear {
	clear: both;
}