@charset "UTF-8";

body {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: rgba(117,117,117,1);
    border-radius: 0px;
    font-size: 24px;
    line-height: 150%;
    background-color: rgba(59,59,59,1.00);
    width: auto;
}
a:link {
	color: rgba(255,255,255,0.70);
	text-decoration: underline;
	font-size: 16px;
}
a.popup1:link {
    color: rgba(255,255,255,0.70);
	text-decoration: underline;
	font-size: 16px;
}
a:visited {
	color: rgba(231,244,250,.60);
	font-size: 16px;
	text-decoration: underline;
}
a.popup1:visited {
    color: rgba(231,244,250,.60);
	font-size: 16px;
	text-decoration: underline;
}
a:hover {
    color: rgba(231,244,250,1.00);
    font-size: 24px;
    text-decoration: underline;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
a.popup1:hover { 
    color: rgba(231,244,250,1.00);
	font-size: 16px;
	text-decoration: underline;
}
#creditline {
	top:400px;
	font-size:30px;
	color:rgba(128,128,128,1.00);
}
#header {
	background-color:rgba(88,86,86,1.00);
}
.thumbsLARGE {
	-webkit-box-shadow: 3px 3px 3px 3px rgba(51,51,51,1.00);
	border: 5px;
	border-color: #999;
	box-shadow: 5px 10px 10px 0px rgba(51,51,51,.50);
}
.thumbsSPACER {

	border: 5px;
	border-color: #999;
	
}
/*.thumbs75 {
	-webkit-box-shadow: 3px 3px 3px 3px rgba(51,51,51,1.00);
	border: 1px;
	border-color: #999;
	box-shadow: 5px 10px 10px 0px rgba(51,51,51,.50);
	overflow-x: hidden;
	overflow-y: hidden;
}*/
.boxctr {
	/*min-width:600px;*/
	width: 100%;
	height: 100%;
	z-index: 3;
	border: thin solid rgba(202,3,245,1.00);
	text-align: center;
	top:300px;
}

#company_name {
	width: 300px;
	height: 50px;
	position: fixed;
	top: 75px;
	z-index: 50;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	font-size: 20px;
	color: rgba(256,256,256,.60);
	margin-right: 30px;
	right: 0px;
}
#content {
    width: 100%;
    height: 100%;
    position: relative;
    top: 160px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 1;
    font-size: 40px;
}
#wrapper {
    min-width: 460px;
    position: absolute;
    top: 170px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
    overflow-y:auto;
    list-style-position: inside;
    z-index: 1;
	}

.dropshadow {
    text-shadow: -5px -5px 20px;
}
