/**********************
 OVERALL LAYOUT
***********************/

html { overflow-y: scroll; 
}

body {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff;
}

#skiptomain {
	display: none;
}

#wrapper {
	position: absolute;
	width: 930px;
	left: 50%;
	margin-left: -465px;
	text-align: center;
	font-size: 0.9em;
	background: #fff;
	
}

#pagecontainer {
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 930px;	
}

#header {
	width: 930px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	background: #036;
}

	#headerleft {
		width: 280px;
		margin: 5px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
		text-align: left;
	}

	#headermiddle {
		width: 460px;
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
		text-align: center;
	}
	
	#headerright {
		width: 190px;
		margin: 0px 40px 10px 0px;
		padding: 0px 0px 0px 0px;
		float: right;
		text-align: right;
		text-color: #FFF;
	}

#topnav {
	width: 930px;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#mainpage {
	width: 930px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff url(images/verticallines.gif) repeat-x top center;
	}


	#mainpageleft {
		width: 198px;
		border-top: 6px solid #999;
		margin: 0px 0px 0px 0px;
		padding: 10px 2px 0px 0px;
		float: left;
		text-align: left;
	}

	#mainpageright {
		/*width: 730px;*/
		width: 930px;
		border-top: 6px solid #999;
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 0px 0px;
		float: left;
		text-align: left;
	}
	
		#mainpagecontentimage {
			/*width: 730px;*/
			width: 930px;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			float: left;
			text-align: left;
		}
		
			#mainpagecontentimageleft {
				width: 528px;
				margin: 1px 2px 0px 0px;
				padding: 0px 0px 0px 0px;
				float: left;
				text-align: left;
			}

			#mainpagecontentimageright {
				width: 190px;
				margin: 1px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				float: right;
				text-align: left;
			}
		
		#mainpagecontent {
			/*width: 520px;*/
			width: 720px;
			margin: 15px 0px 0px 0px;
			padding: 0px 0px 10px 10px;
			float: left;
			text-align: left;
		}
		
		#mainpagecontentright {
			width: 170px;
			margin: 0px 0px 0px 10px;
			padding: 10px 10px 0px 10px;
			float: right;
			text-align: left;
			background: #dadada;
			min-height: 350px;
			height: auto;
			}
			/* for Internet Explorer */
			/*\*/
			* html #mainpagecontentright {
			height: 350px;
			}
			/**/
	

#footer {
	background: #036;
	width: 930px;
	margin: 1px 0px 0px 0px;
	padding: 15px 0px 10px 0px;
	text-align: center;
}


/*****************
 BODY FONT
 *****************/

body, table {
	font-family:  'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: 16px;
}


/**********************
BODY FONT HACK FOR IE
 **********************/

* html body, * html table  {
	font-family:  'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, "Bitstream Vera Sans", geneva, arial, helvetica, helve, sans-serif;
	font-size: medium;
}

/*****************
 FONTS
*****************/

#headerleft { font-size: 0.8em; color: #000; }
#headerright { font-size: 0.8em; color: #fff; }
#topnav { font-size: 0.8em; }
#mainpageleft { font-size: 0.9em; color: #000; }
#mainpagecontent { font-size: 0.87em; color: #000; line-height: 1.4em; }
#mainpagecontentright { font-size: 0.8em; color: #000; line-height: 1.4em; }
#footer { font-size: 0.8em; color: #fff; line-height: 1.4em;}


/*****************
 HEADINGS
 *****************/

h1 { font-size: 1.5em; display:block; color: #036; font-weight: normal; margin: 0px 0px 5px 0px;}
h2 { font-size: 1.2em; color: #036; display: block; font-weight: normal; margin: 10px 0px 0px 0px; padding: 0px 0px 0px 0px;}
h3 { font-size: 1.1em; display:block; margin: 0px 0px 0px 0px; padding: 5px 0px 2px 0px;}
h4 { font-size: 1.0em; display:block; margin: 0px 0px 0px 0px; padding: 5px 0px 5px 0px;}


/*****************
 BREAKS
 *****************/
br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }

/*****************
 PARAGRAPHS
 *****************/

p { margin: 10px 0px 10px 0px; }

p.quote { margin: 20px 0px 20px 0px; }
p.smallprint { font-size: 0.9em; }

ul.nomargin { margin: 5px 0 5px 20px; padding: 0; }
ul.nomargin li { margin: 0; padding: 0; }

/*****************
 STRONG
 *****************/

strong { font-size: 1.1em; }
strong.sm { font-size: 1.0em; }

/*****************
 LINKS
 *****************/

#header a:link{ color: #FFF; text-decoration: none }
#header a:visited{ color: #FFF; text-decoration: none }
#header a:hover{ color: #FFF; text-decoration: underline }

#mainpagecontent a:link{ color: #036; text-decoration: underline }
#mainpagecontent a:visited{ color: #036; text-decoration: underline }
#mainpagecontent a:hover{ color: #369; text-decoration: underline }

#mainpagecontentright a:link{ color: #036; text-decoration: underline }
#mainpagecontentright a:visited{ color: #036; text-decoration: underline }
#mainpagecontentright a:hover{ color: #369; text-decoration: underline }

#footer a:link{ color: #fff; text-decoration: none }
#footer a:visited{ color: #fff; text-decoration: none }
#footer a:hover{ color: #fff; text-decoration: underline }

/*****************
 IMAGES
 *****************/

img {
	border: none
	}

/*****************
 TOP OF PAGE NAV LIST
*****************/

ul#nav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	letter-spacing: 0px;
	background: #036;
}

ul#nav li {
	float: left;
	line-height: 1.8em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	text-align: center;
	background: #036;
}

	ul#nav li.homelink {
		width: 120px;
	}

	ul#nav li.serviceslink {
		width: 130px;
	}

	ul#nav li.teamlink {
		width: 135px;
	}

	ul#nav li.literaturelink {
		width: 130px;
	}
	
	ul#nav li.chartslink {
		width: 120px;
	}

	ul#nav li.priceslink {
		width: 132px;
	}

	ul#nav li.glossarylink {
		width: 163px;
	}
	
	ul#nav li.contactlink {
		width: 142px;
		background: #060;
	}


ul#nav li a {
	display: block;
	padding: 3px 5px 3px 5px;
	border-right: solid 2px #fff;
	color: #fff;
	text-decoration: none;
}

ul#nav li a:hover {
	display: block;
	padding: 3px 5px 3px 5px;
	border-right: solid 2px #fff;
	color: #000;
	background: #999;
	text-decoration: none;
}

	ul#nav li.contactlink a {
		display: block;
		padding: 3px 5px 3px 5px;
		border: none;
		color: #fff;
		text-decoration: none;
	}

	ul#nav li.contactlink a:hover {
		display: block;
		padding: 3px 5px 3px 5px;
		border: none;
		color: #000;
		background: #999;
		text-decoration: none;
	}



/*****************
 IMAGE FLOATS
 *****************/

img.floatleft {
	float: left;
	margin: 0px 10px 10px 0px;
}
	img.floatleftq {
		float: left;
		margin: 0px 5px 2px 0px;
	}

img.floatright {
	float: right;
	margin: 0px 0px 10px 10px;
}




/*****************
LEFT SIDE LIST
*****************/

ul#leftlist {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: 188px;
	text-transform: lowercase;
	background: #fff;
}

	ul#leftlist li{
		margin: 0px 0px 0px 0px;
		padding: 0px;
		line-height:1.5em;
		display: block;
		width: 188px;
	}

	ul#leftlist a:link, ul#leftlist a:visited{
		display: block;
		width: 178px;
		margin: 0px 0px 0px 0px;
		padding: 3px 5px 3px 5px;
		color: #036;
		background: #fff;
		text-decoration: none;
		border-bottom: 1px solid #ccc;
	}

	ul#leftlist a:hover, ul#leftlist a:active {
		color: #000;
		text-decoration: none;
	}
	
	
/*****************
WHO TABLE
*****************/

#whotable {
	width: 520px;
	float: left;
	text-align: left;
	font-size: 0.9em; 
	color: #000; 
	line-height: 1.5em;
	margin-top: 20px;
}




#dropdown {
	margin-top: 3px;
	width: 255px;
	height: 20px;
	padding: 2px 0px 0px 5px;
	background: url(/images/dropdown.gif) no-repeat left top;
	cursor: pointer;
}

#dropped {
	position: absolute;
	border-left: 1px solid #A7A6AA;
	border-right: 1px solid #A7A6AA;
	border-bottom: 1px solid #A7A6AA;
	width: 258px;
	padding: 0px 0px 0px 0px;
	background: #fff;
}

	#dropped p { margin: 0px 0px 0px 0px; }
	
	#dropped a:link, #dropped a:visited {
		color: #000;
		display: block;
		text-decoration: none;
		padding: 1px 0px 1px 5px;
	}
	
	#dropped a:hover {
		background: #ccc;
	}
	
#dropdown2 {
	margin-top: 3px;
	width: 255px;
	height: 20px;
	padding: 2px 0px 0px 5px;
	background: url(/images/dropdown.gif) no-repeat left top;
	cursor: pointer;
}
	
#dropped2 {
	position: absolute;
	border-left: 1px solid #A7A6AA;
	border-right: 1px solid #A7A6AA;
	border-bottom: 1px solid #A7A6AA;
	width: 258px;
	padding: 0px 0px 0px 0px;
	background: #fff;
}

	#dropped2 p { margin: 0px 0px 0px 0px; }
	
	#dropped2 a:link, #dropped2 a:visited {
		color: #000;
		display: block;
		text-decoration: none;
		padding: 1px 0px 1px 5px;
	}
	
	#dropped2 a:hover {
		background: #ccc;
	}