* {
    margin:0;
    padding:0;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #FFFFFF;
    font-family: verdana, sans-serif;
}

#band {
    width: 100%;
    height: 100px;
    background-color: #333333;
}

#container {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -395px;
    width: 790px;
    height: 100%;      
    background-color: #FFFFFF;
}

#header {
    width: 100%;
    height: 100px;
    background-color: #333333;
}

#logo {
    width: 330px;
    height: 49px;
    margin: 26px 0px 0px 0px;
    float: left;
}

#nav {
    width: 300px;
    height: 44px;
    margin: 28px 0px 0px 0px;
    float: right;
}

#nav a {
    text-decoration: none;
    font-size: 16px; 
    color: #333333;                   
    float: left;     
}

#buttonhome {    
    width: 90px;
    height: 44px;
    background-image: url(../images/buttongrey.gif);
    background-repeat: no-repeat;
    float: right;
}

#buttonhome.active {
    background-image: url(../images/buttongreen.gif);
    background-repeat: no-repeat;
}

#buttonhome a {
    padding: 13px 21px 13px 21px;
}

#buttonhome a:hover {
    color: #999999;
}

#buttonhome.active a {
    color: #333333;
}

#buttonwork {          
    width: 90px;
    height: 44px;
    background-image: url(../images/buttongrey.gif);
    background-repeat: no-repeat;
    margin: 0px 0px 0px 14px;  
    float: right; 
}

#buttonwork.active {
    background-image: url(../images/buttongreen.gif);
    background-repeat: no-repeat;
}

#buttonwork a {
    padding: 13px 19px 13px 19px;
}

#buttonwork a:hover {
    color: #999999;
}

#buttonwork.active a {
    color: #333333;
}
 
#buttoncontact {  
    width: 90px;
    height: 44px;
    background-image: url(../images/buttongrey.gif);
    background-repeat: no-repeat;
    margin: 0px 0px 0px 14px;     
    float: right; 
}

#buttoncontact.active {
    background-image: url(../images/buttongreen.gif);
    background-repeat: no-repeat;
}

#buttoncontact a {
    padding: 13px 6px 13px 6px;
}

#buttoncontact a:hover {
    color: #999999;
}

#buttoncontact.active a {
    color: #333333;
}

#maintop {       
    width: 530px;
    height: 14px;
    background-color: #FFFFFF;
    background-image: url(../images/maintop.gif);
    background-position: right;
    background-repeat: no-repeat;
    margin-top: 14px;
}

#main {
    width: 530px;
    height: 478px;
    background-color: #333333;
}

h1 {
    font-size: 24px;
    color: #66CC44;
    padding: 15px 0px 10px 25px;
}

h2 {
    font-size: 18px;
    color: #66CC44;
    padding: 10px 30px 0px 30px;
}

p {
    font-size: 14px;
    color: #999999;
    padding: 5px 30px 10px 30px;
}

.clear {
    clear: left;
}

p a {
    font-size: 14px; 
    text-decoration: none;
    color: #66CC44;
}

p a:hover {
    font-size: 14px;  
    text-decoration: underline;
}

#screen {
    border: 0px;
    margin: 25px 0px 15px 115px;
}

#quotesnwords {
    width: 470px;
    height: 190px;
    margin: 0px 0px 25px 30px;
    padding: 20px 0px 0px 0px;
}

#qopen {
    width: 35px;
    height: 29px;
    background-image: url(../images/quotesopengreen.gif);
    background-repeat: no-repeat;
    float: left;                       
}

#words {
    width: 400px;
    color: #999999;          
    text-align: justify;  
    float: left;
}

.moveright {
    padding-left: 19px;
}

.one {
    font-size: 32px;
}

.two {
    font-size: 16px;
}

.three {
    font-size: 24px;
}

#qclose {
    width: 35px;
    height: 29px;
    background-image: url(../images/quotesclosegreen.gif);
    background-repeat: no-repeat;
    margin: 156px 0px 0px 0px;
    float: left;  
}

#mainbottom {
    width: 530px;
    height: 14px;
    background-color: #FFFFFF;
    background-image: url(../images/mainbottom.gif);
    background-repeat: no-repeat;
}

#side {
    width: 246px;
    height: 508px;
    margin-top: 14px;
    float: right;
}

#sidetop {
    width: 246px;
    height: 14px;
    background-image: url(../images/sidetop.gif);
    background-repeat: no-repeat;
}

#sidemain {
    width: 246px;
    height: 478px;
    background-color: #66CC44;
}

#sidebottom {
    width: 246px;
    height: 14px;
    background-image: url(../images/sidebottom.gif);
    background-repeat: no-repeat;
}

#sidepanel {
    padding: 0px 0px 0px 14px;
}

.imgwrap {
    width: 218px;
    height: 68px;
    position: relative;
    overflow: hidden;
}

.imgwrap a img {
    border: none;  
}

.imgtoppad {
   margin-top: 14px; 
}

.imgwrap img {
    position: relative;
}

.imgfront {
    top: -139px;   
}

#footer {
    height: 14px;
    background-color: #FFFFFF;
}


----------------------------------------------------------------------------------------------------------------------------

/*eFooty Section*/

table {
    margin: 10px;
}

td {
    font-size: 14px;
    color: #AAAAAA;
}

th {
    color: #AAAAAA;
    font-size: 14px;
    text-decoration: underline;
}

input {
    color: #333333;
    background-color: #AAAAAA;
    font-size: 14px;
    text-decoration: none;
    font-family: verdana, sans-serif;
    border-style: none;
    padding: 2px 5px 2px 5px;
    margin: 0px 0px 0px 5px;
}

#inputtable {
    margin: 10px 0px 20px 120px;
}

#teamstable {
    margin: 10px 0px 20px 140px;
}

.warning {
    color: #66CC44;
    font-weight: bold;
}

.para {
    padding-top: 10px;
}

.pickbutton {
    padding-left: 147px;
}   