﻿/* Layout Styling */

* { padding: 0; margin: 0;
	}

html {
	height: 100%;
	padding: 0 0 1px 0;
	}

body {
	/*background: #fff url(../Images/background.jpg) repeat-x;*/
	font: 13px/19px arial, helvetica, sans-serif;
	text-align: center;
	}

#wrapper {
	margin: 0 auto;
	width: 922px;
	z-index: 10;
	}

#header {
	float: left;
	/*height: 270px;*/
	margin: 0 0 0 0;
	/*padding: 10px;*/
	text-align: left;
	width: 923px;
	z-index: 10;
	}

#dedication {
	background: #e7dbd5;
	border: 1px solid #6d6e70;
	float: left;
	margin: 130px 0 10px 0;
	padding: 10px;
	width: 520px;
	z-index: 20;
	}

#language {
	background: #e7dbd5;
	border: 1px solid #6d6e70;
	clear: right;
	float: right;
	padding: 10px;
	word-spacing: 2px;
	margin-top:130px;
	z-index: 20;
	}

#navigation {
	background: #bd9c8c;
	border: 1px solid #6d6e70;
	float: left;
	margin: 0 0 10px 0;
	width: 920px;
	z-index: 10;
	}

#leftcolumn {
	float: left;
	margin: 0 0 10px 0;
	text-align: left;
	width: 191px;
	z-index: 10;
	}

#rightcolumn {
	background: #e7dbd5;
	border: 1px solid #6d6e70;
	float: right;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 699px;
	z-index: 10;
	}

#footer {
	/*background: #bd9c8c;
	border: 1px solid #6d6e70;*/
	clear: both;
	padding: 10px;
	width: 900px;
	z-index: 10;
	}

/* Right Column DIV Styling */

#alpha {
	background: #fff;
	border: 1px solid #6d6e70;
	float: left;
	margin: 0 0 10px 0;
	padding: 10px;
	text-align: left;
	width: 517px;
	z-index: 20;
	}

#beta {
	background: #fff;
	border: 1px solid #6d6e70;
	float: right;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 128px;
	z-index: 20;
	}

#gamma {
	background: #fff;
	border: 1px solid #6d6e70;
	/*clear: both;*/
	padding: 10px;
	text-align: left;
	width: 677px;
	z-index: 20;
	}

/* Navigation Link Styling */

#navigation a:link, #navigation a:visited {
	border-left: 1px solid #6d6e70;
	display: block;
	float: right;
	font: bold 14px/38px arial, helvetica, sans-serif;
	height: 38px;
	overflow: hidden;
	width: 149px;
	}

#navigation a:hover, #navigation a:active {
	background: #e7dbd5;
	overflow: hidden;
	text-decoration: none;
	}

/* Left Column Link Styling */

#leftcolumn ul {
	list-style: none;
	z-index: 20;
	}

#leftcolumn li {
	background: #e7dbd5;
	border: 1px solid #6d6e70;
	float: left;
	clear: left;
	height: 38px;
	margin-bottom: -1px;
	position: relative;
	width: 189px;
	}

#leftcolumn li ul {
	position: absolute;
	left: -4444px;
	margin-left: 189px;
	margin-top: -39px;
	z-index: 30;
	}

#leftcolumn li:hover ul, #leftcolumn li.suckerfish ul{
	left: auto;
	}

#leftcolumn a:link, #leftcolumn a:visited {
	background: url(../images/flyout.gif) no-repeat center right;
	cursor: default;
	display: block;
	font: 14px/38px arial, helvetica, sans-serif;
	height: 38px;
	padding: 0 0 0 10px;
	overflow: hidden;
	width: 179px;
	}

#leftcolumn a:hover, #leftcolumn a:active {
	background: #bd9c8c url(../images/flyout.gif) no-repeat center right;
	cursor: default;
	overflow: hidden;
	text-decoration: none;
	}

#leftcolumn li ul li a:link, #leftcolumn li ul li a:visited {
	background: url(../images/external_01.gif) no-repeat center right;
	cursor: pointer;
	}

#leftcolumn li ul li a:hover, #leftcolumn li ul li a:active {
	background: #bd9c8c url(../images/external_01.gif) no-repeat center right;
	cursor: pointer;
	}

/* Current Page Indicators */

#one .one:link, #one .one:visited, #one .one:hover, #one .one:active,
#two .two:link, #two .two:visited, #two .two:hover, #two .two:active,
#three .three:link, #three .three:visited, #three .three:hover, #three .three:active {
	background: url(../images/section.gif) no-repeat center bottom;
	cursor: default;
	}

/* Extra Styling */

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

a:hover, a:active {
	text-decoration: underline;
	}

#alpha a, #gamma a {
	font-weight: bold;
	}

#alpha blockquote {
	background: #e7dbd5;
	border : 1px dashed #6d6e70;
	margin: 0 auto;
	margin-bottom: 19px;
	padding: 10px;
	}

#alpha blockquote p {
	margin: 0;
	}

#alpha img {
	clear: left;
	float: left;
	margin: 3px 7px 0 0;
	}

#alpha p, #gamma p {
	margin-bottom: 19px;
	}

.audio {
	height: 119px;
	}


#beta img {
	clear: left;
	float: left;
	margin-bottom: 17px;;
	}


.download {
    background: url(../images/download.gif) center right no-repeat;
    padding-right: 15px;
	}

.external {
    background: url(../images/external_02.gif) center right no-repeat;
    padding-right: 15px;
	}

:focus {
	outline: none;
	}

#footer div {
	padding-top: 10px;
	}

#footer img {
	margin: 0 10px;
	}

#gamma blockquote {
	background: #e7dbd5;
	border : 1px dashed #6d6e70;
	margin: 0 auto;
	margin-bottom: 19px;
	padding: 10px;
	width: 855px;
	}

#gamma blockquote p {
	font: 11px/22px arial, helvetica, sans-serif;
	margin: 0;
	}

h2 {
	font: bold 16px/38px arial, helvetica, sans-serif;
	}

h3 {
	background: #e7dbd5;
	border: 1px solid #6d6e70;
	border-bottom: 0;
	display: block;
	font: bold 14px/38px arial, helvetica, sans-serif;
	height: 38px;
	padding: 0 0 0 10px;
	width: 179px;
	}

h4 {
	font: bold 16px/38px arial, helvetica, sans-serif;
	margin-bottom: 19px;
	}

img {
	border: 0;
	}


/****************************/
.clean-gray{ border:solid 1px #A4A4A4; background:#EFEFEF; color:#222222; padding:20px 4px 4px 35px; }
ul.clean-gray{ border:solid 1px #A4A4A4; background:#EFEFEF; color:#222222; padding:20px 4px 4px 35px; }
div.clean-gray-long{ border:solid 1px #A4A4A4; background:#EFEFEF; color:#222222; padding:15px 4px 4px 15px; width:790;}
div.clean-gray-short{ border:solid 1px #A4A4A4; background:#EFEFEF; color:#222222; padding:15px 4px 4px 15px; width:240px; height:200px; float:left; margin:15px 15px  0px 0px; }
table.clean-gray-long{ border:solid 1px #A4A4A4; background:#EFEFEF; color:#222222; }
table.clean-gray-short{ border:solid 1px #A4A4A4; background:#EFEFEF; color:#222222; padding:15px 25px 15px 25px; font-size:12px; width:320px; height:300px; margin:15px 0px  0px 0px; }
td              {font-family:Verdana,Arial,Helvetica,sans-serif; font-size:12px; vertical-align:top; }

/* rotator in-page placement */
div.rotator {
	position:relative;
	height:170px;
	/*display:none;*/
}
/* rotator css */
	div.rotator ul {
	margin:0;
	padding:0;
}
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
	div.rotator ul li.show {
	/*z-index:500;*/
}


a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:152px;
  color: #060B0F;
  background: #BCDEA9;
  height: 30px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  border-radius: 5px;
}
/*a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #BCDEA9;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}*/
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.9;
  bottom: 5px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}