body 
{
	margin: 0 auto;
	width: 100%;
	color: #959595;
	background: #000 url(../imgs/bg.jpg) repeat-x;
	font-size: 14px;
	font-family: "Helvetica Neue", "Franklin Gothic Medium", Helvetica, Arial, sans-serif;
}


#wrapper
{
	margin: 0 auto;
	width: 960px;
	padding-top: 75px;
}

h2
{
	color: #b96318;
	text-shadow: 0.1em 0.1em 0.1em #888;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline;
}

h1
{
	color: #736357;
	font-size: 16px;
	font-weight: normal;
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Garamond, Georgia, serif;
	margin-bottom: 5px;
	margin-top: 5px;
}

.minor
{
	color: #736357;
	font-size: 16px;
	font-weight: normal;
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Garamond, Georgia, serif;
	margin-bottom: 5px;
	margin-top: 5px;
}

h3
{
	color: white;
	background: #111;
	border-bottom: 2px solid #333;
	border-top: 2px solid #333;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 22px;
	line-height: 1.2em;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}

h4
{
	color: #ccc096;
	font-size: 32px;
	font-weight: normal;
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Garamond, Georgia, serif;
	line-height: 1.3em;
	margin-top: 20px;
	margin-bottom: 20px;
}

h1.main
{
	color: #ccc096;
	font-size: 32px;
	font-weight: normal;
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Garamond, Georgia, serif;
	line-height: 1.3em;
	margin-top: 20px;
	margin-bottom: 20px;
}


h5
{
	color: white;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 15px;
}

a
{
	color: #ccc096;
}


a:hover
{
	text-decoration: none;
}	


img
{
	border: 4px solid #959595;
}

#name
{
	color: #362f2d;
	text-shadow: 0.1em 0.1em 0.1em #888;
	font-size: 40px;
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Garamond, Georgia, serif;
	margin-top: 0;
	margin-bottom: 0;
}

#extra
{
	font-size: 12px;
	position: relative;
	top: 210px;
	margin-right: 55px;
	color: #736357;
	display: block;
	float: right;
}


#joshua
{
	border: 0;
	width: 190px;
	margin-left: 65px;
	margin-right: 90px;
	float: left;
}

.title
{
	color: white;
	padding-left: 20px;
	background: url(../imgs/x.gif) left center no-repeat;
	font-size: 17px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Helvetica Neue", "Franklin Gothic Medium", Helvetica, Arial, sans-serif;
}

.title:hover
{
	border-bottom: 1px solid;
	padding-left: 20px;
	background: url(../imgs/x.gif):
}

.italic
{
	font-style: italic;
}

.bold
{
	color: #f2f1dc;
	font-size: 16px;
}

.slogan
{
	color: #736357;
	font-size: 16px;
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Garamond, Georgia, serif;
	margin-bottom: 5px;
	margin-top: 5px;
}


/* Nav Starts Here . . . . . . . . . . . . . . . . . . . . . . . . . .  */


ul.top-nav {
	list-style-type:none;
	margin:0;
	position: absolute;
	top: -2px;
	float: left;
	background-color: #000;
}
ul.top-nav li {
	display:block;
	float:left;
	font-size: 16px;
	position:relative;
	margin:0 9px 0 0;
	padding:0;
}
ul.top-nav li.current {
	background:#000;

}
ul.top-nav li:hover {
	background:#959595;

}

ul.top-nav li a {
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	font-style:normal;
	padding:14px 30px 14px 30px;
	line-height:18px;
}

ul.top-nav li a span {
	font-weight:normal;
	padding-left:3px;
}
ul.top-nav li.drop a {
	padding-right:7px;
}
ul.top-nav li.drop:hover li {
	border:none;
}

ul.top-nav li.drop:hover, ul.menu li.current:hover {
	background-color:#959595;
}
ul.top-nav li.drop:hover ul {
	display:block;
	z-index:1;
	padding-bottom:8px;
}
ul.top-nav li ul {
	display:none;
	position:absolute;
	width: 100%;
	top:30px;
	left:0;
	list-style-type:none;
	margin-top: 15px;
	padding:0px 0 0 0;
	background:#000;
	filter: alpha(opacity=95); /* internet explorer */
}
ul.top-nav li ul li {
	float:none;
	height: auto;
	margin:0;
	padding:0;
	border:none;
	filter: alpha(opacity=100); /* internet explorer */
}
ul.top-nav li ul li a {
	float:none;
	background:none;
	margin:0;
	padding:0;
	display:block;
	font-size:13px;
	height:auto;
	margin:0;
	padding:10px 13px 10px 13px;
	font-weight:normal;
}

/* drop down menu hover styles */
ul.top-nav li:hover ul {
	border:none;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
}
ul.top-nav li:hover ul * {
	background:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
ul.top-nav li ul li:hover {
	background-color:#858585;
}



/* Header Starts Here . . . . . . . . . . . . . . . . . . . . . . . . . .  */


/* Side Starts Here . . . . . . . . . . . . . . . . . . . . . . . . . .  */

#side
{
	width: 280px;
	margin-top: -10px;
	background-color: #252525;
	float: left;
	padding: 0 20px;
	clear: both;
}

.box
{
	border-top: 1px solid #959595;
	margin-bottom: 30px;
}

.box img
{
	float: left;
	margin-bottom: 50px;
	margin-right: 10px;
}

.box p
{
	line-height: .8em;
}

.box1
{
	margin-bottom: 30px;
}

.box1 img
{
	float: left;
	margin-bottom: 50px;
	margin-right: 10px;
}

.box1 p
{
	line-height: .8em;
}

/* Side Starts Here . . . . . . . . . . . . . . . . . . . . . . . . . .  */


.blog
{
	width: 280px;
	background-color: #252525;
	float: left;
	padding: 0 20px;
	margin-top: 30px;
	line-height: 1.5em;
}

.blog img
{
	display: none;
}

.blog ul
{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.blog li
{
	border-top: 1px solid #959595;
	margin-top: 15px;
	padding-top: 15px;
	padding-left: 0;
	margin-left: 0;
}

.blog li:hover;
{
	background: 000;
}

.blog a
{
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

.blog a:hover
{
	border-bottom: 1px solid;
}


	

/* Practice Starts Here . . . . . . . . . . . . . . . . . . . . . . . . . .  */

#practice
{
	width: 600px;
	float: right;
	margin-top: 30px;
	line-height: 1.5em;
	margin-bottom: -20px;
}

#practice img
{
	margin-bottom: 10px;
}	

#areas
{
	border-bottom: 1px solid #151515;
	margin-bottom: 10px;
	float: right;
}

#areas p
{
	margin-top: 2px;
}

#criminal
{
	width: 270px;
	padding-right: 30px;
	padding-bottom: 60px;
	margin-bottom: 5px;
	border-right: 1px solid #151515;
	margin-top: 5px;
	float: left;
}

#personal
{
	width: 270px;
	padding-left: 25px;
	margin-top: 5px;
	border-bottom: 1px solid #151515;
	float: right;
}

#family
{
	width: 270px;
	padding-left: 25px;
	float: right;
}

/* Content Starts Here . . . . . . . . . . . . . . . . . . . . . . . . . .  */

#content
{
	width: 600px;
	line-height: 1.5em;
	float: right;
	margin-top: 20px;
}

/* bottom Starts Here . . . . . . . . . . . . . . . . . . . . . . . . . .  */

#bottom
{	
	border-top: 1px solid #959595;
	padding-top: 10px;
	margin-bottom: 50px;
}

.center
{
	text-align: center;
	font-weight: bold;
	font-size: 10;
}

.center img
{
	border-style: none;
}


	