/*
	g2BS.com stylesheet
	author: Jackie McGhee
	created: 02/08/2005
	modified: 02/08/2005
*/

/* General Selectors */

body {
	margin: 0px;
	padding: 0px;
	background: #495565 url("/p/bg-strip.gif") repeat-y;
	color: #666;
	font-family: "Trebuchet MS", "Gill Sans", "Arial Narrow", Arial, Helvetica, sans-serif;
}

body#front {
	margin: 0px;
	padding: 0px;
	background: #495565 url("/p/bg-strip-front.gif") repeat-y;
	color: #666;
	font-family: "Trebuchet MS", "Gill Sans", "Arial Narrow", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif }

h1 {
	margin: 0px;
	float: left;
	text-indent: -700px;
	width: 142px;
	height: 114px;
}

h2 {
	font-weight: normal;
	color: #CE7019;
	background-color: transparent;
	font-size: 17px;
	margin-top: 0px;
}

h3 {
	font-weight: normal;
	color: #7A8798;
	background-color: transparent;
	font-size: 13px;
}

p { line-height: 150%; }

blockquote {
	background-color: #eaf4fb;
	color: #546a7d;
	padding: 5px;
	border: 1px solid #546a7d;
}

img { border: 0px; }

ul { list-style-type: circle; }

li {
	line-height: 130%;
	margin-bottom: 5px;
	color: #666;
}

a:link, a:visited, a:active {
	color: #960;
	background-color: transparent;
	text-decoration: none;
	border: 0px;
}

a:hover {
	color: #690;
	background-color: transparent;
	border-bottom: 1px solid #690;
}

a.image { border: 0px; }

form { margin: 0px 0px 10px 0px; }

fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

fieldset.enquiry {
	border: 1px solid #eee;
	margin: 0px;
	padding: 10px;
	margin-bottom: 10px;
	background: #fff url("/p/bg-fset.gif") no-repeat 100% 100%;
}

fieldset.inny {
	border: 1px solid #eee;
	margin: 0px;
	padding: 10px;
	margin-bottom: 10px;
	display: inline;
}

legend {
	border: 1px solid #ddd;
	padding: 5px;
	font-size: 11px;
}

button {
	border: 1px solid #8692a2;
	background-color: #afb8c4;
	color: #fff;
	text-shadow: #8692a2 0px 1px 1px;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	font: bold 9px Arial, Helvetica, sans-serif;
}

button:hover {
	border: 1px solid #667384;
	background-color: #939ead;
	color: #fff;
	text-shadow: #667384 0px 1px 1px;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	font: bold 9px Arial, Helvetica, sans-serif;
}

button.kill {
	border: 1px solid #a28687;
	background-color: #c4afb0;
	color: #fff;
	text-shadow: #a28687 0px 1px 1px;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	font: bold 9px Arial, Helvetica, sans-serif;
}

button.kill:hover {
	border: 1px solid #674647;
	background-color: #977879;
	color: #fff;
	text-shadow: #674647 0px 1px 1px;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	font: bold 9px Arial, Helvetica, sans-serif;
}

abbr, acronym {
	border-bottom: 1px dotted #CE7019;
	cursor: help;
}

label {
	font: 9px Arial, Helvetica, sans-serif;
	color: #666;
	background-color: transparent;
	display: block;
	margin-top: 5px;
}

label.inline { display: inline; }

fieldset.enquiry label {
	text-align: right;
}

.tfield {
	font: 11px "Trebuchet MS", "Gill Sans", "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #EEE;
}

.tfield:hover { background-color: #DFE0E2; }
.tfield:focus { background-color: #FFF; }

input.submit {
	background-color: #096;
}

#strap {
	position: absolute;
	left: 701px;
	top: 0px;
}
.tiny { font-size: 9px; }

.fLeft { float: left; }
.fRight { float: right; }
.centered { text-align: center; }

/* Masthead Selectors */

#masthead {
	width: 700px;
	height: 114px;
	background: #59697D url("/p/bg-masthead.gif") no-repeat;
	color: #FFF;
	font: normal 9px Arial, Helvetica, sans-serif;
}

#mastheadExtranet {
	width: 700px;
	height: 114px;
	background: #59697D url("/p/bg-masthead-extranet.gif") no-repeat;
	color: #FFF;
	font: normal 9px Arial, Helvetica, sans-serif;
}

#printHead { display: none; }

.menuSplit {
	/*border-left: 1px solid #7A8798;*/
	padding-left: 10px;
	margin-right: 14px;
	margin-top: 0px;
	height: 104px;
}

#businessMenu {
	position: absolute;
	top: 10px;
	left: 176px;
}

#webMenu {
	position: absolute;
	top: 10px;
	left: 316px;
}

#softwareMenu {
	position: absolute;
	top: 10px;
	left: 427px;
}

#aboutMenu {
	position: absolute;
	top: 10px;
	left: 510px;
}

#contactMenu {
	position: absolute;
	top: 10px;
	left: 598px;
}

#masthead dl { margin: 0px; }

#masthead dl dt { 
	color: #FFEFAD;
	background-color: transparent;
	font-style: oblique;
	font-size: 10px;
	margin-bottom: 2px;
}

#masthead dl dd { 
	margin-left: 10px;
	line-height: 140%;
}

#masthead a, #mastheadExtranet a {
	color: #CED3D8;
	background-color: transparent;
	text-decoration: none;
	border: 0px;
}

#masthead a:hover, #mastheadExtranet a:hover { color: #FFF; }

/* Front Content Selectors */

#splash {
	width: 690px;
        height: 160px;
	background-color: #495565;
	padding: 10px;
        font-size: 10px;
        color: #CED3D8;
}

#splash h2 {
    color: #fff;
    font-size: 17px;
}

#splash p.noticeme {
  color: #fc0;
  font-size: 13px;
}

#frontContent {
	width: 700px;
	font-size: 11px;
	margin-top: 0px;
}

#leftCol {
	width: 212px;
	margin-left: 10px;
	padding-right: 10px;
	float: left;
}

#rightCol {
	width: 212px;
	margin-left: 10px;
	padding-right: 10px;
	float: left;
}

#midCol {
	float: left;
	width: 200px;
	padding: 0px 12px;
}

h3.news {
	font: bold 10px "Trebuchet MS", "Gill Sans", "Arial Narrow", Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #600;
}

.newsBox {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	font-size: 9px;
}

.dateline {
	color: #59697D;
	background-color: transparent;
}

.dBox {	
	border-bottom: 3px double #EEE;
	margin-bottom: 10px;
}

/* Content Selectors */

#content { 
	width: 680px;
	padding: 0px 10px;
	background-color: #fff;
	height: 10px;
	font-size: 11px;
	margin-top: 0px;
}

#context {
	position: absolute;
	left: 10px;
	width: 160px;
}

dl.con, ul.con {
	font-size: 10px;
	font-weight: bold;
}

ul.con { 
	margin-left: 0px;
	padding-left: 0px; 
}

dl.con dd, ul.con li {
	font-size: 9px;
	font-weight: normal;
	line-height: 180%;
	padding-left: 10px;
	margin: 0px;
}

ul.con li { list-style-type: none; }

dl.biggish { font-size: 12px; }

dl.biggish dd {
	font-size: 12px;
	font-weight: normal;
	line-height: 180%;
	padding-left: 10px;
	margin: 0px;
}

.article {
	margin-top: 0px;
	position: absolute;
	width: 510px;
	padding-left: 10px;
	margin-top: 10px;
	left: 175px;
	border-left: 1px solid #EEE;
}

.relatedThings {
	float: right;
	border: 1px solid #CED3D8;
	font-size: 9px;
	width: 200px;
	padding: 5px;
	margin-right: 5px;
}

.relatedThings dl { margin: 0px; }
.relatedThings dl dd { margin-left: 10px; line-height: 240%; }

.popper {
	border: 1px solid #eee;
	padding: 10px;
	display: none;
}

.infoNotice {
	float: right;
	border: 1px solid #CED3D8;
	font-size: 9px;
	width: 100px;
	padding: 5px;
	margin-top: 5px;
}

.infoNotice h3 {
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
}

.disco {
	float: left;
	margin-right: 2px;
}

.history {
	border: 1px solid #ccc;
}

.question {
	font-size: 10px;
	white-space: nowrap;
	vertical-align: top;
	background-color: #7A8798;
	font-weight: bold;
	text-align: right;
	color: #fff;
}

.answer {
	font-size: 10px;
	vertical-align: top;
	background-color: #eee;
	color: #000;
}

.fBoxLeft {
	border: 1px solid #eee;
	padding: 10px;
	margin: 0px 10px 10px 0px;
	float: left;
	width: 40%;
	height: 64px;
}

.mandatory { color: #CE7019; }

table.groupType td { vertical-align: top; }

.formTable, .viewTable { 
	border: 1px solid #495b69;
	background-color: #f8f8f8;
}

table.zebra {
	margin-left: 10px;
	margin-bottom: 30px;
	border: 1px solid #495b69;
	background-color: #fff;
	width: 90%;
}

th {
	white-space: nowrap;
	background-color: #869bb7;
	color: #fff;
	text-align: center;
	font-size: 11px;
	text-align: left;
	border-bottom: 1px solid #495b69;
	font-style: oblique;
}

th.side {
	white-space: nowrap;
	background-color: #869bb7;
	color: #fff;
	text-align: right;
	font-size: 9px;
	border: 0px;
	font-style: oblique;
}

th.side label {
	font: inherit;
	color: inherit;
	background-color: transparent;
	margin-top: 0px;
}

th.full { width: 100%; }

table.zebra td, td.topper { 
	white-space: nowrap;
	vertical-align: top;
}

table.zebra td.def { 
	white-space: nowrap;
	vertical-align: middle;
}

td.odd { 
	background-color: #e8e8e8;
	color: #000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 9px;
}

td.even {
	background-color: #f3f3f3; 
	color: #000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 9px;
}

#footer {
	width: 490px;
	padding: 5px;
	font-size: 9px;
	color: #999;
	background-color: transparent;
	border-top: 1px solid #e0e0e0;
	clear: both;
}

#footer p { margin: 0px; }

.pBox {
	clear: both;
	padding: 5px;
	border-bottom: 1px solid #eee;
}

.pLeft {
	float: left;
	width: 90px;
	margin: 0px 10px 5px 0px;
	text-align: center;
}

.pLeft img { vertical-align: middle; }

.boxRight {
	float: right;
	margin: 0px 0px 10px 10px;
	border: 1px solid #ccc;
	padding: 5px;
	width: 177px;
}

.deid { 
	border: 1px solid #ccc;
	padding: 10px;
	width: 578px;
	z-index: 2;
	position: absolute;
	top: 200px;
	left: 60px;
	background: transparent url("/p/bg-trans.png");
	cursor: pointer;
	display: none;
	text-align: center;
}

#backToStart {
	width: 186px;
	height: 114px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

.att {
	border: 1px solid #960;
	background-color: #eee;
	padding: 5px;
	text-align: center;
}

#whoAmI {
	position: absolute;
	text-align: right;
	width: 680px;
	top: 100px;
	left: 00px;
}

#an_other { 
    display: none;
    border: 1px dotted #f90;
    padding: 5px;
    margin: 1px;
    text-align: right;
}
