/* CSS Document */

/* General Style Start Here */

body{
	margin:0 auto;
	padding:0;
	color:#232323;
	background:#6a6a6a;
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	}
	
ul{
	list-style:none;
	}
	
div, ul, li, ol, form, label, p, input, select, textarea, a, span, th, td, embed, h1, h2, h3, h4, h5, h6{
	padding:0;
	margin:0;
	}
	
img{
	padding:0;
	margin:0;
	border:none;
	}

a{
	text-decoration:none;
	}
	
.lt, .lm, .lb{
	text-align:left;
	}
	
.lt, .rt, .ct{
	vertical-align:top;
	}
	
.lm, .rm, .cm{
	vertical-align:middle;
	}	
	
.rt, .rb, .rm{
	text-align:right;
	}
		
.lb, .cb, .rb{
	vertical-align:bottom;
	}
		
.ct, .cb, .cm{
	text-align:center;
	}

.bldTxt{
	font-weight:bold;
	}
	
.spacer{
	clear:both;
	font-size:0;
	line-height:0;
	}
	
div#container{
	color:#232323;
	background:#FFFFFF;
	width:960px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	height:100%;
	}

/* General Style End Here */

/* Header Style Start Here */

div#container div#header{
	color:#303801;
	background:url(images/profession-incorporation.jpg) 0 0 no-repeat #e6e2df;
	width:960px;
	overflow:hidden;
	padding:140px 0 23px 0;
	text-align:right;
	}
	
div#header h1{
	font:bold 14px/17px Arial, Helvetica, sans-serif;
	margin:0 25px;
	}

div#container div#body{
	margin:8px;
	overflow:hidden;
	height:100%;
	}
	
/* Header Style End Here */

/* Body Style Start Here */

/* Left Column Style Start Here */
	
div#body div#leftNav{
	color:#6b6d54;
	background:url(images/bgNav.gif) 0 0 repeat-x #FFFFFF;
	float:left;
	width:217px;
	border:1px solid #d1c7c0;
	}

div#leftNav ul li{
	border-bottom:1px dashed #d1c7c0;
	}
	
div#leftNav ul li.noBorder{
	border:none;
	}
	
div#leftNav ul li a{
	color:#38392a;
	background:url(images/bullet2.gif) 8px 14px no-repeat;
	background-color:inherit;
	display:block;
	padding:10px 10px 10px 20px;
	text-decoration:none;
	}
	
div#leftNav ul li a:hover{
	color:#447dc2;
	background-color:inherit;
	}
	
div#leftNav ul li.active{
	font-weight:bold;
	color:#333333;
	background:url(images/bullet2.gif) 8px 14px no-repeat;
	background-color:inherit;
	padding:10px 10px 10px 20px;
	}

div#leftNav ul li a.selected{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#d1c7c0;
	}

div#leftNav ul li a.selected:hover{
	color:#FFFFFF;
	background-color:#d1c7c0;
	}
	
/* Left Column Style End Here */

/* Right Column Style Start Here */

div#body div#bodyRight{
	margin:5px 10px 0 240px;
	overflow:hidden;
	height:100%;
	}
	
div#bodyRight h2{
	font:bold 18px/24px Arial, Helvetica, sans-serif;
	color:#FF0000;
	background-color:inherit;
	margin:15px 0 30px 0;
	text-align:center;
	}

div#bodyRight h3{
	font:bold 14px/22px Arial, Helvetica, sans-serif;
	color:#447dc2;
	background:inherit;
	padding:14px 0 5px 0;
	}
	
div#bodyRight h4{
	font:bold 13px/18px Arial, Helvetica, sans-serif;
	color:#333333;
	background:inherit;
	padding:10px 0 10px 0;
	}

div#bodyRight h5{
	font:bold 12px/18px Arial, Helvetica, sans-serif;
	color:#333333;
	background:inherit;
	padding:0 0 10px 0;
	}
	
div#bodyRight p{
	padding:0 0 20px 0;
	}
	
div#bodyRight p.pTop{
	padding:15px 0 20px 0;
	}
	
div#bodyRight div.johnston{
	width:auto;
	margin:0 auto 10px auto;
	border:5px dashed #999999;
	padding:10px;
	color:inherit;
	background:#EEEEEE;
	}
	
div#bodyRight div.johnston h5{
	text-align:left;
	color:#EE0000;
	background:inherit;
	font-size:14px;
	padding-bottom:8px;
	}
	
div#bodyRight ul{
	padding:10px 0 5px 20px;
	}
	
div#bodyRight ul li{
	padding:0 0 10px 0;
	}
	
div#bodyRight ul.list li{
	background:url(images/bullet.gif) 0 4px no-repeat;
	padding:0 0 12px 16px;
	}
	
div#bodyRight ul.list li a{
	color:#000000;
	background-color:inherit; 
	text-decoration:none;
	}
	
div#bodyRight ul.list li a:hover{
	color:#447dc2;
	background-color:inherit; 
	}
	
div#bodyRight img.imgBorder{
	float:right;
	border:1px solid #999999;
	margin-left:8px;
	}
	
div#bodyRight a{
	color:#232323;
	background-color:inherit;
	text-decoration:underline;
	}

div#bodyRight a:hover{
	text-decoration:none;
	}
	
/* Right Column Style End Here */
	
/* Body Style End Here */

/* Footer Style Start Here */

div#container div#footer{
	color:#000000;
	background:url(images/footerbg.gif) 0 0 repeat-x #c6c8a4;
	height:60px;
	overflow:hidden;
	position:relative;
	font-weight:bold;
	}

div#footer a{
	color:#000000;
	background:inherit;
	text-decoration:none;
	}
	
div#footer a:hover{
	color:#447dc2;
	background:inherit;
	}
	
div#footer div.copyrigTxt {
	position:absolute;
	top:20px;
	left:10px;
	}
	
div#footer div.righlink{
	position:absolute;
	top:20px;
	right:10px;
	}
	
/* Footer Style End Here */

/* Google Ads Style Start Here */

div.adBx{
	color:#232323;
	background-color:#FFFFFF;
	padding:10px 5px;
	text-align:center;
	}

/* Google Ads Style End Here */

/* Video Style Start Here */

div.videoDiv{
	margin:20px auto 10px auto;
	width:500px;
	text-align:center;
	}

/* Video Style End Here */

img.picBdr{
	border:1px solid #CCCCCC;
	margin:0 20px 10px 0;
	}