html, body, p, ol, ul, li, td, div, H1, H2, H3, H4, H5, H6 {
	color: rgba(0,0,0,0.50);
	font-family: 'Montserrat', 'Rubik', 'Raleway', 'Work Sans', Garuda, Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	vertical-align: top;
	text-align: left;
	opacity: 1;
	visibility: visible;
	letter-spacing: 0.0px;
	text-shadow: none;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.01);
}
html, body {
	min-width: 980px;
	background: rgba(255,255,255,1.00);
}

html {
 	overflow-y: scroll;
	background: rgba(0,0,0,0.85);
}

body {
	min-height: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.25s ease-out;
	   -moz-transition: opacity 0.25s ease-out;
	        transition: opacity 0.25s ease-out;
	margin-bottom: 30px;
}
body.fade-out {
	opacity: 0;
	transition: none;
}

p {
	margin:   0px  0px  0px  0px;
	padding: 10px  0px  0px  0px;
	}

ol, ul {
}

ul {
	list-style: none;
	padding-left: 20px;
}
li {
	position: relative;
	padding-top: 5px;
}
li:before {
    position: absolute;  
    margin: 7px 0 0 -15px;    
    display: inline-block;
    width: 5px;
    height: 5px;
    background: rgba(0,0,0,0.40);
    content: "";
	    -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	  -khtml-border-radius: 5px;
	         border-radius: 5px;
}


ul.bioLI {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

ul.bioLI li {
	padding: 0px 0px 3px 0px;
	line-height: 16px;
	color: rgba(0,0,0,0.35);
	font-size: 10.5px;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.02);
	letter-spacing: 0.0px;
}

ul.bioLI {
	list-style: none;
}
ul.bioLI li {
	position: relative;
}
ul.bioLI li:before {
    position: absolute;  
    margin: 5px 0 0 -8px;    
    display: inline-block;
    width: 4px;
    height: 4px;
    background: rgba(0,0,0,0.25);
    content: "";
	    -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	  -khtml-border-radius: 5px;
	         border-radius: 5px;
}

.awardstitle {
	line-height: 15px;
	text-align: left;
	margin: 0px 0px 0px 10px;
	text-indent: -10px;
	padding: 10px 0px 2px 0px;
}

.awardslist {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

table, td, tr {
	border-spacing: 0px;
	border-collapse: collapse;
}

table, td, tr, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

td {
	vertical-align: top;
}

table {
	margin-left: auto;
	margin-right: auto;
}

object, div {
	background-color: transparent;
}

a {
	     -o-transition: all ease-out 0.1s;
	    -ms-transition: all ease-out 0.1s;
	   -moz-transition: all ease-out 0.1s;
	-webkit-transition: all ease-out 0.1s;
	        transition: all ease-out 0.1s;
}
a:link		{color: rgba(128,128,224,1.00);
			 text-decoration: none; outline: none;}
a:visited	{color: rgba(128,128,224,1.00);
			 text-decoration: none; outline: none;}
a:hover		{color: rgba(0,0,0,1.00);
			 outline: none;}
a:focus		{color: rgba(0,0,0,1.00);
			 outline: none;}
a:active	{color: rgba(0,0,0,1.00);
			 outline: none;}

.divtop, .divmid {
	position: absolute;
	min-width: 100%;
	width: 100%;
	text-align: center;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 20;
	padding: 0px;
}
html>body .divtop {width: auto;}

.divmid {
	position: relative;
}
html>body .divmid {width: auto;}

.divinside01, .divrounded01, .divinside02, .divinside03, .divrounded04 {
	position: relative;
	width: 980px;
	min-width: auto;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 10px 0px 10px;
	text-align: left;
	overflow: visible;
	height: auto;
}

.divinside01, .divinside02 {
	z-index: 100;
 }

.divinside02 {
	width: 960px;
	padding: 0px;
 }

.divinside03 {
	width: 900px;
	padding: 0px;
 }

.divrounded01 {
	width: 980px;
	 z-index: 30;
	background: rgba(255,255,255,0.90) url(/images/spacer.gif) center top no-repeat;
	 	     box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
	 -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
	    -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
	    -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
	  -khtml-border-radius: 10px;
	         border-radius: 10px;
	padding: 0px;
	margin-top: 0px;
}

.divrounded02 {
	position: relative;
	width: 980px;
	min-width: auto;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 20px 0px;
	text-align: left;
	overflow: auto;
	    -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
	  -khtml-border-radius: 10px;
	         border-radius: 10px;
	overflow: hidden;
	background: rgba(0,0,0,0.08);
}

.divrounded03 {
	position: absolute;
	z-index: 0;
	    -moz-border-radius: 12px;
	 -webkit-border-radius: 12px;
	  -khtml-border-radius: 12px;
	         border-radius: 12px;
	overflow: hidden;
	background: rgba(223,200,123,1.0);
	background: rgba(216,186,142,1.0);
}

.divrounded04 {
	z-index: 0;
	    -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
	  -khtml-border-radius: 10px;
	         border-radius: 10px;
	overflow: hidden;
	background: rgba(223,200,123,1.0);
	background: rgba(216,186,142,1.0);
}

.divroundedSplash {
	z-index: 99;
	text-align: center;
	position: absolute;
	width: 760px;
	margin: auto;
	left: 0;
	right: 0;
	padding: 20px;
	    -moz-border-radius: 20px;
	 -webkit-border-radius: 20px;
	  -khtml-border-radius: 20px;
	         border-radius: 20px;
	background: rgba(255,255,255,0.90);
	        box-shadow: 0px 0px 15px rgba(0,0,0,0.20);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.20);
	   -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.20);
}


.divtohidepage, .divtohidepageIn {
	background: rgba(0,0,0,0.75) url(/images/backcomms.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
 	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	z-index: -1;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
	height: 100%;
	position:fixed;
	_position:absolute;
	bottom:0;
	right:0;
	_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
	_left:expression(document.body.scrollLeft+document.body.clientWidth-this.clientWidth);
 	     -o-transition: all ease-in 0.33s;
	    -ms-transition: all ease-in 0.33s;
	   -moz-transition: all ease-in 0.33s;
	-webkit-transition: all ease-in 0.33s;
	        transition: all ease-in 0.33s;
}
html>body .divtohidepage {width: auto;}
html>body .divtohidepage {height: auto;}

.divtohidepageIn {
	background: url(/images/back.jpg) repeat fixed;
	opacity: 0.85;
}
html>body .divtohidepageIn {width: auto;}
html>body .divtohidepageIn {height: auto;}

.cornerblock01, .cornerblock02 {
	z-index: 5;
	width: 32px;
	height: 32px;
	position: absolute;
	margin: 612px 0px 0px 0.5px;
	background: rgba(0,0,0,1.00);
	   -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	 -khtml-border-radius: 3Px;
	        border-radius: 3px;
	        box-shadow: 0px 0px 4px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.05);
	   -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.05);
}

.cornerblock02 {
	   -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	 -khtml-border-radius: 10px;
	        border-radius: 10px;
	        box-shadow: 0px 0px 4px rgba(0,0,0,0.0);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.0);
	   -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.0);
}

.imgContainer {
	position: relative;
	margin:0;
	padding:0;
	z-index: 0;
	overflow: visible;
}
.albumframe, .albumframed {
	opacity: 0.85;
	background: rgba(255,255,255,1.0) url(/images/spacer.gif) no-repeat center center;
	background-size: 170px 170px;
	width: 180px;
	height: 180px;
	position: relative;
	border: 10px solid rgba(255,255,255,1.0); 
	margin: 3px 0px 0px -1px;
	padding: 0px;
	z-index: 5;
	         box-shadow: 0px 0px 6px rgba(0,0,0,0.10);
	 -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.10);
	    -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.10);
	    -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	  -khtml-border-radius: 5px;
	         border-radius: 5px;
}
.albumframed {
	         box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
	 -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
	    -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
}

.photoframe01, .photoframe01c, .photoframe02, .photoframe02c, .photoframecover {
	position: relative;
	text-align: center;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 50;
	opacity: 0.90;
	overflow: hidden;
	    -moz-border-radius: 8px;
	 -webkit-border-radius: 8px;
	  -khtml-border-radius: 8px;
	         border-radius: 8px;
	-webkit-background-size: cover;
 	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	         box-shadow: 0px 0px 4px rgba(0,0,0,0.05), 0px 0px 8px rgba(0,0,0,0.20);
	 -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.05), 0px 0px 8px rgba(0,0,0,0.20);
	    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.05), 0px 0px 8px rgba(0,0,0,0.20);
	     -o-transition: ease-out 0.50s;
	    -ms-transition: ease-out 0.50s;
	   -moz-transition: ease-out 0.50s;
	-webkit-transition: ease-out 0.50s;
	        transition: ease-out 0.50s;
}
.photoframe02, .photoframe02c {
	         box-shadow: 0px 0px 4px rgba(0,0,0,0.05), 0px 0px 8px rgba(0,0,0,0.10);
	 -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.05), 0px 0px 8px rgba(0,0,0,0.10);
	    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.05), 0px 0px 8px rgba(0,0,0,0.10);
}

.photoframe01c, .photoframe02c {
	    -moz-border-radius: 9px;
	 -webkit-border-radius: 9px;
	  -khtml-border-radius: 9px;
	         border-radius: 9px;
	position: absolute;
	opacity: 0.00;
}

.photoframecover {
	position: absolute;
	         box-shadow: none;
	 -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	opacity: 0.33;
	background: -moz-radial-gradient(center, ellipse cover,     rgba(32,16,0,0.10) 0%, rgba(32,16,0,0.10) 80%, rgba(32,16,0,1.00) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(32,16,0,0.10) 0%, rgba(32,16,0,0.10) 80%, rgba(32,16,0,1.00) 100%);
	background: radial-gradient(ellipse at center,              rgba(32,16,0,0.10) 0%, rgba(32,16,0,0.10) 80%, rgba(32,16,0,1.00) 100%);
}

.photoframe01c:hover, .photoframe02c:hover {
	cursor: pointer;
	opacity: 1.00;
	     -o-transition: ease-out 0.50s;
	    -ms-transition: ease-out 0.50s;
	   -moz-transition: ease-out 0.50s;
	-webkit-transition: ease-out 0.50s;
	        transition: ease-out 0.50s;
}

.photothumbsimg {
	z-index: 40;
	overflow: hidden;
	position: absolute;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 200px;
	width: 200px;
	opacity: 0.90;
	    -moz-border-radius: 9px;
	 -webkit-border-radius: 9px;
	  -khtml-border-radius: 9px;
	         border-radius: 9px;
	         box-shadow: 0px 0px 4px rgba(0,0,0,0.01), 0px 0px 12px rgba(0,0,0,0.12);
	 -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.01), 0px 0px 12px rgba(0,0,0,0.12);
	    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.01), 0px 0px 12px rgba(0,0,0,0.12);
}
.photothumbs, .photothumbsL, .photothumbsD {
	opacity: 0;
	border: 5px solid rgba(0,0,0,0.00);
	background: url(/images/thumbhover.png) center -240px no-repeat;
	background-size: 200px 200px;
	z-index: 50;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 200px;
	width: 200px;
	     -o-transition: ease-out 0.250s;
	    -ms-transition: ease-out 0.250s;
	   -moz-transition: ease-out 0.250s;
	-webkit-transition: ease-out 0.250s;
	        transition: ease-out 0.250s;
	    -moz-border-radius: 9px;
	 -webkit-border-radius: 9px;
	  -khtml-border-radius: 9px;
	         border-radius: 9px;
}
.photothumbs:hover, .photothumbsL:hover, .photothumbsD:hover {
	opacity: 1.00;
	background: url(/images/thumbhover.png) center center no-repeat;
	background-size: 200px 200px;
	     -o-transition: ease-out 0.1250s;
	    -ms-transition: ease-out 0.1250s;
	   -moz-transition: ease-out 0.1250s;
	-webkit-transition: ease-out 0.1250s;
	        transition: ease-out 0.1250s;
}

.anchoredimage a {
	opacity: 0.85;
	     -o-transition: ease-out 0.1250s;
	    -ms-transition: ease-out 0.1250s;
	   -moz-transition: ease-out 0.1250s;
	-webkit-transition: ease-out 0.1250s;
	        transition: ease-out 0.1250s;
}
.anchoredimage a:hover {
	opacity: 1.00;
}
.menutext01 {
	font-family: 'Montserrat', 'Raleway', 'Rubik', Garuda, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: lowercase;
	letter-spacing: 0px;
	
	display: inline-block;
	z-index: 20;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	width: auto;
	overflow: visible;
	
	border: 1px solid rgba(0,0,0,0.12);
	margin-left: 1px;
	    -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	  -khtml-border-radius: 5px;
	         border-radius: 5px;
	         box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
	 -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
	    -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
	overflow: hidden;         
}

.menutext01 a {
	opacity: 0.60;
	display: block;
	height: 34px;
	color: rgba(0,0,0,0.80); 
	padding: 7px 12px 0px 12px;
	background: rgba(255,255,255,0.50);
	text-align: center;
	     -o-transition: ease-out 0.60s;
	    -ms-transition: ease-out 0.60s;
	   -moz-transition: ease-out 0.60s;
	-webkit-transition: ease-out 0.60s;
	        transition: ease-out 0.60s;
}

.menutext01 a:visited {
}
.menutext01 a:hover {
	opacity: 0.80;
	background: rgba(255,255,255,0.750);
	     -o-transition: ease-out 0.1s;
	    -ms-transition: ease-out 0.1s;
	   -moz-transition: ease-out 0.1s;
	-webkit-transition: ease-out 0.1s;
	        transition: ease-out 0.1s;
}
.menutext01 a:focus {
}
.menutext01 a:active {
	color: rgba(255,255,255,1.00);
	opacity: 0.80;
	background: rgba(0,0,0,0.50);
	     -o-transition: ease-out 0.1s;
	    -ms-transition: ease-out 0.1s;
	   -moz-transition: ease-out 0.1s;
	-webkit-transition: ease-out 0.1s;
	        transition: ease-out 0.1s;
}
.menutext01:active {
	border: 1px solid rgba(0,0,0,0.40);
	     -o-transition: ease-out 0.1s;
	    -ms-transition: ease-out 0.1s;
	   -moz-transition: ease-out 0.1s;
	-webkit-transition: ease-out 0.1s;
	        transition: ease-out 0.1s;
	         box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
	 -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
	    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}


.menutext02 {
	font-family: 'Montserrat', 'Raleway', 'Rubik', Garuda, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: lowercase;
	letter-spacing: 0px;
	
	display: inline-block;
	z-index: 20;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	width: auto;
	overflow: visible;
	margin-left: 1px;
	         box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
	 -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
	    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
}

.menutext02 a {
	opacity: 0.50;
	display: block;
	height: 34px;
	color: rgba(255,255,255,0.90); 
	padding: 7px 12px 0px 12px;
	background: rgba(0,0,0,0.90);
	text-align: center;
	     -o-transition: ease-out 0.60s;
	    -ms-transition: ease-out 0.60s;
	   -moz-transition: ease-out 0.60s;
	-webkit-transition: ease-out 0.60s;
	        transition: ease-out 0.60s;
}

.menutext02 a:visited {
}
.menutext02 a:hover {
	opacity: 0.75;
	background: rgba(0,0,0,0.90);
	     -o-transition: ease-out 0.1s;
	    -ms-transition: ease-out 0.1s;
	   -moz-transition: ease-out 0.1s;
	-webkit-transition: ease-out 0.1s;
	        transition: ease-out 0.1s;
	         box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
	 -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
	    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}
.menutext02 a:focus {
}
.menutext02 a:active {
	opacity: 0.90;
	     -o-transition: ease-out 0.1s;
	    -ms-transition: ease-out 0.1s;
	   -moz-transition: ease-out 0.1s;
	-webkit-transition: ease-out 0.1s;
	        transition: ease-out 0.1s;
	         box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
	 -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
	    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
}

.menutext12 {
	font-family: 'Montserrat', 'Raleway', 'Rubik', Garuda, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: lowercase;
	letter-spacing: 0px;
	
	display: inline-block;
	z-index: 20;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	width: auto;
	overflow: visible;
	margin-left: -1px;
	border-left: 1px solid rgba(255,255,255,0.10);
	         box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
	 -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
	    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
	text-shadow: none;    
}

.menutext12 a {
	opacity: 0.60;
	display: block;
	height: 34px;
	color: rgba(255,255,255,1.00); 
	padding: 7px 12px 0px 12px;
	text-align: center;
	     -o-transition: ease-out 0.60s;
	    -ms-transition: ease-out 0.60s;
	   -moz-transition: ease-out 0.60s;
	-webkit-transition: ease-out 0.60s;
	        transition: ease-out 0.60s;
}

.menutext12 a:visited {
}
.menutext12 a:hover {
	opacity: 0.90;
	     -o-transition: ease-out 0.1s;
	    -ms-transition: ease-out 0.1s;
	   -moz-transition: ease-out 0.1s;
	-webkit-transition: ease-out 0.1s;
	        transition: ease-out 0.1s;
}
.menutext12 a:focus {
}
.menutext12 a:active {
	opacity: 1.00;
	     -o-transition: ease-out 0.1s;
	    -ms-transition: ease-out 0.1s;
	   -moz-transition: ease-out 0.1s;
	-webkit-transition: ease-out 0.1s;
	        transition: ease-out 0.1s;
}

.menutext03 {
	font-family: 'Montserrat', 'Raleway', 'Rubik', Garuda, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: lowercase;
	letter-spacing: 0px;
	display: inline-block;
	z-index: 20;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	width: auto;
	overflow: visible;
}

.menutext03 a {
	opacity: 0.50;
	display: block;
	height: 36px;
	color: rgba(0,0,0,1.0); 
	padding: 8px 15px 0px 0px;
	text-align: right;
	background: rgba(255,255,255,0.5);
	border: 1px solid rgba(0,0,0,0.25);
	background-size: 306px 34px;
	    -moz-border-radius: 25px;
	 -webkit-border-radius: 25px;
	  -khtml-border-radius: 25px;
	         border-radius: 25px;
	     -o-transition: ease-out 0.60s;
	    -ms-transition: ease-out 0.60s;
	   -moz-transition: ease-out 0.60s;
	-webkit-transition: ease-out 0.60s;
	        transition: ease-out 0.60s;
	         box-shadow: 0px 0px 40px rgba(0,0,0,0.10);
	 -webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.10);
	    -moz-box-shadow: 0px 0px 40px rgba(0,0,0,0.10);
}

.menutext03 a:visited {
}
.menutext03 a:hover {
	background: rgba(255,255,255,0.40);
	border: 1px solid rgba(0,0,0,0.20);
	opacity: 0.80;
	     -o-transition: ease-out 0.1s;
	    -ms-transition: ease-out 0.1s;
	   -moz-transition: ease-out 0.1s;
	-webkit-transition: ease-out 0.1s;
	        transition: ease-out 0.1s;
}
.menutext03 a:focus {
	opacity: 1.00;
}
.menutext03 a:active {
	background: rgba(0,0,0,0.30);
	border: 1px solid rgba(0,0,0,0.00);
	opacity: 1.0;
}

.socialicons01 {
	opacity: 0.60;
	position: relative;
	z-index: 50;
	background: rgba(255,255,255,0.50) url(/images/socialiconsgray.svg) no-repeat;
	background-size: 306px 34px;
	border: 1px solid rgba(0,0,0,0.30);
	    -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	  -khtml-border-radius: 5px;
	         border-radius: 5px;
	width: 36px;
	height: 36px;
	margin: 0px 0px 0px 1px;
	     -o-transition: ease-out 0.20s;
	    -ms-transition: ease-out 0.20s;
	   -moz-transition: ease-out 0.20s;
	-webkit-transition: ease-out 0.20s;
	        transition: ease-out 0.20s;
	         box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
	 -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
	    -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
}
.socialicons01:hover {
	opacity: 0.80;
	background: rgba(255,255,255,0.750) url(/images/socialiconsgray.svg) no-repeat;
	background-size: 306px 34px;
	border: 1px solid rgba(0,0,0,0.25);
	     -o-transition: ease-out 0.10s;
	    -ms-transition: ease-out 0.10s;
	   -moz-transition: ease-out 0.10s;
	-webkit-transition: ease-out 0.10s;
	        transition: ease-out 0.10s;
}

.socialicons01:focus {
	opacity: 1.00;
	     -o-transition: ease-out 0.20s;
	    -ms-transition: ease-out 0.20s;
	   -moz-transition: ease-out 0.20s;
	-webkit-transition: ease-out 0.20s;
	        transition: ease-out 0.20s;
}

.socialicons01:active {
	opacity: 0.80;
	background: rgba(0,0,0,0.50) url(/images/socialiconswhite.svg) no-repeat;
	background-size: 306px 34px;
	border: 1px solid rgba(0,0,0,0.00);
	     -o-transition: ease-out 0.1s;
	    -ms-transition: ease-out 0.1s;
	   -moz-transition: ease-out 0.1s;
	-webkit-transition: ease-out 0.1s;
	        transition: ease-out 0.1s;
	         box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
	 -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
	    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
}

.socialicons02 {
	opacity: 0.60;
	position: relative;
	z-index: 50;
	background: rgba(0,0,0,0.60) url(/images/socialiconswhite.svg) no-repeat;
	background-size: 306px 34px;
	width: 34px;
	height: 34px;
	margin: 1px 0px 0px 1px;
	     -o-transition: ease-out 0.20s;
	    -ms-transition: ease-out 0.20s;
	   -moz-transition: ease-out 0.20s;
	-webkit-transition: ease-out 0.20s;
	        transition: ease-out 0.20s;
	         box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
	 -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
	    -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
}
.socialicons02:hover {
	opacity: 0.80;
	background: rgba(0,0,0,0.80) url(/images/socialiconswhite.svg) no-repeat;
	background-size: 306px 34px;
	     -o-transition: ease-out 0.10s;
	    -ms-transition: ease-out 0.10s;
	   -moz-transition: ease-out 0.10s;
	-webkit-transition: ease-out 0.10s;
	        transition: ease-out 0.10s;
}

.socialicons02:focus {
}

.socialicons02:active {
	opacity: 0.85;
	     -o-transition: ease-out 0.1s;
	    -ms-transition: ease-out 0.1s;
	   -moz-transition: ease-out 0.1s;
	-webkit-transition: ease-out 0.1s;
	        transition: ease-out 0.1s;
	         box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
	 -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
	    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
}


.socialicons12 {
	opacity: 0.60;
	position: relative;
	z-index: 50;
	background: url(/images/socialiconswhite.svg) no-repeat;
	background-size: 306px 34px;
	width: 34px;
	height: 34px;
	margin: 1px 0px 0px 1px;
	border-left: 1px solid rgba(255,255,255,0.20);
	     -o-transition: ease-out 0.20s;
	    -ms-transition: ease-out 0.20s;
	   -moz-transition: ease-out 0.20s;
	-webkit-transition: ease-out 0.20s;
	        transition: ease-out 0.20s;
}
.socialicons12:hover {
	opacity: 0.90;
	background: url(/images/socialiconswhite.svg) no-repeat;
	background-size: 306px 34px;
	     -o-transition: ease-out 0.10s;
	    -ms-transition: ease-out 0.10s;
	   -moz-transition: ease-out 0.10s;
	-webkit-transition: ease-out 0.10s;
	        transition: ease-out 0.10s;
}

.socialicons12:focus {
}

.socialicons12:active {
	opacity: 1.00;
	     -o-transition: ease-out 0.1s;
	    -ms-transition: ease-out 0.1s;
	   -moz-transition: ease-out 0.1s;
	-webkit-transition: ease-out 0.1s;
	        transition: ease-out 0.1s;
}

.socialicons03 {
	opacity: 0.60;
	position: relative;
	z-index: 50;
	background: rgba(0,0,0,0.80) url(/images/socialiconswhite.svg) no-repeat;
	background-size: 306px 34px;
	width: 34px;
	height: 34px;
	margin: 0px 0px 0px 2px;
	     -o-transition: ease-out 0.20s;
	    -ms-transition: ease-out 0.20s;
	   -moz-transition: ease-out 0.20s;
	-webkit-transition: ease-out 0.20s;
	        transition: ease-out 0.20s;
	         box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
	 -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
	    -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
}
.socialicons03:hover {
	opacity: 0.85;
	background: rgba(0,0,0,0.80) url(/images/socialiconswhite.svg) no-repeat;
	background-size: 306px 34px;
	     -o-transition: ease-out 0.10s;
	    -ms-transition: ease-out 0.10s;
	   -moz-transition: ease-out 0.10s;
	-webkit-transition: ease-out 0.10s;
	        transition: ease-out 0.10s;
}

.socialicons03:focus {
}

.socialicons03:active {
	opacity: 1.0;
	     -o-transition: ease-out 0.1s;
	    -ms-transition: ease-out 0.1s;
	   -moz-transition: ease-out 0.1s;
	-webkit-transition: ease-out 0.1s;
	        transition: ease-out 0.1s;
	         box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
	 -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
	    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
}

.socialicons13 {
	opacity: 0.50;
	position: relative;
	z-index: 50;
	background: url(/images/socialiconswhite.svg) no-repeat;
	background-size: 306px 34px;
	width: 28px;
	height: 28px;
	     -o-transition: ease-out 0.20s;
	    -ms-transition: ease-out 0.20s;
	   -moz-transition: ease-out 0.20s;
	-webkit-transition: ease-out 0.20s;
	        transition: ease-out 0.20s;
}
.socialicons13:hover {
	opacity: 0.85;
	background: url(/images/socialiconswhite.svg) no-repeat;
	background-size: 306px 34px;
	     -o-transition: ease-out 0.10s;
	    -ms-transition: ease-out 0.10s;
	   -moz-transition: ease-out 0.10s;
	-webkit-transition: ease-out 0.10s;
	        transition: ease-out 0.10s;
}

.socialicons13:focus {
}

.socialicons13:active {
	opacity: 1.0;
	     -o-transition: ease-out 0.1s;
	    -ms-transition: ease-out 0.1s;
	   -moz-transition: ease-out 0.1s;
	-webkit-transition: ease-out 0.1s;
	        transition: ease-out 0.1s;
}

.socialicons04 {
	opacity: 0.40;
	position: relative;
	z-index: 50;
	background: rgba(0,0,0,0.00) url(/images/socialiconsblack.svg) no-repeat;
	background-size: 306px 34px;
	    -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	  -khtml-border-radius: 5px;
	         border-radius: 5px;
	width: 34px;
	height: 34px;
	margin: 0px 0px 0px 0px;
	     -o-transition: ease-out 0.20s;
	    -ms-transition: ease-out 0.20s;
	   -moz-transition: ease-out 0.20s;
	-webkit-transition: ease-out 0.20s;
	        transition: ease-out 0.20s;
}
.socialicons04:hover {
	opacity: 0.85;
	background: rgba(255,255,255,0.80) url(/images/socialiconsblack.svg) no-repeat;
	background-size: 306px 34px;
	     -o-transition: ease-out 0.10s;
	    -ms-transition: ease-out 0.10s;
	   -moz-transition: ease-out 0.10s;
	-webkit-transition: ease-out 0.10s;
	        transition: ease-out 0.10s;
}

.socialicons04:focus {
}

.socialicons04:active {
	opacity: 1.0;
	     -o-transition: ease-out 0.1s;
	    -ms-transition: ease-out 0.1s;
	   -moz-transition: ease-out 0.1s;
	-webkit-transition: ease-out 0.1s;
	        transition: ease-out 0.1s;
	         box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
	 -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
	    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
}

.buttons01 {
	position: relative;
	z-index: 50;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.buttons01 a {
	font-size: 19px;
	width: 32px;
	height: 32px;
	line-height: 29px;
	display: inline-block;
	color: rgba(0,0,0,0.40);
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background: rgba(255,255,255,0.25);
	border: 1px solid rgba(0,0,0,0.10);
	text-align: center;
	     -o-transition: ease-out 0.40s;
	    -ms-transition: ease-out 0.40s;
	   -moz-transition: ease-out 0.40s;
	-webkit-transition: ease-out 0.40s;
	        transition: ease-out 0.40s;
	    -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	  -khtml-border-radius: 5px;
	         border-radius: 5px;
}
.buttons01 a:visited {
}
.buttons01 a:hover {
	    -moz-border-radius: 12px;
	 -webkit-border-radius: 12px;
	  -khtml-border-radius: 12px;
	         border-radius: 12px;
	background: rgba(255,255,255,1.00);
	border: 1px solid rgba(0,0,0,0.15);
	opacity: 1.0;
	color: rgba(0,0,0,0.66);
	     -o-transition: ease-out 0.1s;
	    -ms-transition: ease-out 0.1s;
	   -moz-transition: ease-out 0.1s;
	-webkit-transition: ease-out 0.1s;
	        transition: ease-out 0.1s;
}
.buttons01 a:focus {
}
.buttons01 a:active {
	border: 1px solid rgba(0,0,0,0.20);
	background-color: rgba(0,0,0,0.25);
}

.pageup {
	position: absolute;
	z-index: 50;
	display: inline-block;
	padding: 0;
	margin: -42px 0px 0px 450px;;
}

.pageup a {
	opacity: 0.80;
	width: 62px;
	height: 62px;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	background: rgba(104,102,96,1.0) url(/images/pageup.svg) 0px 0px;
	background-size: 60px 180px;
	border: 1px solid rgba(0,0,0,0.00);
	text-align: center;
	     -o-transition: ease-out 0.40s;
	    -ms-transition: ease-out 0.40s;
	   -moz-transition: ease-out 0.40s;
	-webkit-transition: ease-out 0.40s;
	        transition: ease-out 0.40s;
	    -moz-border-radius: 62px;
	 -webkit-border-radius: 62px;
	  -khtml-border-radius: 62px;
	         border-radius: 62px;
	        box-shadow: 0px 0px 5px rgba(0,0,0,0.12);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.12);
	   -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.12);
}
.pageup a:visited {
}
.pageup a:hover {
	background: rgba(48,47,46,1.0) url(/images/pageup.svg) 0px -60px;
	background-size: 60px 180px;
	border: 1px solid rgba(0,0,0,0.00);
	     -o-transition: ease-out 0.1s;
	    -ms-transition: ease-out 0.1s;
	   -moz-transition: ease-out 0.1s;
	-webkit-transition: ease-out 0.1s;
	        transition: ease-out 0.1s;
            box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
}
.pageup a:focus {
}
.pageup a:active {
	background: rgba(128,127,126,1.0) url(/images/pageup.svg) 0px -120px;
	border: 1px solid rgba(0,0,0,0.00);
	background-size: 60px 180px;
}

.myLogo1 {
	border-top: 10px solid rgba(255,255,255,0.00);
	background: url(/images/logoscolorselect.svg) left top no-repeat, url(/images/logoshadows.png) left top no-repeat;
	background-size: 960px 72px, 960px 72px;
	height: 84px;
	margin: 0px 0px 0px 0px;
	opacity: 0.60;
	     -o-transition: ease-out 0.20s;
	    -ms-transition: ease-out 0.20s;
	   -moz-transition: ease-out 0.20s;
	-webkit-transition: ease-out 0.20s;
	        transition: ease-out 0.20s;
}
.myLogo1:hover {
	border-top: 2px solid rgba(255,255,255,0.00);;
	opacity: 0.90;
	background: url(/images/logoscolorselect.svg) left top no-repeat, url(/images/logoshadows.png) left top no-repeat;
	background-size: 960px 72px, 960px 72px;
	     -o-transition: ease-out 0.20s;
	    -ms-transition: ease-out 0.20s;
	   -moz-transition: ease-out 0.20s;
	-webkit-transition: ease-out 0.20s;
	        transition: ease-out 0.20s;
}

.myLogo1:focus {
	border-top: 0px solid rgba(255,255,255,0.00);
	opacity: 1.00;
	     -o-transition: ease-out 0.20s;
	    -ms-transition: ease-out 0.20s;
	   -moz-transition: ease-out 0.20s;
	-webkit-transition: ease-out 0.20s;
	        transition: ease-out 0.20s;
}

.myLogo1:active {
	border-top: 0px solid rgba(255,255,255,0.00);
	opacity: 1.00;
	     -o-transition: ease-out 0.20s;
	    -ms-transition: ease-out 0.20s;
	   -moz-transition: ease-out 0.20s;
	-webkit-transition: ease-out 0.20s;
	        transition: ease-out 0.20s;
}

.myLogo2 {
	border-top: 10px solid rgba(255,255,255,0.00);
	background: url(/images/logoswhite.svg) left top no-repeat;
	background-size: 960px 72px;
	height: 84px;
	margin: 0px 0px 0px 0px;
	opacity: 0.50;
	     -o-transition: ease-out 0.20s;
	    -ms-transition: ease-out 0.20s;
	   -moz-transition: ease-out 0.20s;
	-webkit-transition: ease-out 0.20s;
	        transition: ease-out 0.20s;
}
.myLogo2:hover {
	border-top: 2px solid rgba(255,255,255,0.00);;
	opacity: 0.85;
	background: url(/images/logoswhite.svg) left top no-repeat;
	background-size: 960px 72px;
	     -o-transition: ease-out 0.20s;
	    -ms-transition: ease-out 0.20s;
	   -moz-transition: ease-out 0.20s;
	-webkit-transition: ease-out 0.20s;
	        transition: ease-out 0.20s;
}

.myLogo2:focus {
	border-top: 0px solid rgba(255,255,255,0.00);
	opacity: 1.00;
	     -o-transition: ease-out 0.20s;
	    -ms-transition: ease-out 0.20s;
	   -moz-transition: ease-out 0.20s;
	-webkit-transition: ease-out 0.20s;
	        transition: ease-out 0.20s;
}

.myLogo2:active {
	border-top: 0px solid rgba(255,255,255,0.00);
	opacity: 1.00;
	     -o-transition: ease-out 0.20s;
	    -ms-transition: ease-out 0.20s;
	   -moz-transition: ease-out 0.20s;
	-webkit-transition: ease-out 0.20s;
	        transition: ease-out 0.20s;
}

.boxShadowThis {
	box-shadow: 0px 0px 6px rgba(0,0,0,0.20);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.20);
}

.boxShadowThisD {
	box-shadow: 0px 0px 6px rgba(0,0,0,0.33);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.33);
}

.boxShadowThisD2 {
	box-shadow: 0px 0px 12px rgba(0,0,0,0.33);
	-webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.33);
}

.hl01w {
	color: rgba(255,255,255,0.90);
}

.hl01ital {
	font-style: italic;
}

.hl01pn {
	color: rgba(0,0,0,0.70);
}

.hl02pn {
	color: rgba(0,0,0,0.90);
	font-weight: 500;
}

.contactfooter, .contactfooterb {
	border-top: 1px solid rgba(0,0,0,0.03);
	font-size: 11px;
	line-height: 16px;
	padding: 1px;
	margin: 3px 0px 3px 0px;
	color: rgba(0,0,0,0.50);
}

.contactfootercopy {
	font-size: 10px;
	line-height: 16px;
	margin: 3px 0px 6px 0px;
	color: rgba(0,0,0,0.40);
}

.contactfooterb {
	border-top: 1px solid rgba(0,0,0,0.06);
	font-size: 11px;
	text-align: left;
	padding-right: 10px;
	margin-right: 10px;
	color: rgba(0,0,0,0.60);
}

.footerheader {
	font-family: 'Rubik';
	text-transform: uppercase;
	text-shadow: none;
	font-weight: 300;
	color: rgba(0,0,0,0.40);
	padding-top: 5px;
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	margin: 10px 0px 30px -1px;
	letter-spacing: -0.5px;
}

.footerheaderSm {
	font-weight: 500;
	color: rgba(0,0,0,0.40);
	padding-top: 5px;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	letter-spacing: 0.5px;
}



.announce01  {
	font-family: 'Raleway', 'Rubik', Arial, Garuda, Helvetica, sans-serif;
	text-align: left;
	color: rgba(255,255,255,0.67);
	font-size: 34px;
	line-height: 34px;
	letter-spacing: 0.5px;
	text-align: left;
	padding:  0px 0px  0px  0px;
	text-shadow: none;
	text-transform: uppercase;
	font-weight: 700;
}

.announce01a  {
	font-family: 'Rubik', 'Raleway', Arial, Garuda, Helvetica, sans-serif;
	text-align: left;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.60);
	text-shadow: none;
}

.announce02  {
	font-size: 13px;
	text-transform: none;
}

.announce03  {
	text-align: left;
	font-size: 12px;
	text-transform: none;
}

.pSS {
	font-family: 'Montserrat', Garuda, Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-transform: lowercase;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 0.5px;
	margin: 5px 0px 0px 10px;
	color: rgba(0,0,0,0.37);
	padding: 0;
}

.caroHead01 {
	font-family: 'Work Sans', Garuda, Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-family: 'Raleway', Garuda, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-family: 'Rubik', Garuda, Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-family: 'Montserrat', Garuda, Helvetica, Arial, sans-serif;
	font-weight: 700;

	letter-spacing: -0.5px;
	color: rgba(0,0,0,0.75);
	font-size: 30px;
	line-height: 24px;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 8px;
}

H1, .h1 {
	font-family: 'Rubik';
	text-transform: uppercase;
	font-weight: 300;
	color: rgba(229,190,90,1.0);
	color: rgba(194,151,45,1.0); 
	color: rgba(215,178,85,1.0);
	color: rgba(37,152,237,1.0);
	color: rgba(0,0,0,0.40);
	border-bottom: 1px solid rgba(215,178,85,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.05);
	font-size: 30px;
	line-height: 30px;
	text-align: left;
	padding: 50px 0px  4px  0px;
	margin:   0px 0px 10px -3px;
	letter-spacing: -1.0px;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.02);
}
.subh1 {
	font-family: 'Rubik';
	text-transform: uppercase;
	color: rgba(0,0,0,0.60);
	font-size: 30px;
	line-height: 30px;
	text-align: left;
	padding:  0px 0px 5px  0px;
	margin:  -8px 0px 5px -2px;
	letter-spacing: -1.0px;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.02);
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.5px;
}

H2, .h2 {
	font-family: 'Rubik';
	text-transform: uppercase;
	font-weight: 500;
	color: rgba(0,0,0,0.75);
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	padding: 30px 0px 0px 0px;
	margin:   0px 0px 0px -1px;
	letter-spacing: 0.25px;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.05);
}
H2, .h2 a:link		{color: rgba(0,0,0,0.75);}
H2, .h2 a:visited	{color: rgba(0,0,0,0.75);}
H2, .h2 a:hover		{color: rgba(0,0,0,1.00);}
H2, .h2 a:focus		{color: rgba(0,0,0,0.75);}

.subh2 {
	font-family: 'Rubik';
	text-transform: uppercase;
	color: rgba(0,0,0,0.40);
	text-align: left;
	padding:  0px 0px 5px  0px;
	margin:  -2px 0px 5px -2px;
	letter-spacing: -1.0px;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.02);
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.5px;
}

H2 a:link	{color: #403830;}
H2 a:visited	{color: #403830;}
H2 a:hover	{color: #909080;}
H2 a:focus	{color: #909080;}

.subh2 a:link		{color: #706860;}
.subh2 a:visited	{color: #706860;}
.subh2 a:hover		{color: #000000;}
.subh2 a:focus		{color: #000000;}

H3, .h3 {
	font-family: 'Rubik';
	font-weight: 400;
	text-transform: uppercase;
	color: rgba(0,0,0,0.65);
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	padding: 30px 0px 0px 0px;
	margin:   0px 0px 0px -1px;
	letter-spacing: 0.25px;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.05);
}

.subh3 {
	font-family: 'Rubik';
	text-transform: uppercase;
	color: rgba(0,0,0,0.40);
	font-size: 30px;
	line-height: 30px;
	text-align: left;
	padding:  0px 0px 5px  0px;
	margin:  -2px 0px 5px -2px;
	letter-spacing: -1.0px;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.02);
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.5px;
}

H3 a:link		{color: rgba(0,0,0,0.80);}
H3 a:visited	{color: rgba(0,0,0,0.80);}
H3 a:hover		{color: rgba(0,0,0,1.00);}
H3 a:focus		{color: rgba(0,0,0,0.80);}

.subh3 a:link		{color: rgba(0,0,0,0.80);}
.subh3 a:visited	{color: rgba(0,0,0,0.80);}
.subh3 a:hover		{color: rgba(0,0,0,1.00);}
.subh3 a:focus		{color: rgba(0,0,0,0.80);}

H4, .h4 {
	color: rgba(0,0,0,0.60);
	font-size: 13.5px;
	line-height: 17px;
	font-weight: 600;
	margin: 0px 0px -10px 0px;
	padding: 15px 15px 10px 15px;
	width: 220px;
	text-align: left;
	    -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
	  -khtml-border-radius: 10px;
	         border-radius: 10px;
	letter-spacing: 0.5px;
}

.subh4 {
	color: rgba(0,0,0,0.60);
	font-weight: 600;
	text-transform: lowercase;
	text-align: left;
	display: block;
	margin: 3px 0px 3px 0px;
	padding: 5px 0px 5px 0px;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.5px;
}

H4 a:link		{color: rgba(0,0,0,0.70);}
H4 a:visited	{color: rgba(0,0,0,0.70);}
H4 a:hover		{color: rgba(0,0,0,1.0);}
H4 a:focus		{color: rgba(0,0,0,0.70);}

.subh4 a:link		{color: rgba(0,0,0,0.70);}
.subh4 a:visited	{color: rgba(0,0,0,0.70);}
.subh4 a:hover		{color: rgba(0,0,0,1.00);}
.subh4 a:focus		{color: rgba(0,0,0,0.70);}

.newsText {
	color: rgba(0,0,0,0.80);
	font-size: 10px;
	font-weight: 500;
	line-height: 15px;
	margin: 10px 0px 10px 0px;
	padding: 0px 15px 0px 15px;
}

.newsImage {
	        box-shadow: 0px 0px 6px rgba(0,0,0,0.10);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.10);
	   -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.10);
	display: block;
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 1px solid rgba(0,0,0,0.10);
}

.divboxnews {
	overflow: visible;
	margin: 0;
	padding: 0px 0px 0px 0px;
	        box-shadow: 0px 0px 4px rgba(0,0,0,0.10);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.10);
	   -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.10);
	     -o-transition: ease-out 0.10s;
	    -ms-transition: ease-out 0.10s;
	   -moz-transition: ease-out 0.10s;
	-webkit-transition: ease-out 0.10s;
	        transition: ease-out 0.10s;
}

.tile_me {
	opacity: 0.90;
	     -o-transition: ease-out 0.20s;
	    -ms-transition: ease-out 0.20s;
	   -moz-transition: ease-out 0.20s;
	-webkit-transition: ease-out 0.20s;
	        transition: ease-out 0.20s;
}


.tile_me:hover {
	background: rgba(255,255,255,1.0);
	opacity: 1.0;
-o-transition: ease-out 0.20s;
	    -ms-transition: ease-in 0.20s;
	   -moz-transition: ease-in 0.20s;
	-webkit-transition: ease-in 0.20s;
	        transition: ease-in 0.20s;
}

.divlegend {
	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
	        border-radius: 5px;
	background: rgba(0,0,0,0.04);
	border: 1px solid rgba(0,0,0,0.02);
	padding: 0px;
	margin: -10px 0px 0px 0px;
	position: relative;
	z-index: 0;
}

.figcaption02 {
	color: rgba(0,0,0,0.50);
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	margin: 0px;
	padding: 20px 20px 10px 20px;
}


.figcaption02 a:link	{color: rgba(0,0,0,0.5); text-decoration: none; text-shadow: 0px 0px 2px rgba(0,0,0,0.10); outline: none;}
.figcaption02 a:visited	{color: rgba(0,0,0,0.5); text-decoration: none; text-shadow: 0px 0px 2px rgba(0,0,0,0.10); outline: none;}
.figcaption02 a:hover	{color: rgba(0,0,0,0.8); outline: none;}
.figcaption02 a:focus	{color: rgba(0,0,0,0.5); outline: none;}
.figcaption02 a:active	{color: rgba(0,0,0,0.5); outline: none;}


.iframebox2 {
	    -moz-border-radius: 12px;
	 -webkit-border-radius: 12px;
	  -khtml-border-radius: 12px;
	         border-radius: 12px;
	margin: 5px;
	overflow: hidden;
}

.divbox02d {
	background: rgba(0,0,0,1.00);
	border: 0px solid rgba(0,0,0,0.05);
	position: relative;
	text-align: center;
	margin: 0px;
	z-index: 50;
	overflow: hidden;
	    -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	  -khtml-border-radius: 5px;
	         border-radius: 5px;
	         box-shadow: 0px 0px 8px rgba(0,0,0,0.30);
	 -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.30);
	    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.30);
}

.quote01text {
	display: block;
	position: relative;
	color: rgba(0,0,0,0.40);
	text-align: left;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;;
	font-size: 12px;
	line-height: 18px;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.03);
}

.quote01author {
	display: block;
	position: relative;
	color: rgba(0,0,0,0.50);
	font-weight: 500;
	text-transform: uppercase;
	text-align: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	line-height: 12px;
}

.quote01mark {
	font-family: 'EB Garamond', serif;
	display: block;
	overflow: visible;
	position: absolute;
	color: rgba(0,0,0,0.05);
	text-shadow: none;
	width: 40px;
	height: 40px;
	line-height: 60px;
	font-size: 256px;
	margin: 35px 0px 0px -70px;
	padding: 0px 0px 0px 0px;
	letter-spacing: -28px;
}

.quote01textW {
	z-index: 2;
	display: block;
	position: relative;
	color: rgba(216,202,182,0.50);
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 18px;
}

.quote01authorW {
	z-index: 2;
	display: block;
	position: relative;
	color: rgba(216,202,182,0.40);
	text-transform: uppercase;
	text-align: right;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	line-height: 12px;
}

.quote01markW {
	z-index: 1;
	font-family: 'EB Garamond', serif;
	display: block;
	overflow: visible;
	position: absolute;
	color: rgba(216,202,182,0.10);
	width: 40px;
	height: 40px;
	line-height: 60px;
	font-size: 260px;
	margin: 32px 0px 0px -70px;
	padding: 0px 0px 0px 0px;
	letter-spacing: -29px;
}

.calDayNum, .calMonth, .calDayName, .calShowtime, .calCity, .calShowTitle, .calVenue  {
	display: block;
	margin: 0;
	padding: 0;
}

.calDayNum, .calMonth, .calDayName, .calShowtime {
	background: rgba(0,0,0,0.40);
	    -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
	  -khtml-border-radius: 3px;
	         border-radius: 3px;
	font-size: 11px;
	line-height: 11px;
	display: inline-block;
	float: left;
	color: rgba(255,255,255,0.85);
	margin: 1px 1px 0px 0px;
	padding: 3px 0px 3px 0px;
	width: 37px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: none;
}
 
.calDayNum, .calMonth {
	padding: 6px 0px 4px 0px;
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
}

.calMonth, .calShowtime {
	width: 50px;
}

.calFulldate, .calDetails, .calButtons {
	display: inline-block;
	margin: 3px 0px 10px 5px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid rgba(0,0,0,0.00);
	font-weight: 500;
	float: left;
}

.calFulldate {
	width: 95px;
	margin: 0;
	padding: 0;
	margin-top: -2px;
}
.calDetails {
	width: 420px;
	margin-left: 20px;
	margin-right: 10px;
}

.calCity  {
	font-size: 16px;
	line-height: 16px;
	padding: 2px 0px 6px 0px;
	color: rgba(0,0,0,0.80);
}

.calShowTitle, .calVenue  {
	font-size: 10px;
	line-height: 13px; 
	padding: 0px 6px 1px 0px;
}

.calVenue  {
	font-size: 11px;
}

.calShowTitle  {
	text-transform: uppercase;
}

.calDetails a:link		{color: rgba(0,0,0,0.6); text-decoration: none; outline: none;}
.calDetails a:visited	{color: rgba(0,0,0,0.6); text-decoration: none; outline: none;}
.calDetails a:hover		{color: rgba(0,0,0,0.9); outline: none;}
.calDetails a:focus		{color: rgba(0,0,0,0.6); outline: none;}
.calDetails a:active	{color: rgba(0,0,0,0.6); outline: none;}

.calButtons {
	float: right;
	color: rgba(0,0,0,0.80);
	padding: 0px;
	margin: -1px 3px 0px 0px;
	text-align: right;
}

.showRow, .showRowNoHover {
	display: block;
	opacity: 0.80;
	float: left;
	background: rgba(0,0,0,0.03);
	border-top: 1px solid rgba(0,0,0,0.08);
	padding: 0;
	margin: 0px 0px 4px 0px;
	    -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	  -khtml-border-radius: 5px;
	         border-radius: 5px;
}
.showRowNoHover {
	background: rgba(0,0,0,0.02);
}
.showRow:hover {
	opacity: 1.00;
	background: rgba(0,0,0,0.08);
	cursor: pointer;
}
.calCalendar {
	display: block;
	float: right;
	margin-right: 30px;
	font-size: 10px;
	line-height: 11px;
	margin-top: 1px;
}
.calCalendar a {
	display: block;
	text-align: center;
	width: 36px;
	opacity: 0.80;
	background: rgba(0,0,0,0.08) url(/images/calendaricon2.png) 7px 5px no-repeat;
	background-size: 22px 22px;
	padding: 32px 2px 0px 2px;
	     -o-transition: ease-out 0.10s;
	    -ms-transition: ease-out 0.10s;
	   -moz-transition: ease-out 0.10s;
	-webkit-transition: ease-out 0.10s;
	        transition: ease-out 0.10s;
	    -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
	  -khtml-border-radius: 5px;
	         border-radius: 5px;
}
.calCalendar a:hover {
	opacity: 1.0;
}
.calButtonsB {
	display: block;
	text-align: left;
	font-size: 10px;
	line-height: 11px;
	background: url(/images/calendaricon2.png) 10px 3px no-repeat;
	background-size: 22px 22px;
	margin-top: 1px;
	height: auto;
}
.calButtonsB a {
	display: block;
}

.communiquedepresse, .communiquedepressetitle, .communiquedepresselead, .communiquedepressequotetext, .communiquedepressetitle01, .communiquedepressequotetextitalics {
	font-family: 'Raleway';
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 22px;
	color: rgba(0,0,0,0.70);
	letter-spacing: 0.5px;
}

.communiquedepressetitle {
	font-family: 'Raleway';
	text-transform: uppercase;
	text-align: left; 
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	color: rgba(0,0,0,0.70);
	margin-top: 10px;
	margin-bottom: 40px;
	letter-spacing: 1px;
}

.ituneslogo {
 	opacity: 0.50;
 }
.ituneslogo:hover {
 	opacity: 0.80;
 }

.communiquedepresselead {
	color: rgba(0,0,0,0.75);
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}

.communiquedepressequotetextitalics {
	font-style: italic;
	text-align: right;
	line-height: 22px;
}

.communiquedepressetitle01 {
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 30px;
	font-weight: 500;
}


.communiquedepressequotetext {
	display: block;
	position: relative;
	text-align: right;
	margin: 50px 0px 0px 140px;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
}

.communiquedepressequoteauthor {
	font-family: 'Rubik', 'Raleway', Garuda, Helvetica, Arial, sans-serif;
	display: block;
	position: relative;
	text-transform: uppercase;
	text-align: right;
	margin: 12px 0px 20px 20px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 0;
}

.communiquedepressequotemark {
	font-style: normal;
	font-family: 'EB Garamond', serif;
	display: block;
	overflow: visible;
	position: absolute;
	color: rgba(0,0,0,0.05);
	text-shadow: none;
	width: 40px;
	height: 40px;
	line-height: 60px;
	font-size: 260px;
	margin: 10px 0px 0px -70px;
	padding: 0px 0px 0px 0px;
	letter-spacing: -27px;
}

p.lyricsmenu {
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat';
}
p.lyricsmenu a {
	display: block;
	width: 230px;;
	padding: 1px;
	padding-right: 8px;
	padding-left:  8px;
	text-align: left;
	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
	        border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.00);
	     -o-transition: all ease-out 0.0s;
	    -ms-transition: all ease-out 0.0s;
	   -moz-transition: all ease-out 0.0s;
	-webkit-transition: all ease-out 0.0s;
	        transition: all ease-out 0.0s;
}
p.lyricsmenu a:link    {color: rgba(0,0,0,0.50);}
p.lyricsmenu a:visited {color: rgba(0,0,0,0.50);}
p.lyricsmenu a:hover {
	     -o-transition: all ease-out 0.0s;
	    -ms-transition: all ease-out 0.0s;
	   -moz-transition: all ease-out 0.0s;
	-webkit-transition: all ease-out 0.0s;
	        transition: all ease-out 0.0s;
	color: rgba(0,0,0,0.75);
	background-color: rgba(255,255,255,0.50);
	border: 1px solid rgba(0,0,0,0.15);
}
p.lyricsmenu a:active {
	color: rgba(0,0,0,1.0);
	background-color: rgba(255,255,255,1.00);
	border: 1px solid rgba(0,0,0,0.15);
}

.tracknum {
	display: inline-block;
	width: 24px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: rgba(0,0,0,0.25);
}

.lyricsmenudate {
	color: rgba(0,0,0,0.40);
	text-align: right;
	font-size:10px;
	line-height: 14px;
	height: 14px;
	letter-spacing: 0px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	display: block;
}

.lyricsmenunum {
	color: rgba(0,0,0,0.40);
	font-weight: 500;
	text-align: right;
	font-size: 10px;
	line-height: 14px;
	height: 14px;
	letter-spacing: 0px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	display: block;
}

.lyrics_norm, .lyrics_spac, .lyrics_ital, .lyrics_bold, .lyrics_bold_ital, .lyrics_date, .lyrics_credits, .lyrics_titl {
	padding: 0px 10px 0px 0px;
	margin:  0px  0px 0px 0px;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}

.lyrics_date {
	font-family: 'Montserrat';
	color: rgba(0,0,0,0.40);
	text-transform: uppercase;
	font-size: 10px;
	line-height: 13px;
	margin: 2px 0px 7px 0px;
}
.lyrics_credits {
	font-family: 'Montserrat';
	color: rgba(0,0,0,0.40);
	font-size: 10px;
	line-height: 13px;
}
.lyrics_titl, .album_titl {
	font-family: 'Rubik';
	text-transform: uppercase;
	font-weight: 500;
	color: rgba(0,0,0,0.75);
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	padding: 30px 0px 0px 0px;
	margin:   0px 0px 0px -1px;
	letter-spacing: 0.5px;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.05);
}
.album_titl {
	font-family: 'Raleway';
	color: rgba(0,0,0,0.60);
	font-weight: 600;
	font-size: 15px;
	line-height: 16px;
	text-align: left;
	margin: 0px 10px 0px -1px;
	letter-spacing: 0.5px;
}

.albumcredits {
	color: rgba(0,0,0,0.40);
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	margin:   0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}


.albumcreditsleft {
	font-size: 11px;
	line-height: 13px;
	text-align: right;
	margin:  5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.albumcreditsright, .albumcreditsrightmusiciens {
	color: rgba(0,0,0,0.60);
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	margin:  5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid rgba(0,0,0,0.10);
}

.albumcreditsrightmusiciens {
	border: 0px;
	padding: 0px;
	margin:  5px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid rgba(0,0,0,0.10);
}

.pressID {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: rgba(0,0,0,0.25);
	text-align: right;
	vertical-align: middle;
	line-height: 10px;
	padding-right: 35px;
}

.pressDate {
	margin: 0px;
	padding: 1px;
	font-size: 10px;
	color: rgba(0,0,0,0.50);
	text-align: right;
	vertical-align: top;
	padding-right: 0px;
	line-height: 14px;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 15px;
}

.pressURL {
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	text-align: left;
	vertical-align: middle;
}
.pressURL a {
	padding: 1px;
	padding-top: 3px;
	display: block;
	width: 100%;
}

.pressURL2 {
	display: block;
	color: rgba(0,0,0,0.35);
	font-size: 10px;
	margin: 0px;
	padding: 1px;
	line-height: 12px;
	padding-bottom: 7px;
	padding-left: 20px;
	text-align: right;
	vertical-align: middle;
}

.lyrics_titl a:link		{color: #302d24;}
.lyrics_titl a:visited	{color: #302d24;}
.lyrics_titl a:hover	{color: #000000;}
.lyrics_titl a:focus	{color: #000000;}


.backgradient1 {
	height: 600px;
	position: fixed;
	min-width: 100%;
	width: 100%;
	text-align: center;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 2;
	opacity: 0.05;
	background:    -moz-linear-gradient(top, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background:   linear-gradient(to bottom, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
html>body .backgradient1 {width: auto;}

.backgradient2 {
	position: fixed;
	z-index: 3;
	top:0;
	bottom:0;
	right:0;
	left:0;
	opacity: 0.10;
	overflow: hidden;
	background: -moz-radial-gradient(center, ellipse cover,     rgba(32,16,0,0.10) 0%, rgba(32,16,0,0.10) 50%, rgba(32,16,0,1.00) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(32,16,0,0.10) 0%, rgba(32,16,0,0.10) 50%, rgba(32,16,0,1.00) 100%);
	background: radial-gradient(ellipse at center,              rgba(32,16,0,0.10) 0%, rgba(32,16,0,0.10) 50%, rgba(32,16,0,1.00) 100%);
}

.backcolor1 {
	position: fixed;
	z-index: 4;
	top:0;
	bottom:0;
	right:0;
	left:0;
	overflow: hidden;
	background: rgba(0,0,0,0.0);
/*
	opacity: 0.03;
	background: url(/images/12_3_tribal-dark-no-micro.png) top left repeat;
	opacity: 0.25;
	background: url(/images/8_4_lines-small-light-no-micro.png) top left repeat;
	opacity: 0.60;
	background: url(/images/11_2_textyle-light.png) top left repeat;
	opacity: 0.40;
	background: url(/images/10_2_sand-light.png) top left repeat;
*/	
	opacity: 0.30;
	background: url(/images/11_2_textyle-light.png) top left repeat, url(/images/8_4_lines-small-light-no-micro.png) top left repeat;
}

.backparoles {
	background: url(/images/backtop05.jpg) no-repeat center 40px;
	background-size: 2100px 800px;
	z-index: 1;
	min-width: 100%;
	width: 100%;
	text-align: center;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	opacity: 0.95;
	position: absolute;
	height: 900px;
}
html>body .backparoles {width: auto;}

.backspectacles {
/*
	opacity: 0.70;
	background: url(/images/backtop10ac.jpg) no-repeat center 20px;
	opacity: 0.90;
	background: url(/images/backtop10a.jpg) no-repeat center 20px;
*/	
	opacity: 1.00;
	background: url(/images/backtop09b.jpg) no-repeat center 40px;
	background-size: 2100px 800px;
	z-index: 1;
	min-width: 100%;
	width: 100%;
	text-align: center;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	height: 900px;
}
html>body .backspectacles {width: auto;}

.backbio, .backphoto {
	z-index: 1;
	min-width: 100%;
	width: 100%;
	text-align: center;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	height: 900px;
}
html>body .backbio {width: auto;}
html>body .backphoto {width: auto;}

.backmainpagetemp {
/*
	background: rgba(255,255,255,1.0) url(/images/backtop011.jpg) no-repeat center 50px;
	background-size: 1800px 800px;
	opacity: 0.95;
	background: rgba(255,255,255,1.0) url(/images/backtop011.jpg) no-repeat center -30px;
	background-size: 1800px 800px;
	background: rgba(255,255,255,1.0) url(/images/backtop011alt2.jpg) no-repeat center -30px;
	background-size: 2100px 800px;
*/
	background: rgba(255,255,255,1.0) url(/images/backtop011alt4.jpg) no-repeat center -20px;
	background-size: 2600px 800px;
	opacity: 1.00;
	z-index: 1;
	min-width: 100%;
	width: 100%;
	text-align: center;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	height: 1000px;
	margin-bottom: -1000px;
}
html>body .backmainpage {width: auto;}

.backmainpage {
/*
	background: rgba(255,255,255,1.0) url(/images/backtop011.jpg) no-repeat center 50px;
	background-size: 1800px 800px;
	opacity: 0.95;
	background: rgba(255,255,255,1.0) url(/images/backtop011.jpg) no-repeat center -30px;
	background-size: 1800px 800px;
	background: rgba(255,255,255,1.0) url(/images/backtop011alt2.jpg) no-repeat center -30px;
	background-size: 2100px 800px;
	background: rgba(255,255,255,1.0) url(/images/backtop100.jpg) no-repeat center -20px;
	background-size: 2600px 800px;
	background: rgba(255,255,255,1.0) url(/images/backtop10ac.jpg) no-repeat 35% -60px;
	background-size: 3150px 1200px;
*/
	background: rgba(255,255,255,1.0) url(/images/backtop011alt4color.jpg) no-repeat center -20px;
	background-size: 2600px 800px;
	opacity: 1.00;
	opacity: 0.95;
	z-index: 1;
	min-width: 100%;
	width: 100%;
	text-align: center;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	height: 1300px;
	margin-bottom: -1300px;
}
html>body .backmainpagetemp {width: auto;}

.backimagecomms {
/*
	background: rgba(255,255,255,1.0) url(/images/backtop011alt4color.jpg) no-repeat center -20px;
*/
	background: rgba(255,255,255,1.0) url(/images/backtop011funky02.jpg) no-repeat center -20px;
	background-size: 2600px 800px;
	opacity: 0.95;
	z-index: 1;
	min-width: 100%;
	width: 100%;
	text-align: center;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	height: 1000px;
	margin-bottom: -1000px;
}
html>body .backimagecomms {width: auto;}

