﻿/**
 * MNT Directory master stylesheet - master.css
 * Author: Matthew Pennell
 * Created: 27/09/08
 * Modified: 30/09/08
 *
 * Colour palette:
 * Grey	#83898F
 * Blue	#09357a
 */

/* @group Reset (YUI http://developer.yahoo.com/yui/reset/) */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,div.form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}

/* @end */

/* @group Basic HTML Elements */

body {
	background: none;
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	color: #83898F;
}

legend {
	display: none;
}

a:link, a:visited {
	color: #09357a;
	text-decoration: none;
}

a:focus, a:hover, button:focus, button:hover {
	color: #2cb2e8;
}

button {
	cursor: pointer;
	cursor: hand;
}

/* @end */

/* @group Page Layout */

#wrapper {
	background: #fff;
	width: 650px;
	margin: 0 auto;
	padding: 0 0;
}

#banner {
	display: none;
	margin: 0 auto;
	border-bottom: 3px solid #2cb2e8;
	height: 0;
}

#main {
	float:none;
	width: 600px;
}

h1, #content {
	float: left;
	width: 500px;
	clear: right;
}

h1 {
	height: 80px;
}

#content {
	clear: both;
}

.alt h1 {
	float: none;
	width: auto;
	clear: none;
}

.alt #content {
	width: 100%;
}

.alt #content-small {
	width: 80%;
}

#sidebar, #secondary, #nc {
	display: none;
}

#secondary, #nc {
	float: right;
	
}
#nc-profile {
float: right;
clear: left;
}

#search {
	position: relative;
}

.box, #search {
	background: #dfe0e1;
	margin-bottom: 7px;
	color: #7d7d7d;
	padding: 4px 0 1px;
}


#sidebar .box {
	background: none;
	border-bottom: 3px solid #e7e7e7;
	color: #83898F;
}

#sidebar .box + .box {
	border: 0;
}

#footer {
	clear: both;
	border-top: 1px solid #f4f4f4;
	padding: 0 0 0 0;
	position: relative;
	margin-top: 20px;
}

/* @end */

/* @group Navigation */

#navigation {
	display: none;
}


/* @group Typography */

h1, h2 {
	color: #09357a;
	font: 1.5em/1 "Helvetica Neue Medium", Helvetica;
	margin-top: 1em;
}

h2 {
	font-size: 1.333em;
	line-height: 2.25;
	margin: 0 0 0 11px;
	background: url(../images/icons.gif) no-repeat 0 6px;
	padding-left: 31px;
}

.home #sidebar h2 {
	font-size: 1.5em;
	line-height: 2;
	background: none;
	padding: 0;
}

.alt #sidebar h2 {
	margin: 0;
	background-position: 0 -187px;
}

#editform h2 {
	background-position: 0 -58px;
}

.alt #editform h2 {
	background-position: 0 -247px;
}

#result h2 {
	background: none;
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin: 0 1.5em 0.5em 0;
	float: left;
	clear: left;
}

#result strong {
	font-weight: bold;
	color: #09357a;
	margin-right: 24px;
}

#result .alt strong {
	display: block;
}

#result p span {
	margin-left: 24px;
}

#result h1 + p {
	margin-bottom: 1.5em;
}

#result table {
width: 450px;
padding: 0;

}

#result table td, #result table th  {
padding: 5px 10px 5px 0;
font-size: 1em;
text-align:left;
vertical-align:top;
}

#result table th  {
color: #09357a;
font-weight:bold;
}


table.email-form-tbl {
width: 450px;
padding: 0;

}

table.email-form-tbl td, table.email-form-tbl th  {
padding: 3px 10px 3px 0;
font-size: 1em;
text-align:left;
vertical-align:top;
}

table.email-form-tbl th  {
color: #09357a;
font-weight:bold;
}
table.email-form-tbl th input  {
border: 0;
width: 80px;
}

input.input-btn-email {
	font-size: 1.2em;
	color: #09357a;
	background: url(../images/btn-login-gry.gif) no-repeat 10px 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 30px;
	width: 80px;
	float:left;
	display:block;
	font-weight: bold;
	border: 0;
}

#google-map {
width: 250px;
float: right;
margin-left: 20px;
background:url(../images/nanocentral.gif) no-repeat top right;
padding-top: 90px;

}

#more {
	background: none;
	padding-left: 42px;
}

p, ul, #content li {
	margin: 0 0 1.5em;
}

.box p {
	margin: 0 11px 1.5em 20px;
}

#sidebar .box p {
	margin: 0 0 1.5em;
}

#content li {
	margin-left: 1.5em;
	list-style: url(../images/bullet.gif) disc;
}

#results-heading, #result {
	background: url(../images/results-heading.gif) no-repeat 0 0;
	padding: 0 0 43px 35px;
}

#result {
	overflow: hidden;
	padding-bottom: 1em;
}

#results-heading h1, #result h1 {
	padding-top: 6px;
	margin-top: 0;
	height: auto;
}

#results {
	margin: 0 0 0 11px;
	clear: left;
}

#results li {
	background: url(../images/search-li.gif) repeat-y 0 4px;
	list-style: none;
	margin: 0;
	padding: 0 0 1.5em 42px;
}

#results li ul {
	margin-bottom: 0;
}

#results li li {
	background: none;
	padding: 0;
	list-style: url(../images/dot.gif) disc;
	margin-left: 11px;
}

#results li.last {
	background: url(../images/last-result.gif) no-repeat 0 0;
}

#results-heading p, #results p {
	margin: 0;
}

#results a.org, #results strong {
	color: #09357a;
	font-weight: bold;
}

.email {
	margin-right: 8px;
}

.tel {
	margin-right: 24px;
}

#as {
	position: absolute;
	font-size: 0.75em;
	right: 18px;
	top: 13px;
}

#back {
	font-weight: bold;
	margin: 0 0 1.5em 42px;
	display: block;
}

/* @end */

/* @group Forms */

label, input {
	display: block;
}

input {
	border: 1px solid #d8d8d8;
	margin-bottom: 10px;
	padding: 2px;
	width: 168px;
	background: #fff url(../images/input-bg.gif) repeat-y 100%;
}

#sidebar input {
	width: 192px;
}

.box div.form, #search div.form, .home #sidebar div.form {
	margin: 0 10px 10px;
	overflow: hidden;
}

#editform {
	height: 1%;
}

#editform button {
	font-size: 1em;
}

#sidebar div.form {
	margin: 0 0 10px;
}

button {
	border: 0;
	background: none;
	font-weight: bold;
	color: #09357a;
	float: right;
	overflow: visible;
}

#type {
	margin-bottom: 10px;
}

#type legend {
	display: block;
	color: #7d7d7d;
}

#type li {
	float: left;
	clear: none;
	margin-right: 4px;
}

#type input, #type label {
	display: inline;
	margin: 0;
}


@-moz-document url-prefix() {
	#type input {
		position: relative;
		top: 3px;
	}
}

#type input {
	width: auto;
	background: none;
	border: 0;
}

.search input {
	border-color: #b6d7d7;
	border-width: 1px 2px 1px 1px;
	padding: 0;
	margin: 3px 0 10px;
}

#search button, #advanced button {
	font-size: 1.083em;
	background: url(../images/icons.gif) no-repeat 0 -124px;
	position: absolute;
	padding-left: 26px;
	right: 0;
	height: 24px;
	font-weight: normal;
	margin-top: 20px;
}


input.input-btn-send {
	font-size: 1.083em;
	background: url(../images/icons.gif) no-repeat 0 -124px;
	padding-left: 26px;
	color: #09357a;
	right: 0;
	height: 24px;
	font-weight: normal;
	margin-top: 20px;
	
	border: 0;
	margin-bottom: 10px;
	padding: 2px;
	width: 168px;
	
}

input.input-btn-results {
	font-size: 1.2em;
	color: #09357a;
	background: url(../images/btn-search-gry.gif) no-repeat 70px 0;
	padding-left: 20px;
	padding-right: 16px;
	height: 24px;
	width: 100px;
	float:none;
	text-align:right;
	display:block;
	font-weight: bold;
	margin-top: 20px;
	border: 0;
	margin-left: 0;
}

input.input-btn-login {
	font-size: 1.2em;
	color: #09357a;
	background: url(../images/btn-login-gry.gif) no-repeat 30px 0;
	padding-left: 20px;
	padding-right: 0;
	height: 24px;
	width: 100px;
	float:none;
	text-align:right;
	display:block;
	font-weight: bold;
	margin-top: 20px;
	border: 0;
	margin-left: 0;
}

input.input-btn-login-wht {
	font-size: 1.2em;
	color: #09357a;
	background: url(../images/btn-login-wht.gif) no-repeat 105px 0;
	padding-left: 20px;
	padding-right: 0;
	height: 24px;
	width: 100px;
	float:none;
	text-align:right;
	display:block;
	font-weight: bold;
	margin-top: 20px;
	border: 0;
	margin-left: 0;
}

/* @group Advanced Search */

.advanced #content h2 {
	background: none;
	padding: 0;
}

.advanced .box {
	position: relative;
	margin-bottom: 40px;
}

.advanced #results {
	position: absolute;
	background: url(../images/results-bg.gif);
	width: 101px;
	height: 63px;
	right: 18px;
	top: 16px;
	text-align: center;
	color: #09357a;
	font-size: 1.083em;
	padding-top: 38px;
}

.advanced #results span {
	display: block;
	color: #7d7d7d;
	font-size: 1.077em;
}

#advanced {
	margin: 0 19px 10px;
}

#advanced fieldset {
	width: 349px;
	float: left;
	margin-right: 10px;
}

#advanced fieldset.right {
	margin: 0;
}

#advanced #type {
	width: 400px;
	margin: 50px 0 0;
}

#advanced #type legend {
	color: #7d7d7d;
}

#advanced #type input {
	width: auto;
	background: none;
	border: 0;
}

#advanced #type ol {
	margin-top: -1.5em;
}

#advanced #type li {
	position: relative;
	left: 117px;
	margin: 0 24px 0 0;
}

#advanced #type label {
	width: auto;
}

#advanced li {
	list-style: none;
	clear: left;
	margin-left: 0 !important;
}

#advanced label, #advanced input, #advanced select {
	float: left;
}

#advanced label {
	width: 117px;
}

#advanced input, #advanced select {
	width: 208px;
	border: 1px solid #abbed1;
	margin-bottom: 17px;
}

#advanced #organisation {
	margin: 0;
}

#advanced select {
	width: 102px;
}

#advanced #location {
	margin-right: 10px;
}

#advanced .multiple {
	height: 76px;
	width: 214px;
}

#advanced button {
	font-size: 1.333em;
	bottom: -40px;
}

ol.email-form {
list-style:none;
margin-left: 1.5em;
list-style-image:none;
background:none;
}
ol.email-form li {
list-style:none;
margin-left: 1.5em;
	list-style-image:none;
	background:none;
}

.atoz {
	padding-left: 100px;
	white-space: nowrap;
	clear: left;
	margin: 0 0 7px;
	color: #7d7d7d;
	paddin-top: 0;
	margin-top: 0;
}

.atoz a {
	float: left;
	font-size: 0.783em;
	color: #7d7d7d;
	padding: 1px;
}

.atoz a:hover, .atoz a:focus {
	color: #09357a;
}

/* @end */

/* @end */

/* @group Sidebar  */

#sidebar img {
	margin-bottom: 10px;
}

.alt #sidebar img {
	margin-bottom: 10px;
}

/* @end */

/* @group Footer */

#footer a {
	text-indent: -999em;
	background: url(../images/fatfrog.gif) no-repeat;
	display: block;
	width: 48px;
	height: 22px;
	position: absolute;
	right: 0;
	top: 5px;
}

/* @end */