@charset "utf-8";
/* CSS for AccentWraps.com */

#FooterTxT {
	text-decoration:underline;
	text-shadow:#000;
	color:#333;
	text-align:center;
	font-size: x-small;
}

img { border:0;}

.LogoFloater {
	float:left	
}

a.info{
    position:relative;
    z-index:24;
}

a.info:hover {
	z-index:25;
	text-decoration:none;
	}

a.info span {display: none;}

a.info:hover span {
    display:block;
    position:absolute;
    top: -25px;
    left: 0;
	height: 40px;
	width: 105px;
    border:1px solid #000;
    color:#fff;
	font-size: x-small;
	text-align:right;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(siteimages/bgfiber.jpg)
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(siteimages/bgfiberwhite.jpg)
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 680px;
	margin: 0 auto;
	border: 1px solid #000000;
	background-color:#FFF;
}
#apDiv1 {
	display:inline;
	position:absolute;
	width:200px;
	height:115px;
	z-index:5;
	margin: 0 0 0 -55px;
	top:10px;
	
}
#apDiv2 {
	display:inline;
	position:absolute;
	width:128px;
	height:115px;
	z-index:25;
	margin: 0 0 0 750px;
	top:135px;
}
b {
	text-decoration:underline;
}
#imgforjoo {
	float:left;
	margin-right: 10px;
}

#signleft {
	float:left;	margin-left:-35px; position: absolute;
}
#signwrap {
	float:left;
	width:165px;
	height:110px;
}
#imgforpartialwrapleft {
	float:left;
	margin-right: 10px;
	position:absolute;
	margin-left: -45px;
	width:305px;
	height:172px;
}
#imgforpartialwrapright {
	display:inline;
	float:right;
	margin: 0 0 0 415px;
	position:absolute;	
}
#linkpageleft {
	float:left;
	margin-left:-35px;
	position: absolute;
}
#bottomnavigator {
	width: 720px;
	height: 20px;
	margin: 0 auto;
	border: 1px solid #000000;
	background-image:url(siteimages/Navbar/barbg.png)
}
