/*--------------------------------
	COLOURS USED IN THIS SITE

main orange (LOGO & MEMBERS)  = f93f14
chocolate (CONTACTS)          = f59a0b
dark maroon (NEWS)            = 690303
red-orange (JOB OFFERS)       = df0a14
brick-brown (LINKS)           = a6534e
dark salmon (RESERVED)        = f5755b  //cancelled
dark salmon (INTRANET)        = f5755b

dark grey (writing)           = 434749
darker grey (LOGO and splash) = 666666

Standard hyperlinks:
bold, main orange; 
underlined chocolate on hover.

Light-grey dividing lines     = e5e5e5

--------------------------------*/


/*------------------------
	GENERAL SELECTORS
------------------------*/
* {
	margin: 0;
	padding: 0;
}

html { /* give FF a scrollbar ALWAYS, even if the page ends above the fold */
	min-height:100%;
	margin-bottom:1px;
}

body {
	font-size: 12px;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	color: #434749;
}

p {
	font-size: 12px;
	line-height: 150%;
	margin: 0 0 20px 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}
a:link, a:visited {
	color: #f93f14;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	color: #f59a0b;
	font-weight: bold;
	text-decoration:underline;
}

.red{color: #FF0000;}
.warning{color: #df0a14;}

.SmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #434749;
	}
.SmallText a, .SmallText a:visited {
	color: #f93f14;
	text-decoration:none;
	}
.SmallText a:hover {
	color: #f59a0b;
	text-decoration:underline;
	}

/*------------------------
	RULES FOR ALL PAGES
------------------------*/
#container {
	width: 740px;
	margin: 20px auto 0 auto;
}

#header {
	position: relative;
}

#header h1 a {
	display: block;
	float: left;
	margin: 0 44px 0 0;
	text-decoration: none;
/*	text-indent: -2100px; */
	text-indent: -9999px;
	width: 211px;
	height: 130px;
	background: transparent url(images/NG_logo.png) no-repeat left top;
}

#navigation {
	/*padding: 37px 0 0 0;*/
	position: absolute;
	top: 37px;
	width: 487px;
	z-index: 4000;
}
#header > #navigation {
	position:absolute;
	right:-2px;
}

#navigation li {
	display: inline;
	position: relative;
}

#navigation a {
	position: absolute;
	display: block;
	text-decoration: none;
	text-indent: -2100px;
	width: 80px;
	height: 81px;
	/*margin: 0 1px 0 0;*/
	background-position: left top;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

/* IE Mac, you spoiled brat \*/
#navigation a:focus { outline: none; }
/* end IE Mac hide */

/*
#nav_members {
	background: transparent url(images/NG_nav_members.png) no-repeat left top;
	left: 0;
}
#nav_contacts {
	background: transparent url(images/NG_nav_contacts.png) no-repeat left top;
	left: 81px;
}
#nav_news {
	background: transparent url(images/NG_nav_news.png) no-repeat left top;
	left: 162px;
}
#nav_jobs {
	background: transparent url(images/NG_nav_jobs.png) no-repeat left top;
	left: 243px;
}
#nav_links {
	background: transparent url(images/NG_nav_links.png) no-repeat left top;
	left: 324px;
}
#nav_reserved {
	background: transparent url(images/NG_nav_reserved.png) no-repeat left top;
	left: 405px;
}
#nav_intranet {
	background: transparent url(images/NG_nav_intranet.png) no-repeat left top;
	left: 405px;
}
*/

#nav_members {
	background: transparent url(images/NG_nav_members.png) no-repeat left top;
	left: 81px;
}
#nav_contacts {
	background: transparent url(images/NG_nav_contacts.png) no-repeat left top;
	left: 162px;
}
#nav_news {
	background: transparent url(images/NG_nav_news.png) no-repeat left top;
	left: 243px;
}
#nav_jobs {
	background: transparent url(images/NG_nav_jobs.png) no-repeat left top;
	left: 324px;
}
#nav_links {
	background: transparent url(images/NG_nav_links.png) no-repeat left top;
	left: -9999px;
}
#nav_reserved {
	background: transparent url(images/NG_nav_reserved.png) no-repeat left top;
	left: 405px;
}
#nav_intranet {
	background: transparent url(images/NG_nav_intranet.png) no-repeat left top;
	left: 405px;
}
#navigation a:hover {
	background-position: 0 -81px;
}
#navigation a.current {
	background-position: 0 -162px;
}

#content {
	width: 740px;
	clear: left;
}

* html #content { width: 774px; }

#copy {
	/*margin: 0 0 0 453px;
	padding: 30px 0 37px 22px;*/
	margin: 0;
	border-left: 1px solid #e5e5e5;
	width: 287px;
	/*width: 290px;*/
	float: right;
	/*height: 1%;*/
}

* html #copy {
	position: relative;
	right: 34px;	
}

#copy object, #copy embed {
	margin: 0;
	padding: 0;
}

#copy h2 {
	width: 287px;
	height: 177px;
	text-indent: -2100px;
	margin: 0 0 28px 0;
}

#copy h4, #copy h3, #copy p {
	margin-left: 25px;
	margin-right: 15px;
}

#copy h3 {
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 7px;
}
#copy h4 {
	font-size: 14px;
	font-style:italic;
	margin-bottom: 7px;
}


#sidebar {
	width: 452px;
	/*margin: 0 287px 0 0;*/
	margin: 0;
	padding: 0;
}

#sidebar h3 {
	text-transform: uppercase;
	font-size: 1.4em;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 7px;
}
#sidebar p {
	padding: 0 7px 0 0;
}

/* Why is IE Mac so difficult \*/
#sidebar .image_left img {
	float: left;
}

#sidebar .image_right img {
	float: right;
}

#sidebar .image_right .inset_image {
	float: right;
	margin: 0 12px 0 15px;
	height: 1%;
}

#sidebar .image_left .inset_image {
	float: left;
	margin: 0 15px 12px 0;
	height: 1%;
}

#sidebar .inset_image img {
	float: none;
}
/* end IE Mac hide */

.inset_image p {
	color: #84ac26;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 100%;
	padding: 2px 0 0 0;
}


#sidebar .image_left dl,
#sidebar .image_right dl {
	font-size: 1.1em;
}

#sidebar .image_left a,
#sidebar .image_right a {
	text-transform: uppercase;
	text-decoration: none;
}
#sidebar a img {
 	border: none;
}
.sidebar_image {
	background: none;
}

#home_left {
	width: 452px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html body #copy {
  margin-left: -3px;
}
 
* html body #sidebar {
  height: 1%;
  margin-right: 0;
}
/* End hide from IE5/mac */



#search {
	position: absolute;
	right: 0;
	top: 0;
	width: 258px;
	padding: 8px 15px;
}

* html #search { right: 34px; }
* html #home #search { right: 0; }

#search label {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
}

#search #search_box {
	border: none;
}

#search dt, #search dd, #style_readers dt, #style_readers dd {
	float: left;
	margin: 0 5px 0 0;
}

body.longsidebar #copy { border: none; }
body.longsidebar #sidebar {
	border-right: 1px solid #e5e5e5;
}

/*----------------------------
	RULES FOR THE HOMEPAGE
-----------------------------*/
#home #copy h2 {
	background: transparent url(images/NG_home_right.png) no-repeat left top;
}
#home #copy h3, #home #copy h4 {
	color: #f93f14;
}
#home #copy h4 {
	margin-top: -5px;
	margin-bottom: 4px;
}
#home #home_left {
	height: 177px;
	text-indent: -2100px;
	text-decoration: none !important;
	display: block;
	background: transparent url(images/home_left.jpg) no-repeat left top;
	margin: 0 0 40px 0;
}

#home #sidebar {
	color: #434749;
}

#home #sidebar a {
	text-decoration: underline;
}
#home #sidebar #blah h3 {
	color: #f93f14;
	border-bottom: 1px solid #e5e5e5;
}

#home #search {
	background-color: #d0d86c;
}

#home #search_button {
	background-color: #e0ed9e;
}

#home #search_box {
	background-color: #eff2cd;
}

/*------------------------------------
	RULES FOR THE MEMBERS PAGE
------------------------------------*/
#members #copy a:link, #members #copy a:visited {
	color: #434749;
	text-decoration: none;
}

#members #copy a:hover {
	color: #f93f14;
	text-decoration:none;
}
#members #copy h3, #members #copy h4 {
	color: #f93f14;
}
#members #copy h4 {
	margin-top: -5px;
	margin-bottom: 4px;
}
#members #members_left {
	height: 177px;
	text-indent: -2100px;
	text-decoration: none !important;
	display: block;
	background: transparent url(images/home_left.jpg) no-repeat left top;
	margin: 0 0 40px 0;
}

#members a:link, #members a:visited {
	color: #df0a14;
	text-decoration: none;
}

#members a:hover {
	color: #f93f14;
	text-decoration:underline;
}

#members h2 {
	background: transparent url(images/NG_members_right.png) no-repeat left top;
}

#members #sidebar {
	color: #434749;
}

#members #sidebar #blah h3 {
	color: #f93f14;
	border-bottom: 1px solid #e5e5e5;
}

/*------------------------------------
	RULES FOR THE SINGLE MEMBER PAGE
------------------------------------*/
#member #copy #memberID2 {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 28px;
}
#member #copy #memberID {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 28px;
}
#member #copy #memberID img {
	margin: 0 0 10px 25px;
	border: 2px solid #f93f14;
}
#member #copy #memberID #inst {
	font-size: 14px;
	font-weight:bold;
	margin: 0 0 20px 25px;
	color: #f93f14;
}
#member #copy #memberID #inst #place {
	font-style:italic;
}
#member #copy #memberID #inst #place #person {
	font-style:normal;
	font-size: 12px;
}


#member #copy h3, #member #copy h4 {
	color: #434749;
}
#member #copy h4 {
	margin-top: -5px;
	margin-bottom: 4px;
}
#member #copy h5 {
	font-size: 12px;
	font-weight:bold;
	color: #f93f14;
	margin: 0 0 20px 25px;

}

#member #member_left {
	height: 177px;
	text-indent: -2100px;
	text-decoration: none !important;
	display: block;
	background: transparent url(images/home_left.jpg) no-repeat left top;
	margin: 0 0 40px 0;
}

#member #copy a:link, #member #copy a:visited {
	color: #434749;
	text-decoration: none;
}

#member #copy a:hover {
	color: #f93f14;
	text-decoration:none;
}

#member h2 {
	background: transparent url(images/NG_members_right.png) no-repeat left top;
}

#member #sidebar {
	color: #434749;
}

#member #sidebar #blah h3 {
	color: #f93f14;
	border-bottom: 1px solid #e5e5e5;
}
#member #sidebar ul {
	margin: 0 0 25px 10px;
	padding:0px; 
	text-indent:0px;
	font-size: 12px;
	line-height: 140%;
	list-style: square;
	color: #434749;
}
#member #sidebar ul li {
	margin: 0 0 6px 10px;
}
#member #sidebar ol {
	margin: 0 0 25px 15px;
	padding:0px; 
	text-indent:0px;
	font-size: 12px;
	line-height: 120%;
	color: #434749;
}
#member #sidebar ol li {
	margin: 0 0 6px 15px;
}
/*------------------------------------
	RULES FOR THE CONTACTS PAGE
------------------------------------*/
#contacts #copy a:link, #contacts #copy a:visited {
	color: #434749;
	text-decoration: none;
}

#contacts #copy a:hover {
	color: #f93f14;
	text-decoration:none;
}

#contacts #copy h3, #contacts #copy h4 {
	color: #f59a0b;
}
#contacts #copy h4 {
	margin-top: -5px;
	margin-bottom: 4px;
}
#contacts #contacts_left {
	height: 177px;
	text-indent: -2100px;
	text-decoration: none !important;
	display: block;
	background: transparent url(images/home_left.jpg) no-repeat left top;
	margin: 0 0 40px 0;
}

#contacts a:link, #contacts a:visited {
	color: #df0a14;
	text-decoration: none;
}

#contacts a:hover {
	color: #f93f14;
	text-decoration:underline;
}

#contacts h2 {
	background: transparent url(images/NG_contacts_right.png) no-repeat left top;
}

#contacts #sidebar {
	color: #434749;
}

#contacts #sidebar #blah h3 {
	color: #f59a0b;
	border-bottom: 1px solid #e5e5e5;
}
#contacts #sidebar #blah #address_right {
	float:right;
	text-align:left;
	width: 220px;
	padding: 0 15px 15px 0;
}
#contacts #sidebar #blah #address_left {
	float:left;
	text-align:left;
	width: 300px;
	padding: 0 0 15px 0;
}
#contacts #sidebar input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FBCD86;
	color:#1a1a1a;
	border: 1px solid #003366;
	line-height:1.5;
}
#contacts #sidebar textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FBCD86;
	color:#1a1a1a;
	border: 1px solid #003366;
	line-height:1.5;
}

/*------------------------------------
	RULES FOR THE NEWS PAGE
------------------------------------*/
#news #copy h3, #news #copy h4 {
	color: #690303;
}
#news #copy h4 {
	margin-top: -5px;
	margin-bottom: 4px;
}
#news #news_left {
	height: 177px;
	text-indent: -2100px;
	text-decoration: none !important;
	display: block;
	background: transparent url(images/home_left.jpg) no-repeat left top;
	margin: 0 0 40px 0;
}

#news a:link, #news a:visited {
	color: #df0a14;
	text-decoration: none;
}

#news a:hover {
	color: #f93f14;
	text-decoration:underline;
}

#news h2 {
	background: transparent url(images/NG_news_right.png) no-repeat left top;
}

#news #sidebar {
	color: #434749;
}

#news #sidebar #blah h3 {
	color: #690303;
	border-bottom: 1px solid #e5e5e5;
}
#news #sidebar #blah h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #690303;
	background:none;
	margin: 12px 0 6px 0px;
}

/*------------------------------------
	RULES FOR THE JOBS PAGE
------------------------------------*/
#jobs #copy h3, #jobs #copy h4 {
	color: #df0a14;
}
#jobs #copy h4 {
	margin-top: -5px;
	margin-bottom: 4px;
}
#jobs #jobs_left {
	height: 177px;
	text-indent: -2100px;
	text-decoration: none !important;
	display: block;
	background: transparent url(images/home_left.jpg) no-repeat left top;
	margin: 0 0 40px 0;
}

#jobs a:link, #jobs a:visited {
	color: #df0a14;
	text-decoration: none;
}

#jobs a:hover {
	color: #f93f14;
	text-decoration:underline;
}

#jobs h2 {
	background: transparent url(images/NG_jobs_right.png) no-repeat left top;
}

#jobs #sidebar {
	color: #434749;
}

#jobs #sidebar #blah h3 {
	color: #df0a14;
	border-bottom: 1px solid #e5e5e5;
}

/*------------------------------------
	RULES FOR THE LINKS PAGE
------------------------------------*/
#links #copy h3, #links #copy h4 {
	color: #a6534e;
}
#links #copy h4 {
	margin-top: -5px;
	margin-bottom: 4px;
}
#links #links_left {
	height: 177px;
	text-indent: -2100px;
	text-decoration: none !important;
	display: block;
	background: transparent url(images/home_left.jpg) no-repeat left top;
	margin: 0 0 40px 0;
}

#links a:link, #links a:visited {
	color: #df0a14;
	text-decoration: none;
}

#links a:hover {
	color: #f93f14;
	text-decoration:underline;
}

#links h2 {
	background: transparent url(images/NG_links_right.png) no-repeat left top;
}

#links #sidebar {
	color: #434749;
}

#links #sidebar #blah h3 {
	color: #a6534e;
	border-bottom: 1px solid #e5e5e5;
}

/*------------------------------------
	RULES FOR THE RESERVED PAGE
------------------------------------*/
#reserved #copy h3, #reserved #copy h4 {
	color: #f5755b;
}
#reserved #copy h4 {
	margin-top: -5px;
	margin-bottom: 4px;
}
#reserved #reserved_left {
	height: 177px;
	text-indent: -2100px;
	text-decoration: none !important;
	display: block;
	background: transparent url(images/home_left.jpg) no-repeat left top;
	margin: 0 0 40px 0;
}

#reserved a:link, #reserved a:visited {
	color: #df0a14;
	text-decoration: none;
}

#reserved a:hover {
	color: #f93f14;
	text-decoration:underline;
}

#reserved h2 {
	background: transparent url(images/NG_reserved_right.png) no-repeat left top;
}

#reserved #sidebar {
	color: #434749;
}

#reserved #sidebar #blah h3 {
	color: #f5755b;
	border-bottom: 1px solid #e5e5e5;
}


/*------------------------------------
	RULES FOR THE INTRANET PAGE
------------------------------------*/
#intranet #copy h3, #intranet #copy h4 {
	color: #f5755b;
}
#intranet #copy h4 {
	margin-top: -5px;
	margin-bottom: 4px;
}
#intranet #intranet_left {
	height: 177px;
	text-indent: -2100px;
	text-decoration: none !important;
	display: block;
	background: transparent url(images/home_left.jpg) no-repeat left top;
	margin: 0 0 40px 0;
}

#intranet a:link, #intranet a:visited {
	color: #df0a14;
	text-decoration: none;
}

#intranet a:hover {
	color: #f93f14;
	text-decoration:underline;
}

#intranet h2 {
	background: transparent url(images/NG_intranet_right.png) no-repeat left top;
}

#intranet #sidebar {
	color: #434749;
}

#intranet #sidebar #blah h3 {
	color: #f5755b;
	border-bottom: 1px solid #e5e5e5;
}


/*-------------------------------------
      RULES FOR FOOTER
-------------------------------------*/
#footer {
	position: relative;
	border-top: 1px solid #e5e5e5;
	padding: 12px 0 15px 0px;
	clear: right;
	text-align:right;
	font-size: 80%;
	width:740px;
}
#footer a, #footer a:visited, #footer a:link {
	color: #404040;
	text-decoration:none;
}
#footer a:hover {
	color: #f93f14;
	text-decoration:none;
}


#footer ul li {
	display: inline;
	margin: 0 8px 0 0;
}

#footer ul li#contact, #footer ul li#footer_home,
#footer ul li#faq {
	border-right: 1px solid #404040;
	padding: 0 8px 0 0;
}

#footer ul li a {
	text-transform: uppercase;
}

#footer ul li a:link, #footer ul li a:visited {
	color: #404040;
}

#footer ul li a:hover {
	color: #f93f14;
}
#footer #leftcopy {
	position: absolute;
	left: 45px;
	top: 12px;
}
#footer #leftcopy #copyright {
	padding: 5px 0 0 0;
}

#footer #copyright {
	width: 350px;
	font-size: 1em;
	line-height: 150%;
}

.Figure
			{
			float: right;
			width:220px;
			margin: 0 0 15px 15px;
			border: 0px solid #666666;
			background-color:#fff;
			text-align:center;
			}
.FigureLeft
			{
			float: left;
			width:220px;
			margin: 25px 0 15px 25px;
			border-top: 0px solid #666666;
			background-color:#fff;
			text-align:left;
			}

.FigureWide
			{
			display:block;
			float: left;
			width:440px;
			margin: 0 0 15px 0px;
			border: 0px solid #666666;
			background-color:#fff;
			text-align:left;
			}

.Figure .legend,
.FigureWide .legend,
.FigureLeft .legend
			{
			padding:4px;
			color: #1e1e4f;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			line-height: 1.3em;
			text-align:left;
			}
.Figure .legend a,
.Figure .legend a:visited,
.FigureWide .legend a,
.FigureWide .legend a:visited,
.FigureLeft .legend a:,
.FigureLeft .legend a:visited
			{
			font-weight: bold;
			text-transform: uppercase;
			text-decoration:none;
			color: #336633;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			}
.Figure .legend a:hover,
.FigureWide .legend a:hover,
.FigureLeft .legend a:hover
			{
			font-weight: bold;
			text-transform: uppercase;
			text-decoration:underline;
			color: #1e1e4f;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			}
