@charset "UTF-8";

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  

:focus { -moz-outline-style: none; }

.paragraphFormat p, .paragraphFormat ul { margin: 0 0 15px; }
.paragraphFormat li { margin: 0 0 5px 30px; }

body {
	background: url(images/navbar-bg.png) repeat-x 0 0;
	font: 13px 'lucida grande', arial, tahoma, verdana, sans-serif;
}

a { color: #2d77e5; text-decoration: none; }
a:hover { color: #428dff; text-decoration: underline; }

.contentWrapperResizable {
	position: relative;
	width: 94%;
	left: 3%;
}

.contentWrapperFixed {
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

/* @group Nav Bar */

.navBarTabsWrapper {
	height:85px;
	left:195px;
	position:absolute;
	top:30px;
	width:545px;
}

.navBarContainer {
	position: relative;
	width: 950px;
	left: 50%;
	margin-left: -475px;
	height: 110px;
	margin-bottom: 10px;
}

.navBarLogo a {
	position: absolute;
	height: 70px;
	width: 210px;
	background: url(images/gc-logo.png) no-repeat;
}

.navBarSignIn {
	position: absolute;
	right: 0;
	top: 13px;
	text-align: right;
	color: #fff;
	font: 11px 'lucida grande', tahoma, arial, verdana, sans-serif;
}

.navBarSignIn p.userMetrics {
	margin-top: 20px;
}

.navBarSignIn a {
	color: #fff;
	text-decoration: underline;
}

.navBarSignIn a:hover {
	color: #c0e9fc;
}

.navBarSignIn .userMetrics a {
	background: transparent url(images/icon-metrics.gif) no-repeat scroll 0 0;
	padding-bottom: 2px;
	padding-left: 20px;
}

/* @group Upload Button */
a.upload-link {
	margin-left: 10px;
	background: #E0E0DE url('images/bg_upload-btn.png') no-repeat 0 -1px;
	padding: 4px 10px 4px 22px;
	color: #3977b7;
	text-decoration: none;
	text-shadow: 0 1px 0 white;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0px 4px #22486f;
	-webkit-box-shadow: 0 0px 4px #22486f;
	box-shadow: 0 0px 4px #22486f;
    line-height:1.6em;
}

a.upload-link:hover {
	color: #31a2eb;
	background-color: #F3F3F3;
	background-position: 0 -37px;
	-moz-box-shadow: 0 0 3px #fff;
	-webkit-box-shadow: 0 0 3px #fff;
	box-shadow: 0 0 3px #fff;
}

a.upload-link:active {
	color: #3977b7;
	background-color: #fff;
	background-position: 0 -73px;
}
/* @end */

/* @group Tabs */
.navBarTabsContainer {
	position: absolute;
	left: 210px;
	top: 45px;
}

a.navBarTab {
	float: left;
	width: 121px;
	height: 30px;
	text-align: center;
	background: url(images/nav-tab-bg.png) no-repeat 0 -60px;
	color: #fff;
	font: bold 13px/26px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-shadow: #537ca4 0 -1px 0;
	cursor: pointer;
	display: block;
	text-decoration: none !important;
}


a.navBarTab:hover {
	/*background-position: 0 -30px;*/
	color: #fff;
	text-shadow: #537ca4 0 -1px 0;
	text-decoration: none !important;
}

a.navBarTab.navTabSelected, a.navBarTab.navTabSelected:hover {
	background-position: 0 0;
}

/* @end */

.navBarSubTabsContainer {
	position: absolute;
	left: 140px;
	top: 75px;
	width: auto;
}

.navBarSubTab a {
	font: bold 13px/26px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #fff;
	/* text-shadow: #537ca4 0 -1px 1px; */
	padding-left: 5px;
	padding-right: 15px;
	display: inline-block;
	text-decoration: none !important;
}

.navBarSubTab a:hover {
	color: #c0e9fc;
	/* text-shadow: #004c76 0 1px 1px; */
	text-decoration: none !important;
}

.navBarSubTab.explore {
	width: auto;
}

.navBarSubTab.explore.littleRight {
	position: relative;
	left: 134px;
}
	
.navBarSubTab.explore.alotRight {
	position: relative;
	left: 250px;
}
/* @end */

/* @group Footer */

.gcFooterWrapper {
	background: url(images/footer-bg.png) no-repeat center 30px;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 30px;
	clear: both;
}

.gcFooter {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	color: #909090;
	font-size: 11px;
	line-height: 22px;
}

.gcFooter a {
	color: #909090;
}

.gcFooter a:hover {
	color: #262626;
}

.gcFooter .footerColumn {
	float: left;
	width: 200px;
}

.gcFooter .footerRight {
	text-align: right;
}

.changeLanguageFooter select {
	font-size: 11px;
	margin-left: 3px;
}

/* @end */

.headerTitle {
	position: relative;
	float: left;
	font: 23px 'lucida grande', arial, tahoma, sans-serif;
	color: #184f88;
	padding: 11px 15px 10px 0;
}

.headerTitle a {
	color: #184F88;
}

.headerDescription {
	position: relative;
	float: left;
	font: 13px 'lucida grande', arial, tahoma, sans-serif;
	color: #787878;
	background: url(images/title-divider.png) no-repeat 0 0;
	padding: 20px 0 10px 15px;
}

.headerContainer {
	width: 950px;
	height: 60px;
}


