/* LOAD ADDITIONAL CSS FILES */
@import url("../../../css/main.css");			/* Main global CSS */
@import url("../../../css/ads.css");			/* Global ad styles */
@import url("../../../css/wysiwyg.css");		/* Global WYSIWYG styles */
@import url('../../../css/pages/comments.css');	/* Global comment styles */

/* REMOVE UNNECESSARY STANDARD CMS ELEMENTS */

#column_sidebar, #breadcrumb {
	display: none;
}

/* STANDARD HTML */

body {
	color: #000;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	line-height: 1.4em;
}

body * {
	font-family: Tahoma, Helvetica, Arial, sans-serif !important;
}

a, a:visited {
	color: #6d6e71;
	text-decoration: none;
}

a:hover, a.current {
	color: rgb(236,66,23);
}

a:active, a:focus {
	outline: none;
}

h1, h2, h3 {
	color: rgb(14,33,63);
	line-height: 1.2em;
}

h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }

hr {
	background: #ddd;
	color: #ddd;
	height: 1px;
	margin: 9px 0;
	width: 100%;
}

img {
	border: 0 !important;
}

sup {
	font-size: 70%;
	position: relative;
	top: 0.5ex;
}

/* CSS CLASSES */

.alignleft {
	text-align: left;
}

.aligncenter {
	display: block;
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignjustify {
	text-align: justify;
}

.gallery img {
	border: 1px solid #ccc !important;
}

.printonly {
	display: none;
}

/* DOM ELEMENTS */

#header {
	background: transparent url('../img/bg/header2011.jpg') left top no-repeat;
	height: 162px;
	overflow: hidden;
	width: 950px;
}

	#header h1, #header a {
		display: block;
		height: 154px;
		margin: 0;
		padding: 0;
		text-indent: -9999px;
		width: 950px;
	}

#sidebar {
	clear: both;
	margin-right: 20px;
	min-height: 400px;
	padding: 0;
	width: 180px;
}

	#nav {
		background: #ebeced;
		padding: 8px 20px 18px 20px;
	}
	
		#nav h2 {
			font-size: 10px;
			font-weight: bold;
			text-transform: uppercase;
		}
		
		#nav h3 {
			color: #6d6e71;
			cursor: pointer;
			font-size: 11px;
			margin: 0;
			padding: 0;
			text-transform: uppercase;
		}
		
		#nav h3:hover, #nav h3.current {
			color: rgb(14,33,63);
		}
		
		#nav ul {
			font-size: 11px;
			list-style: none;
			margin: 9px 0;
			padding: 0;
		}
		
		#nav li {
			line-height: 1.3em;
			margin: 0 0 9px 0;
		}
		
		#nav>ul>li {
			text-transform: uppercase;
		}
		
		#nav li div {
			display: none;
			margin: 0 0 18px 0;
			padding: 0;
		}
		
		#nav li div.current {
			display: block;
		}
		
		#nav li ul {
			margin: 9px 0 0 20px;
		}
		
		#nav li li {
			text-transform: none;
		}

		#search {
			background: #fff;
			clear: both;
			padding: 9px 0;
			white-space: nowrap;
		}
		
			#search input.text.search {
				font-size: 10px;
				padding: 2px;
				width: 130px;
			}
			
			#search input.submit.search {
				background: transparent !important;
				border: none !important;
				color: #6d6e71 !important;
				cursor: pointer !important;
				padding: 0 !important;
			}
			
			#search input.submit.search:hover {
				color: rgb(236,66,23) !important;
			}
		
#main {
	min-height: 400px;
	overflow: hidden;
	padding: 0;
	width: 490px;
}

	#iaa_breadcrumb {
		margin: 15px 0 18px 0;
	}
	
		#iaa_breadcrumb ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#iaa_breadcrumb li {
			border-left: 1px solid rgb(236,66,23);
			display: inline;
			padding: 2px 7px;
		}
		
		#iaa_breadcrumb li:first-child {
			border-left: 0;
			padding-left: 0;
			text-transform: uppercase;
		}
		
	#search_results a {
		color: rgb(236,66,23);
	}
	
	#search_results a:hover {
		text-decoration: underline;
	}
	
	#feature {
		display: block;
		height: 360px;
		padding: 0 5px;
		position: relative;
	}
	
		#feature ul {
			list-style: none;
			margin: 0;
			padding: 0;
			position: relative;
		}
		
		#feature li {
			display: none;
			left: 0;
			position: absolute;
			top: 0;
		}
	
		#feature .caption {
			background: transparent url('../img/bg/transparent_70.png') left top repeat;
			bottom: 72px;
			color: #fff;
			cursor: pointer;
			padding: 18px 10px;
			position: absolute;
			right: 0;
		}
		
		#feature .caption .cat_name {
			border: 0;
			color: #b2b3b6;
			font-size: 12px;
			line-height: 1.5em;
			margin: 0;
			padding: 0;
		}

		#feature .caption .category {
			display: none;
		}

		#feature .caption .project {
			border: 0;
			color: #fff;
			font-size: 14px;
			font-weight: bold;
			line-height: 1.3em;
			margin: 0;
			padding: 0;
		}
	
		#feature .caption .company {
			border: 0;
			color: #fff;
			font-size: 12px;
			line-height: 1.3em;
			margin: 0;
			padding: 0;
		}
	
	#feature_list {
		width: 490px !important;
	}
	
		#feature_list ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#feature_list li {
			clear: both;
			height: 170px;
			position: relative;
		}
				
			#feature_list li div.image {
				overflow: hidden;
				height: 150px;
				padding: 0;
				position: absolute;
				top: 1px;
				width: 150px;
			}
			
			#feature_list li div.image img {
				border: 0 !important;
				margin: 0 auto;
				padding: 0;
				overflow: hidden;
			}
			
			#feature_list .feature_list_link {
				border-top: 1px solid #6d6e71;
				color: #6d6e71;
				cursor: pointer;
				margin: 0 !important;
				padding: 9px 0 0 170px !important;
			}
			
			.category {
				font-size: 10px;
				margin-bottom: 3px;
				text-transform: uppercase;
			}
			
			.project {
				color: rgb(236,66,23);
				font-size: 120%;
				font-weight: bold;
				margin-bottom: 3px;
			}
			
			.company {
				color: rgb(14,33,63);
			}
		
	#article, #comments {
		overflow: hidden;
		width: 490px;
	}
	
	#article h1 {
		color: rgb(236,66,23);
		margin-bottom: 0;
		padding-top: 9px;
		text-transform: none;
	}
	
	#article h2.company {
		font-weight: normal;
		margin-top: 0;
		margin-bottom: 1em;
	}
	
	#article h2.company a {
		color: rgb(236,66,23) !important;
	}
	
	#article .award, #article .dateline {
		color: #6d6e71;
		font-size: 14px;
	}
	
	#article .award {
		border-top: 1px solid #3a3a3c;
		color: #6d6e71;
		font-size: 12px;
		margin: 0;
		padding-top: 9px;
		text-transform: uppercase;
	}
	
	#article .dateline {
		font-size: 11px;
	}
	
	#floating_sidebar_wrapper {
		margin: 0 0 10px 20px !important;
		padding: 0 !important;
		width: 200px !important;
	}
	
	#floating_sidebar, .float_sidebar {
		background: #3a3a3c !important;
		min-height: 180px !important;
		float: right !important;
		margin: 0 !important;
		padding: 9px 9px 36px 9px !important;
		width: 182px !important;
	}
	
	.float_sidebar {
		margin-left: 20px !important;
	}
	
		#floating_sidebar *, .float_sidebar * {
			color: #fff !important;
		}
		
		.float_sidebar p {
			width: 122px !important;
		}
		
		#floating_sidebar a, .float_sidebar a {
			color: rgb(242,215,41) !important;
		}
		
		#floating_sidebar a:hover, .float_sidebar a:hover {
			color: rgb(255,232,81) !important;
		}
		
		.floating_sidebar_tools {
			clear: both;
			padding-top: 9px;
		}
	
		.floating_sidebar_tools a.icon.print {
			background: transparent;
			color: #fff;
			padding: 0;
			text-transform: uppercase;
		}
	
		#floating_sidebar ul {
			clear: both;
			list-style: none;
			margin: 0;
			padding: 0;
		}
					
		#floating_sidebar .gallery li {
			float: left;
		}
		
		#floating_sidebar .gallery img {
			margin: 0 5px 5px 0;
		}
		
		#floating_sidebar h3 {
			color: #fff;
			font-size: 12px;
			margin: 9px 0 5px 0;
		}
		
		#floating_sidebar_share li {
			background: #fff;
			height: 20px;
			float: left;
			margin-right: 0;
		}
		
		#floating_sidebar_share img {
			display: block;
			padding: 2px 0 2px 4px;
		}
	
	#comments {
		display: none;
	}

#footer {
	border: 0;
	margin-bottom: 36px;
}

	#footer, #footer a, #footer a:visited {
		color: #b2b3b6;
	}
	
	#footer a:hover {
		color: rgb(236,66,23);
	}
	
	#footer p {
		clear: both;
		font-size: 10px;
		padding-top: 18px;
	}

	#footer_nav {
		font-size: 11px;
		margin-top: 15px;
	}

	#footer_nav ul {
		list-style: none;
		margin: 5px 0;
		padding: 0:
	}
	
	#footer_nav li {
		line-height: 1.3em;
		margin-bottom: 7px;
	}
	
	#footer_nav>ul>li {
		float: left;
		font-weight: bold;
		margin-left: 10px;
		text-transform: uppercase;
		width: 95px;
	}
	
	#footer_nav>ul>li:first-child {
		margin-left: 0;
	}
	
	#footer_nav li ul {
	}
	
	#footer_nav li li {
		font-weight: normal;
		line-height: 1.2em;
		text-transform: none;
	}
