body {
	margin:0;
	font-family: Helvetica,arial, sans-serif;
	}
	
#wrap {
	margin:15px auto;
	width:1000px;
	}

h1{
	color: #006ABB;
	font-size: 22px;
	line-height: 24px;
	padding-bottom: 10px;
}

h2{
	font-size: 18px;
}
	
.blue {
	color:#006ABB;
	font-weight:bold;
	} 

#lavlaw {
	float:left;
	border:none;
	}
	
#brooklyn {
	float:right;
	}
	
#navigation {
	width:1000px;
	clear:both;
	margin:0 auto;
	height:20px;
	}
	
#nav {
	list-style: none;
	font-family:"Helvetica";
	font-weight:bold;
	margin:0;
	padding:0;
	height:30px;
	}

#nav li {
	float:left;
	margin:0;
	}
	
#nav a {
	text-decoration:none;
	color:#000;
	display:block;
	padding-right:31px;
	padding-left:31px;
	text-align: left;
	}
	
#nav a:hover {
	color:#006ABB;
		}
	
	
/* second-level lists */
#nav li ul li {
	list-style: none;
	padding-left:0;
	}

#nav li ul { 
	border-left: 5px solid #006ABB;
	border-right: 5px solid #006ABB;
	border-bottom: 5px solid #006ABB;
	position: absolute;
	background:#FFF;
	background-repeat: repeat-x;	
	left: -999em; 
	padding:12px 0;
	margin: 0;
	margin-left:31px;
	width: 200px;
}

#nav li ul a{
	display: block;
	text-decoration: none;
	color: #006ABB;
	text-align: center;
	background-image: none;
	background:#FFF;
	height: 18px;
	line-height: 18px;
	font-size: 11px;
	width: 190px;
	margin: 0 0 0 5px;
	text-align: left;
	padding-left:5px;
	padding-right: 0;
}

#nav li ul a:hover{
	text-decoration: none;
	color:#FFF;
	background:#006ABB;
}


#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
/* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.hover {  
     position: static;  
} 

	
	
/*----Links----*/

a {color:#006ABB;}
a:hover {color:#004A84}	
a:visited {color:#004A84}

	
	
	
	
#column1 {
	width:300px;
	font-family:"Helvetica";
	font-size: 12px;
	float:left;
	line-height:16px;
	margin:25px auto auto 25px;
	}
	
#column2 {
	width:300px;
	font-family:"Helvetica";
	font-size: 12px;
	float:left;
	margin:25px auto auto 25px;
	line-height:16px;

	}

#column2 img {
	float:right;
	padding:5px;
	}


#column3 {
	width:300px;
	font-family:"Helvetica";
	font-size: 12px;
	float:left;
	margin:25px auto auto 25px;
	line-height:16px;
	
	}
	
#bar {
	width:950px;
	margin: 20px 0;
	margin-right:auto;
	margin-left:auto;
	border-top:4px solid #ccc;
	clear:both;
	}
	
	
#footer1  {
	clear:both;
	width:300px;
	float:left;
	margin:25px auto auto 25px;
	font-size:10px;
	font-family: "Helvetica";
	line-height:14px;
	color: #999;
		}
		
#footer2 {
	width:300px;
	float:left;
	margin:25px auto auto 25px;
	font-size:10px;
	font-family: "Helvetica";
	line-height:14px;
	color:#999;
	}
	
#footer3 {
	width:300px;
	float:left;
	margin:25px auto auto 25px;
	font-size:10px;
	font-family: "Helvetica";
	line-height:14px;
	color:#006ABB;
	}
		
.callout{
	width: 210px;
	float: right;
	background: #006BBE;
	color: #FFFFFF;
	padding: 20px;
	margin: 0 0 10px 10px;
}	

.callout a{
	color: #FFFFFF;
}	
		
		
.greybar{
	background: #cccccc;
	height: 4px;
	width: 100%;
	margin: 10px 0;
}
		
#rightcol{width:240px; float:right; margin-left:20px;}
		
#videoTable{
	font-size: 12px;
}		