@import "./nicetitle.css";
@import "./global.css";

body {
margin: 0;
padding: 0;
background-image: url('./images/bgfade.gif'); 
background-repeat: repeat-x;
background-color: #33C633;

color: #000000;
}

form {
margin: 0;
padding: 0;
}

.clear {
clear: both;
overflow: hidden;
height: 1px;
visibility: hidden;
}

.hidden {
visibility: hidden;
}

div#main {
font-size: 12px;
width: 770px;
height: 100%;
margin: auto;
position: relative;
left: 0px;

background-image: url('./images/shadowfade.gif');
background-repeat: repeat-y;

background-color: #ffffff;
}
/*
div#left-shadow {
position: absolute;
left: -14px;
top: 0;
height: 254px;
width: 14px;

background-image: url('./images/shadowfade.gif');
background-repeat:repeat-y;

}
*/
div#left-shadow {
width: 14px;
background-image: url('./images/shadowfade.gif');
background-repeat:repeat-y;
}

div#left-shadow2 {
width: 14px;

background-image: url('./images/shadowfade2.gif');
background-repeat:repeat-y;

}


div#content {
position: relative;
left: 0px;
background-image: url('./images/lettermargin.gif');
background-color: #fff;
background-repeat: repeat-y;
width: 100%;
height: 100%;
}

div#header {
font-size: 12px;
position: relative;
width: 100%;
height: 100px;
background-image: url('./images/lettermargin.gif');
background-repeat: repeat-y;
background-color: #ffffff;
}

div#banner
{
position:absolute;
width:400px;
height:85px;
top:10px;
left:100px;
}

div#logo {
position: absolute;
width: 136px;
height: 85px;
background-image: url('./images/b2msg.gif');
background-repeat:no-repeat;
top: 10px;
right: 70px;
text-align:right;

}

div#logo img {
Visibility: hidden;
}

div#navigation {
font-size: 12px;
text-align: center;
width: 770px;
margin:auto;
margin-top: 3px;
background-image:url('./images/NavBG.gif');
background-repeat:repeat-x;
background-color: #1b691b;
padding: 0px;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}

div#navigation a {
color: #ffffff;
text-decoration: none;
display:block;
float: left;
/*width: 141.6px;*/
width:154px;
border-left: 1px solid #b8b8b8;
margin-left: -1px;
/*background-color: #fb8b40;
background-image:url('./images/NavBG.gif');
background-repeat:repeat-x;
*/
text-align:center;
}

div#navigation a:hover {
color: #000;
background-color: #d7fcd7;
/*background-image:url('./images/NavBGLight.gif');
background-repeat:repeat-x;*/
}

div#navigation ul {
margin: 0;
padding: 0;
width: 770px;
margin: auto;
margin-left: +1px;
}

#navigation ul li {
display: inline;
margin:auto;
padding: 0;
text-align:center;
}

div#central {
padding-top: 10px;
margin-left: 85px;
}

div#central div#left {
width: 457px;
float: left;
padding: 5px;
padding-top: 0;
margin-right: 12px;
}

div#central div#right {
float: left;
width: 200px;
padding: 0;

}
div#central div#right div {
background-image: url('./images/rbg.gif');
background-repeat: no-repeat;
width: 100%;
margin-bottom: 20px;
clear: both;
}

div#central div#right div div {
width: 180px;
margin: 0 10px 0 10px;
padding-top: 10px;
background-image: none;
background-color: transparent;

}

div#foot1 {
width: 718px;
height: 2px;
margin: auto;
position: relative;
left: -5px;
background-image: url('./images/shadow.gif');
background-repeat: repeat-y;
background-color: #ffffff;
}

div#footer {
font-size: 10px;
position: relative;
margin-left: 9px;
width: 709px;
height: 2px;
background-image: url('./images/lettermargin.gif');
background-repeat: repeat-y;
background-color: #ffffff;
}

div#foot2 {
width: 774px;
height: 2px;
margin: auto;
position: relative;
left: 0px;
background-color:#003300;
/*
background-image: url('./images/bottomshadow.gif');
background-repeat:repeat-x;
background-color: transparent;
*/

}

div#bigimg {
position: relative;
background-color: #ffffff;
height: 100px;
width: 770px;
background-image: url('./images/b2banner.jpg');
background-position: center;
background-repeat:no-repeat;
}

div#bigimg div {
position: absolute;
color: #ccc;
width: 400px;
height: 180px;
font-size: 30px;
font-weight: bold;
text-align: right;
top: 10px;
right: 20px;
}

div#bigimg div span {
position: absolute;
bottom: 1px;
right: 1px;
}

div.form {
color: #666666;
font-size: 11px;
}