/*resets default browser css*/
   
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
img {
    display: block;
}
a img {
    border: none;
}
a:link, a:visited {
    
}
/*end reset*/
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .75em;
    background: url("/images/body.jpg") repeat left top;
}
#wrapper {
    background: url("/images/wrapper.jpg") repeat-x left top;
    width: 100%;
}
#container {
    background: url("/images/container.jpg") no-repeat left 82px;
    width: 763px;
    min-height: 531px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
}
#header {
    padding: 20px 0 0;
}
#header h1 {
    background: url("/images/logo.png") no-repeat left top;
    text-indent: -9999px;
    overflow: hidden;
    width: 176px;
    height: 49px;
    margin-left: 18px;
}
#header h1 a {
    display: block;
    width: 176px;
    height: 49px;
}
#content {
    position: relative;
}
#homeContent {
    position: absolute;
    top: 275px;
    left: 60px;
}
#sites {
    float: left;
    width: 230px;
    margin-right: 64px;
}
#about {
    float: left;
    width: 400px;
}
#sites dl {
    margin-bottom: 10px;
}
#sites dt {
    font-weight: bold;
    color: #CE6609;
    display: block;
    margin-bottom: 10px;
}
#sites dd div {
    float: left;
    margin-right: 4px;
}
#sites dd p {
    float: left;
    width: 26px;
    height: 20px;
    background: url("/images/btnGo.gif") no-repeat left top;
    text-indent: -9999px;
    overflow: hidden;
}
#sites dd p a {display:block;}
#about h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #AFAFAF;
    position: relative;
    top: -12px;
    left: 2px;
}
#about ul {
    margin-top: 28px;
    position:relative;
    left:-30px;
}
#about li {
    float: left;
    margin-right: 30px;
    list-style: none;
}
#about li.last {
    margin-right: 0;
}
#footer {
    position: absolute;
    width: 763px;
    bottom: 45px;
}
#footer p {
    text-align: center;
    font-size: .75em;
    color: #7A705F;
}
#flashcontent {
    position: relative;
    left: 7px;
    top: 10px;
}