/* stylesheet for burlisonlaw.com */


body {
	margin: 0;
	padding: 10px 0 0 0;
	background-color: #4c5157;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	}
	
#header { 
    position: relative;
    margin: 0 auto;
    width: 912px;
	height: 83px;
    text-align: left;
	background-color: #fff;   
	}

#logo {
	position: relative;
	float: left;
	width: 313px;
	}
	
#nav {
	position: relative;
	float: right;
	margin: 35px 20px 10px 10px;
	}
	
#content-home {
	position: relative;
	margin: 0 auto;
	width: 912px;
	height: 468px;
	background: #fff url(../images/content_home.jpg);
	}
	
#content-home2 {
	position: relative;
	margin: 0 auto;
	width: 912px;
	height: 468px;
	background: #fff url(../images/content_home2.jpg);
	}
	
#content-firm {
	position: relative;
	margin: 0 auto;
	width: 912px;
	height: 468px;
	background: #fff url(../images/content_firm.jpg);
	}
	
#content-green {
	position: relative;
	margin: 0 auto;
	width: 912px;
	height: 468px;
	background: #fff url(../images/content_green.jpg);
	}
	
#content-contact {
	position: relative;
	margin: 0 auto;
	width: 912px;
	height: 468px;
	background: #fff url(../images/content_contact.jpg);
	}
	
#content-catastrophic-injury {
	position: relative;
	margin: 0 auto;
	width: 912px;
	height: 468px;
	background: #fff url(../images/content_catastrophic_injury.jpg);
	}
	
#content-auto-accidents {
	position: relative;
	margin: 0 auto;
	width: 912px;
	height: 468px;
	background: #fff url(../images/content_auto_accidents.jpg);
	}
	
#content-trucking-accidents {
	position: relative;
	margin: 0 auto;
	width: 912px;
	height: 468px;
	background: #fff url(../images/content_trucking_accidents.jpg);
	}
	
#content-slip-fall {
	position: relative;
	margin: 0 auto;
	width: 912px;
	height: 468px;
	background: #fff url(../images/content_slip_fall.jpg);
	}
	
#content-workplace-injury {
	position: relative;
	margin: 0 auto;
	width: 912px;
	height: 468px;
	background: #fff url(../images/content_workplace_injury.jpg);
	}
	
#content-brain-injury {
	position: relative;
	margin: 0 auto;
	width: 912px;
	height: 468px;
	background: #fff url(../images/content_brain_injury.jpg);
	}
	
#content-wrongful-death {
	position: relative;
	margin: 0 auto;
	width: 912px;
	height: 468px;
	background: #fff url(../images/content_wrongful_death.jpg);
	}
	
#content-product-liability {
	position: relative;
	margin: 0 auto;
	width: 912px;
	height: 468px;
	background: #fff url(../images/content_product_liability.jpg);
	}
	
#content-panel {
	position: absolute;
	top: 36px;
	left: 395px;
	/* background-color: #224869; */
	background: url(../images/bg_panel.png) top left repeat;
	width: 440px;
	height: 366px;
	text-align: left;
	padding: 10px 5px 10px 20px;
	}
	
#content-panel-noscroll {
	position: absolute;
	top: 36px;
	left: 395px;
	/* background-color: #224869; */
	background: url(../images/bg_panel.png) top left repeat;
	width: 440px;
	height: 366px;
	text-align: left;
	padding: 10px 5px 10px 20px;
	}
	
#content-panel-wide {
	position: absolute;
	top: 36px;
	left: 325px;
	/* background-color: #224869; */
	background: url(../images/bg_panel.png) top left repeat;
	width: 480px;
	height: 366px;
	text-align: left;
	padding: 10px 25px;
	}
	
#sidenav {
	position: absolute;
	top: 36px;
	left: 225px;
	/* background-color: #6087a5; */
	background: url(../images/bg_sidenav.png) top left repeat;
	width: 150px;
	height: 356px;
	padding: 30px 5px 0 15px;
	text-align: left;
	}
	
#sidenav ul {
	font-size: .9em;
	line-height: 1.8em;
	margin-left: 0;
	padding-left: 0;
	}
	
#sidenav li {
	list-style: none;
	}
	
#sidenav li li {
	list-style: bullet;
	}
	
#sidenav a:link {
	color: #fff;
	text-decoration: none;
	}
	
#sidenav a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#sidenav a:hover {
	color: #fff;
	text-decoration: underline;
	}	
	
	

/* footer and legal */
	
#footer {
	position: relative;
	margin: 0 auto;
	width: 912px;
	height: 67px;
	background-color: #a2a556;
	}
	
#address {
	position: relative;
	float: left;
	width: 675px;
	text-align: left;
	padding: 14px 5px;
	}
	
#green {
	position: relative;
	float: right;
	width: 170px;
	padding: 5px;
	}
	
#legal {
	position: relative;
	margin: 0 auto;
	width: 912px;
	text-align: left;
	color: #ccc;
	font-size: .7em;
	line-height: 1.1em;
	}
	
#legal a:link {
	color: #ccc;
	font-weight: normal;
	}
	
#legal a:visited {
	color: #ccc;
	}
	
#legal a:hover {
	color: #fff;
	}

	
	
/* general attributes */
	
h1 {
	font-size: 1.5em;
	margin-bottom: 8px;
	}
	
p {
	font-size: .9em;
	line-height: 1.3em;
	}
	
ul {
	font-size: .9em;
	line-height: 1.3em;
	}
	
a:link {
	color: #a2a556;
	}
	
a:visited {
	color: #a2a556;
	}
	
a:hover {
	color: #fff;
	}	

	
	
/* form styles */

form {
	margin-top: 1em;
	margin-bottom: 1em;
	}
	
label {
	font-size: .75em;
	display: block;
	margin: 10px 5px 5px 0;
	}

.button {
	padding: 0;
	}	

input {
	background-color: #4f4f4f;
	border: none;
	color: #fff;
	font-size: .75em;
	padding: 2px;
	}

select {
	font-size: .75em;
	color: #333333;
	}

textarea {
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #4f4f4f;
	border: none;
	color: #fff;
	padding: 2px;
	margin-top: 5px;
	}
	
	
