﻿html, body {
	position: relative;
	background-color: #000000;
	background-image: url('../img/myBLUE.png');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: bottom left;
	height: 100%; ;
	margin: 5px 0 5px 0;
	padding: 0px;
}
.container {
	position: relative;
	top: 0; /* overflow: hidden; */ /* margin: 0 auto; */;
	display: block;
	padding: 0px;
	text-align: left; 
	border: 1px solid #000;
	background-color: #fff;
	 /*  padding: 0 17px 0 17px;*/
}
.footer {
	margin: 7px 0 0 0;
	border-top: 1px solid #DD740B;
}
#logo {
	height: 113px;
	width: 950px;
	float: left; /* padding: 0 0 0 11px; */ ;
	background: url(../img/hdr5.gif) no-repeat left top;
}
h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
.thinborderfloat {
	float: right;
	border: solid 1px silver;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
.polaroid {
	padding: 15px 15px 55px 15px;
	border: 1px solid black;
	background: white;
	text-align: center;
}
.polaroidtext {
	color: black;
	position: relative;
	top: -50px;
}
.border-1 {
	border: 3px dotted black;
}
.img-shadow {
	float: left;
	background: url(../img/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../img/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}
.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}
/*- Menu Tabs I--------------------------- */

    #tabsI {
      float:left;
      width:100%;
      background:white;
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #DD740B;
      }
    #tabsI ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url("tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url("tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }

        #tabsI #current a {
                background-position:0% -42px;
        }
        #tabsI #current a span {
                background-position:100% -42px;
        }