/* 	Brand Colours 
	Teal: 	#007488
	Orange:	#ea6a0b
	Green:	#84b818
*/	

/* Common */
body,table,input,select,textarea { 
  font-family: arial, sans-serif; 
  font-size: 100%;
  line-height: 1.125em;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  color: #666;
  background:#fff;
}

h1 {
  margin: 0 0 1em 0;
  font-weight:normal;
  color:#ea6a0b;
  font-size:1.5em;
  line-height:1.25em;
}

h2.cmspage-comments-heading {
  margin: 10px 0 10px 0;
  font-weight:normal;
  color:#ea6a0b;
  font-size:1.1em;
}

h2 {
  margin: 1em 0;
  font-weight:normal;
  font-size:1.125em;
  color:#333;
}

h3 {
  margin: 1em 0;
  font-weight:normal;
  font-size:1em;
  color:#333;
}
p { 
  margin: 1em 0;
  font-size: 0.875em;
  line-height:1.5em;
}

#content-mid li {
  font-size: 0.875em;
  line-height:1.5em;
}
#content-mid ol, #content-mid ul {
	margin: 1em;
}
blockquote {
	background:#e5e5e5;
	padding: 1px 10px;
	color:#444;
}
dl.col dt { 
  float: left; 
  width: 6em;
  font-weight: bold;
}

dl.col dd { 
  margin-left: 7em;
}

.clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}

.clr {
  clear: both;
}

.right {
  float: right;
}
.content-overlay .right{
  clear:right;
}
.left {
  float: left;
}

.txt-right {
	text-align:right;
}
.txt-center {
	text-align:center;
}

a {
	color:#ea6a0b;
	text-decoration:none;
}
a:hover {
	color:#007488;
}

/* Layout */

.constrain {
  width: 990px;
  margin: 0 auto;
  position:relative;
}
#header {
	position:relative;
	z-index:20;
}
#logo {
	margin: 15px 0 5px 0;	
}
#tagline {
	position:absolute;
	right:0;
	top:90px;
}
#mid {
	background:#84b818;
	padding: 18px 0;
	width:100%;
}
#content {
	background:#fff;
	padding: 30px 15px;
	position:relative;
	z-index:2;
}
/* Top Nav */
#nav {
	position:absolute;
	right:0;
	top: 230px;
	width:990px;
	text-align:right;
}
#nav ul {
	list-style-type:none;
}

#nav ul li {
	background: transparent url('../images/i-nav-div.gif') no-repeat right;
	display:inline-block;
	position:relative;
}

#nav ul li.cms-last {
	background:none;
}

#nav ul li.cms-last a {
	padding-right: 2px;
}

/* Slot login link on the end of the nav after cms-last */
#nav ul li.logout-link {
	background: transparent url('../images/i-nav-div.gif') no-repeat left;
	/*margin-left: 0;*/
}

#nav ul li.logout-link a {
  padding-right: 0;
	padding-left: 8px;
}

#nav ul li a {
	color:#007488;
	text-decoration:none;
	padding: 3px 9px 3px 1px; 
	display:block;	
	font-size:0.95em;
}

#nav ul li a:hover, #nav li.sfhover a, #nav li:hover a {
	color:#ea6a0b;	
}

	/* Subnav */
	#nav ul ul {
		position:absolute;
		left: -999em;
		width:200px;
		background:#fff;
		border: 1px solid #ccc;
		margin: 0 0 0 -4px;
		text-align:left;
	}
	#nav ul ul li {
		display: block;
		background:none;
	}
	#nav ul ul a, #nav li.sfhover ul a, #nav li:hover ul a {
		color:#007488;
		font-size: 0.75em;
		padding: 4px 20px 4px 18px;
	}
	#nav ul ul a:hover {
		color:#ea6a0b;	
		background:#eee;
	}
	#nav li:hover ul, #nav li.sfhover ul {
		left: 0;
	}

/* Search */
#search {
	position:absolute;
	right: 0;
	top:62px;
}
#search p {
	color:#ea6a0b;
	margin-bottom: 3px;
}
#search .search-input {
	border: 1px solid #ccc;
	font-size:0.875em;
	color:#666;
	padding:4px;
	width:250px;
	margin: 0 40px 0 0;
}
#search label {
	font-size:0.75em;
	padding: 0 10px 0 0;
}
#search input#search-button {
	width:33px;
	height:27px;
	background: transparent url('../images/i-search.gif') no-repeat;
	cursor:pointer;
	position:absolute;
	top: 37px;
	right:0;
}
#search input#search-button:hover {
	background-position: 0 -27px;
}
/* Footer */
#footer {
	padding-top:15px;
}
#footer p {
	font-size:0.75em;
}
#footer-initiative {
	width:100px;
	float:left;
	margin: 0 50px 250px 0;
	font-weight:bold;
	text-align:center;
}
#footer-supported {
	padding: 1px 0 0 0;
	font-weight:bold;
}
#footer-supported img {
	margin: 0 9px 0 0;
}
#footer-supported img.footer-logo-portrait {
	margin: 5px 55px 0 0;
}
#footer p.txt-right {
	font-size:0.69em;
}
#footer a {
	color:#007488;
}
#footer a:hover {
	color:#ea6a0b;
}

/* Content */
#lhs {
	width: 200px;
	position:absolute;
	left:15px;
	top:0;
}
#rhs {
	width:208px;
	position:absolute;
	right:15px;
	top:25px;
}
#content-mid {
	margin: -5px 245px;
	min-height:525px;
}

/* LHS */
#lhs h2 {
		font-size:0.875em;
		font-weight:bold;
		color:#ea6a0b;
		padding: 10px 0 0 4px;
}
	/* LHS Nav */
	#lhs ul {
		list-style-type: none;
		border-top: 1px solid #cee3a3;
	}
	#lhs ul li {
		border-bottom: 1px solid #cee3a3;	
	}
	#lhs ul li a {
		font-size:0.875em;
		padding: 10px 0 10px 4px;
		display:block;
		color:#007488;
	}
	#lhs ul li a:hover {
		color:#ea6a0b;
	}
	#lhs li.mining-section {	background: transparent url('../images/p-cat-tn-mining.jpg') no-repeat right 4px; }	
	#lhs li.health-section {	background: transparent url('../images/p-cat-tn-health.jpg') no-repeat right 4px; }	
	#lhs li.education-training-section {	background: transparent url('../images/p-cat-tn-education.jpg') no-repeat right 4px; }	
	#lhs li.environment-section {	background: transparent url('../images/p-cat-tn-environment.jpg') no-repeat right 4px; }	
	#lhs li.built-environment-section {	background: transparent url('../images/p-cat-tn-built-environment.jpg') no-repeat right 4px; }	
	#lhs li.energy-section {	background: transparent url('../images/p-cat-tn-energy.jpg') no-repeat right 4px; }	
	#lhs li.agriculture-section {	background: transparent url('../images/p-cat-tn-agriculture.jpg') no-repeat right 4px; }	
	#lhs li.food-section {	background: transparent url('../images/p-cat-tn-food.jpg') no-repeat right 4px; }	
	#lhs li.aviation-section {	background: transparent url('../images/p-cat-tn-aviation.jpg') no-repeat right 4px; }	
  #lhs li.marine-section {  background: transparent url('../images/p-cat-tn-marine.jpg') no-repeat right 4px; }
  #lhs li.tourism-section {  background: transparent url('../images/p-cat-tn-tourism.jpg') no-repeat right 4px; }
	
	#lhs ul li ul li  {	background: none !important; } /* Don't apply images to subnav items  */

	/* LHS Sub nav */
	#lhs ul ul {
		border:0;	
		margin: -5px 0 5px 0;
		display: none; /* Don't show except on current page */
	}
	#lhs ul ul li {
		border:0;
	}
	#lhs ul ul a {
		font-size:0.75em;
		color:#666;
		padding: 3px 0 3px 4px;
	}
	
	/* Show current subnav */
	#lhs ul li.current ul {
		display: block; 
	}
	
/* RHS */
.rhs-section {
	padding: 4px;
	width:200px;
	margin: 0 0 15px 0;
}
.teal { 	background: #007488; }
.orange {	background: #ea6a0b; }
.green {	background: #84b818; }
.grey {		background: #333; 	 }

a.rhs-button {
	padding: 15px 0 15px 10px;
	display:block;
	color:#fff;
}
a.rhs-button:hover {
	color:#666;
}

.rhs-section.teal * { color: #fff; margin-left: 5px;}

.rhs-section h2 {
	color:#fff;
	margin: 15px 0 10px 5px;
}


dl.news {
	font-size:0.75em;
	color:#fff;
	margin: 0 0 0 5px;
}
dl.news dt {
	float:left;
	width: 55px;
	margin: 0 0 3px 0;
}
dl.news dd {
	margin: 0 0 3px 55px;
}
dl.news a {
	color:#fff;
}
dl.news a:hover {
	color:#000;
}
a.news-button {
	display:block;
	background: transparent url('../images/g-button-rhs.png') no-repeat;
	width:100px;
	padding: 0 0 0 10px;
	line-height:27px;
	color:#007488;
	font-size:0.69em;
	margin: 10px 0 5px 80px;
}
a.news-button:hover {
	background-position:0 -27px;
}

div.cmspage-comment { 
  font-size: 0.875em;
  line-height:1.5em;
}


/* Button */
#content a.button {
	background:#84b818;
	color:#fff;
	display:inline-block;
	padding: 5px 10px 5px 10px;
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#content a.button:hover {
	background-color:#ea6a0b;
}
#content a.button.button-back {
	background: #84b818;
	padding: 5px 10px 5px 10px;
}
#content a.button:hover {
	background-color:#ea6a0b !important;
}

/* Home Page Boxes */
#home-boxes {
	margin: 10px -34px -19px 0;
  white-space: nowrap;
  width:1150px;
}
#home-boxes a {
	display:inline-block;
	width:160px;
	margin: 0 10px 29px 0;
}
#home-boxes a span {
	display:block;
	background:#007488;
	color:#fff;
	text-align:center;
	padding: 6px 0;
	font-size:0.875em;
	margin: 4px 0 0 0;
}
#home-boxes a:hover span {
	background:#ea6a0b;
}
#home-boxes p {
  clear:none;
  display:inline;
  float:left;
  margin:0;
  padding:0;
}

/* News */
.industry-news .news_posts {
	background:#e5e5e5;
	padding: 15px;
}
.news_posts h3 {
	display:inline;
	font-size: 0.88em;
	font-weight:bold;
	padding: 0 10px 0 0;
}
.news_posts h3 a {
	color:#007488;
}
.news_posts h3 a:hover {
	color:#ea6a0b;
}
.post_info {
	font-size: 0.75em;
	font-weight:bold;
}
.archive_link {
	text-align:right;
	font-size:0.88em;
}
.industry-news .news_posts p {
	margin: 0;
}
.news_posts .post {
	border-bottom: 2px solid #e5e5e5;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}
.industry-news .post {
	padding: 0 0 20px 0; 
	margin: 0;
}
.post .post_info {
	border-bottom: 2px solid #e5e5e5;
	padding: 0 0 3px 0;
}
.news_posts .post_info {
	border:0;
	padding: 0;
}

/* Login Form */
#content form.f input, #content form.f select, #content form.f textarea {
	width: 200px;
	font-size:0.88em;
	padding: 4px;
	color:#666;
	border: 1px solid #ccc;
	margin: 0 0 5px 0;
}

/* No border on file inputs */
#content form.f input[type="file"] {
  border: none;
}

#content form.f label {
	font-size:0.88em;
	float:left;
	width:80px;
	margin-right:20px;
}
#content form.f div.field {
	display:inline;
}
#content form.f input.submit {
	border: 0;
	width:auto;
	background:#84b818;
	color:#fff;
	padding: 5px;
	cursor:pointer;
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#content form.f input.submit:hover  {
	background:#ea6a0b;
}
#content form.f div.buttons {
	margin: 5px 0 0 100px;
}
#content form.f div.inline-field {
	margin: 0 0 0 100px;
}
#content #login_form input.medium {
	width:200px;
}
/* Member Search & Display */
form#member_search_form, #site_search_form {
	background:#eee;
	padding: 15px;
}

#content form#member_search_form label {
	width:100px;
}




#content table ul {
	margin: 5px 0 5px 1em;
}
#content table li {
	font-size:12px;
}


/* Search Result */
.search-result {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.search-result-blurb, .search-result-url {
	font-size:0.88em;
}
.search-result h2 {
	margin-bottom: 5px;
}

/* Register Form */
.form-row {
	position:relative;
	
	/* simulate clear both for each form row in a form */
	width: auto;
	overflow: hidden;
}
.memberform fieldset {
	border: 1px solid #ddd;
	padding: 15px;
}
.memberform .form-row {
	margin-bottom: 10px;
}
.memberform input, .memberform textarea, .memberform select {
	width:220px;
}
#content .memberform label {
	width:130px !important;
}
.note {
	font-size:0.69em;
}
#content form.f input.small {
	width:40px;
}
#content form.f input.medium {
	width:83px;
}
#content form.f input.checkbox {
	width:15px;
	border:0;
}
form.f .form-select-option-checkbox {
	margin-left: 150px;
	font-size:0.875em;
}
#business_keywords_note, #capabilities_note {
	position:absolute;
	left: 0;
	margin: 25px 0 0 0;
	width:130px;
}
#phone_format_note {
	margin: 0 0 10px 150px;
	display:block;
}
#content form.f .field.note {
	display:block;
	margin-left:150px;
}
#content form.f.memberform label.rhs_label {
	float:none;
	margin: 0 0 10px 10px;
	width:200px;
}
.checkbox-row {
	margin: 10px 0 0 150px;
}
fieldset p {
	margin-top: 0;
}
#register_organization_name_note {
	display:block;
	margin: 0 0 2em 150px;
}
#download-template-note {
	display:block;
	margin: 1em 0 1.5em 150px;
}
#content textarea#capabilities_field, #content textarea#business_keywords_field{
	width:270px;	
}
#content form.f div.nudge-right {
	margin-left: 150px;
	display:block;
}
#content form.f div.nudge-right p {
	margin-top:1em;
}
#content form.memberform div.buttons {
	margin-left: 150px;
}
#idmember_categories_note, #idindustries_note, #industries_note {
	position:absolute;
	top:20px;
}
form.f div.field-validation-rules {
    -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
    background-color: #FF5555;
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.7em;
    margin: 0 0 15px 150px;
    padding: 0.2em 1em;
}

#content .memberform div.form-select-option-checkbox label {
  width: auto;
  float: none;
  display: inline;
}

#content .msg {
width: 35em;
margin-left: 0;
}

div.documentName {
  font-size: 0.7em;
}
.logo-row {
	margin: 0 0 10px 0;
}
#footer-supported .logo-row-2 img {
	margin: 0 17px 5px 17px;
}
#footer-supported .logo-row-3 img {
	margin: 0 75px 0 0;
}
#footer-supported .logo-row-3 img.logo-row-3-last {
	margin: 0;
}

#footer-supported .logo-row-4 img {
	margin: 0 45px 0 0;
	vertical-align:middle;
}
#footer-supported .logo-row-4 img.logo-row-4-last {
	margin-left: 100px;
}
#content #cms_page_comment_form div.field { 
  display: block; margin: 0 0 0 100px;
}

div.captcha-instructions {
  margin: 5px 0 5px 0;
  font-size: 0.9em;
}

div.captcha-image {
  margin: 5px 0 5px 0;
}

#content form.f select#member_type_field {
	width: auto;
}

iframe.calendarFeed {
  width:660px;
/*  height:585px;*/
  overflow:hidden;
  border: none;
}

#content table {
	border-collapse:collapse;
	empty-cells:hide;
	margin: 1em 0;
}
#content table.fullwidth {
	width:100%;
}
#content table.fullwidth th {
	width:130px;
}
#content table td, #content table th {
	padding:3px 8px;
	font-size:0.75em;
	border: 1px solid #ccc;
	background:#eee;
}
#content table thead th {
	background:#007488;
	color:#fff;
}
#content table th {
	text-align:left;
	background:#fff;
}

#content table tr.tr-odd  td	{	background:#e6f1d1; }
#content table tr.tr-even td  {	background:#edf4dd; }
#content table tr td, #content table tr th {
		border: 2px solid #fff;
}
#content table tr.tr-odd th { background:#84b818; color:#fff; }
#content table tr.tr-even th { background:#91c22c; color:#fff;  }

