@charset "UTF-8";
/* CSS Document */


.texthead {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: normal;
	color: 333333;
	line-height: 2;
	padding-left: 10px;
}
.journal {
	overflow: visible;
}
.titleImage {
	border-style: none;
	text-decoration: none;
	padding-top: 30px;
	margin-left: 250px;
}

.text {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #333333;
	line-height: 2;
	border: none;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 60px;
}
a:hover.text {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 2;
	border: none;
	text-decoration: none;
}

a:link.text {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
	line-height: 2;
	border: none;
	text-decoration: none;
}

.bottomnav {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding: 10px;
}
a:link.bottomnav {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding: 10px;
	}
a:hover.bottomnav {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 10px;
}

.nav {
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 40px;
}
.galleryimg {
	padding-left: 35px;
}


div.sc_menu_wrapper {
	position: relative;
	height: 410px;
	/* Make bigger than a photo, because we need a place for a scroll-bar. */
  width: 140px;
	margin-top: 14px;
	overflow: auto;
	float:right
}
div.sc_menu {
	padding: 0px 0;
	border-color: #404040;
	border-width: .5;
}
.sc_menu a {
	display: block;
	margin-bottom: 5px;
	width: 130px;
	border: 0px rgb(99, 99, 99) solid;
	/* -webkit-border-radius: 4px;
  -moz-border-radius: 4px;  */            

  /* When image support is turned off */
  color: #ffffff;
	background-color: #404040;
}
.sc_menu a:hover {
  border-color: rgb(255, 255, 255);
  border-style: dotted;
}
.sc_menu img {
  display: block;
  border: none;
}

 /*loading message styles*/
.sc_menu_wrapper .loading {
	position: absolute;
	text-align:right;
	vertical-align:center;
	/*top: 50px;
  left: 10px;*/

  margin: 0 auto;
	padding: 10px;
	width: 100px;
	/*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;    */  

  text-align: center;
	color: #cccccc;
	border: 1px solid rgb(99, 99, 99);
	background-color: #404040;
}

/* Styling tooltips */
.sc_menu_tooltip {
  display: block;
  position: absolute;

  padding: 6px;
  font-size: 10px;
  font:Verdana, Arial, Helvetica, sans-serif;
  color: #fff;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;      

  border: 1px solid rgb(99, 99, 99);
  background: rgb(0, 0, 0);
  /* Make background a bit transparent for browsers that support rgba */
  background: rgba(0, 0, 0, 0.7);
}
a:visited.text {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
	line-height: 2;
	border: none;
	text-decoration: none;
}
.textheadBio {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: 333333;
	line-height: 2;
	letter-spacing: 0.5px;
	margin-left: 10px;
	padding-right: 60px;
}
.textBio {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	line-height: 2;
	border: none;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 60px;
	letter-spacing: .5px;
}
a:link.textBio {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC6600;
	line-height: 2;
	border: none;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 60px;
	letter-spacing: 1px;
	font-weight: bold;
}
