@charset "UTF-8";
/* CSS Document */

body {
    background: #ebefde url(../sourceImages/bodyBG.png) no-repeat;
    background-position: center 80px;
    margin: 0px;
    padding: 0px;
    font-family:"Trebuchet MS", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
a {
    color: #222234;
    outline: none;
}
a:hover {
    color: #000;
}
#headerWrap {
    background: #a5cd39 url(../sourceImages/headerBg.png) top center no-repeat;
    height: 80px;
}
#header {
    margin: 0px auto;
    width: 952px;
    height: 80px;
    text-align: left;
}
#logo {
    background: url(../sourceImages/logo.png) top left no-repeat;
    width: 254px;
    height: 80px;
    display: block;
    float: left;
    outline: none;
}
#headerContact {
    width: 300px;
    height: 28px;
    margin-top: 29px;
    float: right;
    text-align: right;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}
#contactUsLink {
    outline: none;
    text-transform: uppercase;
    text-decoration: none;
}
#contactUsLink:hover {
    color: #fff;
}
.headerNumber {
    color: #222234;
}
#signUp {
    background: url(../sourceImages/signUp_over.png) top left no-repeat;
    display: block;
    width: 176px;
    height: 28px;
    margin-top: 26px;
    float: right;
    outline: none;
}
#signUp:hover {
    background: url(../sourceImages/signUp.png);
}
#navWrap {
    background: url(../sourceImages/navSpan.png) repeat-x;
    height: 40px;
}
#nav {
    margin: 0px auto;
    width: 952px;
    height: 40px;
    text-align: center;
    background: url(../sourceImages/navLeft.png) top left no-repeat;
}
#navLinks {
    margin: 0px auto;
    width: 950px;
    text-align: left;
}
#nav a {
    height: 39px;
    display: inline-block;
    outline: none;
}
#nav a span {
    display: none;
}
.linkText {
    display: none;
}
#features {
    float: left;
    width: 99px;
    background: url(../sourceImages/features.png);
}
#pricing {
    float: left;
    width: 98px;
    background: url(../sourceImages/pricing.png);
}
#designs {
    float: left;
    width: 99px;
    background: url(../sourceImages/designs.png);
}
#customers {
    float: left;
    width: 98px;
    background: url(../sourceImages/customers.png);
}
#about {
    float: left;
    width: 99px;
    background: url(../sourceImages/about.png);
}
#contact {
    float: left;
    width: 98px;
    background: url(../sourceImages/contact.png);
}
#blog {
    float: left;
    width: 99px;
    background: url(../sourceImages/blog.png);
}
#developers {
    float: right;
    width: 134px;
    background: url(../sourceImages/developers.png);
    position: relative;
    left: 1px;
}
#nav a#features:hover, #nav a#features.active {
    background: url(../sourceImages/features_over.png);
}
#nav a#pricing:hover, #nav a#pricing.active {
    background: url(../sourceImages/pricing_over.png);
}
#nav a#designs:hover, #nav a#designs.active {
    background: url(../sourceImages/designs_over.png);
}
#nav a#customers:hover, #nav a#customers.active {
    background: url(../sourceImages/customers_over.png);
}
#nav a#about:hover, #nav a#about.active {
    background: url(../sourceImages/about_over.png);
}
#nav a#contact:hover, #nav a#contact.active {
    background: url(../sourceImages/contact_over.png);
}
#nav a#blog:hover, #nav a#blog.active {
    background: url(../sourceImages/blog_over.png);
}
#nav a#developers:hover, #nav a#developers.active {
    background: url(../sourceImages/developers_over.png);
}
#mainWrap {
    margin: 0px auto;
    width: 952px;
    background: #fff url(../sourceImages/mainSpan.png) top left repeat-y;
    text-align: center;
}
#main {
    margin: 0px auto;
    width: 950px;
    text-align: left;
    overflow: auto;
}
/*Footer */
#footer {
    background: url(../sourceImages/footerTop.png) top left no-repeat;
    margin: 0px auto;
    width: 952px;
    text-align: left;
    clear: both;
    overflow: auto;
}
#footerLeft ul {
    list-style-type: none;
    width: 150px;
    margin: 0px;
    padding: 10px;
    float: left;
}
#footerLeft li {
    color: #777777;
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
    line-height: 11px;
}
#footerLeft .title {
    font-size: 13px;
    color: #666666;
    font-weight: bold;
}
#footerLeft a {
    text-decoration: none;
    color: #999999;
    font-size: 11px;
}
#footerLeft a:hover {
    color: #555;
}
#newsletter {
    float: left;
    width: 300px;
    font-size: 13px;
    color: #70A128;
    font-weight: bold;
    line-height: 11px;
    padding-top: 10px;
}
#newsletter label {
    display: none;
}
#newsletter span {
    color: #999999;
    font-size: 11px;
    display: block;
    font-weight: normal;
    line-height: 13px;
    margin: 6px 0px;
    width: 300px;
}
#NewsletterEmail {
    width: 120px;
    padding: 3px;
    font-size: 10px;
    margin-right: 6px;
}
#newsletter .input {
    float: left;
}
#newsletter .submit {
    float: left;
}
.newsletterError {
    font-weight: bold;
    color: red;
    background: #f7f7f7;
    padding: 5px;
    margin-bottom: 5px;
}
#newsletter form {
    margin-top: 0px;
}
#twitter_div {
    width: 257px;
    float: right;
    margin-bottom: 20px;
    min-height: 100px;
    padding-right: 10px;
    border-left: 1px solid #ccc;
}
#twitter_update_list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    text-align: left;
    margin-top: 8px;
    margin-left: 8px;
    margin-bottom: 10px;
    color: #999999;
}
#twitter_update_list span {
    display: block;
}
#twitter_update_list li {
    font-size: 12px;
    font-style: italic;
}
#twitter_update_list li a {
    margin-top: 8px;
}
#twitter-link {
    text-align: left;
    font-size: 14px;
    display: block;
    margin-left: 8px;
    font-weight: bold;
}

/* Sub Page Layout */

#subPage {
    background: url(../sourceImages/navBg.png) top left repeat-y;
    overflow: auto;
}
#navLeft {
    width: 265px;
    margin-bottom: 30px;
    position: absolute;
}
#navLeft h1 {
    margin: 0px;
    color: #222234;
    text-align: center;
    font-size: 36px;
    padding: 27px 0px;
    position: relative;
    left: -8px;
}
#navLeft ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    position: relative;
    left: -15px;
}
#navLeft li {
    width: 265px;
}
#navLeft .activeSubPage {
    background: url(../sourceImages/activeListItem.png) top left no-repeat;
    height: 44px;
}
#navLeft .activeSubPage a {
    padding: .7em 35px;
    display: block;
}
#navLeft a {
    text-decoration: none;
    color: #333333;
    padding: 5px 35px;
    display: block;
}
#navLeft a:hover {
    color: #222234;
    font-weight: bold;
}
#rightContent {
    width: 670px;
    color: #555555;
    padding-bottom: 30px;
    padding-left: 280px;
    min-height:500px;
    height:auto !important;
    height:500px;
}
/* Full Page Layout */

#fullPageLayout {
    padding: 30px 20px;
}
.fullPageTitle {
    
}
.fullPageTitle h1 {
    padding-bottom: 5px;
    color: #222234;
    margin: 27px 20px 5px 20px;
    font-size: 36px;
    border-bottom: 1px solid #c6db9c;
}
#rightContent h2 {
    padding: 25px 0px;
    margin: 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #222234;
}
#rightContent .bodyTitle {
    background: url(../sourceImages/dish.png) top left no-repeat;
    min-height: 16px;
    padding-left: 30px;
    margin-bottom: 20px;
    display: block;
    font-size: 18px;
    color: #222234;
}
#rightContent .bodyText{
    color: #666666;
    font-size: 14px;
    line-height: 18px;
    padding-left: 30px;
}
#rightContent .rightImage {
    margin-left: 10px;
}
#rightContent .leftImage {
}
#rightContent .hr {
    clear: both;
    display: block;
    border-bottom: 1px dotted #CCC;
    overflow: auto;
    margin-right: 25px;
    margin-bottom: 10px;
}