/*  Main CSS								*/
/*  Last Updated: May 15th				*/

@import url(/reset.css);

/*	--- General Styling					*/

body {
	font: 80% Verdana, sans-serif;
	background:#354248;
}
strong {font-weight:bold;}
em {font-style:italic;}
blockquote {margin:10px 0 10px 0;padding:4px 0 4px 15px;background:#e6ebea;line-height:1.5;font-size:110%;border-top:1px solid #b0c7c2;border-bottom:1px solid #b0c7c2;}
:focus {}

a u {text-decoration:none;}

.left {float:left;}
.right {float:right;}

/*	--- Deployment specific				*/

a:link {text-decoration:none;color:#004661;}
a:hover {text-decoration:underline;color:#004661;}
a:visited {text-decoration:none;color:#004661;}

div#main_container {
	background: url(/images/layout/bg/page_bg.jpg) repeat-x top #edecd3;
	width:966px;
	min-height:400px;
	margin: 0 auto 10px auto;
	overflow:auto;
}
div#header {height:68px;}

div#left_hand_side {
	width:213px;
	min-height: 332px;
	/*background: url(/images/layout/bg/lhs_bottom.gif) bottom no-repeat;*/
	float:left;
	margin-right:1px;
}

div#right_hand_side {
	width:752px;
	min-height: 332px;
	/*background: url(/images/layout/bg/rhs_bottom.gif) bottom no-repeat white;*/
	float:left;
}

div.left_edge {
	background: url(/images/layout/bg/page_rhs_bg_tall.gif) repeat-y top left;
	min-height:332px;
	padding-left:2px;
}

div.home_page_edge {
	background: url(/images/new_nav/home_tabs_footer.gif) no-repeat bottom;
	min-height:212px;
	padding-left:2px;
}

/*	-- Main Nav								*/

div#left_hand_side a {
	height:26px;
	background: url(/images/layout/bg/main_nav_element.gif) no-repeat top right;
	vertical-align:bottom;	/* Possible quirk of the reset.css, baseline, what it uses was creating a lot of padding */
	cursor:pointer;
	padding: 0px 0 0 16px;
	display:block;
	text-decoration:none;
}


div#left_hand_side a span {
	display:block;
	padding: 5px 0 0 15px;
	background:url(/images/layout/bg/main_nav_li.gif) no-repeat 0px 11px;
}

div#left_hand_side a.top {background: url(/images/layout/bg/main_nav_top.gif) no-repeat top right;}
div#left_hand_side a.bottom {background: url(/images/layout/bg/main_nav_bottom2.gif) no-repeat top right;height:31px;}

div#left_hand_side a:hover {
	background-position: bottom right;
	color:white;
	text-decoration:underline;
}

/*	-- Page Structure								*/

div.page_title {
	height:50px;
	background: url(/images/layout/bg/page_title.gif) repeat-x top;
}

div.page_title h1 {
	font-size:120%;
	color:white;
	font-weight:bold;
	padding: 5px 0 5px 18px;
   overflow:hidden;
   margin-bottom:4px;
   height:16px;
}

div.page_title a {
	font-size:75%;
	display:block;
	float:left;
	color: #9b9878;
	padding: 3px 10px 0 10px;
	background: url(/images/layout/bg/bread_arrow.gif) no-repeat 100% 80%;
}

div.page_title span.bread_box {
	height:15px;
   display:block;
   overflow:hidden;
}

div.page_title a:link {color: #0079c2;}
div.page_title a:visited {color: #0079c2;}
div.page_title a:hover {color: #0079c2;text-decoration:underline;}

div.page_title a.first {padding-left:18px;}
div.page_title a.last {background:none;}

div.page_content {
	padding: 10px 18px 15px 18px;
	font-size:90%;
	line-height:1.3;
}

div#page_bg {
	background: url(/images/layout/bg/page_bg.gif) repeat-y;
	float:left;
}

div#footer_bg {
	background: url(/images/layout/bg/complete_footer.gif) no-repeat bottom;
	float:left;
}

/*	--- Side Footer								*/

div.side_footer {
	width:213px;
	background: url(/images/layout/bg/rhs_footer_top.gif) no-repeat top;
}

div.side_footer div.footer_content {
	padding:10px 0 10px 15px;
	font-size:80%;
	color:#034c79;
}

div#left_hand_side div.side_footer a, div.home_contact li a {
	background:none;
	display:inline;
	padding:0;
	color:#034c79;
	border-bottom:1px dotted #034c79
}

div#left_hand_side div.side_footer a {}
div#left_hand_side div.side_footer a:visited {}
div#left_hand_side div.side_footer a:hover {text-decoration:none;color:#0079c2;border-bottom:1px dotted #0079c2;}

div.side_footer div.footer_content ul {margin-bottom:5px;}
div.side_footer div.footer_content li, div.home_contact li {
	background: url(/images/layout/bg/footer_li.gif) no-repeat 0px 3px;
	padding:0 0 9px 15px;
	vertical-align:bottom;
}

div.side_footer div.footer_content img {}

/*	--- Search Box									*/

div.search {
	background: url(/images/layout/bg/lhs_box_footer.gif) no-repeat bottom;
}

div.search_heading {
	background: url(/images/layout/bg/lhs_box_heading.gif) no-repeat top;
	height:38px;
}

div.search_heading h1{
	color:#0079c2;
	font-size:120%;
	font-weight:bold;
	padding: 10px 0 0 16px
}

div.search_content {
	padding:10px 0 17px 15px;
}

input.search_input {
	background:#f5f5eb;
	border:1px solid #dbdaca
}

div.search_content input {
	vertical-align:middle;
}

input.search_input {
	height:19px;
	width:153px;
}

/*	--- Page content style						*/
div.page_content h1,h2,h3,h4,h5,h6 {
	color:#034c79;
	font-weight:bold;
	margin: 8px 0 13px 0;
	padding-bottom:4px;
}

div.page_content h1 {font-size:135%;}
div.page_content h2, div.search_results h2 {font-size:125%;color:#0079C2;border-bottom:1px solid #BFE8FF}
div.page_content h3, div.search_results h3 {font-size:125%;border-bottom:1px solid #AEC5D4;}
div.page_content h4 {font-size:125%;color:#666034;}
div.page_content h5 {font-size:110%;}
div.page_content h6 {font-size:105%;}

div.page_content p {
	padding: 5px 0 5px 0;
  background:white;
  line-height:1.4;
}

div.page_content ul{ margin: 5px 0 5px 15px;}
div.page_content ol {margin: 5px 0 5px 33px;}

div.page_content ul li{
	padding: 0 0 9px 18px;
	background: url(/images/layout/bg/content_li.gif) no-repeat 0px 5px;
}

div.page_content ul li ul, div.page_content ol li ol{
	padding-top:5px;
}

div.page_content ol {
	list-style-type: decimal;
}

div.page_content ol li {
	padding: 0 0 9px 10px;
}

div.page_content a, div.page_content a:link  {color:#034c79; border-bottom:1px dotted #034c79;}
div.page_content a:visited {color:#034c79;}
div.page_content a:hover  {color:#0079c2;border-bottom:1px dotted #0079c2;text-decoration:none;}

div.page_content input {margin-top:3px;}

a#back_button {
	display:block;
	height:20px;
	background:url(/images/layout/bg/back_button.gif) no-repeat top left;
	border-bottom:none;
	float:left;
	margin-bottom:10px;
   margin-top:10px;
	padding:0px 5px 0px 20px;
	border-right:1px solid #cdcdbc;
	border-left:1px solid #cdcdbc;
	color:#034c79;
   line-height:1.4;
   overflow:hidden;
}

a#back_button:hover {background-position: bottom left;border-right:1px solid #89c1e3;border-left:1px solid #89c1e3;}

div.page_content img.content_img {
	float:right;
	border-left:6px solid white;
	margin: 0 0 10px 10px;
	display:block;
	clear:right;
}

div.page_resources {margin-top:10px;clear:right;margin-bottom:10px;}
div.resource {
	height:21px;
	border-bottom:1px solid #AEC5D4;
	padding: 2px 2px 0px 2px;
	border-top:3px solid white;
}
div.resource img {vertical-align:middle;padding-right:5px;}

div.resource div.filesize {
	margin-top:-15px;
}

/*	--- Subnav Style						*/

div.subnav_content {
	width:507px;
	border-right:1px solid #edebd8;
	float:left;
}

div#subnav_rhs {
	background: url(/images/layout/bg/subnav_top.gif) no-repeat top left;
	width:206px;
	float:right;
   margin-bottom:15px;
}

div#subnav_elements {
	background: url(/images/layout/bg/subnav_bottom.gif) no-repeat bottom left #eeebd5;
	margin-left:9px;
	padding-bottom:3px;
}

div#subnav_elements h2 {
	margin: 7px 0 0 7px;
	background: url(/images/layout/bg/subnav_heading.gif) no-repeat #EEEBD5;
	padding: 0 0 0 5px;
	color:white;
	height:23px;
	line-height:1.7;

}

div#subnav_elements ul { 
	margin: 8px 0 8px 7px;
}

div#subnav_elements li {
	background: url(/images/layout/bg/subnav_element_top.gif) top no-repeat #f6f4e9;
	margin: 0 10px 3px 0;
	padding: 5px;
}

div#subnav_elements a {color:#034c79;border-bottom:1px dotted #034c79;}
div#subnav_elements a:visited {color:#034c79;}
div#subnav_elements a:hover {color:#0079c2;border-bottom:1px dotted #0079c2;text-decoration:none;}


/*	--- Homepage Specific						*/

div#homepage_tabs {
}

div#homepage_tabs li {
	background: url(/images/new_nav/home_tab.gif) top no-repeat;
	float:left;
	width:150px;
	height:38px;
	text-align:center;
	color:white;
	font-weight:bold;
	font-size:80%;
	line-height:13px;
	padding:7px 0 0 0;
}

div#homepage_tabs li.last {
	background: url(/images/new_nav/home_tab_last.gif) no-repeat;
}

div#homepage_tabs li a {color:white;}
div#homepage_tabs li a:visited {color:white;}
div#homepage_tabs li a:hover {color:white;border-bottom:1px dotted white;text-decoration:none;}

div#homepage_tab_images a {
	display:block;
	width:149px;
	height:174px;
	border-right:1px solid #e7e6d3;
	float:left;
}

div#homepage_tab_images a.tab_business_law {background: url(/images/new_nav/business_law.jpg) no-repeat top #d0cda0;}
div#homepage_tab_images a.tab_sucession_planning {background: url(/images/new_nav/success_planning.jpg) no-repeat top #d2cfa4;}
div#homepage_tab_images a.tab_dispute_resolution {background: url(/images/new_nav/dispute_resolution.jpg) no-repeat top #d8d5af;}
div#homepage_tab_images a.tab_insolvency {background: url(/images/new_nav/insolvency.jpg) no-repeat top #dfddbd;}
div#homepage_tab_images a.tab_property_law {background: url(/images/new_nav/property_law.jpg) no-repeat top #e6e5cc;}
div#homepage_tab_images a.tab_immigration_law {background: url(/images/tab_immigration_law.jpg) no-repeat top #edecda;}


div#homepage_tab_images a:hover {background-position:0px -177px;}

div.home_news, div.home_contact {
	background: url(/images/layout/bg/home_heading_bar.gif) repeat-x top;
}

div.home_news {
	width:500px;
	margin-left:2px;
}

div.home_contact {
	width:250px;
}

div.home_news h1, div.home_contact h1 {
	height:38px;
	color:#0079c2;
	font-size:115%;
	font-weight:bold;
	padding: 8px 0 8px 15px;
}

div.seperator_bg {
	background: url(/images/layout/bg/home_sep.gif) no-repeat top left;
	min-height:355px;
}

div.news_item {
	padding-left:15px;
   padding-right:10px;
	margin: 0 0 20px 0;
}

div.news_item h2 {
	color:#034C79;
	font-size:125%;
	margin:0;
	padding:0;
  line-height:1.3;
}

div.news_item h3 {
	font-size:70%;
	font-weight:normal;
	padding:0;
	margin: 5px 0 14px 0;
	color:#0079C2;
}

div.news_item span {
	font-size:0.9em;
	line-height:1.5;
}

div.news_item a {color:#034C79;}
div.news_item a:visited {color:#034C79;}
div.news_item a:hover {color:#034C79;text-decoration:none;border-bottom:1px dotted #034C79;}

div.news_item a.continue {
	clear:right;
	display:block;
	background: url(/images/layout/bg/footer_li.gif) right no-repeat;
	width:85px;
	margin-top:10px;
	font-size:90%;
	color:#034c79;
	border-bottom:1px solid white;
}
div.news_item a.continue:hover {text-decoration:none;border-bottom:1px dotted #034c79;}
div.news_item a.continue:visited {text-decoration:none;color:#034c79;}

div.home_contact dl {margin: 0 0 10px 15px}
div.home_contact dt, div.home_contact dd {
	font-size:90%;
	padding-top:7px;
}

div.home_contact dt {
	display:block;
	float:left;	
	font-weight:bold;
	width:100%;
}
div.home_contact ul {margin-left:15px;}
div.home_contact li a {font-size:90%;color:#034c79;}
div.home_contact li a:visited {font-size:90%;color:#034c79;}
div.home_contact li a:hover {font-size:90%;color:#0079c2;border-bottom:1px dotted #0079c2;}

/*	--- Search Results									*/

div.search_results {
	padding:5px 15px 5px 15px;
}

td.search_crumb {
	font-size:80%;
   padding-bottom:10px;
}
div.search_results a {text-decoration:none;color:#034c79;}
div.search_results a:visited {text-decoration:none;color:#034c79;}
div.search_results a:hover {text-decoration:none;color:#0079c2;border-bottom:1px dotted #0079c2;}

div.search_results td.results_summary h1,div.search_results td.results_summary h2,div.search_results td.results_summary h3,div.search_results td.results_summary h4{
	border:none;
   font-weight:bold;
}

div#main_container div#footer-container {
	width:946px;
	height:21px;
	padding:4px 10px 0 10px;
	background:top left no-repeat url(images/layout/bg/footer_bg.gif) white;
	float:left;
	font-size:80%;
	text-align:center;
	color:#666666;
}

div#main_container div#footer-container ul { margin:0px; padding:0px; }
div#main_container div#footer-container ul li { margin:0px; padding:0px; display:inline; }

div.footer_content p { text-align:center; padding:0 10px 0 0; margin:0px; font-family:Times; font-size:10pt; color:#999999; }

dl h2 { margin:0px; }

div#signup a { padding:0px; margin:0px; height:49px;}
