body.popup {
	background-color:#000;
}

#frame {
	width:916px;
	margin:10px auto;
	color:#333;
	background:url(../images/tree.png) bottom right no-repeat #fff;
}

#top {
	position:relative;
	width:916px;
	height:75px;
	background-color:#fff;
}

#top h1 {
	position:absolute;
	top:0;
	left:0;
	margin:0;
}

#top h1 a {
	display:block;
	width:349px;
	height:65px;
	background:url(../images/logo2.png) top left no-repeat transparent;
	text-indent:-2000px;
}

#contact_details {
	margin:0;
	position:absolute;
	top:10px;
	right:0;
	font-size:19px;
	color:green;
	line-height:120%;
	text-align:right;
}

#main {
	background:url(../images/content_strip2.png) top left repeat-y transparent;
	overflow:auto;
}

.full_content #main {
	background-image:none;
}

#full_content {
}

.box {
	border:1px solid #ccc;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:10px;
	background-image:url(../images/white_50.png);
}

#full_content #product_boxes {
	float:right;
	width:540px;
	margin:0 0 20px 20px;
}

#content {
	float:left;
	width:530px;
	margin-right:25px;
}

#sidebar {
	float:left;
	width:322px;
	padding:20px 5px 20px 20px;
}

#index #sidebar {
	padding-left:5px;
	padding-right:5px;
	width:337px;
}

#sidebar > *:first-child {
	margin-top:0;
}

#sidebar #pics p {
	text-align:center;
}

#sidebar #pics img {
	border:1px solid #999;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

#footer {
	width:886px;
	margin:0 auto;
	padding:0.2em 15px;
	color:#ccc;
	background:url(../images/footer.png) center left repeat-x #000;
}

#footer p {
	margin:0;
	padding:1em 0;
}

#footer_right {
	float:right;
}

#footer_right a { color:#999; }
#footer_right a:hover { color:#fff; }

#sub_footer {
	width:916px;
	margin:0 auto;
	text-align:right;
	font-size:11px;
}

#sub_footer a {
	color:#999;
}

#sub_footer a:hover {
	color:#000;
}

#home_content {
	float:left;
	width:320px;
}

#products_list {
	float:left;
	width:190px;
	padding-left:20px;
}

#products_list h4 {
	margin-top:0.8em;
	font-size:17px;
	font-weight:normal;
}

#products_list ul {
	color:green;
	margin:0;
	padding:0 0 0 2em;
	font-size:13px;
}

#products_list li {
	margin-bottom:0.2em;
}

#products_list a.pdf { /* reset styling for links with pdf class auto-added via jQuery */
	background-image:none;
	padding:0;
}

#latest_news {
	margin-left:5px;
	/*
	background-color:#fff;
	border:1px solid #999;
	padding:10px;
	border-radius:0.5em;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	*/
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

#latest_news h3, #latest_news h3 a {
	color:#999;
	margin:0;
}

.news_item {
	border-bottom:1px solid #ccc;
	padding:0 0 10px 35px;
	margin-top:10px;
	background:url(../images/article.gif) top left no-repeat transparent;
}

.news_item h4 {
	margin:0;
	font-weight:normal;
	font-size:12px;
	color:#666;
	line-height:150%;
}

.news_item h4 a {
	font-size:14px;
}

.news_item .precis {
	font-size:12px;
}

.news_item .precis p {
	margin:0.5em 0;
}

.product_box {
	border:1px solid #666666;
	float:left;
	margin:10px 25px 10px 0;
	width:156px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#product_box_3, #product_box_6, #product_box_9 {
	margin-right:0;
}

#full_content #product_boxes .product_box {
	margin:10px;
}

.product_box p {
	margin:0;
}

.product_box a {
	display:block;
	width:156px;
	height:128px;
	font-size:12px;
	background-position:bottom left;
}

#product_box_9 a {
	background-position:center center;
}

.product_box a span {
	display:block;
	background-color:#000;
	padding:5px 0;
	text-align:center;
	/* background:url(../images/black_50.png) bottom left repeat transparent; */
	background-color:#116c00;
	line-height:120%;
	color:#fff;
}

.product_box a:hover span {
	background-image:none;
	background-color:#000;
}

#company_logos {
	font-size:17px;
	color:#999;
}

#company_logos img {
	vertical-align:middle;
	padding:0 3px;
}

#slides {
	border:1px solid #999;
	padding:15px;
	margin:0 0 15px 15px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

#online_learning_video {
	display:block;
	/*
	width:322px;
	height:286px;
	*/
	width:598px;
	height:510px;
}

#carlisle_video {
	display:block;
	width:384px;
	height:288px;
}

.news_pic {
	float:right;
	margin:1em 0 1em 1em;
}

.news_pic img {
	border:1px solid #999;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	/*width:300px;*/
}

.news_list {
	margin-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

#sidebar #map_canvas {
	clear:both;
	margin-top:10px;
	width:300px;
	height:300px;
	border:1px solid #333;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.download_category {
	border-bottom:1px solid #666;
}

.download_row {
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-top:10px;
}

.download_link {
	float:right;
	padding-top:5px;
}

.download_link a {
	background:url(../images/download.gif) 10px center no-repeat transparent;
	padding:7px 10px 7px 30px;
	border:1px solid #ccc;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.download_link a:hover {
	border-color:#333;
}

.download_row h4, .download_row p {
	margin:0.2em 0;
}

#process_box_holder {
	float:right;
	border:1px solid #ccc;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:10px 16px;
	overflow:auto;
	margin-left:12px;
	background-image:url(../images/white_50.png);
}

.archive_year_list {
	float:left;
	width:90px;
	margin-right:10px;
}

.archive_year_list strong {
	border-bottom:1px solid #333;
}

.archive_year_list a.selected {
	color:#000;
}

.archive_year_list p {
	margin:0;
}

#feature_links {
	margin:1em 0;
	padding:0.5em 1em;
}

#feature_links p {
	margin:0.5em 0;
	font-size:13px;
}

#history_timeline {
	width:913px;
	height:600px;
	border:1px solid #999;
	border-top:none;
	margin:0 auto;
	overflow:hidden;
}

#history_timeline * {
	margin:0;
}

#sidebar_pics * {
	margin:0;
}

#sidebar_pics {
	margin:0;
	border:1px solid #666666;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	height:300px;
	width:323px;
}

.industry_link {
	float:left;
	width:450px;
}

.industry_link h3 {
	margin-bottom:0;
}

.industry_link .logo {
	float:right;
	/*
	border:1px solid #999;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	padding:10px;
	*/
	margin:20px;
	background-color:#fff;
}

.job_item {	
	padding:0 0 10px 60px;
	background:url(../images/avatar.png) top left no-repeat transparent;
	border-bottom:1px solid #ccc;
	margin-top:10px;
}

.job_item * {
	margin:5px 0;
}

#jobDetails {
	width:270px;
	float:right;
	border:1px solid #ccc;
	margin:0 0 1em 1em;
}

.person {
	width:150px;
	float:left;
	border:1px solid #ccc;
	padding:5px;
	margin:5px 5px 5px 0;
}

.person h3, .person h4 {
	margin:0;
}

.person h3 {
	font-size:16px;
}

.person h4 {
	font-size:12px;
}

#person_listing {
	width:600px;
	margin-top:20px;
}

#person_listing img {
	border:1px solid #ccc;
	padding:2px;
}

#person_listing h2, #person_listing h4 {
	margin:0;
}

#person_listing h4 {
	color:#666;
}
