a{
	color: #FFD976;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body.attorneys #content img{
	margin: 10px 30px;
}

body{
	background-position: top center;
	background-repeat: no-repeat;
	/* specify a default background image for CMS-safety */
	background-image: url('/media/static/images/slices/backgrounds/default.jpg');
	font-size: small;
	margin: 0;
	min-height: 1300px;
	padding: 0 0 30px 0;
	width: 100%;
}

#consultation{
	background-image: url('/media/static/images/slices/consultation_form.jpg');
	background-repeat: no-repeat;
	height: 493px;
	margin: 0 auto;
}

#consultation h3{
	font-size: large;
	font-weight: normal;
	padding-top: 40px;
	text-align: center;
}

#consultation h3 em{
	font-style: normal;
}

#consultation input,
#consultation textarea{
	display: block;
	font-family: helvetica, verdana, sans-serif;
	font-size: x-small;
	margin: 0 auto 11px auto;
	width: 150px;
}

#consultation input.submit{
	margin: 0 0 0 25px;
	width: auto;
}

#contact_info{
	font-size: x-small;
	text-align: center;
}

#contact_info h4{
	font-size: small;
	font-weight: normal;
	margin: 30px auto 11px auto;
}

#contact_info p{
	margin-top: 10px;
}

#container{
	margin: 0 auto;
	width: 1000px;
}

#content{
	margin: 0 0 0 310px;
	min-height: 500px;
	padding-top: 40px;
	width: 540px;
}

#content a img{
	border: none;
}

#content form table td{
	font-size: x-small;
	padding-bottom: 10px;
	vertical-align: top;
}

#content form table th{
	vertical-align: top;
}

#content form table td input{
	margin-bottom: 5px;
}

#content h2,
#content h3{
	font-weight: normal;
	margin-top: 30px;
	text-transform: uppercase;
}

#content img{
	border: 1px solid white;
	margin: 10px;
}

#content p{
	line-height: 1.5em;
}

#footer{
	border-top: 1px solid #BBB;
	font-size: x-small;
	line-height: 1.5em;
	margin: 0 0 0 310px;
	text-align: center;
	width: 540px;
}

#footer h3{
	font-size: 8pt;
}

#flash_heading_container{
	margin: -40px 0 0 180px;
	position: absolute;
}

#footer_contact_info{
	margin: 0 auto;
}

#footer_contact_info td{
	padding: 2px 5px;
}

.google_map{
	float: right;
	margin: 20px;
}

h2{
	color: #FFD976;
	font-size: small;
	letter-spacing: 2px;
	text-align: right;
}

h3, h4, h5, h6{
	color: #FFD976;
	font-size: small;
	letter-spacing: 1px;
}

html{
	background-color: black;
	background-image: url('/media/static/images/slices/html.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	color: white;
	font-family: helvetica;
	margin: 0;
	padding: 0;
}

img.headshot{
	float: left;
	margin: 0 20px 20px 0;
}

.location .thumbnail_block{
	float: right;
	margin: 0 0 10px 10px;
}

#logo_flash_container{
	margin: 10px 0 0 -4px;
	padding: 0;
	position: absolute;
}

#masthead{
	height: 468px;
	width: 100%;
}

#practice_areas_flash{
	margin: 100px 0 0 500px;
	position: absolute;
}

table.attorneys_and_staff{
	margin: 0 auto;
}

#content table.attorneys_and_staff a img,
#content table.attorneys_and_staff img{
	border: 1px solid white;
}

table.attorneys_and_staff td{
	text-align: center;
}

#content form table th{
	font-weight: normal;
	text-align: right;
}

#vertical_panel{
	position: absolute;
	width: 205px;
}

/**
 * Body backgrounds
 */
body.home {
	background-image: url('/media/static/images/slices/backgrounds/home.jpg');
}

body.about-us {
	background-image: url('/media/static/images/slices/backgrounds/about_us.jpg');
}

body.contact-us {
	background-image: url('/media/static/images/slices/backgrounds/contact_us.jpg');
}

body.attorneys {
	background-image: url('/media/static/images/slices/backgrounds/attorneys.jpg');
}


body.locations {
	background-image: url('/media/static/images/slices/backgrounds/locations.jpg');
}

body.practice-areas {
	background-image: url('/media/static/images/slices/backgrounds/practice_areas.jpg');
}

body.recent-news {
	background-image: url('/media/static/images/slices/backgrounds/recent_news.jpg');
}

body.results {
	background-image: url('/media/static/images/slices/backgrounds/results.jpg');
}
