/* -- Law Week CSS -- */

/* -- Clearfix -- */
.cf:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.cf { display: inline-block; }
html[xmlns] .cf { display: block; }
* html .cf { height: 1%; }

.wai { display: none; }

/* -- html element styling -- */

body {
    background-color: #ffffff;
    color: #6c6e6b;
    font-family: Arial;    
}

h1 {
    margin: 0;
    padding: 0;    
    font-size: 14px;
}

h2 {
   color: #6c6e6b;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    line-height: 15px;
    text-transform: uppercase;
    padding: 0;
    margin: 10px 0px 0px 0px; 
        
}

h3 {
    color: #005596;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    line-height: 20px;
    padding: 0;
    margin: 10px 0px 0px 0px;    
}

h4,h5,h6 {
    padding: 0;
    margin: 0;   
}

img {
    border: none;    
}

ul,li {
    padding: 0;
    margin: 0;   
}

p {
    font-size: 12px;
    margin: 5px 0px 5px 0px;
    line-height: 18px;    
}

a:link, a:visited {
    text-decoration: none;
    color: #005596;    
}

a, a:active {
    text-decoration: none;
    color: #005596;    
}

/* -- Header Styling -- */

h1.h1_lawWeek {
    background: transparent url(../images/h1_lawWeek.gif) no-repeat top left;
    width: 453px;
    height: 51px;
    float: left;
    margin-top: 7px;    
}

h2.h2_welcome {
    background: transparent url(../images/h2_welcome.gif) no-repeat top left;
    width: 119px;
    height: 23px;   
}

h4.h4_sponsors {
    background: transparent url(../images/h4_sponsors.gif) no-repeat center left;
    width: 87px;
    height: 12px;
    padding: 15px 0px 10px 0px;   
}

#lawInYourCommunity {
    background: transparent url(../images/lawInYourCommunity.gif) no-repeat top left;
    width: 355px;
    height: 33px;
    float: right;
    margin-right: 10px;   
}

/* -- page styling -- */

#pageContainer {
    width: 880px;
    margin: auto;
    border-width: 0px 1px 1px;
    border-style: solid;
    border-color: #005596;
    padding-left: 10px;
    padding-right: 10px;    
}

#headerContainer {
        
}

#header {
    height: 140px;
    border: 1px solid #e2f0d9;
    background: transparent url(../images/headerBgImg.jpg) no-repeat top left;
    padding-top: 20px;     
}

#logo {
    width: 670px;
    margin-left: 100px;
    height: 95px;    
}

#logo .siteLogo {
    float: left;
    margin: 0px 20px 0px 0px;       
}

#nav {
    margin-top: 5px;
    border-top: 1px solid #e2f0d9;
    border-bottom: 1px solid #e2f0d9;
    color: #6c6e6b;
    padding: 15px 0px 5px 0px;
}

#nav ul {
    float: right;
       
}

#nav a:link, #nav a:visited {
    color: #8b8686;
    font-family: Arial;
    font-size: 13px;
    text-transform: uppercase;      
}

#nav li {
    text-align: right;
    display: inline;
    padding-left: 2px;   
}
 #nav li ul li {
display: block;
padding: 3px
  border-top: 1px solid #e2f0d9;
    border-bottom: 1px solid #e2f0d9;
    color: #6c6e6b;
}


#contentContainer {
    padding: 10px 0px 10px 0px;           
}

#primaryContent {
    float: left;
    width: 590px;
    padding: 50px 30px 0px 40px;   
}

#primaryContent02 {
    float: left;
    width: 590px;
    padding: 10px 30px 0px 40px;   
}

#secondaryContentContainer {
    float: right;
    width: 195px;   
}

#secondaryContent {
    border: 1px solid #e2f0d9;
    padding: 5px;   
}

#clickHereButton {
    float: right;
    background-color: #005596;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
    text-transform: uppercase;
    width: 90px;
    padding: 3px 0px 3px 0px;
    text-align: center;
}

#ourSponsors {
    border-top: 1px solid #e2f0d9;
    padding: 0px 30px 0px 40px;
    margin-top: 10px;   
}

/* -- text and image styling -- */

.navDivider {
	margin: 0 4px;
}

.navDivider a, .currentPage, .selected, .selected a {
	color: #005596 !important;
}

.sponsorsLogo {
    margin: 0px 5px 0px 25px;    
}

/* -- footer styling -- */

#footer {
    border-top: 1px solid #e2f0d9; 
    margin-top: 10px; 
	text-align:right;  
}

#footerContent {
    float: right;
    font-size: 12px;
    font-family: 'Myriad Pro';
    padding: 10px 0px 10px 0px;   
}

#footerContent a:link, a:visited, a:active {
    color: #005596;
}

#footerContent li {
    display: inline;
}

.footerNavActive {
color: #005596
}

#nav_387340 li { position: relative; }

#nav_387340 li ul {
	position: absolute;
	width: 100px;
	left: -10000px;
padding-top: 7px;
z-index: 10;
}


#nav_387340 li ul li {
        display: block;
text-align: left;
width: 100px;
background: #fff;
padding-top: 3px;
padding-bottom:3px;

border-bottom: 1px solid #e2f0d9;
border-right: 1px solid #e2f0d9;
border-left: 1px solid #e2f0d9;

}

#nav_387340 li:hover ul {
	left: 0;
    color: #005596;
}

#nav_387340, #nav_387340 ul {
	padding: 0;
	margin: 0;
}

#nav_387340 a {
	width: 100px;
}


/* -- Events09 Styling -- */

#events09_list {
	font-size:12px;
	margin-bottom:6px;
}

#events09_list a:hover {
	text-decoration:underline;
}

.e09_list_name {
	font-weight:normal;
}

.e09_list_name a {
	font-weight:normal;
}

.e09_list_name a:link {
	font-weight:normal;
}

.e09_list_name a:hover {
	font-weight:normal;
}

.e09_list_name a:active {
	font-weight:normal;
}

.e09_list_name a:visited {
	font-weight:normal;
}

#event09wrapper {
	width:606px;
	border: solid 1px #005596;
}

#event09header {
	background-color:#005596;
	padding:12px;
	color: white;
}

#event09body {
	margin:12px 24px 24px 24px;
	font-size:12px;
    position:relative;
}

#events09_image {
	position:absolute;
    top:0;
    right:0;
    width:184px;
    height:162px;
}

#e09body_row {
	padding-bottom:20px;
	clear:both;
}

#e09body_left {
	width:180px;
	padding-right:10px;
	float:left;
}

#e09body_Right {
	float:left;
	width: 356px;
	padding-bottom:4px;
}

#e09_last {
	height:24px;
}

#events09_search {
	clear:both;
	border: 1px solid #e2f0d9;
    padding: 5px;  
	margin-top:16px;
	height:169px;
}

#e09_search_form {
	margin:4px;
	font-size:12px;
}

#e09_search_input {
	width:158px;
	height:14px;
	font-size:11px;
}

#e09_search_select {
	width:164px;
	height:19px;
	font-size:11px;
}

#e09_search_submit {
	margin-top:8px;
	float:right;
	margin-right:-4px;
}

#e09_search_button {
    background-color: #005596;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
    text-transform: uppercase;
    width: 90px;
    text-align: center;
	border:none;
	height:21px;
}

.e09_back {
	font-size:13px;
}
#mapAustralia{
margin-left: 80px;
margin-top: 20px;
margin-bottom: 50px;

}
