body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

#wrapper
{
	width: 970px;
	margin: 10px auto;
}

#header
{
	width: 970px;
	height: 336px;
	position: relative;
}

#header a.home div
{
	width: 295px;
	height: 70px;
	position: absolute;
	top: 30px;
	left: 10px;
}

.home #header { background: transparent url(images/leg_header.jpg) no-repeat scroll 0 0; }
.personal-injury #header { background: transparent url(images/leg_header_pi.jpg) no-repeat scroll 0 0; }
.immigration #header { background: transparent url(images/leg_header_im.jpg) no-repeat scroll 0 0; }
.attorneys #header { background: transparent url(images/leg_header_at.jpg) no-repeat scroll 0 0; }
.talk #header { background: transparent url(images/leg_header_talk.jpg) no-repeat scroll 0 0; }
.contact #header { background: transparent url(images/leg_header_cu.jpg) no-repeat scroll 0 0; }

#header #navigation
{
	position: absolute;
	top: 312px;
}

ul.links
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.links li
{
	float: left;
	margin-right: 27px;
}

ul.links li a
{
	color: #333333;
	text-transform: uppercase;
	font-family: Times New Roman, serif;
	text-decoration: none;
	letter-spacing: .25px;
}

#main
{
	margin-top: 10px;
}

#sidebar-left
{
	float: left;
	width: 165px;
	padding-right: 20px;
}

div.block
{
	border: solid 1px #333333;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: Times New Roman, serif;
	font-weight: bold;
	letter-spacing: .5px;
	color: #333333;
}

div.block-header,
div.block-content,
div.block-read-more
{
	padding: 8px;
}

div.block-header
{
	background-color: #EDEDED;
}

div.block-read-more
{
	text-align: right;
	background: transparent url(images/block-link-arrow.jpg) no-repeat scroll right center;
}

div.block-read-more a
{
	color: #333333;
	text-decoration: none;
	font-size: 10px;
	margin-right: 25px;
}

div.block-immigration div.block-read-more a
{
	font-size: 8px;
}

div.block-contact-us #form-contact #message
{
	width: 140px;
	height: 100px;
}

#content
{
	float: left;
	width: 763px;
	border: solid 1px #333333;
	padding: 10px;
}

.home #content { background: transparent url(images/bg-content-home.jpg) no-repeat 0 0; }
.personal-injury #content { background: transparent url(images/bg-content-pi.jpg) no-repeat 0 0; }
.immigration #content { background: transparent url(images/bg-content-im.jpg) no-repeat 0 0; }
.immigration #content.visas { background: transparent url(images/bg-content-im-tv.jpg) no-repeat 0 0; }
.immigration #content.permanent-immigration { background: transparent url(images/bg-content-im-pi.jpg) no-repeat 0 0; }
.immigration #content.naturalization { background: transparent url(images/bg-content-im-nat.jpg) no-repeat 0 0; }
.immigration #content.temporary { background: transparent url(images/bg-content-im-tps.jpg) no-repeat 0 0; }
.immigration #content.adoption { background: transparent url(images/bg-content-im-fa.jpg) no-repeat 0 0; }
.attorneys #content { background: transparent url(images/bg-content-at.jpg) no-repeat 0 0; }
.talk #content { background: transparent url(images/bg-content-talk.jpg) no-repeat 0 0; }
.contact #content { background: transparent url(images/bg-content-cu.jpg) no-repeat 0 0; }

#content-inner
{
	margin-top: 80px;
}

.highlight
{
	font-size: 16px;
	color: #D59E0D;
}

.content-highlight
{
	font-size: 16px;
	color: #FF9933;
	font-weight: bold;
}

#footer
{
	clear: both;
	padding-top: 15px;
}

#footer a
{
	font-size: 10px;	
	color: #0099CC;
	text-decoration: none;
}