/* gbscs.com styles */

/*** Generic Elements ***/
html {
	font-size: 100%; /* Avoids IE 5-7 bug with EM fonts */
}

body {
	margin: 0;
	padding: 1em;
	font-family: Tahoma, Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: .725em;
	line-height: 1.4;
	color: #01152D;
	background: #1D467E;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .75em 0;
	line-height: 1.2;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}

h1 {
	font-size: 1.25em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1em;
}

ul, ol {
	margin: .75em 0 .75em 32px;
	padding: 0;
}

p {
	margin: .75em 0;
}

address {
	margin: .75em 0;
	font-style: normal;
}

a {
	text-decoration: none;
}

a:link {
	color: #11C;
}

a:visited {
	color: #11C;
}

a:hover, a:focus, a:active {
	color: #00F;
}

a:active {
	outline: none;
}

a img {
	border: none;
}
/*** END Generic Elements ***/

/*** Block Elements ***/
#wrapper {
	width: 980px;
	border: 1px solid #01152D;
	margin: 0px auto;
}

#header-pre {
	width: 980px;
	height: 85px;
	background: #01152D;
	border-bottom: 1px solid #D7BE69;
}

#logo {
	width: 980px;
	height: 95px;
	background: #02336C;
}

#logo-globe {
	position: relative;
	float: left;
	left: 15px;
	top: 50px;
	clear: both;
}

#logo-mantra {
	position: relative;
	float: left;
	left: 50px;
	top: 10px;
}

#menu {
	width: 980px;
	background-image: url(http://www.gbscs.com/themes/globalbusiness/images/menu-bg.jpg);
	height: 27px;
}

#banner {
	width: 980px;
	height: 207px;
	overflow: hidden;
	z-index: -1;
	margin: 0px;
}

#twitter {
	height: 36px;
	background-image: url(http://www.gbscs.com/themes/globalbusiness/images/twitter-bg.png);
	border-top: 1px solid white;
	font-family: "Century Gothic", Tahoma, Verdana, sans-serif;
	color: white;
	font-style: italic;
	padding-left: 20px;
	padding-top: 9px;
	margin-top: -45px;
}

#header-post {
	height: 5px;
	background-image: url(http://www.gbscs.com/themes/globalbusiness/images/header-post-bg.jpg);
}

#content {
	padding: 20px;
	min-height: 250px;
	background: white;
}

#footer-pre {
	height: 24px;
	background-image: url(http://www.gbscs.com/themes/globalbusiness/images/footer-pre-bg.jpg);
}

#copyright {
	height: 38px;
	background: #02336C;
	border-bottom: 1px solid #D7BE69;
	text-align: right;
	color: white;
	font-size: 10px;
	padding: 7px 10px 0px 0px;
}

#copyright a {
	color: white;
}

#footer-post {
	height: 35px;
	background: #01152D;
}

#search-form {
	float: right;
	position: relative;
	right: 20px;
	top: -15px;
	border: 1px solid #906F21;
}

/*** END Block Elements ***/

/*** Navitation ***/
#menu ul {
	padding: 0px;
	margin: 0px 0px 0px 304px;
}

#menu ul li {
	float: left;
	display: inline;
	background: url(http://www.gbscs.com/themes/globalbusiness/images/menu-bullet.png) no-repeat 0px 10px;
	text-transform: uppercase;
	padding-left: 12px;
	margin-right: 6px;
}

#menu ul li.first {
	background: none;
	padding-left: 0px;
}

#menu ul li a {
	color: black;
	text-decoration: none;
	height: 23px;
	display: block;
	vertical-align: middle;
	padding-top: 4px;
}

#menu ul li a:hover {
	color: #333333;
}

#footer-pre ul {
	paddin: 0px;
	margin: 0px;
	float: right;
}

#footer-pre ul li {
	float: left;
	display: inline;
	background: url(http://www.gbscs.com/themes/globalbusiness/images/menu-bullet-small.png) no-repeat 0px 9px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 6px;
	font-size: 10px;
	height: 20px;
	padding-top: 4px;
}

#footer-pre ul li.first {
	background: none;
	pading-left: 0px;
}

.nav-secondary {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.nav-secondary li {
	display: inline;
	float: left;
}

.nav-secondary li.first {
	padding-left: 0px;
}

/*** END Navigation ***/

/*** Forms ***/
#search-form input {
	height: 23px;
}

#search-form input[type=submit] {
	color: #C9AF65;
	height: 21px;
	background-color: #02336C;
	border: none;
	margin: 0px;
	padding: 3px 6px;
	float: right;
}

#search-form input[type=text] {
	width: 140px;
	border: none;
	margin: 0px;
	padding: 0px 3px;
	float: right;
}

/*** END Forms ***/

/*** Twitter ***/

#twitter a {
	color: white;
	text-decoration: underline;
}

#twitter-icon {
	float: left;
	margin-right: 20px;
}

#fb-icon {
	float: left;
	margin-right: 5px;
}

#twitter-text {
	float: left;
}

.twitter-large {
	font-size: 12px;
	display: block;
	clear: right;
}

.twitter-small {
	font-size: 8px;
}