/*
Theme Name: GeoOrbis Corporate v1.0
Theme URI: http://www.geoorbis.com/themes/public/global.css
Description: Created September 2007. This is the main CSS theme for geoorbis.com.
@media target: Screen, projection
@copyright:    GeoOrbis, Inc.
Version: 1.0
Author: Owan Hunte <ohunte@geoorbis.com>

Table of Contents:
	layout
		general
		header
		main
		contact form
		news & announcements
		footer
		hooks
	typography
*/

/* layout
----------------------------------------------- */

/* Friendly global style resetting */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { padding: 0; margin: 0 }
table { border-collapse: collapse; border-spacing: 0 }
a, img { border: none; outline: none }
address, caption, cite, th { font-style: normal; font-weight: normal }
ol, ul { list-style: none }
caption, th { text-align: left }
fieldset { border: none; }
abbr { border: none; }
iframe { border: none; overflow: hidden; }

/* layout --> general
----------------------------------------------- */
html, body {
	background-color: #f1f1f1;
	color: #000;
}

body, table, tr, td, th {
	font: 10px Arial, Helvetica, sans-serif;
	text-align: left;
}
body { text-align: center; padding-top: 10px; }

#wrapMe {
	margin: 0 auto;
	width: 1000px;
}

.hook { clear: both; }
.hook_l { clear: left; }
.hook_r { clear: right; }

.fsm {
	font-weight: bold;
	margin-bottom: 15px;
	background: #FFFFFF url(http://www.geoorbis.com/images/site/backend_msg_bg.png) repeat-x left top;
	padding: 8px 10px;
	border: 1px solid #CCC9A4;
	color: #6F6F6F;
}

.fsm span, .error {
	color: #009933;
}

/* layout --> header
----------------------------------------------- */
#headerWrap {
	background: url(http://www.geoorbis.com/images/site/header-bg-crnrright.jpg) no-repeat right top;
	text-align: left;
	height: 213px;
	padding-right: 26px;
}

#headerWrapInner {
	background: url(http://www.geoorbis.com/images/site/header-bg-crnrleft.jpg) no-repeat left;
	height: 213px;
	padding-left: 25px;
}

#headerMain {
	background: url(http://www.geoorbis.com/images/site/header-bg.jpg) repeat-x top;
	height: 213px;
	position: relative;
}

#curve {
	background: url(http://www.geoorbis.com/images/site/top-curve.jpg) no-repeat;
	height: 168px;
	position: absolute;
	left: 0px;
	top: 45px;
	width: 259px;
}

#masterLogo {
	position: absolute;
	height: 169px;
	width: 244px;
	left: 52px;
	top: 33px;
}

#headerImagery {
	position: absolute;
	height: 122px;
	width: 448px;
	top: 37px;
	right: -26px;
}

#headerMain .navigation {
	background: url(http://www.geoorbis.com/images/site/headernav-bg.png) no-repeat left 7px;
	position: absolute;
	width: 500px;
	height: 106px;
	left: 296px;
	top: 40px;
}

#headerMain .navigation li {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding: 2px 0 0 32px;
	position: absolute;
	height: 20px;
}
#headerMain .navigation a { font: 13px Arial, Helvetica, sans-serif; color: #787878; text-decoration: none; }
#headerMain .navigation a:hover, body#partners li#nav_partners a, body#products li#nav_products a, body#services li#nav_services a, body#contact li#nav_contact a{ color: #1414A9; }
#headerMain .navigation span { display: block; visibility: hidden; }

li#nav_partners span, body#partners li#nav_partners { background-image: url(http://www.geoorbis.com/images/site/navbullet-partners_f2.jpg); }
li#nav_partners { background-image: url(http://images.geoorbis.com/site/navbullet-partners.jpg); left: 95px; top: 0px; }

li#nav_products span, body#products li#nav_products { background-image: url(http://www.geoorbis.com/images/site/navbullet-products_f2.jpg); }
li#nav_products { background-image: url(http://images.geoorbis.com/site/navbullet-products.jpg); left: 131px; top: 22px; }

li#nav_services span, body#services li#nav_services { background-image: url(http://www.geoorbis.com/images/site/navbullet-services_f2.jpg); }
li#nav_services { background-image: url(http://images.geoorbis.com/site/navbullet-services.jpg); left: 167px; top: 49px; }
 { background-image: url(http://images.geoorbis.com/site/navbullet-services_f2.jpg); }

li#nav_contact span, body#contact li#nav_contact { background-image: url(http://www.geoorbis.com/images/site/navbullet-contact_f2.jpg); }
li#nav_contact { background-image: url(http://images.geoorbis.com/site/navbullet-contact.jpg); left: 200px; top: 75px; }

li#nav_news span, body#news li#nav_news { background-image: url(http://www.geoorbis.com/images/site/navbullet-news_f2.jpg); }
li#nav_news { background-image: url(http://images.geoorbis.com/site/navbullet-news.jpg); left: 231px; top: 105px; }

/* layout --> main
----------------------------------------------- */
#main {
	border-top: 3px solid #1A1A9B;
	border-bottom: 3px solid #1A1A9B;
	background: #000000 url(http://www.geoorbis.com/images/site/main-bg.gif) no-repeat 280px top;
	position: relative;
	color: #FFFFFF;
	font: 13px "Trebuchet MS", Arial, sans-serif;
	padding-bottom: 20px;
	height: 1%;
}

#main table, #main tr, #main td { font: 12px "Trebuchet MS", Arial, sans-serif; }

#main .line {
	background: url(http://www.geoorbis.com/images/site/main-bg-line.gif) repeat-y left;
	width: 4px;
	position: absolute;
	left: 462px;
	top: 459px;
}

#main h2 { font-size: 19px; }
#main h3 { font-size: 16px; }

#subnav {
	padding: 37px 0px 0px;
	float: left;
	width: 540px;
	text-align: left;
}

#subnav li {
	background: url(http://www.geoorbis.com/images/site/subnav-sep.jpg) no-repeat right top;
	display: inline;
	float: left;
	padding: 2px 21px 0 18px;
	text-align: center;
}
#subnav li.first { padding-left: 0; }
#subnav li.last { background: none; padding-right: 0; }

#subnav a { font: 11px Arial, Helvetica, sans-serif; color: #686868; margin-right: 20px; }
#subnav a.sectLink { font: 19px Arial, Helvetica, sans-serif; color: #ccc; margin-right: 0; }
#subnav a:hover { color: #eee; }
#subnav a.active { color: #6666FF; cursor: default; }
#subnav a.last { margin-right: 0; }

.sectionIm {
	position: absolute;
	text-align: left;
	left: 288px;
	top: 24px;
}

.content_one {
	float: left;
	width: 450px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	margin-left: 90px;
}

.grid_one {
	padding: 20px 0 20px 20px;
	margin-right: 30px;
	float: left;
	width: 490px;
	text-align: left;
}

.grid_one_nested {
	float: left;
	margin-right: 20px;
	width: 190px;
}

.grid_two {
	padding: 20px 0 20px 0;
	float: left;
	width: 420px;
	text-align: left;
}

.grid_two_nested {
	float: left;
	width: 190px;
}

#partnersBlock { padding-top: 17px; padding-bottom: 20px; }
#partnersBlock h1 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	background: url(http://www.geoorbis.com/images/site/partners-heading.png) no-repeat left top;
	margin: 0px 0px 2px;
	padding: 0px;
	height: 32px;
	width: 450px;
}
#partnersBlock h1 span { display: none; }
#partnersBlock #containerWrap { width: 450px; height: 320px; }
#partnersBlock #container { width: 420px; padding: 15px; }

.scrollerCont { background: #212121; position: relative; overflow: hidden; }
.scroller { position: absolute; left: 0; top: 0; }
.scroller div { padding-bottom: 20px; }
.scroller h3 { font: 16px Arial, Helvetica, sans-serif; color: #5f9ea0; margin-bottom: 10px; }
.scroller p { margin-bottom: 10px; }

/* layout --> forms
----------------------------------------------- */
.stdform1 {
	padding: 8px 0px 0px 0px;
	width: 490px;
}

.stdform1 p {
	clear: left;
	text-align: left;
}

.stdform1 p label {
	float: left;
	margin-top: 2px;
	font-weight: bold;
	color: #ccc;
	width: 150px;
}

.stdform1 input.txt, .stdform1 textarea {
	border: 1px solid #999999;
	padding: 3px 0px 3px 4px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	width: 290px;
}

.stdform1 textarea {
	/*height: 120px;*/
}

.stdform2 { padding-top: 8px; }

form#ialert_register, form#ialert_login {
	padding: 0;
}

form#ialert_register h3, form#ialert_login h3 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #333333;
	text-align: center;
	padding: 7px 0px 8px;
	margin-bottom: 5px;
}

form#ialert_register .block, form#ialert_login .block { padding-left: 10px; padding-top: 10px; padding-bottom: 8px; }

.stdform2 p {
	clear: left;
	text-align: left;
	margin-bottom: 9px;
}

.stdform2 p label {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 4px;
	color: #ccc;
	width: 130px;
}

.stdform2 input.txt, .stdform2 textarea {
	border: 1px solid #999999;
	padding: 3px 0px 3px 4px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	width: 315px;
}

form#ialert_login input.txt, form#ialert_login textarea {
	width: 210px;
}

.stdform2 textarea {
	height: 80px;
}

.stdform2 .btn {
	border: 1px solid #999;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	padding: 4px 12px 5px;
	cursor: pointer;
	color: #FFFFFF;
}

/* layout --> news & announcements
----------------------------------------------- */
#news .article { padding-top: 17px; padding-bottom: 13px; }
#news .article h1 {
	font: normal 28px Garamond, Georgia, "Times New Roman", serif;
	color: #6699FF;
	margin: 0px;
	padding: 0px;
}
#news .article h1 a { color: #6666FF; text-decoration: none; }
#news .article h1 a:hover { color: #6699FF; }
#news .article p { line-height: 130%; }

#news p.entryDate {
	font: 11px Tahoma, Arial, sans-serif;
	color: #5F9EA0;
	background: url(http://www.geoorbis.com/images/site/cal_icon.png) no-repeat left 0px;
	padding: 0px 0px 0px 20px;
}
#news p.entryDate span { color: #FFFFFF; }

#news .meta {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px dotted #545C61;
	border-bottom: 1px dotted #545C61;
	padding: 4px 5px 7px;
	line-height: 130%;
	color: #BCBCBC;
}

#news .meta span { color: #FFFFFF; }
#news .meta a { color: #FFFFFF; text-decoration: underline; }
#news .meta a:hover { color: #72A6D6; text-decoration: none; }

.linkButtons { padding-top: 18px; }
.linkButtons a {
	font-size: 12px;
	display: block;
	float: left;
	margin-right: 16px;
	border: 1px solid #545C61;
	padding: 1px 12px 1px 22px;
	text-decoration: none;
	color: #CCFF33;
}
.linkButtons a:hover { background-color: #1A1A1A; color: #5F9EA0; }

.linkButtons .more {
	background: #141414 url(http://www.geoorbis.com/images/site/icon_pg.gif) no-repeat 6px 5px;
}

#newsHeadlines { padding-top: 17px; padding-bottom: 20px; }
#newsHeadlines h1 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	background: url(http://www.geoorbis.com/images/site/newsheadlines-heading.png) no-repeat left top;
	margin: 0px 0px 2px;
	padding: 0px;
	height: 32px;
	width: 450px;
}
#newsHeadlines h1 span { display: none; }

#headlinesContainer { width: 450px; height: 312px; }
#headlines { position: absolute; width: 450px; left: 0; top: 0; }

#newsHeadlines li {
	/* background: url(http://www.geoorbis.com/images/site/arrow1.png) no-repeat 9px 9px; */
	margin: 0px;
	padding: 6px 12px 8px 14px;
	border-bottom: 1px solid #333333;
}
#newsHeadlines h3 {
	font: 13px/130% "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #6666FF;
	margin-bottom: 1px;
}
#newsHeadlines h3 a { color: #6666FF; text-decoration: none; }
#newsHeadlines h3 a:hover { color: #6699FF; }
#newsHeadlines .entryDate {
	font: 11px Arial, Helvetica, sans-serif;
	color: #ccc;
}

a.scrollUp {
	background: url(http://www.geoorbis.com/images/site/arrowup.png) no-repeat center 5px;
	margin-bottom: 1px;
}
a.scrollDown {
	background: url(http://www.geoorbis.com/images/site/arrowdown.png) no-repeat center center;
	margin-top: 1px;
}
a.scrollUp, a.scrollDown {
	font-size: 11px;
	background-color: #002626;
	display: block;
	height: 18px;
}
a.scrollUp:hover, a.scrollDown:hover { background-color: #002121; } 
a.scrollUp span, a.scrollDown span { display: none; }

/* layout --> footer
----------------------------------------------- */
#footerWrap {
	background: url(http://www.geoorbis.com/images/site/footer-bg-crnrright.jpg) no-repeat right top;
	text-align: left;
	height: 74px;
	padding-right: 30px;
}

#footerWrapInner {
	background: url(http://www.geoorbis.com/images/site/footer-bg-crnrleft.jpg) no-repeat left;
	height: 74px;
	padding-left: 30px;
}

#footerMain {
	background: url(http://www.geoorbis.com/images/site/footer-bg.jpg) repeat-x;
	height: 74px;
	position: relative;
}

#footerMain .contact {
	float: right;
	padding-top: 15px;
	font: 13px/140% Arial, Helvetica, sans-serif;
	color: #6f6f6f;
	text-align: center;
	margin-right: 30px;
}
#affiliateMap { padding-top: 11px; float: left; }

#footerMain .line {
	background: url(http://www.geoorbis.com/images/site/footer-line.jpg) no-repeat left top;
	position: absolute;
	height: 72px;
	width: 2px;
	left: 434px;
	top: 0px;
}

.copyright {
	padding: 8px 10px 22px;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #444;
}

.copyright .links {
	float: right;
}

.copyright .links a {
	text-decoration: underline;
	color: #787878;
}

.copyright .links a:hover {
	text-decoration: none;
	color: #999;
}

/* typography
----------------------------------------------- */
p { margin: 0 0 1.5em 0; line-height: 1.3em; }
a { color: #FFFF00; text-decoration: none; }
a:hover { color: #5F9EA0; text-decoration: none; }
img.thumb { border: 2px solid #333333; }
.emphasise { font-style: italic; }
.highlight { font-weight: bold; }
.ij_title { font-size: 1.1em; font-weight: bold; color: #BCBCBC; }

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6699FF;
}

h1 { margin-bottom: 20px; }
h2 { margin-bottom: 18px; }
h3 { margin-bottom: 8px; }

h1 a, h2 a, h3 a { color: #6666FF; }
h1 a:hover, h2 a:hover, h3 a:hover { color: #6699FF; }