/* Cohen Pollock Style Sheet */

table {
	text-align: left;
}

/*========STYLE DESCRIPTIONS=========

.intro = 1st paragraph on home page; any text that needs to be a little larger
.copy = interior content
.hplinks = use on homepage for "Our Practice Areas"
.footer = use on all pages for footer text
.graycopy = use on interior pages for professional contact info and "back" link
.subnav = for interior pages


/*========TEXT:COLOR=========*/
.intro,
.copy,
.hplinks {
	color: #000066;
	}
	
.footer {
	color: #ffffff;
	}
	
.graycopy,
.subnav {
	color:#666666;
	}
	
/*========TEXT:FONT FAMILY=========*/

.intro,
.copy,
.hplinks,
.footer, 
.graycopy,
.subnav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
/*========TEXT:FONT SIZE=========*/

.intro {
	font-size: 12px;
	}
	
.subnav {
	font-size: 11px;
	}
	
.copy,
.hplinks,
.footer,
.graycopy {
	font-size: 10px;
	}
	



/*========TEXT:PADDING=========*/
.pad {
	padding-left: 5px;
	}
	
/*========LINKS=========*/


.hplinks A:link, .hplinks A:visited {
	color:#000066; 
	text-decoration:underline;
	font-weight:bold
}
 
.hplinks A:link:hover, .hplinks A:visited:hover {
	color:#666666; 
	text-decoration:underline; 
	font-weight:bold;  
	cursor:hand 
}

 
.intro A:link, .intro A:visited {
	color:#000066; 
	text-decoration:none; 
	font-weight:bold;  
}
 
.intro A:link:hover, .intro A:visited:hover {
	color:#666666; 
	text-decoration:underline; 
	cursor:hand; 
	font-weight:bold;  
}

.footer A:link, .footer A:visited { 
	color:#ffffff; 
	text-decoration:none 
}

.footer A:link:hover, .footer A:visited:hover {
	color:#ffffff; 
	text-decoration:underline; 
	cursor:hand 
}

.graycopy A:link, .graycopy A:visited { 
	color:#666666; 
	text-decoration:underline 
}

.graycopy A:link:hover, .graycopy A:visited:hover {
	color:#666666; 
	text-decoration:underline; 
	cursor:hand 
}

.subnav A:link, .subnav A:visited { 
	color:#666666;
	text-decoration:none;  
}

.subnav A:link:hover, .subnav A:visited:hover {
	color:#000066; 
	text-decoration:underline; 
	cursor:hand 
}

.copy A:link, .copy A:visited { 
	color:#000066;
	text-decoration:underline;  
}

.copy A:link:hover, .copy A:visited:hover {
	color:#666666; 
	text-decoration:underline; 
	cursor:hand 
}


#smackDab a:hover { text-decoration: underline; }

#content {
	background: transparent url('images/home_lower_left.gif') repeat-y top left;
	width: 550px;
	padding: 30px 20px 0 65px;
	margin-top: -10px;
	position: relative;
}
.newsItem {
	width: 250px;
	float: left;
	padding-right: 30px;
}
.newsItem2 {
	width: 250px;
	float:left;
}
* html #content { width: 600px;}
#reversed {
	color: #666;
	text-decoration: underline;
}
#reversed:hover {
	color: #000066; 
}
.login {
	position: absolute;
	bottom: 0;
	left: 170px;
}
.indent {
padding:0 20px;
}