html { overflow: scroll; /* show scrollbars to prevent funny page jumping between different length pages */ }

body {
	background: #6a7780;
	width: 100%;
	padding: 0 0 1em 0; /* alter this if you want to pad the site from the top or bottom */
	text-align: center; }

/* wrapper to locate page to centre in all browsers */
#wrapper { 
	margin: 0 auto;
	width: 954px; 
	text-align: left; } 

/* container needed to style containing bars */
#container { 
	float: left;
	width: 954px;
	background: #fff; }

#feature-wrapper, #feature-title, #feature-image, #feature-list, #feature-tab { color: #fff; float: left; height: 248px; }

#feature-wrapper { margin-bottom: 1em; }

#feature-title { 
	background-color: #455560;
	position: relative;
	width: 52px; }
	
#feature-image { width: 413px; }

#feature-tab { 
	background-color: #f7901e;
	width: 21px; }
	
#feature-list {
	background-color: #455560;
	background-image: url(/images/feature-list-bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	margin-left: 2px;
	width: 456px;
	height: 248px; }
	
	#feature-list ul { margin: 0; }
	
	
#pagebanner {
	background-color: #455560;
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
	height: 166px;
	z-index: 10;
	
	 }

/*
.box-content li { margin-top: 1em; }
.news-list, .training-list, .event-list  { margin-bottom: 1em; }		
.news-list li { min-height: 54px; }		
.news-list img { float: left; margin: 0 10px; }
*/
.box .news-list p { margin-left: 80px; }
.training-list li { padding: 0 10px; }

#brochure-box { 
	background-image: url(/images/brochure-box.jpg);
	background-repeat: no-repeat;
	height: 100px;
	margin-left:15px;
	}

#brochure-box p { float: left; font-size: 1.3em; margin-left:130px; margin-top:30px; }
#brochure-box a { color:#455560;}

/* Boxout general layout */
	.boxout {
		background-color: #f0f0f0;
		background-image: url(/images/box-bg-top.gif);
		background-position: top left;
		background-repeat: repeat-x;
		min-height: 250px; 
		position: relative;
		
		 }

	.boxout-content {	
		background-image: url(/images/box-bg-bottom.gif);
		background-position: bottom left;
		background-repeat: repeat-x;
		min-height: 210px;
		padding:0 0 40px;
		width: 100%; }
		
		.boxout-content h2, .product-panel h2 {
			background-image: url(/images/box-title-arrow.png);
			background-position: 0 23px;
			background-repeat: no-repeat;
			border-bottom: 1px dotted #fff;
			color: #fff;
			font-size: 1.5em;
			font-weight: normal;
		padding: 1em 1.3em 6px; }
		
			.boxout-content h2 span {
				font-weight: bold; }
		
		.boxout-content ul { margin-bottom: 1.2em; }
		
		.boxout-content li { 
			margin: 1em 0 0 0;
			list-style-type: none; }
				
		.boxout-content h3 { font-size: 1em; }
		
		.boxout-content p { 
			font-size: 1em;
			margin-bottom: 0; }
		
	.boxout-bottomtab {
		background-image: url(/images/box-bg-bottom-tab.gif);
		background-repeat: repeat-x;
		height: 37px;
		padding: 3px 5px 0 5px;
		position: absolute;
		bottom: 5px;
		right: 2px; }
		
	.boxout-bottomtab a { color: #fff; text-decoration: none; }
	
	.product-panel h2 { margin-bottom: 10px; }
	.product-panel p { color: #fff; } 
	.product-panel img {
		float: left;
		margin: 0 10px 0 0;	}
	
	
/* END - Boxout general layout */


/* Boxout Content in List With Image */

	.boxout-list-withimage li { min-height:60px; }
		
	.boxout-list-withimage img {
		float: left;
		margin: 5px 10px 0; }
		
	.boxout-list-withimage p {
		margin: 0 0 0 80px; }	
/* END - Boxout Content in List With Image */


/* Boxout Content in Bulleted List */
	.boxout-list-bullet {
		color: #f7901e;
		list-style-position: inside;
		margin-left: 0; }
	
	.boxout-list-bullet li { 
		list-style-type: square;
		margin: 1em 0 0; 
		padding: 0 10px; }
	
	.boxout-list-bullet a { color: #455560; }
/* END - Boxout Content in Bulleted List */


/* Dynamic content list in list layout (i.e. Events/News/Case Studies pages) */
	.main-dynamic-list li {
		border-bottom: 1px dotted #8F99A0;
		clear:left;
		float:left;
		list-style-type: none;
		margin: 0 0 1.5em 0;
		padding-bottom: 1.5em;
		width: 100%; }

	.main-dynamic-list img { float: left; }
	
	.main-dynamic-list p { 
		font-size: 1em;
		margin-bottom: 0;
		margin-left: 155px; }
		
	.main-dynamic-list .intro { 
		background: url(/images/page-title-arrow.png) no-repeat 0 7px; 
		margin-left: -23px;
		padding-left: 23px; }
		
	.main-dynamic-list .datedisplay { margin-bottom: 0.5em; }
/* END - Dynamic content list in list layout */


/* Dynamic content list in list layout without images (i.e. Events/News/Case Studies pages) */
	.main-dynamic-list-noimage li {
		border-bottom: 1px dotted #8F99A0;
		clear:left;
		float:left;
		list-style-type: none;
		margin-bottom: 1.5em;
		padding-bottom: 1.5em;
		width: 550px; }
	
	.main-dynamic-list-noimage p { 
		font-size: 1em;
		margin-bottom: 0;
		/*margin-left: 155px;*/ }
		
	.main-dynamic-list-noimage .intro { 
		background: url(/images/page-title-arrow.png) no-repeat 0 7px; 
		margin-left: 0;
		padding-left: 23px; }
		
	.main-dynamic-list-noimage .datedisplay { margin-bottom: 0.5em; }
/* END - Dynamic content list in list layout without images */


/* Dynamic content list in grid layout (i.e. Markets home page) */
	.main-dynamic-grid { 
		float: left;
		margin-bottom: 2em; }
	
	.main-dynamic-grid img { float: left; }

	.main-dynamic-grid p { 
		font-size: 1em;
		margin-bottom: 0;
		margin-left: 140px; }
		
	.main-dynamic-grid .intro {
		background: url(/images/markets-title-arrow.png) no-repeat 0 3px;
		font-size: 1.3em;
		margin-bottom: 0;
		margin-left: -16px;
		padding-left: 16px; }
/* END - Dynamic content list in grid layout */


/* Dynamic content detail page layout (i.e. Markets home page) */
	.main-dynamic-content p { margin-left: 155px; }
	.main-dynamic-content ul { margin-left: 145px; }
	
	.main-dynamic-content img { float: left; }
	
	.main-dynamic-content .intro { 
			background: url(/images/page-title-arrow.png) no-repeat 0 7px; 
			margin-left: -23px;
			padding-left: 23px; }
/* END - Dynamic content detail page layout */


/* Media content */
	
	#media-link, #media-text {
		float: left;
		padding-top: 15px;
	}
	
	#media-link {
		padding-left: 10px; 
		width: 222px; }
	
	#media-text {
		color: #fff;
		font-size: 0.9em; 
		width: 125px; }
	
		#media-text p { margin: 0; }
	
/* END - Media content */


.addthis_toolbox { margin-bottom: 0.5em; }
.addthis_toolbox p { line-height: 32px; }


/* Forum content panel */
	.forum-panel {
		background: #fff;
		border: 5px solid #F57E16;
		margin: 1em 1em 0 0; }
		
		.forum-panel h2 {
			background-image: url(/images/page-title-arrow.png);
			background-position: 0 7px;
			background-repeat: no-repeat;
			border-bottom: 1px dotted #455560;
			color: #455560;
			font-size: 1.5em;
			font-weight: normal;
			padding: 2px 1.3em 5px; }
			
			.forum-panel h2 span {
				color: #f7901e; 
				font-weight: bold; }
			
			.forum-panel h2 a {
				color: #455560; }
				
		.forum-panel li {
			list-style-type: none;
			margin: 10px 20px 0 0; }
			
		.forum-panel li a {
			background: #FDE7CE;
			display: block;
			padding: 2px 5px; }
			
			.postinfo { font-style: italic; }
/* END - Forum content panel */

.footer-links { margin-top: 1em; }
.footer-links li {
	display: inline;
	font-size: 0.9em;
	margin-right: 2em; }

.footer-links a {
	color: #455560;
	text-decoration: none; }

.footer-links a:hover {
	text-decoration: underline; }
	
	#sitecredits, #autodeskvid { display: none; }
