/*-----------------------------Generic Styling*/
body{
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	background: #212121;
	color: #414141;
}
a{
	text-decoration: none;
	color: #414141;
}
p{
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1.5em;
}

h1{
	margin-bottom: 1em;
	text-transform: capitalize;
	font-variant: small-caps;
	font-size: 2em;
	letter-spacing: 0.1em;
	color: #2f2f2f;
}

h2{
	letter-spacing: 0.1em;
}
em,
.serif{
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
}
.hr{ /*make sure to update IE.css too*/
	margin: 0 auto;
	width: 46em;
	height: 0.9em;
	background: transparent url(../images/bgr_ruler.png) top center no-repeat;
	border: none;

}
.sans{
	font-family: "Lucida Grande", Lucida San Unicode, Verdana, Arial, sans-serif;
}
#contact em{
	font-size: 1.4em;
	line-height: 1.5em;
}
/*-----------------------------Global Layout*/
#wrapper{
	width:96em;
	margin:0 auto;
	background-color: #F9F9F9;
	height: 100%;
}

#mainWrapper{
	width:94em;
	margin:0 auto;
	text-align: left;
}
.innerWrapperLeft{
	padding-left: 2em;
}
.innerWrapperRight{
	padding-right: 2em;
}

/*-----------------------------Header*/
#mainHeader{
	position: relative;
	padding-top: 3em;
	height: 22em;
}
#banner{
	text-align: right;
}
#banner span{
	margin-left: 1em;
}
#bannerTitle{
	font-style: italic;
	font-size: 3.6em;
	text-transform: capitalize;

}
#bannerLawyer{
	font-size: 7.2em;
	font-variant: small-caps;
}
#bannerPhone{
	font-size: 3.6em;
}
#bannerPhoto{
	position: absolute;
	top: 2.8em;
	left: 1em;
}
#bannerSpecialty{
	font-size: 2.4em;
	line-height: 1.5em;
	font-variant: small-caps;
	color: #f2f2f2;
}
span#bannerSpecialty{
	display: block;
	position: relative;
	padding-right: 0.2em;
	letter-spacing: 0.1em;
	background: #303030;
}
#seal {
	position: relative;
}
/*-----------------------------Nav*/
ul#nav{
	visibility: hidden;
	float: left;
	padding: 2em 0;
	height: 3.6em;
}
ul#nav li{
	display: inline;
	font-size: 2.1em;
	line-height: 1.6em;
	text-transform: capitalize;
	font-variant: small-caps;
}
ul#nav a{
	float: left;
	display: block;
	margin: 0 25px 0 20px;
	text-decoration: none;
	color: #2f2f2f;
}
ul#nav .current a{
	color: #111111;
	border-bottom: 5px solid #111111;
}

/*-----------------------------Content*/
#mainContent{
	margin: 3em 0 0 0;
}

#mainContent p{
	margin-bottom: 1em;
}
#mainContent h2{
	margin: 1em 0 0.5em;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #000000;
}
#index #mainContent{/* specific for home page */
	margin-top: 0;
}
#photoJustice {
	text-align: right;
}
#welcomeMsg p{
	margin: 0.2em 0;
	font-size: 3em;
	line-height: 1.5em;
	text-align: center;
	color: #4f4f4f;
}
#practices{
	margin-top: 1em;
}

#practices ul{
	margin-top: 1em;
}

#practices ul li{
	background: transparent url(../images/bullet.png) left center no-repeat;
	padding-left: 2em;
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}


/*-----------------------------button*/

#btnContact.end{
	width: 20em;
	margin-top: 2em; 
}/* specific for button at right edge */
#index #btnContact{
	margin-top: 0;
}/* specific for button on home page */
#btnContact{
	border-width: 6px 0px 6px 0px;
	border-style: solid;
	border-color: #333333;
}
#btnContact .hr{
	width: 100%;
}
#btnContact a,
#btnContact span{
	display: block;
	text-align: center;
}
#btnContact span#btnContactl1{ 
	font-variant: small-caps;
	letter-spacing: 0.05em;
	font-size: 3.5em;
}
#btnContact span#btnContactl2{
	text-transform: uppercase;
	font-size: 5.2em;
	font-weight: bold;
	line-height: 1.2em;
}
#btnContact span#btnContactl3{
	margin: 0.2em 0;
	letter-spacing: 0.05em;
}
#btnContact span#btnContactl3{
	font-size: 1.8em;
	line-height: 1.8em;
	text-transform: uppercase;
}
#btnContact em{
	text-transform: none;
	font-size: 1.5em;
	padding-left: 0.1em;
	padding-right: 0.1em;
}
/*-----------------------------Footer*/
#mainFooter{
	margin: 2em 2em 0;
	text-align: center;
	color: #999999;
}
#mainFooter p{
	font-size: 0.9em;
	margin-bottom: 2em;
}

#shadow_btm{
	height: 32px;
	width: 96em;
	margin: 0 auto;
	background: url(../images/shadow_btm.png) top left no-repeat;
}
/*-----------------------------Contact Page*/
#contact h1{
	font-weight: normal;
	font-size: 2.5em;
	line-height: 1em;
	color: #666666;
	letter-spacing: 0.05em;
}
#contact h2{
	font-weight: normal;
	font-size: 1.5em;
	line-height: 2em;
	margin: 0 0 1em 0;
	color: #666666;
	font-variant: small-caps;
}
#contact h3{
	font-weight: normal;
	font-size: 2.5em;
}
#contactLocation,
#contactInfo{
	margin-bottom: 4em;
}

#locationGoogle a{
	display: block;
}
/*-----------------------------Contact Form*/
#contactForm{
	margin-top: 3em;
}

#contactForm label{
	display: block;
	float: left;
	clear: left;
	text-align: right;
	font-size: 1.8em;
	line-height: 2em;
	color: #666666;
	width: 300px;
}

#contactForm input,
#contactForm textarea{
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 1.4em;
}
#contactForm input,
#contactForm textarea {
	float: left;
	width: 300px;
	margin: 0.3em 0 0.3em 20px;
	padding: 0.3em;
	background: #eeeeee;
	vertical-align: baseline;
	border: 0;
	border-bottom: solid 1px #bbbbbb;
}
#contactForm #button{
	width: 5em;
}
#contactForm textarea{
	width: 460px;
}
#contactForm span.error{
	display: block;
	visibility: hidden;
	float: left;
	line-height: 3em;
	font-size: 1.2em;
	padding-left: 1em;
	color: #A41800;
}
