/* content */

.content {
	border-top: 1;
	top: 0;
        float:left;
}

.content h1 {
	padding: 10px 10px 30px 10px;
	font-weight: bold;
	color: #5b5b5b;
	font-size: 2.3em;

}

.content h2 {
	color: #ff6400;
	font-size: 1.75em;
	line-height: 2em;
	text-align: left;
	padding: 10px 45px 10px 10px;
}
.content h3 {
	color: #676767;
	font-size: 1.5em;
	line-height: 2em;
	text-align: left;
	padding: 0px 45px 5px 10px;
}
.content h4 {
	color: #676767;
	font-size: 1.4em;
	line-height: 2em;
	text-align: left;
	padding: 10px 45px 5px 10px;
}

.content p {
	line-height: 2em;
	text-align: justify;
	padding: 10px 45px 25px 10px;
}
.content ul {
	list-style: none;
	padding:10px 45px 25px 10px;

}
.content ul ul {
	font-size: 1em;
	padding: 0 15px 15px 15px;
}
.content li {
	line-height: 2em;
	padding: 0 0 0 15px;
	background: url(../images/arrow.jpg) left 7px no-repeat;
}

.withborder {
	padding: 2px;
	border: 1px solid #ded5b3;
}

/* wide column */

.wideColumn h1 {
	padding: 30px 10px 30px 52px;

}
.wideColumn h2 {
	padding: 10px 45px;
}
.wideColumn p {
	line-height: 2em;
	text-align: justify;
	padding: 0px 45px 25px;
}

.ecard {
	position: relative;
	left: -20px;
}
.content .centered {
	text-align: center;
}

/* breadcrumbs */

.breadcrumbs {
	float: left;
	width: 187px;
	margin: 10px 0 0 0;
	position: relative;
	left: 10px;
}
.breadcrumbstopbg {
	height: 10px;
	
}

.breadcrumbscontent {
	background: white;
}
.breadcrumbscontent h5 {
	font-size: 2em;
	padding: 0 0 0 15px;
	color: #ff6400;
}
.breadcrumbscontent p {
	color: #626262;
	padding: 5px 0 0 20px;
}
.breadcrumbscontent p a {
	text-decoration: none;
	font-weight: bold;
	color: #626262;
}
.breadcrumbscontent p a:hover {
	text-decoration: underline;
}	
.breadcrumbscontent ul {
	list-style: none;
	padding: 0 0 10px 30px;
	font-size: 1.25em;
	color: black;
}
.breadcrumbscontent li {
	background: none;
	padding: 5px 0;
	line-height: 1.125em;
}
.breadcrumbscontent ul a {
	color: #939393;
	letter-spacing: 0;
	text-decoration: none;
}
.breadcrumbscontent ul a:hover {
	text-decoration: underline;	
}

/* rightColumn */

#subselectyourindustry {
	width: 119px;
	height: 13px;
	margin: 5px 10px 10px;
	background: url(../images/subselectyourindustry.jpg) left top no-repeat;
}

.subindustry {
	display: block;
	float: left;
}

#subindustry1 {
	background: url(../images/subindustry_01.jpg) left top no-repeat;
	height: 31px;
	width: 135px;
	margin-left: 4px;
	border-bottom: 1px solid #d1d0bf;
}
html>body #subindustry1 {
	margin-left: 8px;
}
#subindustry2 {
	background: url(../images/subindustry_02.jpg) left top no-repeat;
	height: 31px;
	width: 133px;
	border-left: 1px solid #d1d0bf;
	border-bottom: 1px solid #d1d0bf;
}
#subindustry3 {
	background: url(../images/subindustry_03.jpg) left top no-repeat;
	height: 29px;
	width: 135px;
	margin-left: 4px;
}
html>body #subindustry3 {
	margin-left: 8px;
}
#subindustry4 {
	background: url(../images/subindustry_04.jpg) left top no-repeat;
	height: 29px;
	width: 133px;
	border-left: 1px solid #d1d0bf;
	margin-bottom: 20px;
}

#cases, #iplaws, #news, {
	display: block;
}
#cases {
	clear: both;
	width: 277px;
	height: 70px;
	margin: 10px 0 5px 4px;
	background: url(../images/cases.jpg) left top no-repeat;
}
#cases h2 {
	color: #676767;
	font-size: 1.5em;
	line-height: 2em;
	padding:25px 10px 10px 100px;
}
#iplaws {
	width: 277px;
	height: 71px;
	margin: 10px 0 5px 4px;
	background: url(../images/iplaws.jpg) left top no-repeat;
}
#iplaws h2 {
	color: #676767;
	font-size: 1.5em;
	line-height: 2em;
	padding:25px 10px 10px 100px;
}
#news {
	width: 269px;
	height: 72px;
        margin: 10px 0 10px 4px;
	background: url(../images/news.jpg) left top no-repeat;
}
#news h2 {
	color: #676767;
	font-size: 1.5em;
	line-height: 2em;
	padding:25px 10px 10px 100px;
}
#subgrants {
	width: 271px;
	height: 89px;
	margin: 20px 0 20px 8px;
	background: url(../images/subgrants.jpg) left top no-repeat;
}


