body {
	background-color:#C2A283;
	background-image: url("../images/background.jpg");
	background-attachment:fixed;
	margin:auto;
	color: #534100;	
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}

a {
	text-decoration: none;
	color: #508F85;
}

img {
	border: none;
}

h1 {
	color: #534100;
}

.width-wrapper {
	width: 1000px;
	margin:auto;
}

#header {
	text-align:center;
	position:relative;
	margin-top:20px;
}

#header-bar {
	background-color:#EFEBDB;
	width:100%;
	height:150px;
	position:absolute;  
    top:0; /* Add a top and bottom position so the element */  
    bottom:0; /* stretches to the height of the parent */  
    left:0;  
}

.opacity {	
	opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

#header-nav {
	position: relative;
	width:1000px;
	margin:auto;
}

.nav-button-main {
	display:inline-block;
	color:#003A3E;
	font-size: 20px;
	font-family: 'Kreon';
	font-weight: 300;
}

.nav-button-main img {
	vertical-align:middle;
}

.nav-enabled {
	color: #508F85;
}

.nav-button-main-down {
	color:#EFEBDB;
}

.nav-button-text-down {
	border-bottom:0 !important;
}

.nav-button-text:hover {
	border-bottom:1px solid #508F85;
}

.nav-button-text {
	margin-left:-10px;	
	margin-right:7px;
}

#tips-button .nav-button-text {
	float:right;
}


#logo img {
	vertical-align: middle;
}

.fancy-text {
	font-family: 'Meddon';
	font-weight: 400;
}

.left-column-wide {
	width: 64%;
	float: left;
	font-size: 17px;
	font-family: 'Kreon';
	font-weight: 300;
	position: relative;
}

.right-column-narrow {
	width: 33%;
	float: right;
	margin-top:30px;
	margin-bottom:20px;
	font-family: 'Kreon';
	font-weight: 300;
	font-size: 17px;
	position:relative;
}

.right-column-narrow h1 {
	color: #003A3E;
	margin-bottom:5px;
	margin-top:5px;
	font-weight: 300;
	font-size: 26px;
}

.search-container {
	width: 100%;	
	position:relative;
}

.search-container-transparent {
	width: 99%;
	background-color:#508F85;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position:absolute;  
    top:0;
    bottom:0;
    left:0;  
}

.search-container-content {
	padding: 10px;
	position:relative;
}

.search-header-text {
	font-size: 42px;
	color: #003A3E;
	font-family: 'Kreon';
	font-weight: 300;
}

.search-header-small {
	font-size: 32px;
}

.search-input {
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:500px;
	font-size:30px;
	padding: 5px;
	color: #003A3E;
	font-family: 'Kreon';
	background-color:#D2B392;
	background-image: url("../images/input-background.png");
	border: 2px solid #508F85;
}

.search-filter-heading {
	font-size:24px;
	color: white;
	float:left;
	margin-right: 10px;
}

.search-filters {	
	float:left;
}

.search-filter-checkbox {
	
}
.search-filter-checkbox-label {
	color: #003A3E;
	margin-left:3px;
}

#footer {
	clear:both;
	text-align:center;
	position:relative;	
	font-family: 'PT Sans';	
	padding-top:50px;
}

#footer-bar {
	background-color:#EFEBDB;
	width:100%;
	height:50px;
	position:absolute;  
    top:50px; /* Add a top and bottom position so the element */  
    bottom:0; /* stretches to the height of the parent */  
    left:0;  
}

#footer-content {
	width: 1000px;
	margin:auto;
	padding-top:10px;
	color: #508F85;
	position: relative;
}

#search-results-container {
	width:100%;
	background-color: #D9D8CB;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;	
	font-family: 'PT Sans';
	font-weight: 400;
}

#search-results-container h2 {
	font-size: 30px;
}

#search-results-header {
	color: #003A3E;
	font-size: 46px;
	font-family: 'Kreon';
	font-weight: 300;
	margin-bottom:0px;
	padding-bottom:0px;
}

.search-results-db-header {
	color: #003A3E;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Kreon';
	margin-top:15px;	
}

.highlight{
  background-color: yellow;
}

.search-results-table {
	border: 1px solid #003A3E;
	width: 100%;
	
}

.search-results-table th {
	background-color: #003B3E;
	color: white;
	font-weight: bold;
	text-align: left;
	text-indent:5px;
	border-right: 1px solid #508F85;
}

.search-results-table td {
	color: #003A3E;
	border-right: 1px solid #508F85;
	border-bottom: 1px solid #508F85;
	text-indent:5px;
	/*white-space: nowrap;*/
}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 2px;
	color:#333;
	display:none;
	font-family: 'PT Sans';
}

.column-transparent {
	background-color:#EFEBDB;
	width:100%;
	height:100%;
	position:absolute;  
    top:0; /* Add a top and bottom position so the element */  
    bottom:0; /* stretches to the height of the parent */  
    left:0;  
	-moz-border-radius: 10px;
	border-radius: 10px;	
	margin-top:30px;
}

.column-wrapper {
	position:relative;
	padding: 17px;
	font-family: 'Kreon';
	line-height:26px;
}

.column-wrapper h1 {
	line-height:normal;
}

.column-wrapper h2 {
	font-weight:300;
	line-height:normal;
}

#search-db-button {
	vertical-align:middle;
	margin-top:-13px;
	background-image: url("../images/icon-search-database.png");
	background-repeat: no-repeat;
	height:41px;
	width:63px;
	display:inline-block;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

#search-db-button:hover {
	cursor:pointer;
}

.db-source {
	cursor: pointer;
	color: #508F85;
	font-size: 14px;
}

#db-info-dialog {
	width:auto;
	max-width:800px;
	height:auto;
	min-height:200px;
	background-color:#D9D8CB;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display:none;
	font-family: 'Kreon';
	color:#534100;
	padding:20px;
}

#db-info-title {
	font-size: 20px;
	color: #003A3E;
}

#db-info-text {
}


.db-info-desc-no-display {
	display:none;
}

.close {
	color: #508F85;
	cursor: pointer;
}

.breadcrumbs {
	font-family: 'PT Sans';
	font-size: 12px;
}

.sub-filter-specialty {
	display: none;
	margin-left:30px;
}

.sub-filter-dawson {
	display: none;
	margin-left:30px;
}

#specialty-selection {
	display: none;
	color: #EFEBDB;
}

#dawson-selection {
	display: none;
	color: #EFEBDB;
}

.right-column-transparent {
	background-color:#EFEBDB;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:100%;
	position:absolute;  
    top:0;
    bottom:0;
    left:0;
}

.right-column-content {
	position:relative;
	padding:10px;
}

#photo-caption-dialog {
	width:auto;
	height:auto;
	background-color:#D9D8CB;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display:none;
	padding:20px;
}

.photo {
	cursor:pointer;
}

.photoDivSmall img {
	float:left;
}

.notice-div {
	float: right;
	position: relative;
	width: 50%;
	left: -25%;
	padding: 20px;
}

.notice-p {
	background-color:#D9D8CB;
	font-family: 'Kreon';
	box-shadow: 5px 5px 15px 5px #000000;
	border-radius: 40px;
	padding: 20px 40px;
}