body {
    background: #014353 url(gui/bg.jpg) repeat top right;
    background-attachment: fixed;
    margin: 0px;
    padding: 0px;
    }

input {
    border: 0px;
    outline: 0px;
    }

image {
    padding: 0px;
    border: 0px;
    outline: 0px;
    }

.clear {
    clear: both;
    }

#displaynone {
    display: none;
    }

.close {
    background-image: url(gui/close_on.gif) no-repeat top left;
    background: url(gui/close.gif) no-repeat top left;
    width: 27px;
    height: 27px;
    display: block;
    float: right;
    }
    
.close:hover {
    background: url(gui/close_on.gif) no-repeat top left;
    cursor: pointer;
    }

.go {
    background-image: url(gui/go_on.gif) no-repeat top left;
    background: url(gui/go.gif) no-repeat top left;
    width: 27px;
    height: 27px;
    display: block;
    }
    
.go:hover {
    background: url(gui/go_on.gif) no-repeat top left;
    cursor: pointer;
    }

.block {
    background: url(gui/title.gif) no-repeat top left;
    border-top: 1px solid #CCC;
    }

.title {
    float: left;
    display: block;
    width: 225px;
    padding: 10px 0px;
    color: #333;
    font-size: 20px;
    font-weight: normal;
    font-family: Cantarell;
    }

.title a {
    color: #333;
    text-decoration: none;
    }

.title a:hover {
    color: #134254;
    }

.block_inner {
    float: left;
    width: 500px;
    padding: 20px 0px 0px 0px;
    display: block;
    }

.block_title {
    background: #000;
    width: 213px;
    padding: 8px 10px 8px 40px;
    color: #888;
    font-size: 11px;
    font-weight: bold;
    font-family: Cantarell;
    text-transform: uppercase;
    }

#boutiquefirm {
    background: url(i/tagline/boutiquefirm.gif) no-repeat top left;
    height: 40px;
    padding-bottom: 5px;
    }

#skilled {
    background: url(i/tagline/skilled.gif) no-repeat top left;
    height: 40px;
    padding-bottom: 5px;
    }

#sitemap {
    background: url(i/tagline/sitemap.gif) no-repeat top left;
    height: 40px;
    padding-bottom: 5px;
    }

#jobs {
    background: url(i/tagline/jobs.gif) no-repeat top left;
    height: 40px;
    padding-bottom: 5px;
    }

#ourwork {
    background: url(i/tagline/work.gif) no-repeat top left;
    height: 40px;
    padding-bottom: 5px;
    }

#lp {
    background: url(i/tagline/lp.gif) no-repeat top left;
    height: 40px;
    padding-bottom: 5px;
    }

#news {
    background: url(i/tagline/news.gif) no-repeat top left;
    height: 40px;
    padding-bottom: 5px;
    }

#goodjob {
    background: url(i/tagline/goodjob.gif) no-repeat top left;
    height: 40px;
    padding-bottom: 5px;
    }

#oops {
    background: url(i/tagline/oops.gif) no-repeat top left;
    height: 40px;
    padding-bottom: 5px;
    }

#office {
    background: url(i/tagline/office.gif) no-repeat top left;
    height: 40px;
    padding-bottom: 5px;
    }

#people {
    background: url(i/tagline/people.gif) no-repeat top left;
    height: 85px;
    padding-bottom: 15px;
    }

#conversation {
    background: url(i/tagline/conversation.gif) no-repeat top left;
    height: 40px;
    padding-bottom: 15px;
    }

#contact {
    background: url(i/tagline/contact.gif) no-repeat top left;
    height: 40px;
    padding-bottom: 15px;
    }

#contact_small {
    padding-bottom: 25px;
    }

#advisors {
    background: url(i/tagline/advisors.gif) no-repeat top left;
    height: 85px;
    padding-bottom: 15px;
    }




/* Login */

#loginpanel {
	background: #000;
	display: none;
    }

#loginpanel .close {
    display: block;
    margin: 15px 10px 0px 0px;
    }

#loginpanel fieldset {border: 0px;}
#loginpanel textarea, #loginpanel input[type='text'], #loginpanel select {border: 0px;}
#loginpanel textarea:hover, #loginpanel input[type='text']:hover, #loginpanel input[type='password']:hover, #loginpanel select:hover {border-color: none;}
#loginpanel textarea:focus, #loginpanel input[type='text']:focus, #loginpanel input[type='password']:focus, #loginpanel select:focus {border-color: none; outline: 0px;}
#loginpanel input[type='button'], #loginpanel input[type='submit'], #loginpanel input[type='checkbox'], #loginpanel input[type='image'], #loginpanel input[type='radio'], #loginpanel input[type='reset'], #loginpanel select, #loginpanel button {cursor: pointer;}
#loginpanel input[type='hidden'] {display:none;}
#loginpanel input[type='button'] {border: 0px;}
#loginpanel input[type='image'] {outline: 0px; border: 0px;}
#loginpanel input[type='button']:focus {border: 0px;}

#loginpanel input {
    float: left;
    }

#loginpanel .go {
    float: left;
    margin-left: 5px;
    }

#loginpanel h1 {
    margin: 0px;
    padding: 0px;
    color: #FFF;
    font-size: 60px;
    font-weight: bold;
    text-indent: -999px;
    }

#loginpanel h2 {
    color: #888;
    font-size: 11px;
    font-weight: bold;
    font-family: Cantarell;
    text-transform: uppercase;
    }

#loginreal {
    background: url(i/tagline/login.gif) no-repeat top left;
    }

#loginpanel_inner {
    padding: 40px;
    }

#loginpanel_inner_l {
    width: 450px;
    float: left;
    display: block;
    }

#loginpanel_inner_r {
    width: 158px;
    float: left;
    display: block;
    margin-left: 50px;
    }

#loginpanel_extranet {
    filter:alpha(opacity=50);
    opacity: 0.50;
    -moz-opacity:0.50;
    }

#loginpanel_extranet:hover {
    filter:alpha(opacity=100);
    opacity: 1;
    -moz-opacity:1;
    }

#loginpanel_email {
    filter:alpha(opacity=50);
    opacity: 0.50;
    -moz-opacity:0.50;
    }

#loginpanel_email:hover {
    filter:alpha(opacity=100);
    opacity: 1;
    -moz-opacity:1;
    }

#loginpanel_cpanel {
    filter:alpha(opacity=50);
    opacity: 0.50;
    -moz-opacity:0.50;
    }

#loginpanel_cpanel:hover {
    filter:alpha(opacity=100);
    opacity: 1;
    -moz-opacity:1;
    }

#loginpanel_hosting {
    height: 80px;
    width: 158px;
    filter:alpha(opacity=75);
    opacity: 0.75;
    -moz-opacity:0.75;
    }

#loginpanel_hosting:hover {
    filter:alpha(opacity=100);
    opacity: 1;
    -moz-opacity:1;
    }
    
#hostshared a {
    background-image: url(gui/shared_on.gif) no-repeat top left;
    background: url(gui/shared.gif) no-repeat top left;
    width: 33px;
    height: 28px;
    display: block;
    float: left;
    margin-right: 15px;
    }

#hostshared a:hover {
    background: url(gui/shared_on.gif) no-repeat top left;
    height: 28px;
    }

#hostmt a {
    background-image: url(gui/mt_on.gif) no-repeat top left;
    background: url(gui/mt.gif) no-repeat top left;
    width: 61px;
    height: 39px;
    display: block;
    float: left;
    margin-right: 15px;
    }

#hostmt a:hover {
    background: url(gui/mt_on.gif) no-repeat top left;
    }

#hostrackspace a {
    background-image: url(gui/rackspace_on.gif) no-repeat top left;
    background: url(gui/rackspace.gif) no-repeat top left;
    width: 34px;
    height: 28px;
    display: block;
    float: left;
    }

#hostrackspace a:hover {
    background: url(gui/rackspace_on.gif) no-repeat top left;
    }



/* Main Elements */

#container {
    background: #FFF;
    width: 80%;
    min-width: 848px;
    max-width: 1000px;
    border-right: 10px solid #000;
    }

#header {
    background: url(gui/h_bg.jpg) no-repeat top left;
    height: 277px;
    width: 100%;
    display: block;
    }

#topper {
    padding: 10px 10px 0px 10px;
    }    

#socialicons {
    width: 62px;
    height: 32px;
    display: block;
    float: left;
    }

#socialicons_facebook a {
    background-image: url(gui/facebook_on.gif) no-repeat top left;
    background: url(gui/facebook.gif) no-repeat top left;
    width: 26px;
    height: 26px;
    display: block;
    float: left;
    margin-right: 0px;
    }

#socialicons_facebook a:hover {
    background: url(gui/facebook_on.gif) no-repeat top left;
    }

#socialicons_twitter a {
    background-image: url(gui/twitter_on.gif) no-repeat top left;
    background: url(gui/twitter.gif) no-repeat top left;
    width: 26px;
    height: 26px;
    display: block;
    float: left;
    margin-right: 10px;
    }

#socialicons_twitter a:hover {
    background: url(gui/twitter_on.gif) no-repeat top left;
    }

#socialicons_rss a {
    background-image: url(gui/rss_on.gif) no-repeat top left;
    background: url(gui/rss.gif) no-repeat top left;
    width: 26px;
    height: 26px;
    display: none;
    visibility: hidden;
    float: left;
    }

#socialicons_rss a:hover {
    background: url(gui/rss_on.gif) no-repeat top left;
    }

#toplinks {
    width: 300px;
    float: left;
    padding-top: 3px;
    }

#toplinks a {
    padding-left: 35px;
    color: #8d8d8d;
    font-size: 11px;
    font-weight: bold;
    font-family: "Trebuchet MS", "Helvetica Neue", Verdana;
    text-transform: uppercase;
    text-decoration: none;
    }

#toplinks a:hover {
    color: #a61318;
    }

#header_r {
    float: right;
    }

#logo {
    margin-right: 25px;
    }

#logo a {
    width: 284px;
    height: 24px;
    display: block;
    margin-top: 10px;
    }

#footer {
    padding: 30px 50px;
    }

#footer_l {
    width: 500px;
    float: left;
    display: block;
    color: #929292;
    font-size: 10px;
    font-weight: normal;
    font-family: "Helvetica Neue";
    }

#footer_r {
    width: 100px;
    float: right;
    display: block;
    text-align: right;
    }

#footer_l a {
    padding-left: 50px;
    color: #929292;
    text-decoration: none;
    }

#footer_l a:hover {
    color: #000;
    }

#footer_r a {
    padding-left: 5px;
    }

#locations {
    background: #000;
    display: block;
    padding: 30px 0px 30px 40px;
    }

#location {
    width: 300px;
    float: left;
    display: block;
    }

#location h2 {
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    font-family: Cantarell;
    text-transform: uppercase;
    }

#location h4, #location h4 a {
    color: #CCC;
    font-size: 11px;
    font-weight: normal;
    font-family: "Helvetica Neue";
    line-height: 18px;
    text-decoration: none;
    }

#navigation {
    width: 300px;
    float: right;
    display: block;
    }




/* Content Elements */

.content {
    padding: 40px;
    }

.content li {
    padding-bottom: 5px;
    color: #777;
    font-size: 12px;
    font-family: "Helvetica Neue", Arial;
    line-height: 22px;
    }

.content p {
    margin: 0px;
    padding: 0px 0px 15px 0px;
    color: #777;
    font-size: 12px;
    font-family: "Helvetica Neue", Arial;
    line-height: 22px;
    }

.content li a, .content p a {
    color: #134254;
    text-decoration: none;
    }

.content li a:hover, .content p a:hover {
    color: #a61318;
    }

.content h1 {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    text-indent: -999px;
    }

.content h3 {
    margin: 0px;
    padding: 0px;
    color:  #231F20;
    font-size: 18px;
    font-weight: normal;
    font-family: "Helvetica Neue";
    text-transform: uppercase;
    letter-spacing: 1px;
    }

.content h4 {
    margin: 0px;
    padding: 0px;
    color: #555;
    font-size: 12px;
    font-weight: bold;
    font-family: "Helvetica Neue";
    line-height: 20px;
    }

.content h6 {
    margin: 0px;
    padding: 0px 0px 15px 0px;
    color: #666;
    font-size: 18px;
    font-weight: normal;
    font-family: Molengo, Cantarell, "Josefin Sans Std Light", "Helvetica Neue";
    line-height: 30px;
    }

.content h6 span {
    color: #134254;
    }

.content h6 a {
    color: #134254;
    text-decoration: none;
    }

.content h6 a:hover {
    color: #a61318;
    }


/* Featured Images */

.featured {
    display: block;
    margin: 0px 0px;
    padding: 20px 0px 20px 40px;
    }

#capabilitiesbanner {
    background: #e2dfb4 url(i/capabilities/featured.jpg) no-repeat top left;
    }

#careersbanner {
    background: #20c7b6 url(i/careers/featured.jpg) no-repeat top left;
    }

#newsbanner {
    background: #9cb8bb url(i/news/featured.jpg) no-repeat top left;
    }

#aboutbanner {
    background: #1a4a5e url(i/about/featured.jpg) no-repeat top left;
    }

#tumblrbanner {
    background: #5ba58e url(i/blog/featured.jpg) no-repeat top left;
    }

#workbanner {
    background: #1f3e39 url(i/work/featured.jpg) no-repeat top left;
    }

#contactbanner {
    background: #9c9c9c url(i/contact/featured.jpg) no-repeat bottom left;
    }
    
#sitemapbanner {
    background: #0c2f28 url(i/sitemap/featured.jpg) no-repeat bottom left;
    }

#lp_white {
    background: url(gui/lp.gif) no-repeat top left;
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    } 
    
    
    
    
/* Home Elements */ 

#home #brief {
    width: 700px;
    color: #666;
    font-size: 18px;
    font-family: Molengo, Cantarell, "Josefin Sans Std Light", "Helvetica Neue";
    line-height: 30px;
    }

#home_featured_content_outter {
    float: left;
    width: 100%;
    height: 350px;
    }

#home_featured_contentside {
    background: url(i/featured/bgsummit.jpg) no-repeat top left; 
    height: 350px;
    margin-right: 260px;
    }

#home_featured_contentside #home_featured_hidden {
    display: none;
    visibility: hidden;
    }

#home_featured_contentside:hover #home_featured_hidden {
    background: rgba(0, 0, 0, 0.80);
    height: 350px;
    display: block;
    visibility: visible;
    }

#home_featured_hidden_content {
    width: 450px;
    margin: 0px auto;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0px 0px 0px;
    }

#home_featured_hidden_content p {
    margin: 0px;
    padding: 0px;
    color: #D6D6D6;
    font-size: 13px;
    font-family: "Helvetica Neue";
    line-height: 28px;
    }

#home_featured_hidden_content h1 {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    color: #FFF;
    font-size: 24px;
    font-family: "Helvetica Neue";
    text-transform: uppercase;
    letter-spacing: 1px;
    }

#home_featured_hidden_content h2 {
    margin: 0px;
    padding: 0px 0px 15px 0px;
    color: #CCC;
    font-size: 12px;
    font-family: Cantarell;
    text-transform: uppercase;
    }

#home_featured_hidden_content h3 a {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    font-family: Cantarell;
    text-decoration: none;
    text-transform: uppercase;
    }

#home_featured_hidden_content h3 a:hover {
    color: #FFF;
    }

#home_featured_side {
    background: #000;
    float: left;
    width: 260px;
    height: 350px;
    margin-left: -260px;
    text-align: center;
    }

#home_featured_side #laramie {
    padding: 150px 0px;
    }

#home_featured_side #bgsummit {
    padding: 100px 0px;
    }
    
.home_news {
    padding: 40px;
    } 

#home_news_inner {
    float: left;
    width: 440px;
    display: block;
    padding: 20px 0px 0px 0px;
    }

#home_news_inner h3 {
	cursor: pointer;
    position: relative;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-size: 13px;
    font-weight: normal;
    font-family: "Helvetica Neue";
    }

#home_news_inner p {
	margin: 20px 30px 30px 30px;
	padding: 0px;
	display: none;
	color: #999;
    font-size: 12px;
    font-family: "Helvetica Neue";
    line-height: 22px;
    }

#home_news_inner p span {
    color: #777;
    font-weight: bold;
    }

#home_news_inner p em {
    display: block;
    margin: 10px 0px 0px 0px;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-family: Cantarell;
    text-transform: uppercase;
    }

#home_news_inner p em a {
    color: #666;
    text-decoration: none;
    }

#home_news_inner p em a:hover {
    color: #000;
    }

#heading_1d {
    color: #4f4f4f;
    }

#heading_2d {
    color: #626262;
    }

#heading_3d {
    color: #808080;
    }

#heading_4d {
    color: #aeaeae;
    }

#heading_5d {
    color: #c5c5c5;
    }

#heading_6d {
    color: #dcdcdc;
    }

#home_partners {
    background: #727876 url(i/home/partners.jpg) no-repeat top left;
    height: 136px;
    display: block;
    }

#home_partners_images {
    float: left;
    width: 120px;
    display: block;
    padding: 18px 0px 0px 40px;
    }

#home_partners_images a {
    padding-right: 20px;
    }

#home_partners_text {
    width: 400px;
    float: left;
    padding-top: 50px;
    }

#home_partners_text h1, #home_partners_text h1 a {
    margin: 0px;
    padding: 0px;
    color: #2d2d2d;
    font-size: 30px;
    font-weight: normal;
    font-family: "Josefin Sans Std Light";
    text-decoration: none;
    }

#home_partners_text h1 a:hover {
    color: #FFF;
    }

#home_partners_text h2 {
    margin: 0px;
    padding: 0px;
    color: #545550;
    font-size: 12px;
    font-weight: bold;
    font-family: Cantarell;
    text-transform: uppercase;
    }


        

/* About */

.people {
    float: left;
    width: 100%;
    }

.people_r {
    margin-left: 150px;
    }

.people_r h3 {
    padding-top: 35px;
    }

.people_r h4 {
    padding-bottom: 10px;
    }

.people_l {
    float: left;
    width: 125px; 
    margin-left: -100%;
    margin-right: 25px;
    margin-bottom: 30px;
    }

.people_icons {
    width: 200px;
    height: 30px;
    margin-bottom: 35px;
    }

.people_icons a {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin-right: 8px;
    }

#news_link {
    background: #a5a9ac url(i/about/news.jpg) no-repeat top left;
    width: 100%;
    display: block;
    }

#news_link h2 {
    display: block;
    margin: 0px;
    padding: 30px 0px 5px 40px;
    font-size: 24px;
    font-family: Cantarell, "Josefin Sans Std Light", "Helvetica Neue";
    text-transform: uppercase;
    line-height: 26px;
    }

#news_link h2 a {
    color: #FFF;
    text-decoration: none;
    }

#news_link h4 {
    margin: 0px;
    padding: 0px 0px 30px 40px;
    color: #E5E5E5;
    font-size: 12px;
    font-weight: bold;
    font-family: Cantarell, "Helvetica Neue";
    text-decoration: none;
    text-transform: uppercase;
    line-height: 14px;
    }





/* News */

.news {
    background: #a19d92 url(i/news/bg.jpg) repeat top left;
	display: block;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 40px 10px 40px;
    }

.news_item {
    margin-bottom: 30px;
    }

.news_item_l {
    float: left;
    width: 35%;
    }

.news_item_l_inner {
    background: #FFF;
    margin-right: 40px;
    padding: 20px;
    text-align: center;
    }

.news_item_l_inner img {
    }

.news_item_r {
    float: left;
    width: 65%;
    }

.news_item_r h3 {
    margin: 0px;
    padding: 15px 0px 0px 0px;
    color: #444;
    font-size: 13px;
    font-weight: bold;
    font-family: "Helvetica Neue";
    line-height: 24px;
    }

.news_item_r h4 {
    color: #A8A8A8;
    margin: 0px;
    padding: 3px 0px 0px 0px;
    font-size: 11px;
    font-weight: bold;
    font-family: Cantarell, "Helvetica Neue";
    text-decoration: none;
    text-transform: uppercase;
    line-height: 14px;
    }

.news_item_r h4 a {
    color: #D6d6D6;
    text-decoration: none;
    }

.news_item_r h4 a:hover {
    color: #000;
    }

.news_item_r h5 {
    margin: 0px;
    padding: 0px;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    font-family: "Helvetica Neue";
    line-height: 30px;
    }




/* Contact */

.map {
    float: left;
    width: 543px;
    margin-bottom: 50px;
    padding: 20px 0px 0px 0px;
    display: block;
    }
