/* General Formatting ----------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
body {
	margin-top: 10px;
	background: url(../../images/body-bg.gif) repeat-x #192222;
}
a, a:visited {
	color: #fa7d1a;
}
a:hover {
	color: #eddf8e;
	text-decoration: none;
}
/* Container -------------------------------------------------------*/
#container {
	display: block;
	background: url(../../images/chicago-skyscrapers.jpg) no-repeat top right;
	width: 770px;
	margin: 0 auto;
}
/* Header ----------------------------------------------------------*/
#header {
	width: 770px;
	height: 143px;
}
#header #logo {
	float: left;
	background: url(../../images/burn-lawyer-logo.jpg) no-repeat;
	width: 410px;
	height: 103px;
	text-indent: -9999px;
	outline: none;
}
/* Main & Content ------------------------------------------------------------*/
#main {
	float: left;
	width: 770px;
}
#content {
	float: left;
	width: 485px;
	color: #ccbea3;
	font-size: 10pt;
	font-family: Tahoma, "Lucida Sans", Verdana, sans-serif;
	line-height: 1.4em;
}
#content li {
	line-height: 1.8em;
}
h1 {
	display: block;
	width: 485px;
	height: 35px;
	text-indent: -9999px;
}
h1.home {
	background: url(../../images/heading-profile.gif) no-repeat;
}
h1.cases {
	background: url(../../images/heading-cases.gif) no-repeat;
}
h1.resources {
	background: url(../../images/heading-resources.gif) no-repeat;
}
h1.photos {
	background: url(../../images/heading-photos.gif) no-repeat;
}
h1.contact {
	background: url(../../images/heading-contact.gif) no-repeat;
}
h1.sitemap {
	background: url(../../images/heading-sitemap.gif) no-repeat;
}
h2 {
	border-left: 2px solid #992600;
	padding: 2px 0 2px 7px;
	margin: 10px 0 10px 20px;
	font-size: 11pt;
	letter-spacing: .03em;
	line-height: 1.3em;
	color: #d9cf98;
}
#content p {
	margin-bottom: .5em;
	margin-left: 20px;
	text-align: justify;
	text-indent: 20px;
}
/* Lists and Tables ---------------------------------------------------------------------*/
#cases {
	margin-left: 40px;
	font-style: italic;
}
#cases li {
	line-height: 2em;
}
#sitemap {
	margin-left: 40px;
	list-style: none;
}
#resources table {
	margin-left: 20px;
}
#resources table td {
	padding: 0 10px;
}
/* Right Side ----------------------------------------------------------------*/
#right-side {
	float: right;
	width: 280px;
	margin-top: 30px;
	font-family: Tahoma, "Lucida Sans", Verdana, sans-serif;
}
#right-side p {
	margin-left: 70px;
	color: #ccbea3;
	line-height: 1.6em;
	font-size: 11pt;
}
#right-side h3 {
	padding: 2px 0 2px 7px;
	margin: 20px 0 10px 20px;
	font-size: 10.5pt;
	letter-spacing: .04em;
	line-height: 1em;
	color: #d9cf98;
	margin-left: 50px;
}
/* Main Navigation ------------------------------------------------------------*/
#main-nav {
	display: block;
	list-style: none;
	padding: 20px 20px 0 20px;
	margin-left: 55px;
	border-left: 2px solid #992600;
}
#main-nav a {
	display: block;
	font-family: Tahoma, "Lucida Sans", Verdana, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #fa7d1a;
	height: 36px;
	text-decoration: none;
	letter-spacing: .5px;
}
#main-nav a:hover {
	font-size: 11pt;
	color: #eddf8e;
}
/* Video ----------------------------------------------------------------------*/
#video {
	position: relative;
	background: url(../../images/tv.gif) no-repeat;
	width: 234px;
	height: 190px;
	margin-left: 50px;
	margin-top: 20px;
}
#video p {
	position: absolute;
	bottom: 0;
	right: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #ece7c9;
	letter-spacing: .03em;
	font-style: italic;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
}
#player {
	display: inline;
	float: left;
	width: 204px;
	margin: 10px 15px;
}
/* Footer ---------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 770px;
	text-align: right;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1px solid #992600;
	font-size: 9pt;
	padding-left: 8px;
	line-height: 2em;
}
#cjfooter {
	float: left;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 2em;
	color: #ccbea3;
	margin-left: 210px;
}
#cjfooter a {
	border: 0;
	padding: 0;
}
/* Contact Form ---------------------------------------------------------------*/
#contact_form {
	display: block;
	background-color: #151c1c;
	width: 375px;
	padding: 10px;
	margin: 5px 5px 5px 40px;
	border: 1px solid #8c8769;
}
#contact_form table {
	display: block;
}
#contact_form label {
	display: block;
	width: 145px;
	text-align: right;
	font-size: 9.5pt;
	margin-right: 12px;
	line-height: 1.6em;
	font-weight: bold;
}
#contact_form input {
	color: #666;
	width: 200px;
	padding: 1px 2px;
}
#contact_form textarea {
	color: #666;
	width: 200px;
	height: 60px;
	padding: 1px 2px;
}
#contact_form #submit {
	float: right;
	width: 60px;
	padding: 0;
	margin: 5px 0 0 0;
	color: #333;
}
#contact_form .required {
	margin: 0;
	padding: 0;
	color: #fa7d1a;
	font-size: 10pt;
	font-weight: bold;
}
/* Photo Gallery ---------------------------------------------------------*/
#gallery {
	display: block;
	margin: 0 auto;
	text-align: center;
}
#gallery img {
	border: 0;
	padding: 10px 5px 0 0;
	margin: 0;
}
