﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	color: #383838;
	}

body 
	{
	line-height: 1;
	color: black;
	background: #64385b;
	font: 10pt verdana;
	}

p
	{
	font: inherit;
	margin-bottom: 8px;
	}
	
h1
	{
	font: bold 11pt verdana;
	margin-bottom: 10px;
	}
	
h2
	{
	font: bold 10pt verdana;
	margin: 20px 0 3px 0;
	}
	
ol, ul 
	{
	list-style: none;
	}

strong
	{
	font-weight: bold;
	}
	
	/* tables still need 'cellspacing="0"' in the markup */
table 
	{
	border-collapse: separate;
	border-spacing: 0;
	}

.maintable
	{ 
	margin-left: auto;
	margin-right: auto;
	}

.content
	{
	padding: 12px 30px 20px 30px;
	}

.footer
	{
	background-image: url('img/io_4x1.jpg'); 
	text-align: center;
	padding-top: 12px;
	color: #d9d9d9;
	font: 7pt verdana;
	}

	
caption, th, td 
	{
	text-align: left;
	font-weight: normal;
	}
	
blockquote:before, blockquote:after,
q:before, q:after 
	{
	content: "";
	}

blockquote, q 
	{
	quotes: "" "";
	margin: 15px 75px 5px 75px;
	background: #ebebeb;
	border: #404040 1px dotted;
	padding: 5px 25px 10px 25px;
	}

.notes
	{
	font-weight: bold;
	font-size: 125%;
	color: #C00000;
	}
	
.bioheader
	{
	background-color: #ebebeb; 
	border-width: 5px 5px 5px 5px; 
	border-color: #FFFFFF; 
	border-style: solid;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
.biotxt
	{
	width: 550px;
	font-size: 80%; 
	padding: 10px 10px 10px 10px; 
	margin: 0 0 50px 110px; 
	border-width: 0 5px 5px 5px; 
	border-color: #FFFFFF; 
	border-style: solid; 
	background-color: #f7f7f7;
	}
	
.associations td
	{
	padding: 5px 5px 5px 5px;
	}
	
A:link {text-decoration: none; color: #5b2fe5;}
A:visited {text-decoration: none; color: #5b2fe5;}
A:active {text-decoration: none; color: #5b2fe5;}
A:hover {text-decoration: underline; color: red;}

.hotwire A:link {text-decoration: none; color: #FFFFFF;}
.hotwire A:visited {text-decoration: none; color: #FFFFFF;}
.hotwire A:active {text-decoration: none; color: #FFFFFF;}
.hotwire A:hover {text-decoration: underline; color: #ffffc0;}

/* STUFF FOR FORM */
.inputboxreq 
	{ 
	font: 11px Tahoma, sans-serif; 
	font-weight: normal; 
	color: #999999; 
	background-color: #E7EFF9; 
	border-style: solid;  
	border: 1px solid #CCCCCC; 
	padding: 2px; 
	margin: 1px 0px 1px 0px; 
	}

.inputbox 
	{ 
	font: 11px Tahoma, sans-serif; 
	font-weight: normal; 
	color: #999999; 
	background-color: #FFFFFF; 
	border-style: solid;  
	border: 1px solid #CCCCCC; 
	padding: 2px; 
	margin: 1px 0px 1px 0px; 
	}

.button 
	{ 
	margin: 5px 5px 5px 5px; 
	padding: 2px 2px 3px 2px;
	font: 10px Tahoma, sans-serif; 
	font-weight: bold; 
	color: #404040; 
	background-color: #ffffc0; 
	border: 1px solid #CCCCCC; 
	width: 120px; 
	height: 22px; 
	cursor: hand; 
	}
	
.dropdown
	{ 
	margin: 5px 5px 5px 0; 
	padding: 3px; 
	font: 10px Tahoma, sans-serif; 
	line-height: 22px;
	font-weight: normal; 
	color: #6d6d6d; 
	background-color: #F3F3F3; 
	border: 1px solid #CCCCCC; 
	width: 192px; 
	height: 22px; 
	cursor: hand; 
	}

.formfont 
	{ 
	text-align: right; 
	padding-right: 10px;
	margin: 5px 5px 5px 5px;
	}
/* STUFF FOR FORM */

	
/* CODE FOR POPUP */
div#set_of_links {
	position:relative;
	padding:9px;
	background-color: #dfdfdf;
	margin-bottom: 20px;
}
div#set_of_links a {
	display:inline;
	padding:0px 9px 0px 9px;
	text-decoration:none;
	color:maroon
}
div#set_of_links a:hover {
	background:transparent
}
div#set_of_links a span {
	display:none
}
div#set_of_links a:hover span {
	display:inline;
	width: 275px;
	position:relative;
	top:30;
	left:350px;
	padding:8px 8px 8px 8px;
	background: #ffffc0;
	border: #202020 2px solid;
	color: #202020;
	text-align: justify;
}
	
/* CODE FOR MENU */
#navlist
{
border-bottom: 1px solid #e1e1e1;
margin: 15px 3px 0 3px;
padding-bottom: 19px;
padding-left: 10px;
}

#navlist ul, #navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist a:link, #navlist a:visited
{
background: #E8EBF0;
border: 1px solid #f0f0f0;
color: #666;
float: left;
font-size: small;
font-weight: normal;
line-height: 14px;
margin-right: 8px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current
{
background: #fff;
border-bottom: 1px solid #f0f0f0;
color: #000;
}

#navlist a:hover { color: #f00; }

body.section-1 #navlist li#nav-1 a,
body.section-2 #navlist li#nav-2 a,
body.section-3 #navlist li#nav-3 a,
body.section-4 #navlist li#nav-4 a
{
background: #fff;
border-bottom: 1px solid #f0f0f0;
color: #000;
}

#navlist #subnav-1,
#navlist #subnav-2,
#navlist #subnav-3,
#navlist #subnav-4
{
display: none;
width: 90%;
}

body.section-1 #navlist ul#subnav-1,
body.section-2 #navlist ul#subnav-2,
body.section-3 #navlist ul#subnav-3,
body.section-4 #navlist ul#subnav-4
{
display: inline;
left: 10px;
position: absolute;
top: 95px;
}

body.section-1 #navlist ul#subnav-1 a,
body.section-2 #navlist ul#subnav-2 a,
body.section-3 #navlist ul#subnav-3 a,
body.section-4 #navlist ul#subnav-4 a
{
background: #fff;
border: none;
border-left: 1px solid #f0f0f0;
color: #999;
font-size: smaller;
font-weight: bold;
line-height: 10px;
margin-right: 4px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist ul a:hover { color: #f00 !important; }

#contents
{
background: #fff;
border: 1px solid #f0f0f0;
border-top: none;
clear: both;
margin: 0px;
padding: 15px;
} 


#pic {
	left: 10px;
	position: relative;
	width: 135px;
	padding-bottom: 15px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 1px solid #000000;
	display: block;
	height: 90px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 135px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 229px;
	left: 50px;
	position: absolute;
	top: -60px;
	width: 332px;
	z-index: 5;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 352px;
	height: 235px;
}

/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

.hoverbox li
{
	position: static;
}