html
{
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

body
{
	height: 100%;
	margin-top: -2px;
	margin-bottom: -2px;
	background-color:#DDDDDD;
	font-family: Verdana, sans-serif;
}

.content *, .content *::before, .content *::after{
    box-sizing: border-box;
}

p, li{
    hyphens: auto;
    -moz-hyphens:auto;
    -webkit-hyphens:auto;
}

a img{
	border-style: none;
	border-width: 0px;
}

ul.inlinelist {
	list-style-type: circle;
}

ul.inlinelist li {
	display: inline;
	padding-right: 10px;
}

h1{
    font-size:1.3rem;
}
h3{
    font-size:1.15rem;
    margin-bottom:5px;
}
p{
    margin-top:5px;
    margin-bottom:5px;
}

div.page {
	position: relative;
	margin: 0 auto;
	margin-bottom: 2%;
	top: 1%;
	min-height: 96%;
	min-width: 970px;
	max-width: 1536px;
	width: 80%;
	text-align: left;
	border-radius: 10px;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
	box-shadow: 10px 10px 5px #999999;
	-webkit-box-shadow: 10px 10px 5px #999999; /* Safari, Chrome */
	-moz-box-shadow: 10px 10px 5px #999999; /* Firefox */
	border: 1px solid #999;
	background-color: #FFFFFF;
	
	behavior: url(PIE.php);
}

div.title{
	position: relative;
	width: 100%;
	z-index: 20;
}

div.title div.line {
	position: absolute;
	width: 100%;
	top: 110px;
	height: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style:solid;
	border-bottom-width:5px;
	background-color: #FF9000;
	z-index: 5;
}

div.loginbar {
	position: absolute;
	right: 30px;
	top: 5px;
	width: 370px;
	text-align: right;
}

div.loginbar div{
    float:right;
    margin: 0 0 0 10px;
}

div.loginbar a {
    color: #333333;
    font-size: small;
    font-weight: bold;
}

img.logo {
	position: absolute;
	left: 30px;
	top: 20px;
	width: 275px;
}

div.navtop {
	position: absolute;
	left: 340px;
	right: 0px;
	top: 90px;
	text-align: right;
	margin-right:30px;
}

div.navtop .button{
	position: relative;
	width: 23%;
	margin-left: 1%;
	height: 24px;
	overflow: hidden;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: small;
	border-style: solid;
	border-bottom-style: none;
	border-width: 1px;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px; /* Firefox */
	-webkit-border-radius: 10px 10px 0px 0px; /* Safari, Chrome */
	-khtml-border-radius: 10px 10px 0px 0px; /* Konqueror */
	display: inline-block;
	background-color: #FF9000;
	behavior: url(PIE.php);
}

div.navtop .button:hover{
	top: -5px;	
	border-width: 2px;
	transition: top 0.1s ease-in;
	-moz-transition: top 0.1s ease-in;
	-webkit-transition: top 0.1s ease-in;
	-o-transition: top 0.1s ease-in;
}

div.navtop .selected{
	z-index: 10;
	top: -5px;
	spacing-top: 5px;
	border-width: 2px;
}

div.navtop a{
	color: #000000;
	text-decoration: none;
}

div.navleft {
	position: absolute;
	top: 180px;
	width: 220px;
	overflow: hidden;
}

div.navleft .button{
	z-index: 30;
	position: relative;
	left: 0px;
	top: 0px;
	width: 170px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: small;
	border-style: solid;
	border-bottom-style: none;
	border-width: 1px;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px; /* Firefox */
	-webkit-border-radius: 0px 10px 10px 0px; /* Safari, Chrome */
	-khtml-border-radius: 0px 10px 10px 0px; /* Konqueror */
	box-shadow: 5px 5px 5px #999999;
	-moz-box-shadow: 5px 5px 5px #999999; /* Firefox */
	-webkit-box-shadow: 5px 5px 5px #999999; /* Safari, Chrome */
	background-color: #FF9000;
	behavior: url(PIE.php);
}

div.navleft .button:hover {
	width: 200px;
	transition: width 0.25s ease-in;
	-moz-transition: width 0.25s ease-in;
	-webkit-transition: width 0.25s ease-in;
	-o-transition: width 0.25s ease-in;
}


div.navleft .selected {
	width: 200px;
	font-weight: bold;
}

div.navleft a{
	color: #000000;
	text-decoration: none;
}

div.pgbanner {
    width: 100%;
    height: 150px;
    background-color: #8888BB;
    background-image: url(images/banner.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    vertical-align: middle;
    font-size: xx-large;
}

div.content {
	z-index: 10;
	position: relative;
	top: 0px;
	padding-left: 230px;
	padding-top: 150px;
	padding-right: 60px;
	padding-bottom: 30px;
	text-align: justify;
}

div.content a {
    color: #FF9000;
    font-weight: bold;
}

div.content img {
    border-radius:5px;
    filter: drop-shadow(5px 5px 5px #444);
    -webkit-filter:drop-shadow(5px 5px 5px #444);
    filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='drop-shadow'><feGaussianBlur in='SourceAlpha' stdDeviation='4'/><feOffset dx='5' dy='5' result='offsetblur'/><feFlood flood-color='rgba(0,0,0,0.7)'/><feComposite in2='offsetblur' operator='in'/><feMerge><feMergeNode/><feMergeNode in='SourceGraphic'/></feMerge></filter></svg>#drop-shadow");
    //-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    //filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";

}

div.offerbox {
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    min-height: 100px;
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px; /* Firefox */
    -webkit-border-radius: 10px 10px 10px 10px; /* Safari, Chrome */
    -khtml-border-radius: 10px 10px 10px 10px; /* Konqueror */
    box-shadow: 5px 5px 5px #999999;
    -moz-box-shadow: 5px 5px 5px #999999; /* Firefox */
    -webkit-box-shadow: 5px 5px 5px #999999; /* Safari, Chrome */
    background-color: #DDDDDD;
    display: block;
    padding-bottom: 10px;
    behavior: url(PIE.php);
}

div.offerbox *{
    padding-left: 15px;
    padding-right: 15px;
}

div.offerbox ul{
    padding-left: 30px;
    list-style-position: outside;
}

div.offerbox ul li{
    padding-bottom: 15px;
}

div.column.left {
    left: 5%;
}

div.column.center {
    left: 36%;
}

div.column.right {
    left: 67%;
}

div.column.left div.offerbox{
    margin-top: 43px;
}

div.column.center div.offerbox{
    margin-top: 27px;
}

div.column.right div.offerbox{
    margin-top: 0px;
}

div.footer {
	position: absolute;
	width: 100%;
	bottom: 5px;
	text-align: center;
	z-index: 15;
}

div.footer a {
    color: #333333;
    font-size: small;
    font-weight: bold;
}

td.valuecell {
    text-align: center;
    border-top-style: dotted;
    border-width: 2px;
}

td.paramcell {
    max-width: 200px;
    text-align: left;
    border-top-style: dotted;
    border-width: 2px;
}

td.headercell {
    border-style: none;
    border-width: 0px;
    background-color: #CCCCCC;
    font-weight: bold;
    margin-top:15px;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.00, rgb(255,255,255)),
        color-stop(1.00, rgb(204,204,204))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(255,255,255) 0%,
        rgb(204,204,204) 100%
    );
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CCCCCC', endColorstr='#FFFFFF'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CCCCCC', endColorstr='#FFFFFF')"; /* IE8 */
}

td.headercell.left{
    border-radius: 10px 0px 0px 0px;
    -moz-border-radius: 10px 0px 0px 0px;
    -webkit-border-radius: 10px 0px 0px 0px;
    -khtml-border-radius: 10px 0px 0px 0px;
    padding-left: 25px;

    behavior: url(PIE.php);
}

td.headercell.right{
    border-radius: 0px 10px 0px 0px;
    -moz-border-radius: 0px 10px 0px 0px;
    -webkit-border-radius: 0px 10px 0px 0px;
    -khtml-border-radius: 0px 10px 0px 0px;

    behavior: url(PIE.php);
}

img.valueimg {
	width: 20px;
	height: 20px;
	box-shadow: 5px 5px 5px #999999;
	-moz-box-shadow: 5px 5px 5px #999999; /* Firefox */
	-webkit-box-shadow: 5px 5px 5px #999999; /* Safari, Chrome */
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px; /* Firefox */
	-webkit-border-radius: 10px 10px 10px 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px 10px 10px 10px; /* Konqueror */
}

@media (max-width:1000px){
    div.page{
	min-width:0;
	width:100%;
    }
    div.navtop{
	left:300px;
    }
}
@media (max-width:880px){
    div.pgbanner{
	top:140px;
    }
    div.navtop{
	left:0;
	top:110px;
    }
    div.title div.line{
	top:130px;
    }
    div.content{
	padding-right:30px;
	padding-left:200px;
    }
    div.navleft .button.selected, div.navleft .button:hover{
	width:190px;
    }
}
@media (max-width:530px){
    img.logo{
	width:200px;
	top:35px;
    }
    div.content{
	padding-right:10px;
	padding-left:10px;
    }
    div.navleft .button{
	width:150px;
    }
    div.navleft .button.selected, div.navleft .button:hover{
	width:170px;
    }
    div.navleft{
	float:left;
	position:static;
	padding-top:180px;
	width:180px;
    }
}
@media (max-width:450px){
    div.loginbar{
	right:10px;
    }
    img.logo{
	left:10px;
    }
}
@media (max-width:410px){
    div#socialshareprivacy{
	display:none;
    }
    body{
	margin:0;
    }
    div.page{
	top:0;
	border:none;
    }
}