html { min-height: 100%; margin-bottom: 1px; }

body, html {
	margin:0;
	padding:0;
	color:#221910;
	background-color: #221910;
	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	}


body {
	min-width:760px;
	}
	
.clear {
	clear: both;
}

#wrap {
	margin:0 auto;
	width:760px;
	background-color: #312B23;
	background-image: url(images/wrap_tile.jpg);
	background-repeat: repeat-x;
	}

#contact a {
	font-weight: normal;
	text-decoration: none;
}

#contact a:hover {
	font-weight: normal;
	text-decoration: underline;
}

	
#header {
	background:#ddd;
	}

#header h1 {
    	padding:5px;
	    margin:0;
    }
	
#contact {
	font-size: 11px;
	background-color: #fff;
	height: 24px;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}

#main {
	background:#eceae4;
	float:right;
	width:530px;
	padding-bottom: 25px;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	}
	
#main h2, #main h3, #main p {
	padding:0 10px;
    }

#main ol {
	margin: 10px 0 25px 0;
}	
	
#main ol li {
	line-height: 18px;
    padding: 18px 0 2px 0;
    }
	
#main ul {
	margin: 25px 0 0 0;
}	
	
#main ul li {
	line-height: 18px;
    padding: 0 0 20px 0;
    }

	
.inlineimg {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
}	
	

.mapimg {
	margin-left: auto;
	margin-right: auto;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}



a {
	font-weight: bold;
	color: #3D342B;
}

#title{
	color: #221910;
	font-weight: normal;
	font-size: 25px;
	background-image: url(images/title_bar.gif);
	background-repeat: repeat;
	padding-bottom: 15px;
	margin-top: 0px;
}

/*  Navigation   */

#menu {
	float: left;
	width: 200px;
	}


#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}	
	
#menu li a {
	height: 28px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #fff;
	}	

#menu li a:link, #menu li a:visited {
	display: block;
	background: url(images/menu1.gif);
	padding: 4px 0 4px 10px;
	}
	
#menu li a:hover {
	background: url(images/menu1.gif) 0 -36px;
	}
	
#menu li a:active {
	background: url(images/menu1.gif) 0 -72px;
	}
	
/*  Links Page  */
	
.linksec {
	width: 150px;
	float: left;
	color: #221910;
	font-weight: bold;
	font-size: 14px;
	clear: both;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}

.links {
	width: 369px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C4C0BA;
	padding-bottom: 23px;
	padding-left: 10px;
	margin: 0px;
	padding-right: 0px;
}

.links ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}


.links a {
	font-weight: normal;
	text-decoration: none;

	}
	
.links a:hover {
	text-decoration: underline;

	}

/*  Practice Areas Page   */	

.practiceareas p {margin: 0 0 25px 0}
.practiceareas h3 {margin: 0 0 5px 0; font-size: 13px;}

/*  Contact Page   */	

#contactinfo {
	margin: 0px auto;
	border-top: 1px solid #C4C0BA;
	border-bottom: 1px solid #C4C0BA;
	padding: 10px;
	margin-bottom: 15px;
	width:480px;
	}

#contactinfo td {
	text-align: center;
}

/*  Publications  */

ol ol {margin-top: 20px}

	
/*  Footer   */

#footer {
	background:#fff;
	clear:both;
	height: 35px;
	}

#footer p {
	margin:0;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
    }
	
#footer a:hover {
	text-decoration: underline;
    }
	
#footer a {
	text-decoration: none;
	font-weight: normal;
    }
	
#subfooter {
	background-color: #221910;
	background-image: url(images/subfooter_bg_tile.jpg);
	background-repeat: repeat-x;
	height: 90px;
	min-height: 90px;
	height: auto !important;
}
	
#subfooter p {
	color :#6F6A61; 
	margin: 10px;
	font-size: 10px;
	line-height: 1.5em;
}

table
{
    border-color: #cac7c0;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

td
{
    border-color: #cac7c0;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}
