/* CSS Document */
html  {
	  overflow: auto;
	  scrollbar-3dlight-color: #ffffff;
	  scrollbar-arrow-color: #ffffff;
      scrollbar-darkshadow-color: #ffffff;
	  scrollbar-face-color: #000000;
	  scrollbar-highlight-color: #cccccc;
	  scrollbar-shadow-color: #cccccc;
	  scrollbar-track-color: #cccccc;
	  		}
		
::-webkit-scrollbar-track /*works in chrome applies to layers only not used*/
{
	border: 1px solid black;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 20px;
	background-color: rgba(130, 170, 220, 1);
}

::-webkit-scrollbar-thumb
{
	background-color: rgba(130, 170, 220, 1);	
}		
		
body {
	background-color:rgba(0, 0, 0, 0.0); 
}

#global {
     position: relative; /* container positioning */
     margin-left: auto;
     margin-right: auto;
	 margin-bottom:5px;
	 margin-top:0px;
	 width: 1200px;
	 height: auto;
	 text-align:left;
	 border: solid #000000 0px;
	 	      }	
			  
.fltr{
     float: right;
}

h3 {
   background-color:#FFFFFF;
   background-repeat: no-repeat;
   color: #000033;
   letter-spacing: 3px;
   font-size: 25px;
   font-weight: bolder;
   font-variant: small-caps;
   text-align:left;
   margin-bottom: 0px;
   padding-left:120px;
   border-top-style: solid;
   border-top-color: #000000;
   width: 964px;
   }
img {
    float: left;
	border-style: ridge;
	border-color: #999999;
	border-width: 5px;
	float: left;
    	}
		
#object1, #object2, #object3, #object4, #object5, #object6, #object7  {
	position: relative
		}

.copyDark {
   margin-left: 0px;
   margin-bottom: 1px;
   margin-top: 1px;
   font-size: 14px;
   background-color: #000000;
   width: 1065px;
   padding: 5px 10px 3px 10px;
   color: #ffffff;
   font-weight: bold;
		}

.copyLight {
	margin-left: 0px;
   margin-bottom: 1px;
   margin-top: 1px;
   font-size: 14px;
   background-color:#FFFFFF;
   width: 1065px;
   padding: 5px 10px 3px 10px;
   color: #333333;
   font-weight: 400;
    }
	
.light {
   margin-left: 7px;
   margin-bottom: 1px;
   margin-top: 1px;
   font-size: 14px;
   background-color: #999999;
   width: 835px;
   padding: 5px 10px 3px 10px;
   color: #333333;
   font-weight: bold;
 	}
	
p.detail  {
   color: #FFFFFF;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
   margin-top: 1px;
   margin-bottom: 1px;
   font-weight: 300;
   line-height:20px;
   }

.highlight  {
		background-color:#FFFFFF;
		padding-left:5px;
		padding-right:5px;
		padding-bottom:2px;
		padding-top:2px;
		margin:0px;
		}
		
.cov {
	-ms-transform: rotate(12deg); /* IE 9 */
    -webkit-transform: rotate(12deg); /* Chrome, Safari, Opera */
     -moz-transform: rotate(12deg); /* Firefox */
	 transform: rotate(12deg); /* IE 10+ */
	 }

.cov2 {
   -ms-transform: rotate(-12deg); /* IE 9 */
    -webkit-transform: rotate(-12deg); /* Chrome, Safari, Opera */
     -moz-transform: rotate(-12deg); /* Firefox */
     transform: rotate(-12deg); /* IE 10+ */
	 }

.cov3 {
	-ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(3deg);  /* Firefox */
	transform: rotate(3deg); /* IE 10+ */
 	color:rgba(0, 0, 0, .1);
	opacity:1;
	border:dotted 3px;
	border-color: rgba(0, 0, 0, .1);
	background-color:rgba(255, 255, 255, 1);
	 }

.cov4 {
	-ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
     -moz-transform: rotate(-3deg); /* Firefox */
	 transform: rotate(-3deg);/* IE 10+ */
	 }

p.blurb {
 	letter-spacing:-.02em; 
	margin-left:25px; 
	margin-top:20px; 
	float:left; 
	width:670px; 
	font-size:16px; 
	border-left:dotted #FFFFFF 2px;
	padding-left: 6px;
	height: 50px;
	}

a.tn {
	padding:90px 5px 3px 5px;
	color:#000000;
	}
	
div.square{
	float:left;
	text-align:center;
	height:89px;
	width:96px;
	padding:2px;
	color:#000000;
	cursor:pointer;
	border-radius: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	}

p.thumb {
	position:relative; 
	top:55px; 
	left:0px; 
	font-size:14px;
	}
