* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/LeyensLaw-background.jpg);
	background-position:top right;
	background-repeat:repeat-x;
	background-color:#cccccc;
}
.group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:37px;
	color:#666666;
	font-style:italic;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:37px;
	font-style:italic;
	color:#666;
	font-weight:100;
	padding-top:20px;
	padding-bottom:12px;
	}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	text-align:right;
	color:#666;
	margin: 70px 25px 0 0;
}
h5 {
	color:#000066;
	font-weight:bold;
	font-size:12px;
}
p {
	line-height: 24px;
}
article, aside, figure, footer, header, nav, section {
	display: block;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
#page-wrap {
	width:960px;
	margin-top: 37px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	min-height: 100%;
	background:#FFF;
}

#phone {
	background-color:#ff9933;
	width:250px;
	height:50px;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:21px;
	text-align:center;
	line-height:45px;
	float:right;
	margin:-20px -10px 0 0;
	position:relative;
	}
#phone .tag {
	background-image:url(images/LeyensLaw-phone-tab.jpg);
	width:10px;
	height:7px;
	position:absolute;
	top:50px;
	right:0px;
	}
/*Header*/
#header {
	position:relative;
	height:123px;
	
}
#header ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#d06003;
	text-transform:uppercase;
	position:absolute;
	top: 96px;
	left:40px;
}

#header li {
	display:inline;
	padding-right:10px;
	padding-left:10px;
	background-image:url(images/LeyensLaw-bullet-blue.jpg);
	background-repeat: no-repeat;
	background-position:left center;
}
#header p {
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;
	right: 0px;
	position:absolute;
	left:40px;
	top:75px;
	width: 277px;
}
.title {
	position:absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-variant:small-caps;
	color:#006;
	border-bottom: solid 1px #006;
	top:40px;
	left:40px;
}
.tagline {
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;
	right: 0px;
	position:absolute;
	left:40px;
	top:75px;
	width: 277px;
}
.address ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#d06003;
	text-transform:uppercase;
	position:absolute;
	top: 96px;
	left:40px;
}
header h1 {
	position:absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-variant:small-caps;
	color:#006;
	border-bottom: solid 1px #006;
	top:40px;
	left:40px;
	}
#header .email a {
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
}
#header .email {
	position:absolute;
	top: 38px;
	left: 732px;
	width: 220px;
}
#header a.linkedin {
	background-image:url(images/LeyensLaw-LinkedIn.jpg);
	height:25px;
	width:24px;
	float:right;
	}
#contact {
}
#contact p {
	text-align:right;
	padding-right:25px;
	color:#000066;
	line-height:18px;
}
#contact pre {
	font-size:11px;
	font-style:italic;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:30px;
}
#bullets {
	float:left;
	width:340px;
	border-right: solid 1px #000066;
}
#nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color: #000066;
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;
	margin:0 -5px 0 30px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
#nav li{
	background-image:url(images/LeyensLaw-bullet-orange.jpg);
	background-repeat: no-repeat;
	background-position:right top;	
	padding:3px 30px 20px 0;
	line-height:15px;

	}
	
#banner {
	width:960px;
	position:relative;
}
#banner p {
	position:absolute;
	top:44px;
	left:735px;
	color:#FFF;
	font-size:13px;
}
#banner h2 {
	position:absolute;
	top:153px;
	left:325px;
	color:#FFF;
	text-shadow:2px 2px 1px #000; /*x coordinate, y coordinate blur and color*/
	font-size:28px;
	font-weight:100;
	width: 614px;
}
#adam {
	z-index: 1;
	position:absolute;
	top:62px;
	left:620px;
	}
#content {
	margin:0px 0 20px 0;
	width:960px;
	position:relative;
}
#main-content {
	width:540px;
	float:right;
	padding-right:40px;
}
/*Footer*/

#footer {
	position:relative;
	margin-top:-70px; /* negative value of footer height */
	height:70px;
	clear:both;
		width:960px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform:uppercase;
	background-position:center top;
}
#footer ul.menu {
	display:inline;
	list-style:none;
}
#footer ul.menu li {
	display:inline;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#9C9;
	text-decoration:underline;
}
#copyright {
	text-align:center;
}