/* CSS Document */
/* --------------------------------- B O D Y -------- */
body {
	margin: 0px;		/* ----- stops Mozilla adding margin ----- */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#fff;
}
/* ------------------------- B A N N E R ---- */
#header {
	position:absolute;
	left:0px;
	top:0px;
	padding: 0px;
	margin: 0px;
	height: 360px;
	width: 900px;
	/*background: transparent;*/
	background: url(../include_pix/header.png) 0 0 no-repeat;
	z-index:6;
}
/* -------------------------- M A I N  M E N U ---- */
#menu {
	position: fixed;
	left:0px;
	top: 0px;
	margin: 0px;
	padding: 2px 100% 2px 40px;
	z-index: 9;
	width: 100%;
	font: bold 12px arial;
	border-top: solid 2px #fff;
	border-bottom: solid 1px #99c;
	background: #f5f5f5;
}
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
/* ------ MAIN LINKS ---- */
#menu li a {
	display: block;
	margin: 0;
	padding: 0px;
	width: 105px;
	color: #393969;
	text-align: center;
	text-decoration: none;
}
#menu li a:hover {
	color: #393969;
}
/* ------ DROP BOX ---- */
#menu div {
	position: absolute;
	visibility: hidden;
	margin: 3px 0px 0px 0px;
	padding: 10px;
	background-color: #fffff7;
	border-top: 2px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
/* ------ DROP LINKS ---- */
#menu div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #393969;
	font: 11px arial;
	font-weight: bold;
}
#menu div a:hover {
	color: #fff;
	font-weight: bolder;
	font-style: normal;
	background: #779;
}
/* ---------------- M I S S I O N  ------- */
div#mission { 
	position: relative; 
	float:right; 
	visibility: visible; 
	margin: 20px 0px 20px 20px; 
	padding: 0px; 
	width: 240px; 
	height: 230px; 
	border: 0px solid #ccc; 
	background-color: transparent;
	background-image: url(../include_pix/mission.png);
	background-repeat:no-repeat;
	z-index: 2;
}
div#mission h4 { 
	font: 14px Arial, sans-serif; 
	font-weight: bold; 
	color: #393969; 
	margin: 22px 0px 10px 10px; 
}
div#mission p { 
	font: 11px Arial, sans-serif;
	margin: 11px  20px 0px 14px;
	padding: 0px;
	text-align: justify;
}
/* ---------------- I N S E R T  ------- */
div#insert { 
	position: relative; 
	float:right; 
	visibility: visible; 
	margin: 20px 0px 20px 20px; 
	padding: 0px; 
	width: 240px; 
	height: 230px; 
	border: 0px solid #ccc; 
	background-color: transparent;
	background-image: url(../include_pix/mission.png);
	background-repeat:no-repeat;
	z-index: 2;
}
div#insert h4 { 
	font: 14px Arial, sans-serif; 
	font-weight: bold; 
	color: #393969; 
	margin: 24px 30px 12px  24px; 
}
div#insert p { 
	font: 11px Arial, sans-serif;
	margin: 11px  30px 0px 25px;
	padding: 0px;
	text-align: justify;
}
/* ---------- C O N G R E S S   M E N U  ------- */
div#congressmenu {
	position: fixed;
	visibility: visible;
	top: 400px;	
	margin-left: -298px;
	background-color: #347;
	border: 1px solid #333;
	width: 220px;
	padding: 0px 10px;
	z-index: 30;
}
div#congressmenu a{
	display:block;
	font-size:12px;
	text-align:right;
	color: #fff;
}
div#congress p{
	margin: 12px 8px 8px 8px;
}
div#congressmenu h3{
	background:#eee;
	text-align:center;
}
/* -------------------- A W A R D S   M E N U  ------- */
div#awardsmenu {
	position: fixed;
	visibility: visible;
	top: 0px;	
	margin-left: -268px;
	background-color: #eeeedf;
	background-image:url(../includes/include_pix/leftbg.png);
	background-repeat:repeat;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	width: 221px;
	padding: 300px 10px  100px 10px;
	z-index: 5;
}
div#awardsmenu a{
	display:block;
	font-size:11px;
	text-align:right;
	color: #393969;
	text-decoration: none;
	font-weight: bold;
	padding-right: 6px;
}
div#awardsmenu a:hover {
	font-style: normal;
	background: #fff;
}
div#awardsmenu p{
	margin: 12px 8px 8px 8px;
}
div#awardsmenu h4{
	background:transparent;
	text-align:right;
	padding: 70px 8px 20px 0px;
	font-weight:bold;
}
/* ----------------------- L E F T   C O L U M N ---- */
div#leftcol {
	position: absolute;
	top: 0px;
	left:0px;
	width:178px;
	margin: 0px;
	color:#000;
	padding: 332px 15px 200px 15px;
	background-color: #eef;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	z-index:4;
}
div#leftcol a {
	padding: 0px;
	text-decoration: underline;
	font-size:12px;
	font-weight:bold;
}
div#leftcol a:hover {
	font-style:oblique;
}
div#leftcol h3 {
	color: #226;
	margin-bottom:8px;
	padding:0px;
	font-size:16px;
}
div#leftcol p {
	color: #000;
	margin:  6px  0px 6px 0px;
	padding: 0px;
	font-size:12px;
}
/* ---------------------------- C O N T E N T ---- */
div#content {
	position:absolute;
	top: 230px;
	left: 216px;
	width:600px;
	margin:0px;
	padding: 0px 20px 20px 20px;
	color: #000;
	background-color:#fff;
}
div#content h2 {
	font: bold 18px Arial, sans-serif;
	font-weight: bold;
	color:#995566;
	margin: 60px 0px 30px 0px;
	padding: 0px;
	border-bottom: solid 0px #ccc;
	font-stretch:extra-expanded;
}
div#content h3 {
	margin: 22px 0px 10px 0px;
	font: 15px Arial, sans-serif;
	font-weight: bold;
	padding: 12px 0px 0px 0px;
	border-top: solid 1px #393968;
	color: #393968;
	background-color:#f7f7f7;
}
div#content IMG {
	margin: 0px 6px 6px 6px;
	padding: 1px;
	border: 1px solid #000;
	background: #fff;
}
div#content p {
	font: 12px Arial, sans-serif;
	color: #000000;
	text-align: justify;
}
/* --------------------------- default L I N K S ---- */
a {
	color: #000;
	font-weight: normal;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	border: none;
	font-style:oblique;
	background: transparent;
}
/* ---- display: block; remove extra space caused by default text-alignment - image L I N K -- */
a img {
	border: none;
	background-color: transparent;
	text-decoration: none;
	text-align:center;
}
img.mouseover {
	border: 0px;
	background: transparent;
	background-color: transparent;
}
/* ----------------- default T E X T ---- */
h1 {
	font: bold 20px Arial, sans-serif;
	font-weight: bold;
	color: #003366;
	margin-top: 10px;
	margin-bottom: 8px;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #003366;
	text-align:center;
	font-stretch:extra-expanded;
}
h2 {
	font: bold 16px Arial, sans-serif;
	font-weight: bold;
	color:#ccc;
	margin: 0px 0px 14px 0px;
	padding: 3px 0px 3px 0px;
}
h3 {
	font: 16px Arial, sans-serif;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 0px;
	padding-left: 10px;
	color: #775566;
}
h4 {
	font: 14px Arial, sans-serif;
	font-weight: normal;
	color: #393969;
	margin: 0px 0px 0px 0px;
}
h5 {
	font: 12px Arial, sans-serif;
	color: #000000;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding-left: 33px;
}
h6 {
	font: 14px Arial, sans-serif;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	color: #334;
}
p {
	font: 12px Arial, sans-serif;
	color: #000000;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	text-align: justify;
}
table {
	margin: 0px 0px 0px 10px;
}
hr {
	display: block;
	color: #ccc;
	height: 1px;
	margin: 15px 5px 5px 10px;
	clear: both;
}
ul {
	font-size:12px; padding: 0px 0px 0px 20px;
	margin: 6px;
}
/* -------------------- FOOTER ---- */
#footer {
	text-align:center;
	border-top: 1px solid #333;
	margin-top: 30px;
	padding-top:10px;
}
/* --------------------- I N L I N E ---- */
.big {
	color: #003366;
	font: 14px Arial, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.name {
	color: #393969;
	font: 13px Arial, sans-serif;
	font-weight: bold;
}
.textanchor {
	display: block;
	color: #393969;
	font: 11px Arial, sans-serif;
	text-align: right;
	margin-right: 10px;
}
.info {
	color: #000000;
	font: 11px Arial, sans-serif;
}
.tablecaption {
	color: #663344;
	font-weight: bolder;
	font: 18px Arial, sans-serif;
	padding-left: 20px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*Add a height attribute and set to largest image's height to prevent overlaying*/
.gallerycontainer{ 
	position: relative;
	background-color: transparent; /* puts border around gallery based on icon position and padding  */
	width: 600px;
}
.thumbnail p{/* CSS for cation text  */
	padding-left: 20px;
	text-align: justify;
}
.thumbnail img{/* CSS for images icons (thumbs)  */
	margin: 0px; /* affects icons  */
	padding: 1px; /* affects icons  */
	background-color: #fff; /* affects icons  */
}
.thumbnail:hover{ /* affects thumbs on rollowver (border doesn't look good) */
	background-color: tansparent;  /* not seen if no padding provided */
}
.thumbnail:hover img{  /* attribute affects moused icon and popup image */
	border: 0px solid black; /* attribute affects moused icon and popup image */
}
.thumbnail span{  /* affects popup image and layer and caption text */
	position: absolute;  /* positions popup layer */
	background-color: #fff;  /* colors bg and padding inside popup layer */
	padding: 1px; /* puts padding inside popup layer */
	margin-top: 0px;
	border: 0px solid #000; /* puts border on popup layer */
	visibility: hidden; /* initially hides popup image */
	color: #000; /* affects caption text of popup image */
	text-decoration: none; /* affects caption text of popup image */
	text-align:left; /* affects caption text of popup image */
}
.thumbnailvisible img{/* CSS for icons   */
	margin: 0;
	padding: 1px;
	background-color: #fff;
}
.thumbnailvisible span{ /* initially makes one of popup images visible */
	position: absolute;
	top: 0;
	left: 192px;
	background-color: #fff;
	padding: 0px  20px  0px  0px;
	margin: 50px 0px 0px 0px;
	border: 0px solid #000;
	visibility: visible;
	color: #000;
	text-decoration: none;
	text-align:left;
}
.thumbnail span img{ /*CSS for enlarged image*/
	background-color: #fff; /* border is 1px of bg color */
	padding: 1px; /* puts padding on popup image */
	margin: 0px;
}
.thumbnail:hover span{ /*CSS for enlarged popup image*/
	visibility: visible; /* makes popup visible on rollover */
	top: 0; /*position popup image offset vertically */
	left: 192px; /*positions popup image offset horizontally */
	background-color:#fff;
	margin: 50px 0px 0px 0px;
	padding: 0px  20px  0px  0px;
	z-index: 50; /* makes popup visible above lower layers */
}
/* single image pop up on MO ---------------- */
.imagepop{ 
	position: relative; /* position of popup */
	float: left; /* position of icon */
/* can put border around gallery based on icon position and padding  */
}
.popup p{/* CSS for caption text - not used */
}
.popup img{/* CSS for small images  */
	margin: 0px; /* affects icons  */
	padding: 1px; /* affects icons  */
	background-color: #fff; /* affects icons  */
	border: 1px solid black;
}
.popup:hover{ /* (border not good) not seen if no padding provided */
}
.popup:hover img{  /* affects moused icon and popup image - not used */
}
.popup span{  /* affects popup image, layer and caption */
	position: absolute;  /* positions popup layer */
	background-color: #fff;  /* colors bg and padding inside popup layer */
	padding: 0px; /* puts padding inside popup layer */
	margin: 0px;
	border: 0px solid #000; /* puts border on popup layer */
	visibility: hidden; /* initially hides popup image */
	color: #000; /* affects caption text of popup image */
	text-decoration: none; /* affects caption text of popup image */
	text-align:left; /* affects caption text of popup image */
}
.popupvisible img{/* CSS for visible popup - not used   */
}
.popupvisible span{ /* makes one images visible - not used */
}
.popup span img{ /* CSS for enlarged image */
	background-color: #fff; /* border is 1px of bg color */
	padding: 1px; /* puts padding on popup image */
	margin: 0px;
}
.popup:hover span{ /* CSS for popup layer */
	visibility: visible; /* makes popup visible on rollover */
	top: -70px; /*position popup image offset vertically */
	left: 100px; /*positions popup image offset horizontally */
	background-color: #fff;
	z-index: 50; /* makes popup visible above lower layers */
}