* {
    padding:0px;
    margin:0px;
}

body {
    font-family: "trebuchet ms", Verdana, Arial;
    font-size:0.8em;
    line-height:1.4em;
    color:#000000;
    background:#336699;
    text-align:left;
}

p {
    margin-top:14px;
    margin-bottom:14px;
    color:#ffffff;
}

a {
    color:#3399cc;
}

h1 {
    border-bottom:1px solid #3399CC;
    font-size:1.4em;
    color:#cccccc;
}


INPUT, TEXTAREA {
    border:1px solid #000000;
    background: #FFFFFF;
    color:#000000;
}

BUTTON {
    background:#FFFFFF;
    border:1px solid #000000;
}

#content ul {
    padding-left:40px;
}

#header #headerTopMenu .searchbox INPUT[type="submit"] {
    width:80px;
    height:22px;
    display:block;
    background:yellow;
}

#header #headerTopMenu .searchbox INPUT {
    display:block;
    height:20px;
    width:150px;
    float:left;
}

#header #headerTopMenu .searchbox {
    position:absolute;
    top:0px;
    right:20px;
}

#wrap {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 967px;
    background:#333333;
    border:2px solid #000000;
}

#header {
    background:#333333;
}

#header #headerTopMenu {
    height:45px;
}

#content {
    background:#333333;
}

#footer {
    clear:both;
    border-top:2px solid #000000;
    height:30px;
}

#footer .address {
    margin-top:5px;
    position:absolute;
    text-align:left;
    left:10px;
}

#footer .footerNav {
    margin-top:4px;
    position: absolute;
    text-align:right;
    left:620px;
}

#footer .footerNav A {
    padding-left:10px;
    padding-right:10px;
}

.imgRight {
    margin-left:15px;
    margin-bottom:15px;
    float:right;
}

.imgLeft {
    margin-right:15px;
    margin-bottom:15px;
    float:left;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

