body, #page {
	background-color: #555555;
	margin: 0px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12pt;
	width:100%;
	height: auto;
	min-height: 100%;
}
#video {
	display:none;
}
ol > li, ul > li {
	line-height: 14pt;
}
a:link, a:visited {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12pt;
	color: #660099; /* #800080; */
	text-decoration: none;
	font-weight: normal;
}
a:hover, a:active { 
	color: #9966CC; /* #C000C0; */
	text-decoration: underline;
}
hr {
    height: 0;
    border-top: 1px solid #ccc;
    border-bottom-color: transparent;
}
input[type=submit], input[type=reset] {
    background-color: #660099;
    color: white;
    border:1px #bbb solid;
	padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
	cursor: pointer;
}
input[type=submit]:hover, input[type=reset]:hover {
    background-color: #9966CC;
    color: white;
}
input[type=text] {
	border:1px #bbb solid;
	width:250px;
	height:25px;
}
select {
	border:1px #bbb solid;
	width:250px;	
}
textarea {
	border:1px #bbb solid;
	width:400px;	
}
#topScroll {
	position:absolute;
	top: 0;
	left: 0;
}
.tiny { font-size: .8em; }
/* Headers */
.hdr-blk, .map1, .mainhdr {
	color: #9966CC;
	font-size: 20pt;
	font-weight: bold;
	line-height: 22pt;
	padding: 10px 0;
}
.subhdr {
	color: #9966CC;
	font-size: 16pt;
	font-weight: bold;
	line-height: 18pt;
	padding: 3px 0;
}
.subhdr a:link, .subhdr a:visited, .subhdr a:hover, .subhdr a:active {
	font-size: 16pt;
	font-weight: bold;
}
.hdr, th {
	color: #9966CC;
	font-weight:bold;
}
/* Vertical Menu for divRight35 */
.vertmenu {
	text-indent: 20px;
}
.vertmenu a:link, .vertmenu a:visited {
	color: #9966CC;
	text-decoration:none;
}
.vertmenu a:hover, .vertmenu a:active {
	color:#660099;
}
/* */
#topmenudiv {
	background-color:#eeeeee;
	border-bottom: 1px #cccccc solid; 
	height:40px; 
	padding-right:50px;
}
.topmenu ul {
	overflow: hidden;
	width: auto; 
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.topmenu li{
	height: 20px;
	width: 150px;
	float: right;
	padding-top: 10px;
	align-items: center;
}
.topmenu a:link, .topmenu a:visited {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #9966CC; /* #800080; */
	text-decoration: none;
	font-weight: normal;
}
.topmenu a:hover, .topmenu a:active { 
	color: #660099; /* #C000C0; */
	text-decoration: none;
}
.topmenu-icon {
	display: inline-block;
	width: 22px;
}
.topmenu-text {
	display: inline-block;
}
.topmenu ul > li > a {
	align-items: center;
}
/* containers */
#banner {
	height: 182px;
	text-align: center;
	background-color: #FFFFFF;
	padding-bottom: 2px;
}
#menuborder {
	height:10px;
	background-color: #9966CC;
}
#mainmenu {
	height: 50px;
	background-color: #9966CC;
	padding-left:50px;
}
#content1, #content3 {
	background-image: url("../images/bkcairns.gif");
	text-align:center; 
	overflow-y:auto;
	overflow-x:hidden;
    width:100%;
}
#content2, #content4 {
	background-color:#EEEEEE;
	text-align:center; 
	overflow-y:auto;
	overflow-x:hidden;
    width:100%;
}
#inner1, #inner2, #inner3, #inner4 {
	width:1200px;
	padding: 0 50px 0 50px;
	margin-left:auto;
	margin-right:auto;
}
/* content divs */
.divFull {
	padding: 10px 20px 20px 0;	
    margin:auto;
    display:block;
	clear: both;
	text-align: left;
}
.divLeft50 {
	width: 47%;
	float: left;
	padding:10px 20px 20px 0;
    margin:auto;
    display:block;
	clear: left;
	text-align: left;
	border-right:1px #bbb solid;
}
.divRight50 {
	margin-left: 52%;
	width: 47%;
	padding: 10px 0 20px 0;	
	display:block;
	clear: right;
	text-align: left;
}
.divLeft65 {
	width: 62%;
	float: left;
	padding:10px 20px 20px 0;
    margin:auto;
    display:block;
	clear: left;
	text-align: left;
	border-right:1px #bbb solid;
}
.divRight35 {
	margin-left: 67%;
	width: 32%;
	padding: 10px 0 20px 0;	
	display:block;
	clear: right;
	text-align: left;
}/* footer css */
#footer {
	height: 50px;
	text-align: center;
	clear:both;
	display:block;
	width:100%;
}
.copy {
	width:1200px;
	margin:auto;
	padding: 13px 0 0 0;
	color: #FFFFFF;
	font-size: 9pt;
	display:inline-block;
	text-align:left;
}
.copy a:link, .copy a:visited {
	color: #FFFFFF;
	font-size: 9pt;
}
.copy a:hover, .copy a:active {
	color: #9966CC;
}
/* Scoll to top */
#return-to-top {
    position: fixed;
    bottom: 12px;
    right: 200px;
    /* background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.2); */
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #9966CC;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size:3em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover i {
    color: #660099;
}
/* thumbnail */
.thumbnail:hover {
    position:relative;
    top:-25px;
    left:-35px;
    width:600px!important;
    height:auto;
    display:block;
    z-index:999;
	border:none!important;
	overflow:auto!important;
}