/** RESETS **/

html, body {
    position:relative;
    min-height: 100%;
    height:100%;
}


body {
    font-size:62.5%;
    margin:0;
    background: #fff;
    color:#666;
    font-family:Tahoma, Helvetica, Arial, sans-serif;
    text-align:center;
}

.clear {
    zoom:1;
}

.clear:after {
    content: '.';
    display:block;
    clear:both;
    line-height:0em;
    visibility: hidden;
    height:0px;
}

h1 {
    font-size:1.8em;
}

h2 {
    font-size:1.6em;
}

h3 {
    font-size:1.4em;
}

h4 {
    font-size:1.2em;
}

a:link, a:visited {
    color: #129c0c;
    text-decoration:none;
}

a:hover {
    text-decoration: underline;
}

img {
    border:0;
}

.inner {
    margin:0 auto;
    width:970px;
    text-align: left;
}

#contentContainer {
    font-size:1.2em;
    padding:30px 0;
    z-index: 1;
}

#left {
    width:232px;
    float:left;
    display:inline;
    margin:0 20px 0 0;
}

#content_main {
    float:left;
    display:inline;
    width:680px;
    padding:0 15px 20px;
    font-size:1.1em;
}

p#certs {
    text-align: center;
}

p.note, p.footnotes,p.footnote {
    font-style: italic;
    color:#999;
}

div.filler {
    min-height:550px;
}

/*** TOP BAR ***/

#top {
    background: url(../images/topNav_bg.jpg) center top #000;
    height:115px;
    display:block;
    clear:both;
    position:relative;
    font-size:1.2em;
    z-index: 1000;
}

a#gogrid_logo {
    float:left;
    display:inline;
    margin:20px 0 0;
}

#top_contact {
    float:right;
    display:inline;
    width:600px;
    color:#fff;
    text-align: right;
    font-weight:bold;
    padding:15px 15px 0;
}

#top_contact a {
    height:25px;
    width:123px;
    display:inline-block;
    margin:0 10px 10px 0;
    color:#fff;
}

#top_contact a#jobs_link {
    height:auto;
}

#top_contact a:hover {
    text-decoration: none;
}

#top_contact a.link_liveChat {
    background: url(../images/sprite_topButtons.png) no-repeat 0 0;
}

#top_contact a.link_liveChat:hover {
    background: url(../images/sprite_topButtons.png) no-repeat 0 -25px;
}

#top_contact a.link_login {
    background: url(../images/sprite_topButtons.png) no-repeat 0 -50px;
    height:25px;
    width:126px;
    display:inline-block;
    margin-right: 0;
}

#top_contact a.link_login:hover {
    background: url(../images/sprite_topButtons.png) no-repeat 0 -75px;
}

#navBar {
    display: block;
    clear:both;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background:url(../images/topNavBar_bg.png) repeat-x bottom;
    height:44px;
    z-index: 999;
    margin:0 0 -8px;
}

#navBar_inner {
    position:relative;
    z-index: 998;
}

#navBar ul {
    display:block;
    clear:both;
    margin:5px 0;
    padding:0;
}

#navBar ul#topMenu li {
    float:left;
    display:inline;
    width:200px;
    margin:0;
}

#navBar ul li#cloudHosting {
    width:200px;
}

#navBar ul li#signUp {
    width:150px;
}

#navBar ul li a {
    display:block;
    text-align: center;
    border-left:1px solid #e5e5e5;
    border-right:1px solid #999;
    padding:4px 0 6px;
    font-size:1.2em;
    text-transform: uppercase;
    color:#555;
    font-weight: bold;
    text-shadow:1px 1px #e5e5e5;
}

#navBar ul li a.menuOpen {
    background: #e5e5e5;
    border:1px solid #999;
    border-bottom:0px;
}

#navBar ul li a:hover {
    text-decoration: none;
    color:#333;
}

#navBar ul li#cloudHosting a {
    text-align: center;
    border-left: 0px;
    padding-left: 10px;
}

#navBar ul li#signUp a {
    text-align: center;
    border-right:0px;
}

#superMenu_wrapper {
    background: #e5e5e5;
    display:none;
    border:1px solid #999;
    border-top:0px;
    position:absolute;
    top:28px;
    z-index: 1000;
    left:0px;
    -moz-border-radius:0 0 10px 10px;
    -webkit-border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    z-index: 997;
}

.superMenu_content {
    display:none;
    margin:10px;
    display:block;
    text-align: left;
}

/*** SUPER MENU SECTIONS ***/
.superMenu_innerSection {
    background: #fff;
    border: 1px solid #ccc;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    padding:10px;
}

#superMenu_wrapper .sm_column {
    float:left;
    display:inline;
    width: 210px;
    margin:0 15px 0 0;
}

.linkBlock {
    width:200px;
}

.superMenu_content h3 {
    color:#129c0c;
    margin:0;
    padding:5px 0;
    border-bottom:1px solid #129c0c;
    font-size:1em;
    text-transform: uppercase;
}

#superMenu_wrapper ul li a {
    text-align: left;
    font-size: 1em;
    text-transform: none;
    font-weight: normal;
    border-left:0px;
    border-right:0px;
    display:block;
    width:auto;
    padding:0;
    margin:0;
}

#superMenu_wrapper .superMenu_content ul {
    text-align: left;
    margin:10px 0 10px;
    padding:0;
    display: block;
    list-style:none;
}

#superMenu_wrapper .superMenu_content ul li {
    display: block;
    margin:0 0 5px;
}

#superMenu_wrapper .sm_callout {
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    width:225px;
    margin-left:10px;
}

#superMenu_wrapper #specialOffers {
    margin:20px 0 0 10px;
}

#superMenu_wrapper #specialOffers img {
    margin:0 0 15px;
}

#superMenu_wrapper #blogFeed {
    width:400px;
    margin-right:70px;
}

#superMenu_wrapper #blogFeed h3 {
    padding-left:5px;
}

#superMenu_wrapper #blogFeed ul {
    width:100%;
    display:block;
    clear:both;
    margin:0;
}

#superMenu_wrapper #blogFeed ul li {
    display:block;
    clear:both;
    border-bottom:1px dotted #999;
    width:400px;
    margin:0;
    float:none;
}

#superMenu_wrapper #blogFeed ul li a {
    padding:8px 5px;
    display:block;
    margin:0;
    clear:both;
}

#superMenu_wrapper #blogFeed ul li a:hover {
    background: #f0f0f0;
}

#superMenu_wrapper #blogFeed p#blog_visit {
    text-align: right;
    padding:0 5px 0 0;
    margin:0.5em 0;
}

#menu_loading {
    padding:80px 0;
    text-align: center;
}

/*** SIDENAV ***/
#sideNav {
    background:#daeac1;
    position:relative;
    padding:0 0 15px;
    -moz-border-radius:10px 10px 0 0;
    -webkit-border-top-right-radius:10px;
    -webkit-border-top-left-radius:10px;
}

#sideNav h2 {
    margin:0;
    padding:5px 10px;
    color:#fff;
    font-weight:normal;
    background:#000;
    -moz-border-radius:10px 10px 0 0;
    -webkit-border-top-right-radius:10px;
    -webkit-border-top-left-radius:10px;
    font-size:1.4em;
    position:relative;
}

#sideNav h3 {
    background: url(../images/sideNav_sectionTitle_bg.png) 0 0 no-repeat;
    color:#333;
    font-size:1.1em;
    margin: 0 -5px -7px -9px;
    padding:4px 20px;
    width: 205px;
    height:27px;
    position:relative;
    cursor:pointer;
}

#sideNav h3:hover {
    background: url(../images/sideNav_sectionTitle_bg.png) 0 -35px no-repeat;
}

#sideNav h3.selected {
    background: url(../images/sideNav_sectionTitle_bg.png) 0 -70px no-repeat;
}

#sideNav ul {
    margin:0 -5px 0 0;
    padding:0;
    list-style:none;
}

#sideNav ul li {
    border-bottom:1px solid #fff;
    display:block;
    clear: both;
    line-height: 1em;
}

#sideNav ul li a {
    color:#333;
    padding:8px 10px;
    display:block;
    width:212px;
}

#sideNav ul li a:hover {
    text-decoration: none;
    background: #cce99e;
}

#sideNav ul li a.thisPage,
#sideNav ul li a.thisPage:hover {
    background: #e5e5e5;
}

a#btn_signUp {
    text-align: center;
    display:block;
    margin:30px 0 0;
}


/*** FOOTER ***/

#footer {
    background: url(../images/footer_bg.png) repeat-x #666;
    height:200px;
    display:block;
    clear:both;
    bottom:0px;
    left:0px;
    width:100%;
    text-align: left;
    font-size:1.1em;
}

ul#footerTitles {
    margin:0;
    padding:6px 0;
    font-weight: bold;
    list-style: none;
    font-size:1.2em;
}

ul#footerTitles li,
#footerLists .column {
    float:left;
    display:inline;
    margin:0 10px;
    padding: 0;
}

ul#footerTitles li {
    width:150px;
}


#footerLists .column {
    padding:0 0 0 15px;
    width:135px;
}

#footerLists {
    padding:15px 0 0;
}



#footerLists .foot_cloudHosting {
    width:190px;
}


#footerTitles .foot_cloudHosting {
    width: 205px;
}

#footerLists #connect {
    width:200px;
}
#footerLists a:link,
#footerLists a:visited {
    color:#fff;
}

#footer_liveChat {
    background: url(../images/sprite_footer.png) 0 0;
    width:194px;
    height:34px;
    display:block;
    margin:0 0 10px;
}

#footer_liveChat:hover {
    background: url(../images/sprite_footer.png) 0 -34px;
}

#footer_liveCall {
    background: url(../images/sprite_footer.png) 0 -68px;
    width:194px;
    height:34px;
    display:block;
    margin:0 0 10px;
}

#footer .link_sm {
    padding:5px 10px 5px 25px;
    color:#fff;
    height:10px;
    display: inline-block;
    margin:0 10px 0 0;
}

#footer_twitter {
    background: url(../images/sprite_footer.png) 0 -140px;
}

#footer_facebook {
    background: url(../images/sprite_footer.png) 0 -160px;
}

#footer_liveCall:hover {
    background: url(../images/sprite_footer.png) 0 -102px;
}

/*** CONTENT ***/

#content_main {
    font-size:1.1em;
    line-height:1.4em;
}

#pageTitle {
    padding:0 0 10px;
    border-bottom:1px solid #999;
    line-height: auto;
}

#pageTitle h1 {
    font-size:1.6em;
    color:#666;
    margin:0 0 0.3em;
    line-height:1.1em;
}

#pageTitle h3 {
    margin:0;
    font-size:1.2em;
    font-weight:normal;
    color:#999;
}

tr.alt {
    background: #e5e5e5;
}

.callout_right {
    float:right;
    display:inline-block;
    margin:0 0 15px 15px;
}

/*** CALLOUTS ***/

.left_callout {
    position:relative;
    border:1px solid #83c650;
    margin:15px 0;
}

.left_callout .calloutTitle {
    background: #fff;
    color:#83c650;
    font-weight: bold;
    display:inline-block;
    padding:0 2px 5px 0;
    position: absolute;
    top:-10px;
    left:-2px;
    font-size:1.3em;
}

.left_callout .calloutBody {
    margin:20px 15px;
    font-size:1.1em;
}

.left_callout .calloutAction {
    position:absolute;
    bottom:-15px;
    right:-2px;
    background: #fff;
    padding:2px 2px 5px 5px;
    font-size:1.3em;
    font-weight: bold;
}

.left_callout .calloutAction a:link,
.left_callout .calloutAction a:visited {
    padding:0 15px 0 0;
    color:#83c650;
    background:url(../images/callout_link_arrow.png) no-repeat right center;
}

h3.underlined {
    font-weight: normal;
    padding:0 0 8px;
    border-bottom:1px solid #129C0C;
    color:#555;
    margin:2.2em 0 1em;
}


.left_callout h4 {
    margin:0.4em 0 0;
}

.left_callout h5.date {
    color:#999;
    margin:0 0 0.5em;
    font-size:1em;
}

/*** CONTACT BUTTONS ***/
.contactButtons {
    padding:1em 0;
}
a.contactButton:link,
a.contactButton:visited {
    display:inline-block;
    width:135px;
    background: #129C0C;
    color:#fff;
    text-shadow: 1px 1px 0px #333;
    font-weight: bold;
    padding:10px;
    text-align: center;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border:1px solid #ccc;
    margin:0 5px 0 0;
}

a.contactButton:hover {
    background: #ccc;
    text-decoration:none;
}

/*** GENERIC TABS ***/

.tabbedContent ul.tabs {
    background: #e5e5e5;
    padding:15px 0 0 15px;
    margin:0;
    list-style:none;

}

.tabbedContent ul.tabs li {
    float:left;
    display:inline;
    -moz-border-radius:10px 10px 0 0;
    -webkit-border-top-right-radius:10px;
    -webkit-border-top-left-radius:10px;
}

.tabbedContent ul.tabs li a:link,
.tabbedContent ul.tabs li a:visited {
    color:#666;
    padding:6px 15px;
    display:block;
}

.tabbedContent ul.tabs li.selected {
    background: #fff;
}


/** CHAT SLIDER **/
#chatInvite {
	display:none;
	position:fixed;
	bottom:0px;
	left:0px;
	border-top:2px solid #ccc;
	width:100%;
	height:75px;
	background:#000;
	color:#fff;
	font-size:14px;
	z-index:1000;
	}

#chatInvite #invite_inner {
	position:relative;
	margin:0 auto;
	}

#chatInvite #invite_inner h3 {
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	}

#chatInvite #invite_inner h3,
#chatInvite #invite_inner p {
    margin:10px 0 5px 210px;
}

#questionCloud {
	position:absolute;
	left:-10px;
	top:0px;
	}

#inviteClose {
	position:absolute;
	top:5px;
	right:10px;
	cursor:pointer;
	height:20px;
	width:20px;
	background:url(../images/chat_invite/close.png) no-repeat;
	}

#chatInvite .liveChat_link {
	position:absolute;
	top:10px;
	right:160px;
	padding:5px 25px;
	text-transform:uppercase;
	background:#74B44A;
	color:#fff;
	font-weight:bold;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	cursor:pointer;
	}

#chatInvite .liveCall_link {
	position:absolute;
	top:10px;
	right:15px;
	padding:5px 25px;
	text-transform:uppercase;
	background:#74B44A;
	color:#fff;
	font-weight:bold;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	cursor:pointer;
}
