@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;}

.clear{clear:both;}

h1{font-size:24px;}
h2{font-size:20px;}
h3{font-size:16px;font-family:Arial, Helvetica, sans-serif;color:#1f75cc;font-style:italic;}
img{border:none;}
p{padding-bottom:0.8em;line-height:20px;}
.blue{color:#003399;color:#1f75cc;}
.border{color:#666666; border:3px solid #333;}

a{ font-weight:bold;color:#1f75cc;}
a img { 
  border: none;
}

a:hover {
  color: #666;
  text-decoration:underline;
}


a:active
{
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}


body{
	background:#fff url(images/bg1.jpg) repeat-x;	
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container{
	width:980px;
	padding:10px;
	background:url(images/bg_cont.png) no-repeat;
	margin:10px auto;
}

	#container h1#header{
		_width:960px;
		margin-top:28px;
		height:170px;
		text-indent:-9999px;
		background:url(images/shah_law_1.png) no-repeat;
	}

#container #sidebar{
	clear:left;
	width:290px;
	padding-right:10px;
	padding-bottom:10px;
	float:left;
	padding-top:25px;
	text-align:left;	
}

#container #sidebar h2{
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
}

#container #main{
	width:620px;
	padding-right:40px;
	padding-top:25px;
	float:right;
}

#container h3#home_welcome{
	width:610px;
	height:95px;
	text-indent:-9999px;
	background:url(images/home_welcome.jpg) no-repeat;
}

#container h3#employer_welcome{
	width:610px;
	height:75px;
	text-indent:-9999px;
	background:url(images/employer_welcome.jpg) no-repeat;
}
	
#container #main h2{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:.3px;
	padding-bottom:2px;
	border-bottom:2px solid #666;
	margin-bottom:10px;
}

#container #main ul{
	list-style-type:none;
	margin-bottom:.8em;
}

#container #main ul li{
	padding-left: 25px;
	margin-top: 5px;	
	background-color: transparent;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
}

#container #footer{
	margin-top:15px;
	/*background:#eaeaea;*/
	border-top:2px solid #666;
	text-align:center;
	padding:20px;
}

/* Navigation Starts Here*/
ul#nav {
		margin-left:305px;	
		margin-top:-105px;
		width:730px;
		float:left;
		display:inline; /*for IE 6*/
	}
	ul#nav li {
		display: inline;
		}
		ul#nav li a{
			display: block;
			float: left;
			font-size:16px;
			font-family:Arial, Helvetica, sans-serif;
			text-decoration:none;
			margin:0 20px;
		}
		
		ul#nav li a:hover{
			border-bottom:2px solid #666;
		}