body {
	-webkit-text-size-adjust: none;
	background: #5a5959 url(../images/menuBg.gif) top left repeat-y;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: "myfont";
    src: url("css/vivaldi-webfont.woff") format('woff');
}

.pages h3 {
	font-size: 20px;
	margin: 0;
}
#menu {
	background-color: #5a5959;
	float: left;
	height: 100%;
	width: 165px;
}

#logo {
	background-color: #5a5959;
	float: right;
	height: 100%;
	width: 165px;
}

#menu h3 {
	font-family: arial;
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 4px 0 4px 10px;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(5%,rgba(90,89,89,1)),color-stop(85%,rgba(66,65,65,1)));
	border-top: solid #6b6b6b 1px;
	border-bottom: solid #3d3d3d 1px;
	text-shadow: 0 -1px 1px #333;
}

#menu ul {
	margin: 0;
	padding: 0;
	width: inherit;
}
#menu ul li a:link,
#menu ul li a:visited {
	border-bottom: solid #333 1px;
	box-shadow: 0 1px 0 #727272;
	color: #fff;
	display: block;
	font-family: arial;
	font-size: 14px;
	padding: 10px 0 10px 10px;
	text-decoration: none;
	text-shadow: 0 1px 1px #000;
	width: 165px;
}
#menu ul li a:hover,
#menu ul li a:active {
	background-color: #716f6f;
}
.ui-body-c {
	background-color: #fff;
	line-height: 18px;
}
.active {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(30,29,29,1)),color-stop(21%,rgba(56,55,55,1)));
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.error_message {
	position: absolute;
	top: 0;
	left: 100px;
	width: 100%;
	background-color: #EB184E;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 100000;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
}
.error_message a {
	padding: 5px;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
}
.error_message a:hover {
}

.ok_message {
	position: absolute;
	top: 0;
	left: 100px;
	width: 100%;
	background-color: #458B00;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 100000;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
}
.ok_message a {
	padding: 5px;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
}

a.desktop  {
	
	float: left;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
}

p.footer  {
	
	float: right;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
}
div.bottom {
    height: 34px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: none;
    margin-bottom: none;
	text-align: center;
	padding-top: 12px;
	vertical-align:middle;
 
}

div.col {
    float: left;
    width: 33%;
}
div.lines1 {
    background: #000;
	height: 2px;
    width: 100%;
}
div.lines2 {
    background: ##EFAC00;
	height: 2px;
    width: 100%;
}

div.content {
	font-family: 'vivaldi-webfont', Arial;
    background: ##EFAC00;
	height: 2px;
    width: 100%;
}
/*Floating Back-To-Top Button*/

	#myBtn {
		position: fixed;
		bottom: 10px;
		float: right;
		right: 18.5%;
		left: 85.25%;
		max-width: 40px;
		width: 100%;
		font-size: 10px;
		border-color: rgba(85, 85, 85, 0.2);
		background-color: rgb(100,100,100);
		padding: 3.5px;
		border-radius: 0px;

		}
	/*On Hover Color Change*/
		#myBtn:hover {
			background-color: #7dbbf1;
		}
html { scroll-behavior: smooth; } 

a.gallery {
	font-color: black;
	}
