/* - - - - - - - - - - - - - - - - - - - - -

Title : Legal Personnel
URL : 

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

Description : full website styles

- - - - - - - - - - - - - - - - - - - - - */

/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/
html {
	padding: 0px;
	margin: 0px;
	overflow: -moz-scrollbars-vertical;
	}
	
	
body{
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#444444;
}

p {

}

a:link, a:visited {
	color:#a92143;
	text-decoration:undeline;
	
}

		a:hover {
			text-decoration:none;
		}

h1 {
	font: bold 16px/18px Arial, Helvetica, sans-serif;
	color:#3d57c6;
}

h2 {
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color:#3d57c6;
}

h3 {

}

form {
  margin: 0;
}

input, select, textarea {

}

.stats {
	display: none;
	height: 0;
	line-height: 0;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}

/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/
#wrapper {
	width:770px;
	margin:0 auto;
}

#logo {
	width:770px;
	height:83px;
	padding-bottom:10px;
	background:url(../templateimages/logo.gif) no-repeat;
}

#navWrap {
	height:25px;
	width:770px;
	background:#e0e2e5;
	padding:0px;
	margin:0px;
}

#belowNav {
	height:9px;
	background:url(../templateimages/below_nav.gif) repeat-x;
}

#belowNavHome {
	height:7px;
	background:url(../templateimages/below_nav_home.gif) repeat-x;
}

#banner {
	height:149px;
}

		#belowBanner {
			height:21px;
			background:url(../templateimages/below_banner.gif) repeat-x;
		}

#bannerHome {
	width:770px;
	height:258px;
	background: url(../templateimages/home_banner01.jpg) no-repeat;
}


#contentWrap {
	width:770px;
}
			
			#subnavWrap {
				width:197px;
				margin:0px;
				float:left;
				padding-bottom:50px;
				border-left:#314ec6 1px solid;
				background:#6378d0 url(../templateimages/subnav_bot.gif) repeat-x 0% 100%;
		
			}
			
		
			#content {
				float:right;
				width:556px;
				text-align:left;
				padding-top: 5px;
			}

			#contentHome {
				padding-top: 5px;
			}

#botLine {
	margin:0 auto;
}

#privacy {
	height:35px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#718294;

}
		a.footer:link, a.footer:visited {
			font: normal 11px Arial, Helvetica, sans-serif;
			color:#718294;
			text-decoration:underline;
		}
		
		a.footer:hover {
			color:#718294;
			text-decoration:none;
		}
		
		#lhs {
			float:left;
			padding-top:8px;
			padding-left:5px;
		}
		
		#rhs {
			float:right;
			padding-top:8px;
			padding-right:5px;
		}


/*
----------------------------------------------------------------------------- 
NAVIGATION
-----------------------------------------------------------------------------*/
#nav, #nav ul {
	float: left;
	list-style: none;
	position: relative;
	left:10px;
	display: block;
	width:760px; /* bmh */
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
	
#nav li {
	position: relative;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	width: auto;
	white-space: nowrap;
	list-style: none;
	text-transform: capitalize;
	}

#nav a {
	display: block;
	border: 0px;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 8px;
	font: bold 11px/25px Arial, Helvetica, sans-serif;
	color: #666666;
	text-transform:uppercase;

	}

#nav a:hover {
	display: block;
	color: #d11142;		
	text-decoration: none;
/*	background:url(/persistent/templateimages/topnav_div.gif) no-repeat 90% 50%;*/

	}

#nav a.selected {
	font: bold 11px/25px Arial, Helvetica, sans-serif;
	color: #d11142;
	padding: 0px 8px;
	display: block;

	}

#nav a.main {
	text-transform: uppercase;
	padding-left: 10px;

	}

html>body #nav a.main { 
	/*line-height: 2.3; */ 
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	color: #666666; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;
	height: auto;
	}
	
/* ------------------ subnav------------------- */

ul#subNav {
	width: 190px;
	height:27px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:left;
	padding-left:6px;
	padding-top: 15px;
	padding-bottom:50px;
	background:url(../templateimages/subnav_top.gif) repeat-x;
}

ul#subNav li {
	width: 186px;
	height:27px;
	margin: 0;
	padding: 0;
	display: block;
	padding-left:10px;
	background-position:0px;
	display: block;
	
}

a.subNav_off {
 	font: bold 11px/25px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: auto;
	display: block;
	text-transform:uppercase;
	background:url(../templateimages/arrow.gif) no-repeat 0% 50%;
	padding-left:15px;
}


a.subNav_off:hover {
	color: #ffcdda;
}

a.subNav_on {
 	font: bold 11px/25px Arial, Helvetica, sans-serif;
	color: #ffcdda;
	text-decoration: none;
	padding: auto;
	display: block;
	text-transform:uppercase;
	background:url(../templateimages/arrow.gif) no-repeat 0% 50%;
	padding-left:15px;
}


a.subNav_on:hover {
	color: #ffcdda;
}



/*
----------------------------------------------------------------------------- 
MISCEL
-----------------------------------------------------------------------------*/
.joblistingTable {

}


			.joblistingTable td {
				padding:5px;
				border:1px solid #a1a1a5;
			}

/*
----------------------------------------------------------------------------- 
Form styles
-----------------------------------------------------------------------------*/

/*input {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #6F685B;
}

select {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #6F685B;
}

.checkout_input {
	border: 1px solid #252F47;
}

.cart_button {

}

.checkout_button {
  
}

.checkout_table_bgcol {
  	background: #ECE9D8;
  	font-family: Arial, Helvetica, sans-serif;
	color:#6F685B;
	font-size:11px;
	font-weight:normal;
	line-height:1.2em;
  
}

.checkout_table_bgcol tr {
  background: #FFF;
}

.checkout_table_bgcol tr td.checkout_toprow {
  background: #ECE9D8;

}*/

