body, div, dl, dt, dd, ul, ol, li, th, td, h1, h2, h3, h4, h5, h6, p, blockquote, form, fieldset, legend, input, textarea {
  font-family:"Lucida Grande",Arial,sans-serif;
  margin:0;
  padding:0;
}

body {
  font-size:12px;
  color: black;
  margin:0;
  padding:0;
  background:white url(../images/body-bg.gif) repeat-x;
}

p {
padding: 10px;
margin: 0;
}

p.nogap {
padding: 0px;
margin: 0;
}

a {
  color:#4f9100;
  text-decoration:none;
}
a:hover {
  color:#4f9100;
  cursor:pointer;
  text-decoration:none;
}
a:visited {
  color:#4f9100;
  text-decoration:none;
}

#ausa-container {
  margin:0 auto;
  width:1020px;
  background:url(../images/container-bg.gif) no-repeat 0px 143px;  
}

#ausa-body {
  background-color:white;
  margin-top: 10px;
}

/* AUSA Header */

#ausa-header {
  background:url(../images/logo.jpg) no-repeat;
  height:112px;
}

#ausa-header div.hidden {
  display: none;
}

#ausa-header div.show {
  display: block;
  border: 1px solid red;
  padding: 2px;
  color: red;
  position:absolute;
  top:30px;
  left:200px; 
}

#ausa-header-logo{
  padding-top:50px;
}

#ausa-header-logo a {
  display:block;
  height:58px;
  text-decoration:none;
  width:200px;
}

#ausa-header-login {
  float: right;
  clear: both;
  padding: 4px 0px;
  color:white;
  position:absolute;
  top:0px;
  right:0px;
  width:532px;
  font-size:11px;  
}

#ausa-header-login div.form-field{
  float:left;
}

#ausa-header-login label.login-username {
  background:transparent url(../images/icon-user.gif) no-repeat 0px 2px;
  display:block;
  float:left;
  height:20px;
  text-indent:-5000px;
  width:20px;
}

#ausa-header-login label.login-password {
  background:transparent url(../images/icon-password.gif) no-repeat 0px 2px;
  display:block;
  float:left;
  height:20px;
  text-indent:-5000px;
  width:20px;
}

#login-username, #login-password {
  margin:1px 8px 0 0;
  padding:2px;
  width:110px;
  float: left;
  display: block;
  border:1px solid white;
  background:#78d2f3;
  color:white;
}

#login-username:focus, #login-password:focus {
  background:#39b0e3;
}

#ausa-header-login input.submit {
  float: none;
  color: #199ADB;
  padding:2px 4px 0px 0px;
  background:transparent;
  border:0px;
  width: 1px;
  height: 1px;
}

#ausa-header-login a {
  color:white;
  padding:3px 8px 0px 8px;
  border-left:1px dotted white;
  border-top:0px;
  border-bottom:0px;
  border-right:0px;
}

#ausa-header-login a.submit {
  border-left: 0px;
}

#ausa-header-login div.loginfo {
  padding-top: 3px;
}

#ausa-header-logout {
  float: right;
  clear: both;
  padding: 4px 0px;
  color:white;
  position:absolute;
  top:0px;
  right:0px;
  width:270px;
  font-size:11px;  
}

#ausa-header-logout a {
  font-weight:bold;
  border-bottom:1px dotted #4f9100;
}
#ausa-header-logout a:hover {
  border:0px;
}	

/* AUSA Navigator */

#ausa-navigation {
  height:37px;
  z-index:89;
  padding:0px 10px;
}

#ausa-main-menu {
}

#ausa-main-menu ul { 
  margin:0;
  padding:0;
  float: left; 
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

#ausa-main-menu li {
  background:transparent none repeat scroll 0 0;
  cursor:pointer;
  display:block;
  float:left;
  margin:0;
  padding:0px 1px 0px 0px;
}

#ausa-main-menu li a {
  color:#bcfe70;
  display:block;
  font-size:12px;
  font-weight:bold;
  line-height:31px;
  padding:0 20px;
}

#ausa-main-menu li a.active, #ausa-main-menu li a.active:hover, #ausa-main-menu li a.active:active, #ausa-main-menu li a.active:focus {
  background:#91AE4E url(../images/tab-hover.gif) repeat-x;
  color:#FFFFFF;
}

#ausa-main-menu li a:hover, #ausa-main-menu li a:active, #ausa-main-menu li a:focus {
  background:#91AE4E url(../images/tab-hover.gif) repeat-x;
}

#ausa-main-menu li:hover {
}

/* AUSA Body Left */

#left-body {
  width: 650px;
  float: left;
  /*keep a distance from footer*/
  padding-bottom: 20px;
  padding-left:30px; 
}

#promotion-pics {
  width: 645px;
  height: 285px;
}

#our-services {
  width: 645px;
}

#our-services-one {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}

#our-services-one-title {
  color: #2C79B3;
  font-size: 18px;
}

#our-services-one-content {
  padding-top: 10px;
  font-size: 13px;
  font-style: italic;
  line-height: 1.5;
}

#our-services div.box {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}

#our-services div.box-title {
  color: #2C79B3;
  font-size: 18px;
}

#our-services div.box-content {
  padding-top: 10px;
  font-size: 13px;
  line-height: 1.5;
}

#our-services ul {
  padding-left: 20px;
}

/* AUSA Right Body */

#right-body {
  float: right;
  /*keep a distance from footer*/
  padding:0px 20px 20px 5px;
}

#online-chat, #online-access, #recent-cases, #registered-MIA, #ausa-newsletter, #hold-your-chance-one, #hold-your-chance-two, #call-us-now, #member-reg, #online-app {
  width: 300px;
  margin-bottom:12px;
  border-bottom:2px solid #7ab8e9;  
}

#online-chat a, #online-access a, #online-app a, #member-reg a {
  font-weight:bold;
  border-bottom:1px dotted #4f9100;
}
#online-chat a:hover, #online-access a:hover, #online-app a:hover, #member-reg a:hover {
  border:0px;
}

#online-chat-title, #online-access-title, #recent-cases-title, #registered-MIA-title, #ausa-newsletter-title, #hold-your-chance-one-title, #hold-your-chance-two-title, #call-us-now-title, #member-reg-title , #online-app-title {
  background:url(../images/menu-top.gif) no-repeat;
  color: white;
  text-align:center;
  padding: 5px 0px 6px 0px;
  font-size: 13px;
  font-weight:bold;
}

#online-chat-one {
  padding: 7px 10px;
  font-size: 12px;
  border: 1px solid #bfbfbf;
  border-bottom:0px;
}

#online-chat-two {
  padding: 7px 10px;
  font-size: 12px;
  border: 1px solid #bfbfbf;
}

#online-chat-one-photo {
  height: 80px;
  width: 80px;
  background:transparent url(../images/consulting.gif) no-repeat scroll left center;
  float: right;
}

#online-chat-one-name {
  font-weight: bold;
  font-size: 12px;
}

#online-chat-one-name span.marn{
  font-weight: normal;
  font-size: 11px;
  color: #2C79B3;
}

#online-chat-one-details {
  padding: 10px 0px 10px 0px;
}

#online-chat-two-photo {
  height: 80px;
  width: 80px;
  background:transparent url(../images/mika.gif) no-repeat scroll left center;
  float: right;
}

#online-chat-two-name {
  font-weight: bold;
  font-size: 12px;
}

#online-chat-two-name span.marn{
  font-weight: normal;
  font-size: 11px;
  color: #2C79B3;
}

#online-chat-two-details {
  padding: 10px 0px 10px 0px;
}


#online-access-one, #online-app-one, #member-reg-one {
  padding: 7px 10px;
  font-size: 12px;
  border: 1px solid #e3e3e3;
}

#online-access-one-picture {
  height: 80px;
  width: 80px;
  background:transparent url(../images/pass.gif) no-repeat scroll left center;
  float: right;
}

#online-access-one-name, #online-app-one-name, #member-reg-one-name {
  font-weight: bold;
  font-size: 12px;
}

#online-access-one-details, #online-app-one-details, #member-reg-one-details {
  padding: 10px 0px 10px 0px;
}


#recent-cases .recent-cases-index {
  padding: 7px 10px;
  font-size: 12px;
  border: 1px solid #e3e3e3;
}

#recent-cases .recent-cases-date {
  font-size: 12px;
}

#recent-cases .recent-cases-content {
  padding: 10px 0px 10px 0px;
}



#registered-MIA-pictures {
  padding: 7px 10px;
  font-size: 12px;
  border: 1px solid #e3e3e3;
  height: 120px;
}

#registered-MIA-picture-one {
  height: 100px;
  width: 100px;
  margin: 5px 15px;
  background:transparent url(/images/aboutus/about/MIA.jpg) no-repeat scroll left center;
  float: left;
}

#registered-MIA-picture-two {
  float: right;
  margin: 5px 15px;
  height: 100px;
  width: 100px;
  background:transparent url(/images/aboutus/about/australian_flag.gif) no-repeat scroll left center;
}


#ausa-newsletter-pictures {
  padding: 7px 10px;
  font-size: 12px;
  border: 1px solid #e3e3e3;
}

#ausa-newsletter-picture-one {
  height: 80px;
  width: 175px;
  padding: 2px;
  border: 1px solid #e3e3e3;
  margin: 10px auto;
  background:transparent url(/images/newsletter.gif) no-repeat scroll center;
}

#hold-your-chance-one-pictures {
  padding: 7px 10px;
  font-size: 12px;
  border: 1px solid #e3e3e3;
}

#hold-your-chance-one-picture-one {
  height: 80px;
  width: 175px;
  padding: 2px;
  border: 1px solid #e3e3e3;
  margin: 10px auto;
  background:transparent url(/images/holdyourchance/codeofconduct.png) no-repeat scroll center;
}



#hold-your-chance-two-pictures {
  padding: 7px 10px;
  font-size: 12px;
  border: 1px solid #e3e3e3;
}


#hold-your-chance-two-picture-one {
  height: 80px;
  width: 175px;
  padding: 2px;
  border: 1px solid #e3e3e3;
  margin: 10px auto;
  background:transparent url(/images/holdyourchance/chance2.gif) no-repeat scroll center;
}



#call-us-now-content {
  padding: 7px 10px;
  font-size: 12px;
  border: 1px solid #e3e3e3;
}

#call-us-now-phonenumber {
  color: #2C79B3;
  font-size: 20px;
  /* was 20px 50px, set to 40px due Mac */
  padding: 20px 40px;
}


/* AUSA Footer */

#ausa-footer {
  clear: both;
  padding: 10px;
  border-bottom: 3px solid #00529b;
  height: 24px;
  font-size: 11px;
  color:#00529b;
  text-align:center;
  width:980px;
  margin:20px auto 0px auto;
}

#ausa-footer-company,#ausa-footer-phones,#ausa-footer-address{
  float:left;
  padding:0px 40px;
}

/* OPQ footer */
#opq-footer {
  font-size: 11px;
  color: #00529b;
}

#opq-footer a {
  color: #00529b;
}

#opq-footer-boxes {
  float: right;
  padding-right: 100px;
}


/* Common part CSS */

/* for actions part */
div.action-actions {
  /*padding-left: 10px;*/
}

div.action-actions  div.action-title {
  color: #2C79B3;
  padding: 10px 0;
  font-weight: bold;
}

div.action-actions  div.action-title a:hover {
  border: 0 none;
}

div.action-actions  div.action-title a {
  border-bottom: 1px dotted #4F9100;
  font-size: 13px;
  line-height: 1.5;
}

div.action-actions  div.action-content {
  font-size: 13px;
  line-height: 1.5;
}

span.free {
  font-weight: bold;
  color: #2C79B3;
}  