@charset "utf-8";
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 14px;
	color: 1e2224;
	background-color: #434444;
	background-image: url(images/LinesBG2.png);
	background-repeat: repeat;
	margin:0;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 20px;
	color: #1c4456;
	margin:0 50px 0 0;
	padding:0 0 10px 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #1b5c79;
	}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 16px;
	color: #1c4456;
	margin:0 30px 0 0;
	padding:0 0 2px 0;
	}
h3{
	color: #1C4456;
}
p{
	line-height:20px;
	margin-top: 4px;
	}
.hr{
	border: 1px solid #d6d6d6;
}
/* Bullet */
ul.HomeList{
	padding: 0 0 0 16px;
	list-style-image: url(images/BlueBullet.png);
	list-style-position: inside;
}
ul.HomeList li span{
	padding: 0;
	color: #1b5f7d;
	}
ol{
	padding: 0 0 0 16px;
	}
ol li span{
	padding: 0;
	color: #1b5f7d;
	}
ul.HomeList a{
	text-decoration: none;
	color: #272727;
	}
ul.HomeList a:hover{
	text-decoration: underline;
	}
/* Bullet */

#BG_Top{
	background-color: #1f4759;
	background-image: url(images/LinesBG2.png);
	background-repeat: repeat;
	height: 145px;
	}
#BG_Mid{
	background-color: #4c463f;
	background-image: url(images/LinesBG2.png);
	background-repeat: repeat;
	height: 43px;
	}
#Navigation{
	width: 850px;
	height: 48px;
	white-space:normal;
	}
#Navigation a{
	display:inline-block;
	background-image: url(images/Nav_BG.png);
	background-repeat: repeat-x;
	}
#Navigation a:hover{
	background-image: url(images/Nav_BG_Hover.png);
	}
#Navigation span{
	height: 48px;
	display:inline-block;
	}
/*Buttons*/
.Home{
	width: 103px;
	background: url(images/NavButtons/Home_Sprite.png) 0 48px;
	}
a:hover .Home{
	background: url(images/NavButtons/Home_Sprite.png) 0 0px;
	}
.FirmOverview{
	width: 186px;
	background: url(images/NavButtons/FirmOverview_Sprite.png) 0 48px;
	}
a:hover .FirmOverview{
	background: url(images/NavButtons/FirmOverview_Sprite.png) 0 0px;
	}
.AttorneyBio{
	width: 171px;
	background: url(images/NavButtons/AttorneyBio_Sprite.png) 0 48px;
	}
a:hover .AttorneyBio{
	background: url(images/NavButtons/AttorneyBio_Sprite.png) 0 0px;
	}
.Resources{
	width: 139px;
	background: url(images/NavButtons/Resources_Sprite.png) 0 48px;
	}
a:hover .Resources{
	background: url(images/NavButtons/Resources_Sprite.png) 0 0px;
	}
.Contact{
	width: 121px;
	background: url(images/NavButtons/Contact_Sprite.png) 0 48px;
	}
a:hover .Contact{
	background: url(images/NavButtons/Contact_Sprite.png) 0 0px;
	}
.SiteMap{
	width: 130px;
	background: url(images/NavButtons/SiteMap_Sprite.png) 0 48px;
	}
a:hover .SiteMap{
	background: url(images/NavButtons/SiteMap_Sprite.png) 0 0px;
	}
/*End Buttons*/

/*Most Popular Topics*/
#MostPopular{
	background:url(images/most-popular-topics-bg.jpg);
	padding: 86px 4px 4px;	
	margin-bottom: 9px;
	width: 216px;
	height: 123px;
}

#MostPopular a:link, #MostPopular a:visited{
	background-color: #ebb47a;
	color: #1b5c79;
	display: inline-block;
	margin-bottom:1px;
	padding: 7px;
	border: 1px solid #1a5b79;
	width: 200px;
	text-decoration: none;
	text-shadow: 1px 1px #f8c793;
}
#MostPopular a:hover, #MostPopular a:active{
	background-color: #1b5c79;
	color: #f2cea3;
	text-shadow: 1px 1px #2a789c;	
}


/*Areas Of Practice*/
#AreasOfPractice{
	background:url(images/AreasOfPractice_BG.jpg);
	padding-top: 86px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 9px;
	width: 216px;
	height: 123px;
	}
#AreasOfPractice a{
	border: 0 none;
	display:inline-block;
	background-image: url(images/AreaOfPractice_btn_X.gif);
	background-repeat: repeat-x;
	}
#AreasOfPractice a:hover{
	background-image: url(images/AreaOfPractice_btn_X_hover.gif);
	}
#AreasOfPractice span{
	height: 39px;
	display:inline-block;
	}
.FamilyLaw{
	width: 216px;
	background: url(images/AoPButtons/FamilyLaw_Sprite.png) 0 39px;
	}
a:hover .FamilyLaw{
	background: url(images/AoPButtons/FamilyLaw_Sprite.png) 0 0px;
	}
.CriminalDefense{
	width: 216px;
	background: url(images/AoPButtons/CriminalDefense_Sprite.png) 0 39px;
	}
a:hover .CriminalDefense{
	background: url(images/AoPButtons/CriminalDefense_Sprite.png) 0 0px;
	}
.CivilLitigation{
	width: 216px;
	background: url(images/AoPButtons/CivilLitigation_Sprite.png) 0 39px;
	}
a:hover .CivilLitigation{
	background: url(images/AoPButtons/CivilLitigation_Sprite.png) 0 0px;
	}	
/*End Areas Of Practice*/


/*Contact Me*/
#ContactMe{
	width: 208px;
	height: 265px;
	padding-top: 55px;
	margin-bottom: 9px;
	background-image: url(images/ContactMe_BG.jpg);
	color: #f0c491;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	}
#ContactMe input{
	width: 204px;
	height: 22px;
	border: none;
	margin: 2px 2px 3px 2px;
	font-family: Verdana, Geneva, sans-serif;
	color: #094965;
	font-size: 14px;
	}
#ContactMe input:hover{
	background-color: #f9e9d5;
	}
#ContactMe input:focus{
	background-color: #f9e9d5;
	}
#ContactMe TextArea {
	width: 204px;
	height: 75px;
	border: none;
	margin: 2px 2px 3px 2px;
	font-family: Verdana, Geneva, sans-serif;
	color: #094965;
	font-size: 14px;
	}
#ContactMe TextArea:hover{
	background-color: #f9e9d5;
	}
#ContactMe TextArea:focus{
	background-color: #f9e9d5;
	}
#ContactMe input.btn{
	margin-top:5px;
	width:63px;
	height:22px;
	}
/*End Contact Me*/

#Container{
	width: 904px;
	left:50%;
	margin-left: -452px;
	top:0;
	position: absolute;
	background-image: url(images/Bg_y.png);
	background-repeat: repeat-y;
	}
#Header{
	width: 850px;
	height: 145px;
	background-color: #1f4759;
	}
#Content{
	background-color: #efefef;
	width: 850px;
	margin:0px 27px;
	overflow: auto;
	}
img.ImageCenter{
	display: block;
	margin: 3px auto;
    }
#LeftColumn{
	width: 226px;
	padding: 7px;
	float: left;
	}
#MainContent{
	width: 596px;
	padding: 7px;
	float: left;
	}
#WholeFooter{
	width: 904px;
	left:50%;
	margin-left: -452px;
	position: absolute;
	}
#FooterShadow{
	width: 904px;
	height: 27px;
	background-image: url(images/BottomFooterShadow.png);
	}
#ContentFooter{
	width: 850px;
	height: 23px;
	background-color: #f2cea3;
	float: left;
	text-align:center;
	padding: 7px 0;
	}
#ContentFooter a{
	font-family:Verdana, Geneva, sans-serif;
	color: #272727;
	font-size: 15px;
	margin: 0 10px;
	text-decoration:none;
	}
#ContentFooter a:hover{
	text-decoration:underline;
    }
#MainContent a{
	color: #1b5c79;
	text-decoration:none;
	}
#MainContent a:visited{
	color: #1b5c79;
	text-decoration:none;
	}
#MainContent a:hover{
	color: #1b5c79;
	text-decoration:underline;
    }
#MainContent a:active{
	color: #1b5c79;
	text-decoration:none;
	}
#FooterDisclaimer{
	width: 460px;
	height: 165px;
	float: left;
	margin-left: 27px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height:14px;
	color: #FFF;
	}
#FooterContact{
	width: 380px;
	height: 165px;
	float:left;
	text-align:center;
	margin-right: 27px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height:16px;
	color: #FFF;
	}
#FooterDisclaimer a:link{
	color: #f0c491;
	text-decoration:none;
	}
#FooterDisclaimer a:visited{
	color: #f0c491;
	text-decoration:none;
	}
#FooterDisclaimer a:hover{
	color: #f0c491;
	text-decoration:underline;
	}
#FooterDisclaimer a:active{
	color: #f0c491;
	text-decoration:none;
	}
img.FloatLeft{
	float: left;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	}
img.PaddingBottom{
	margin-bottom: 10px;
	}
.TanFont{
	color: #f0c38f;
}

.hidden{
		display:none;
	}
/*DUI Table*/
th{
	color: #1C4456;
	background-color:#f6e0c4;
	padding: .4em 0;
	font-size: 14px;
	font-weight: bold;
	border-width: thin;
	border-style: solid;
	border-color: #e9cead;
}
td{
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #fbeddc;
	text-align:center;
	width: 115px;
	}
table{
	border-collapse:collapse;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	background-color: #fff5e9;
	}
.tableBold{
	font-weight: bold;
	}
/*End DUI Table*/

.small {
	font-size: 10px;
	color: #721e1e;
	}
object{
	float:left;
	margin: 0 10px 5px 0
	}
