/* CSS FOR FINCH LAW FIRM */

/* body */

body {
	background: url(../images/bg-tile.png);
	font-family: Arial, Helvetica;
	margin:0; padding:0;
}


/* general */

#wrapper {
	width: 924px;
	padding:0;
  	margin:0 auto;
}


/* logo */

#logo {
	float:left;
  	width:471px;
	height:172px;
	background-image:url(../images/hdr-logo.png);
	padding:0;
}

/* names */

#names {
	float:left;
  	width:225px;
	height:172px;
	background-image:url(../images/hdr-names.png);
	padding:0;
}

/* contact */

#contact {
	float:left;
  	width:228px;
	height:172px;
	background-image:url(../images/hdr-ph.png?v=2);
	padding:0;
}

/*columns*/

#colwrapper {
	width:924px;
	clear:both;
	overflow: hidden;
	background-color:#FCFAE1;
}

#col1 {
    float:left;
    width:255px;
	padding-bottom:20px;
	background-color:#FCFAE1;

}


#col2 {
    float:left;
    width:23px;
	background-color:#FCFAE1;

}

#col3 {
    float:right;
    width:646px;
	background-color:#FCFAE1;
}


#col1 p {
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
   	font-size:12px;
   	line-height:20px;
	margin:20px 0 0 20px;
}


#col3 p {
	color: #333333;
   	font-size:14px;
   	line-height:25px;
	margin:10px 30px 15px 30px;

}



/* copy */


.bolds {
	font-weight:bold;
	margin-bottom:0;
	color:#5C3F1C;
}


/*images*/

img {
	border:0;
}


/*footer*/


#footer {
	margin-top:0;
	padding:0;
	width:100%;
}

#footer p {
	font-size:12px;
	color:#B3A896;
	text-align:center;
	line-height:20px;
	font-size:12px;
}


#footer a {
	color:#D9B777;
	text-decoration: none;
	text-align:center;
	font-weight:bold;

}

/*lists*/

#col1 li
{
	/*background-image: url(../images/lists-bullet.png);*/
	background-position: center left;
    background-repeat: no-repeat;
	list-style:none;
	color: #000000;
	font-size: 12px;
	font-style: normal;
	line-height:17px;
	margin-top:0;
	margin-bottom:-10px;
    padding: 0 4px 0 0 !important
}

li.viewHide
{
    display: none;
}

#col1 ul
{
  margin-top:0;
  }

.fixtable p{
	margin: 0;
	font-size: 12px;
}
