/* @override http://localhost:3000/stylesheets/master.css */

body {
	font: 62.5% Helvetica, Arial, sans-serif;
	color: #666;
	border-top: 10px solid #36f;
	margin: 0;
	background: #e7e7e7 url(/images/layout/body-bg.gif) repeat-y left;
}

a {
	color: #36f;
	font-weight: bold;
	padding: 1px;
	text-decoration: none;
}

a:hover {
	background: #36f;
	color: #fff;
}

.passive {
	display: none;
}

div.login-link {
	position: absolute;
	z-index: 99;
	right: 10px;
	top: 0px;
	float: right;
	background: url(/images/admin/login-link-bg.png) no-repeat left bottom;
}
div.login-link a {
	display: block;
	padding: 5px 10px;
	color: #eee;
	font-size: 1.1em;
	text-shadow: 0 0 0 #000;
	background: url(/images/admin/login-link-bg-cap.png) no-repeat right bottom;
}

div.login-link a span {
	
	
}

div.login-link a:hover {
	text-decoration: underline;
}

#header {
	background: #f0f0f0 url(/images/layout/header-bg2.gif) no-repeat left top;
	height: 85px;
	border-bottom: 5px solid #7e7e7e;
	font-size: 1.4em;
	position: relative;
}

#header h1 {
	width: 200px;
	height: 85px;
	margin: 0;
	position: absolute;
}

#header h1 a {
	display: block;
	height: 85px;
	text-indent: -9999px;
}

#header h1 a:hover {
	background: none;
}

#header ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 32px;
	left: 270px;
}

#header li {
	display: inline;
	margin-right: 0px;
	padding: 15px;
	background: url(/images/layout/arrow-buttons/grey-on-grey.gif) no-repeat right center;
}

#header li a {
	font-weight: normal;
	color: #666;
}

#header li a:hover {
	background: none;
	text-decoration: underline;
}

#header li.special a {
	font-weight: bold;
	color: #e0862c;
}

/*#header li.contact {
	background: url(/images/layout/arrow-buttons/grey-on-l-grey.gif) no-repeat right center;
}*/

#header form {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 780px;
	bottom: 25px;
	width: 150px;
}

#header form p {
	margin: 0;
}

#header form label {
	color: #3d3d3d;
}

#header form #order_number {
	width: 100%;
}

#order_status {
	width: 950px;
	position: relative;
}

#order_status p {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 0.85em;
	line-height: 16px;
	height: 16px;
	position: absolute;
}

p#order_status_number {
	top: 45px;
	right: 200px;
}

p#order_eta_date {
	top: 45px;
	right: 0;
	font-size: 1.1em;
	padding-right: 25px;
	margin-right: 5px;
	margin-top: -2px;
}

p#order_ship_date {
	top: 15px;
	right: 0;
	font-size: 1.1em;
	padding-right: 25px;
	margin-right: 5px;
	margin-top: -2px;
}

p#order_more_info {
	right: 200px;
	top: 15px;
}

p#order_track_another {
	right: 20px;
	top: 70px;
	font-size: 0.8em;
}

#order_status .shipped, #order_status .arrived {
	background: url(/images/layout/icons/green-check.gif) no-repeat right center;
}

#order_status .enroute, #order_status .shipping {
	background: url(/images/layout/icons/clock.gif) no-repeat right center;
}

#order_spinner {
	position: absolute;
	left: 800px;
	bottom: 30px;
	width: 150px;
}

#order_spinner_image {
	position: relative;
	top: 3px;
}

#navigation {
	width: 220px;
	background: url(/images/layout/nav-bg.gif) repeat-y right top;
}

#navigation ul {
	list-style-type: none;
	padding: 40px 0;
	margin: 0;
	background: url(/images/layout/nav-menu-bg2.jpg) no-repeat right top;
	min-height: 370px;
}

#navigation li a {
	display: block;
	margin-left: 20px;
	border-bottom: 1px solid #cacaca;
	font-size: 1.2em;
	line-height: 1.6em;
	text-indent: 2px;
	background: url(/images/layout/nav-white-trans-bg.png) repeat;
}

#navigation li.home a {
	border-top: 1px solid #cacaca;
}

#navigation li a:hover {
	background: url(/images/layout/nav-black-trans-bg.png) repeat;
}

#navigation form {
	font-size: 1.4em;
	margin: 0;
}

#navigation form#search {
	padding: 10px 22px 10px 20px;
	background: #f1f1f1 url(/images/layout/nav-search-bg.gif) repeat-y right;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
}

#navigation form#newsletter {
	margin: 0 0 0 30px;
	padding: 5px 15px;
	border-left: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	background: url(/images/layout/nav-white-trans-bg.png) repeat;
}

#navigation #name, #navigation #l91209-91209 {
	margin-bottom: 0.9em;
}

#navigation form p {
	margin: 0;
}

#navigation form label {
	display: block;
	color: #3d3d3d;
}

#newsletter lable {
	display: inline;
}

#newsletter .input {
	width: 90%;
}

#navigation #search_query {
	width: 100%;
}

#navigation p.images {
	position: relative;
	top: -100px;
}

#navigation p.images img {
	padding: 10px 10px 0;
	border: none;
}

#navigation p.images a {
	border: none;
}

#navigation p.images a:hover {
	background: none;
}

#main {
	width: 730px;
	position: absolute;
	top: 100px;
	left: 220px;
}

#contact-page strong {
	clear: both;
	float: left;
	height: 2.1em;
	width: 7em;
}
#contact-page strong.mail {
	height: 3.9em;
}

.amp {
	font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
}

.dim-field {
	color: #999;
}
.live-field {
	color: #333;
}

/* Generic Page Styles */

#main.story {
	padding: 20px;
	width: 690px;
}

#main.story h2 {
	font-size: 3.6em;
	line-height: 1em;
	margin: 0;
}

#main.story h3 {
	font-size: 2em;
	margin: 1em 0 0;
}

#main.story h4 {
	font-size: 1.8em;
	margin: 0.5em 0 0 20px;
	font-weight: normal;
}

#main.story h5 {
	font-size: 1.6em;
	margin: 0;
}

#main.story p {
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0.5em 0 1em;
}

#main.story ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#main.story ul li {
	margin: 0 5px 0 0;
	display: inline;
}

#main.story ol {
	margin: 0;
	padding: 0  0 0 2em;
}

#main.story ol li {
	font-size: 1.4em;
	margin: 0 0 1em;
}

#main.story ol li p {
	font-size: 1.0em;
	font-weight: normal;
}

#main.story .locations {
	margin: 0;
	font-weight: bold;
}

#main.story .meta {
	margin: 0;
	font-size: 1em;
}

#main.story .slideshow {
	width: 300px;
	height: 225px;
	overflow: auto;
	position: relative;
	background: #000;
}

#main.story .slideshow li {
	float: left;
	margin-right: 10px;
}

#main.story .slideshow-nav {
	padding: 2px;
	margin-bottom: 1em;
}

#main.story .content {
	
}

#main.story .side {
	width: 300px;
	float: right;
	margin: 1.5em 0 1em 20px;
	padding-left: 20px;
	border-left: 1px solid #ddd;
}

#main.story .documents-list {
	list-style-type: none;
	margin: 0  0 1em;
	padding: 0;
}

#main.story .documents-list li {
	margin: 10px 0;
	padding: 10px 0 0 42px;
	min-height: 30px;
	display: block;
}

#main.story .documents-list li a {
	font-size: 1.5em;
	margin: 0;
}

#main.story .documents-list li p {
	margin: 2px 0 1em;
	font-size: 1.2em;
	padding: 0 0.5em;
	line-height: 1.4em;
}

#main.story .documents-list .pdf {
	background: url(/images/layout/icons/pdf.gif) no-repeat left top;
}
#main.story .documents-list .doc {
	background: url(/images/layout/icons/worddoc.gif) no-repeat left top;
}
#main.story .documents-list .xls {
	background: url(/images/layout/icons/excel.gif) no-repeat left top;
}
#main.story .documents-list .unknown {
	background: url(/images/layout/icons/unknown-doc.gif) no-repeat left top;
}

#main.archives .article {
	margin: 1em 0 0 40px;
}

#main.archives .article .meta {
	font-size: 1.1em;
}

#tag-list {
	list-style-type: none;
	margin: 5px 0 0;
	padding: 0;
	font-size: 1.4em;
}

#tag-list li {
	display: inline;
	margin-right: 1em;
	line-height: 1.6em;
}

p.disclaimer {
	background: #fffde0;
	padding: 8px 10px;
	margin: 0 0 1em;
	font-size: 1.3em;
}


/* @override http://localhost:3000/stylesheets/index.css */

#front {
	position: relative;
}

#featured_projects {
	width: 460px;
	height: 250px;
	margin: 0;
	padding: 0;
}

#featured_projects h2 {
	margin: 0 0 8px;
	padding: 2em 2em 0;
}

#featured_projects ul {
	margin: 0;
	padding: 0 3em 2em;
}

#news_feed {
	position: absolute;
	left: 461px;
	top: 0;
	width: 227px;
	border: 1px solid #d1d1d1;
	border-top: none;
	padding: 10px;
	padding-top: 6px;
}

#news_feed h2 {
	font-weight: normal;
	font-size: 1.8em;
	margin: 0 0 10px;
}

#news_feed ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.4em;
}

#news_feed li {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#news_feed .read_more {
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0;
	padding-right: 15px;
	text-align: right;
	background: url(/images/layout/arrow-buttons/blue-on-white.gif) no-repeat right center;
}

#middle {
	background: #ecf0fb url(/images/layout/blue-middle-bg.gif) repeat-y;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	margin: 20px 0;
	width: 600px;
	overflow: ;
	z-index: 0;
}

#middle li {
	height: 75px;
	font-size: 2.8em;
	line-height: 70px;
	font-weight: normal;
	padding: 0 20px;
}

#middle li.long {
	font-size: 2.2em;
}

#middle li em {
	font-style: normal;
	color: #999;
}

#middle p {
	display: none;
}

#buckets {
	margin: 0 20px;
}

.bucket {
	
}

.bucket img {
	clear: both;
	float: left;
	margin-bottom: 40px;
}

.bucket .description {
	width: 385px;
	float: left;
	margin-left: 20px;
	margin-bottom: 40px;
}

.bucket .description h3 {
	margin: 0;
	font-size: 2.4em;
	font-weight: normal;
	color: #666;
}

.bucket .description h3 a {
	/*font-size: 2.6em;*/
	font-weight: normal;
	color: #666;
	padding-right: 16px;
	background: url(/images/layout/arrow-buttons/grey-on-white.gif) no-repeat right 0.5em;
}

/*.bucket .description h3 a:hover {
	background: #666;
	color: #fff;
}*/
.bucket .description h3 a:hover {
	text-decoration: underline;
}

.bucket .description p {
	font-size: 1.2em;
	line-height: 1.4em;
}

.bucket h4 {
	display: inline;
	font-size: 1.3em;
}

.bucket ul {
	list-style-type: none;
	display: inline;
	font-size: 1.3em;
	padding: 0;
	margin: 0;
}

.bucket li {
	display: inline;
}

#main p.document {
	margin: 0 !important;
	/*margin-top: 10px !important;*/
	padding-left: 46px;
	text-indent: -1px;
	height: 30px;
	/*line-height: 40px !important;*/
	line-height: 1 !important;
	padding-top: 20px;
	
}

p.pdf {
	background: url(/images/layout/icons/pdf.gif) no-repeat left center;
}

#main.product_categories {
	padding: 20px;
	width: 690px;
}

#main.product_categories h2 {
	font-size: 3.6em;
	line-height: 0.9em;
	margin: 0;
	clear: both;
}

#main.product_categories #products_column,
#main.product_categories #services_column {
	width: 330px;
	float: left;
}
#main.product_categories #products_column {
	padding-right: 9px;
	border-right: 1px solid #eee;
}
#main.product_categories #services_column {
	margin-left: 20px;
}

/*#main.product_categories h2.next {
	margin-top: 1em;
}*/

#product_categories_list, #services_list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 1.4em;
	overflow: auto;
}

#main.product_categories ul li.product_category {
	float: left;
	width: 325px;
	/*margin-right: 20px;*/
}

#main.product_categories ul li h3 {
	margin: 1.5em 0 0.2em;
}

#main.product_categories ul li p {
	margin: 0;
	line-height: 1.4;
}

#main.product_categories ul ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#main.product_categories ul ul li {
	margin: 0 5px 0 0;
	display: inline;
}

#main.product_categories ul li.odd {
	clear: both;
}

#main.employees {
	padding: 20px;
	width: 690px;
}

#main.employees h2 {
	font-size: 3.6em;
	line-height: 0.9em;
	margin: 0;
}

#employees-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#employees-list li {
	clear: both;
	margin: 2em 0 3em;
	overflow: auto;
}

#employees-list img {
	float: left;
	border: 1px solid #ccc;
	margin: 0 1em 0 0;
	display: block;
}

#employees-list .employee-info {
	float: left;
}

#main.employees h3 {
	font-size: 1.8em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

#main.employees p {
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 0;
}

/* @group employees modes */
#employees-list li {
	display: none;
}

#employees-list.all li,
#employees-list.president .president,
#employees-list.marketing .marketing,
#employees-list.installation-services .installation-services,
#employees-list.sales .sales,
#employees-list.operations .operations,
#employees-list.customer-service .customer-service,
#employees-list.project-management .project-management {
	display: block;
}


/* @end */

#categories-menu {
	position: absolute;
	right: 20px;
}

#main.employees div#categories-menu h3 {
	margin-bottom: 0.3em;
}

#categories-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 1.4em;
}

#categories-menu li {
	margin: 1px;
}

#categories-menu li a {
	background: #36f;
	color: #fff;
	display: block;
	padding: 6px 12px;
}

#categories-menu li a:hover {
	background: #666;
}

/* @group categories modes */
#categories-menu.all .all a,
#categories-menu.president .president a,
#categories-menu.marketing .marketing a,
#categories-menu.installation-services .installation-services a,
#categories-menu.sales .sales a,
#categories-menu.operations .operations a,
#categories-menu.customer-service .customer-service a,
#categories-menu.project-management .project-management a {
	background: #666;
}

#categories-menu .alphabetical {
	margin-top: 10px;
}
/* @end */

#main.project, #main.projects {
	padding: 20px;
	width: 690px;
}

#main.project h2, #main.projects h2 {
	font-size: 3.6em;
	line-height: 0.9em;
	margin: 0;
}

#main.projects h2 span.project-type {
	font-weight: normal;
}

#main.project #content {
	width: 370px;
	float: left;
}

#main.project #side {
	width: 300px;
	float: right;
	margin-top: 1.5em;
}

#main.project p.subtitle {
	display: block;
	font-size: 2.4em;
	margin: 0.1em 0 0;
	font-weight: bold;
}

#main.project p.subtitle img {
	border: 1px solid #ccc;
	position: relative;
	top: 0.3em;
}

#main.project p {
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 0.5em 0 1em;
}

#main.project p#project_date {
	margin: 0;
}

#main.project h3, #main.projects h3 {
	font-size: 1.8em;
	margin: 1em 0 0.5em;
}

#main.project #country-facts,
#main.project #content ul {
	font-size: 1.2em;
	line-height: 1.3em;
	padding-left: 1em;
	margin: 0;
}

#main.project #content ul {
  font-size: 1.4em;
  line-height: 1.6em;
}

#main.project #country-facts li,
#main.project #content ul li {
	margin: 0.5em 0;
}

#main.project #related {
	width: 300px;
}

#main.project #related h3 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0;
	width: 300px;
}

#main.project #related ul {
	font-size: 1.1em;
	list-style-type: none;
	padding: 0 0 0 1em;
	margin: 0.5em 0 1.5em;
}

#main.project #related li {
	text-indent: -0.5em;
	margin: 0.7em 0;
}

#main.project #project_photo_controls {
	padding: 2px;
	margin-bottom: 4em;
}

#main.project #project_photo_controls a, #main.project #project_photo_controls img {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}

#main.project #project_photo_controls #toggle_button {
	float: left;
}

#main.project #project_photo_controls div {
	float: right;
}

#main.project .fact-disclaimer {
	margin: 1em 1.5em;
	font-size: 0.9em;
	color: #999;
}

#main.project .fact-disclaimer a {
	color: #777;
}

#main.project .fact-disclaimer a:hover {
	color: #fff;
	background: #777;
}

#main.project a.feed-icon {
	display: inline;
	padding: 0;
}
#main.project a.feed-icon:hover {
	background: none;
}
#main.project a.feed-icon img {
	border: none;
}

#main.project h3 a.feed-icon {
	position: relative;
	top: 3px;
}

/*Projects list stuff*/

#main.projects .project {
	width: 325px;
	float: left;
	margin: 0 20px 5px 0;
}

#main.projects h3 {
	clear: both;
	margin-bottom: 0;
	float: none;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
}

#main.projects h3.selector {
	border: none;
}

#main.projects h4 {
	font-size: 1.3em;
	margin: 0.5em 0 0;
}

#main.projects h4 a {
	font-weight: normal;
	font-style: normal;
}

#main.projects h4 a span {
	font-weight: bold;
}

#main.projects h4 img {
	height: 10px;
	background: #ccc;
	padding: 1px;
	position: relative;
	top: 1px;
	border: none;
}

#main.projects p.project_category {
	margin: 0;
}

#main.projects p.project_date {
	margin: 2px 0 0;
	font-size: 1.1em;
}

#main.projects .odd {
	clear: both;
}

#main.projects .return-to-top {
	clear: both;
	margin: 0 0 2.5em 0;
	position: relative;
	top: 0.75em;
}

#main.projects .return-to-top a span {
	font-size: 1.3em;
}

/*  slideshow.css, version <%= SLIDESHOW_VERSION %>
 *  (c) Copyright 2007 Nathan Herald
 *
 *  slideshow.js is freely distributable under the terms of the GPL 2.0
 *  For details, see the slideshow.js web site: http://code.google.com/p/slideshow-js/
 *
 *------------------------------------------------------------------------------------*/

.slideshow, .slideshow.vertical {
	width: 300px;
	height: 225px;
	overflow: auto;
	position: relative;
}

.slideshow ul, .slideshow.vertical ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.slideshow ul {
	width: 60000px;
}
.slideshow.vertical ul {
	width: 690px;
}

.slideshow ul li {
	float: left;
	margin-right: 10px;
}

.slideshow.vertical ul li {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.slideshow-nav {
	width: 300px;
	position: relative;
}

.slideshow-description {
	display: block;
	background: black;
	color: white;
	padding: 5px;
	font-size: 11px;
}

.slideshow-next-prev {
	text-align: right;
}

.slideshow-prev, .slideshow-next {
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	margin: 5px;
}

.slideshow-play-stop {
	float: left;
}

.slideshow-play, .slideshow-stop {
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	margin: 5px;
}

.slideshow-play-only .slideshow-stop {
	display: none;
}

.slideshow-stop-only .slideshow-play {
	display: none;
}