body {
	background: #bdc9d1 url(../images/bg_body.gif) repeat-y center top;
	margin: 0px auto;
	color: #5d6669;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p  {
	font-size: 11px;
	line-height: 1.3em;
	margin: 0px 0px 1.3em;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	font-size: 11px;
	line-height: 1.3em;
	margin: 0px 0px .5em 44px;
}


h1 {
	margin: 0 0 1em;
	font-size: 18px;
	line-height: 1em;
	font-weight: normal;
}
h2 {
	margin: 2em 0 .5em;
	font-size: 14px;
	line-height: 1em;
	font-weight: normal;
	color: #2f5471;
}
h3 {
	margin: 2em 0 .5em;
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
}

img {
	border-width: 0px;
}
td {
	vertical-align: top;
	padding: 0px;
}


a, a:active, a:visited       {
	color: #ed7100;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.learnMore {
	margin: 24px 0px 24px;
}
.alignRight {
	text-align: right;
}




#container {
	margin: 0px auto;
	width: 766px;
}
#container #top #nav {
	background: #FFFFFF;
}

#container #top #nav ul {
	height: 80px;
}
#container #top #nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 80px;
	list-style-type: none;
}
#container #top #hdr {
	height: 234px;
}
#container  #top  #hdr  #hdrLogo {
	float: left;
}
#container   #top   #hdr   #hdrImg {
	float: left;
}
#container #content {
	background: #FFFFFF;
	width: 686px;
	padding: 36px 40px;
	min-height: 320px;
}
#container #content #articlesHome {
	float: left;
	width: 280px;
	margin-right: 40px;
}
#container #content #articlesHome span {
	color: #ed7100;
}

#container #content #contentHome {
	float: left;
	width: 366px;
}
#container #content #contentHome #practiceAreasHome li {
	background: url(../images/bul_home.gif) no-repeat 0px 5px;
	list-style-type: none;
	padding: 0px 0px 0px 14px;
	margin: 0 0 .5em 0;
}


#container #content #contentSec #inv-articles li {
	margin: 0px;
	padding: 0px 0px 24px 40px;
	list-style-type: none;
	line-height: 1.4em;
}
#container #content #contentSec #inv-articles li p {
	margin: 0;
	line-height: 1.4em;
}
#container #content #contentSec #inv-articles.inv-articles li {
	background: url(../images/icn_pdf_sm.gif) no-repeat;
	margin: 0px;
	padding-left: 40px;
}
#container #content #contentSec #inv-articles.inv-articles li.nofile {
	background: none;
}
#container #content #contentSec #contact {
	float: left;
}
#container #content #contentSec #contact p {
	margin: 0px;
}
#container #content #contentSec #contentMap {
	float: left;
	margin-left: 70px;
}
#container   #content   #contentSec   .alphaListLower {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: lower-alpha;
}



#container #footer {
	height: 89px;
	width: 750px;
	text-align: center;
	margin: 0px auto;
	clear: both;
}

#container .footerHome {
	background: #d9dbdc url(../images/logo_cbls.gif) no-repeat right 8px;
}
#container #footer #copyright {
	padding-top: 40px;
}
#container #footer #copyright a, #container #footer #copyright a:active, #container #footer #copyright a:visited {
	color: #5d6669;
	text-decoration: underline;
}
#container #footer #copyright a:hover {
	color: #5d6669;
	text-decoration: none;
}

/* Fix for clearing floated elements */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
	clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearBoth {
	clear: both;
}
