body {
    background: none repeat scroll 0 0 #000000;
    color: #666666;
    font-family: 'Segoe UI',Helvetica,Arial,sans-serif;
    font-size: small;
    margin: 0;
    padding: 0;
    text-align: center;
}

image {
    border: none;
}

#outer-container {
    background-color: #ffffff;
    min-height: 820px;
}

#container {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 920px;
    padding: 20px 0px 20px 0px;
}

#container a {
    text-decoration: none;
    color: #999999;
}

#container a.active, #container a:hover {
    color: #000000;
}

#header {
}

#footer {
    min-height: 40px;
}

#content {                
    line-height: 2em;
}

#content-text {
    width: 560px;
    
}

#content-text div.left {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

#content-text div.right {
    width: 50%;
    float: right;
    margin-top: 60px;
    margin-bottom: 20px;
}

#content-image-cycle {
    position: absolute;
    right: 0;
    top: 170px;
    width: 320px;
    overflow: hidden;
}

#content-image-cycle div p {
    float: left;
}

#logo {
    background-color: red;
    height: 99px;
    width: 99px;
    float: left;
}

#topbar {
    border-bottom: 1px solid #999999;
    color: #999999;
    font-size: 18px;
    margin-bottom: 15px;
    /*left: 80px;
    position: absolute;
    top: 60px;*/
}

#topbar a {
    text-decoration: none;
    color: #999999;
}

#topbar a.active, #topbar a:hover {
    color: #000000;
}

#topbar ul {
    padding: 0;
}
#topbar ul li {
    display: inline;
    margin-right:30px;
}

#logo-text {
    margin-left: -5px;
}

#windows-logo {
    /*margin-top: 40px;*/
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    text-align: left;
    width: 920px;
}

.intro-heading {
    color: #333333;
    font-size: 22px;
}

.intro-heading a {
    color: #333333 !important;
}

.intro-text {
    margin: 20px 0px;
}

.slash_separator {
    font-weight: bold;
}

.clearfloat {
    clear: both;
}

.carousel-wrap {
    height: 620px !important;
}
