/*-----------------------------------------------------------------------------
Hungry Mind Style Sheet

version:   	1.0
author:    	Hank Pantier
email:     	hank at hungrymindit dot com
website:   	http://www.hungrymindit.com/
created:	17 may 2007
-----------------------------------------------------------------------------*/

/* @group General */
* { /* Remove padding and margin */
	margin: 0;
	padding: 0;
}
body {
	background: #6194c7;
	color: #333;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul { /* Put it back on certain elements */
	margin: 1em 0;
}
.clear { /* Class for clearing floats */
	clear:both;
}
.invisible {
	display: none;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
img { /* Remove border around linked images */
	border: 0;
}
code {
	font-family: "Courier New", Courier, monospace;
}

body>ul>li {
	display: inline;
}
body>ul>li:before {
	content: ", ";
}
body>ul>li:first-child:before {
	content: "";
}
/* @end */


.subscr1 {
	font: 18px Arial, helvetica, sans-serif;
	color: #1b3864;
	text-align: center;
	margin-left: 21px;
	font-weight: bold;
	font-style: italic;
}
.subscr2 {
	font: 14px Arial, helvetica, sans-serif;
	color: #1b3864;
	text-align: center;
	margin-left: 21px;
	font-weight: bold;
}
.subscr3 {
	font: 14px Arial, helvetica, sans-serif;
	color: #1b3864;
	margin-left: 21px;
}
.subscr4 {
	font: 13px Arial, helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	font-style: italic;
}


/* @group Typography */
body {
	font: 62.5%/1.6 Verdana, arial, helvetica, sans-serif;
}
p {
	margin: 0 45px 15px 21px;
	font: 12px/15px arial, helvetican, sans-serif;
	color: #333;
	display: inline-block;
	position: relative;
}
ul, ol {
	margin: 0 45px 15px 41px;
	font: 12px/15px arial, helvetican, sans-serif;
	color: #333;
	display: inline-block;
	position: relative;
}
#text h1{
	color: #036;
	font: 20px/26px arial, helvetica, sans-serif;
	font-weight: bold;
}
#text p em {
	color: #036;
	font: 12px arial, helvetica, sans-serif;
	font-style: italic;
}
#text p span {
	color: #036;
	font: 12px arial, helvetica, sans-serif;
	line-height: 9px;
	font-style: italic;
	float: right;
}
/* @end */




/* @group Headings */
h1 {
	font: 18px Arial, helvetica, sans-serif;
	color: #000;
	margin-left: 21px;
}
h2 {
	font: 14px Arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #1b3864;
	font-weight: bold;
}
h3 {
	font: 12px Arial, helvetica, sans-serif;
	color: #1b3864;
	font-weight: bold;
}
/* @end */


/* @group Links */
/* @end */




/* @group Branding */
#header {
	width: 766px;
	float: left;
	border-bottom: 1px solid #FFF;
	height: 72px;
	background: #FFF;
}
#header h1 {
	width: 736px;
	height: 72px;
	margin: 0 5px 0 15px;
	background: url("../imgNew/logo.gif") no-repeat #6194c7;
}
/* @end */




/* @group Main Nav */
#navigation {
	float: left;
	width: 766px;
	color: #333;
	border-bottom: 1px solid #FFF;
	background: #FFF;
}
#navigation ul {
	list-style: none;
	margin: 0 22px 0 22px;
}
#navigation ul li {
	float: left;
	margin: 0 13px 0 0;
}
#navigation ul li a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #036;
	font-size: 12px;
	font-weight: bold;
	background: #FFF;
	padding: 0 9px 0 9px;
	line-height: 28px;
}
#navigation ul li a:hover, #navigation ul li a.on {
	background: #d7e4f1;
}
#navigation ul li:last-child {
	margin: 0;
}
/* @end */




/* @group Sub Nav */
#subNav { 
	color: #333;
	min-height: 350px;
	width: 204px;
	float: left;
}
#subNav img {
	margin: 0 10px 15px 40px;
	float: left;
}
#subNav ul li a.on {
	font-weight: bold;
}
#subNav ul li a.off {
	font-weight: normal;
}
#subNav ul li ul li a.on {
	font-weight: bold;
}
#subNav ul li ul li ul li a.on {
	font-weight: bold;
}
#subNav h2 {
	font: 14px Arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #1b3864;
	font-weight: bold;
	width: 159px;
	height: 31px;
	background: url("../imgNew/navHdBg.gif") no-repeat #FFF;
	margin: 0;
	padding: 22px 10px 0 35px;
}
/* primary */
#subNav ul {
	padding: 0;
	margin: 0 10px 15px 35px;
	list-style: none;
}
#subNav ul li {
	background: url("../imgNew/arrow.gif") no-repeat left top;
	padding-left: 8px;
}
#subNav ul li a {
	font: 12px arial, helvetica, sans-serif;
	color: #1b3864;
	font-weight: bold;
	text-decoration: none;
}
#subNav ul li a:hover {
	color: #0066cc;
}

/* secondary */
#subNav ul li ul {
	padding: 0;
	margin: 0 10px 2px 10px;
	list-style: none;
}
#subNav ul li ul li{
	background: url("../imgNew/dash.gif") no-repeat left top;
	padding-left: 8px;
}
#subNav ul li ul li a {
	font: 12px arial, helvetica, sans-serif;
	color: #1b3864;
}

/* tertiary */
#subNav ul li ul li ul li a {
	font: 12px arial, helvetica, sans-serif;
	color: #1b3864;
}
#subNav ul li ul li ul li{
	background: url("../imgNew/dot.gif") no-repeat left top;
	padding-left: 8px;
}
/* @end */


.seminar a:active {
	font-size:12px/15px;
	font-family:helvetica, arial, san-serif;
	text-decoration:underline;
	color:#003366;
}
.seminar a:hover {
	font-size:12px/15px;
	font-family:helvetica, arial, san-serif;
	text-decoration:underline;
	color:#336699;
}
.showMeBtns {
	padding: 0;
	margin: 0;
	background:#FFF
	color:#FFF
}
.showMeBtns img {
	padding: 0;
	margin: 0;
	background:#FFF
	color:#FFF
}

/* @group Main Content */
#wrapper { 
	margin: 0 auto;
	background: url("../imgNew/bg.gif") repeat-y #FFF;
	width: 800px;
}
#inside {
	background: url("../imgNew/navBG.gif") repeat-y #FFF;
	width: 766px;
	margin: 0 auto;
}
#snglInside {
	width: 766px;
	margin: 0 auto;
}
#snglInside p {
	font: 12px/15px arial, helvetican, sans-serif;
	color: #333;
	display: inline-block;
	position: relative;
}
#ad {
	float: left;
	width: 746px;
	margin: 0 5px 0 5px;
	background: url("../imgNew/homeBG.jpg") no-repeat #e9eef4;
}
#text {
	width: 450px;
	float: left;
	height: 163px;
	margin: 45px 95px 0 190px;
}
#home {
	background: #FFF;
	width: 766px;
	margin: 0 auto;
}
#quote {
	width: 705px;
	float: left;
	border-top: 1px solid #369;
	background: #e9f3fd;
	margin: 0 16px 0 10px;
	padding: 15px;
	color: #000;
}
#mainContent { 
	float: right;
	color: #333;
	background: url("../imgNew/mainBG.gif") no-repeat #FFF;
	min-height: 350px;
	width: 562px;
	display: inline;
}
#mainContent ul {
	margin: 0 10px 15px 35px;
	padding: 0px;
}
#mainContent ol {
	padding-left: 40px;
}
#mainContent ul li {
	background: url("../imgNew/arrowMain.gif") no-repeat left top;
	padding-left: 8px;
}
#mainContent p table tr a:hover {
	background: #d7e4f1;
}
#eTakeoff-Plan-Import ul {
	list-style: none;
	width: 430px;
}
#eTakeoff-Plan-Import ul li {
	background: url("../imgNew/arrowImport.gif") no-repeat left top;
	padding-left: 8px;
}
#snglContent { 
	float: right;
	color: #333;
	background: url("../imgNew/mainBG.gif") no-repeat #FFF;
	min-height: 350px;
	width: 766px;
	display: inline;
}
#snglContent h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul { /* Put it back on certain elements */
	margin: 18px 45px 15px 36px;
}
#snglContent p {
	margin: 0 45px 15px 36px;
	font: 12px/15px arial, helvetican, sans-serif;
	color: #333;
	display: inline-block;
	position: relative;
}
#snglContent ul {
	margin: 0 10px 0px 35px;
	padding: 0px;
}
#snglContent ol {
	padding-left: 40px;
}
#snglContent ul li {
	background: url("../imgNew/arrowMain.gif") no-repeat left top;
	padding-left: 8px;
}
/* @end */

/* @group Secondary Content */
/* @end */




/* @group Footer */
#footer { 
	margin: 0 auto;
	width: 800px;
	height: 92px;
	clear: both;
	color: #9ec9f4;
	background: url("../imgNew/footBG.gif") no-repeat #6194c7 top right;
}
#footer p {
	position: relative;
	top: -25px;
	z-index: 2;
	font-size: 10px;
	color: #9ec9f4;
	float: right;
	padding: 0;
	margin: 0 15px 15px 15px;
}
/* @end */




/* @group Forms */
fieldset { /* Removes fieldset borders. even on Opea 7 */
	border: 1px solid transparent;
}
/* @end */



/* @group Tables */
table { 
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	text-align: left;
	font-weight: normal;
}
/* @end */




/* @group Misc 1 (tabs) */
.anchors {
    list-style: none;
    margin: 0;
    padding: 0;
}
.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.anchors li {
    float: left;
}
.anchors a {
    width:  368px;
    height: 35px;
    display: block;
    position: relative;
    z-index: 2;
}

.anchors a.viewer {
	background: url("../imgNew/viewerTabOff.gif") no-repeat;
}
.anchors a.import {
	background: url("../imgNew/importTabOff.gif") no-repeat;
}
.anchors a:focus, .anchors a:active {
    outline: none; /* @ Firefox 1.5, remove ugly dotted border */
}
.anchors .on a, .anchors a:hover, .anchors a:focus, .anchors a:active, .anchor {
    background: #6194c7;
}

.anchors .on a.viewer, .anchors .on a.viewer:hover, .anchors a.viewer:focus, .anchors a.viewer:active {
    background: url("../imgNew/viewerTabOn.gif") no-repeat;
}
.anchors a.viewer:hover {
	background: url("../imgNew/viewerTabOver.gif") no-repeat;
}
.anchors .on a.import, .anchors .on a.import:hover, .anchors a.import:focus, .anchors a.import:active {
   background: url("../imgNew/importTabOn.gif") no-repeat;
}
.anchors a.import:hover {
	background: url("../imgNew/importTabOver.gif") no-repeat;
}
.anchors .on a:link, .anchors .on a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.anchors a:hover, .anchors a:focus, .anchors a:active {
    cursor: pointer;
}
.anchor {
    padding: 10px;
}
.anchor p {
	margin: 0;
	width: 465px;
	color:  #FFF;
	float: left;
}
.anchor ol, .anchor ul {
	clear: left;
	width: 455px;
	margin-left: 10px;
	color:  #FFF;
	float: left;
}
#container {
	float: left;
	width: 736px;
	background: transparent;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
	color: #000;
}
#hdrButtons {
	width: 125px;
	margin: 10px 0px 10px 10px;
	background: transparent;
	float: right;
}
#buttons {
	width: 205px;
	margin: 20px 10px 20px 10px;
	border-left: 1px solid #3c5c7e;
	background: transparent;
	float: left;
}
#buttons img {
	float: right;
}
/* @end (tabs) */


/* @group Misc 2 */
/* @end */



/* @group clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* hides from ie-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end hide from ie-mac */
/* @end */

.centerTXT{
	font-size:12px;
	font-family:arial,helvetica;
	font-weight:normal;
	color:#000000;
	text-align:center;
}
.leftTXT{
	font-size:12px;
	font-family:arial,helvetica;
	font-weight:normal;
	color:#000000;
}
.priceHdgLf{
	font-size:13px;
	font-family:arial,helvetica;
	font-weight:bold;
	color:#000000;
	padding: 0px;
	margin: 0px;
	width:	500px;
}
.priceHdgRt{
	font-size:13px;
	font-family:arial,helvetica;
	font-weight:bold;
	color:#000000;
	padding: 0px;
	margin: 0px;
	width:	200px;
	text-align:right;
}
.priceHdgLfBig{
	font-size:15px;
	font-family:arial,helvetica;
	font-weight:bold;
	color:#000000;
	padding: 0px;
	margin: 0px;
	width:	500px;
}
.priceHdgRtBig{
	font-size:15px;
	font-family:arial,helvetica;
	font-weight:bold;
	color:#000000;
	padding: 0px;
	margin: 0px;
	width:	200px;
	text-align:right;
}
.priceSales{
	font-size:13px;
	font-family:arial,helvetica;
	font-weight:bold;
	color:#0000FF;
	padding: 0px;
	margin: 0px;
	width:	500px;
}
.priceSales p {
	font-size:13px;
	font-family:arial,helvetica;
	font-weight:bold;
	color:#0000FF;
}
.priceTxtLf{
	font-size:12px;
	font-family:arial,helvetica;
	font-weight:normal;
	color:#000000;
	padding: 0px;
	margin: 0px;
	width:	500px;
}
.priceTxtRt{
	font-size:12px;
	font-family:arial,helvetica;
	font-weight:normal;
	color:#000000;
	padding: 0px;
	margin: 0px;
	width:	200px;
	text-align:right;
}
.txt11{
	font-size:13px;
	font-family:arial,helvetica;
	font-weight:bold;
	color:#333333;
}
.txt11right{
	font-size:13px;
	font-family:arial,helvetica;
	font-weight:bold;
	color:#000000;
	text-align:right;
}

/* classes for documentation pages */
.Heading2 {font-size:14px; font-weight:bold; font-family:arial,helvetica; color:#505080; }
.TextBody {font-size:12px; font-weight:normal; font-family:arial,helvetica; color:#000000;}

/* classes for download input form */
.txtGREY {
	font-size:11px; 
	font-family:arial,helvetica,san-serif; 
	font-weight:normal; 
	color:#666666;
	line-height:12px;
}
.input1{
	border:1px;
	border-color:#666666;
	border-style:solid;
	color:#000000;
	width:160px;
	font-family:arial;
	font-weight:normal;
	background:#ffffff;
	font-size:11px;
	padding: 1px 4px 1px 4px;
}
.input2{
	border:1px;
	border-color:#666666;
	border-style:solid;
	color:#000000;
	width:250px;
	font-family:arial;
	font-weight:normal;
	background:#ffffff;
	font-size:11px;
	padding: 1px 4px 1px 4px;
}
input.valid{
	border:1px;
	border-color:#666666;
	border-style:solid;
	color:#000000;
	width:160px;
	font-family:arial;
	font-weight:normal;
	background:#ffffff;
	font-size:11px;
	padding: 1px 4px 1px 4px;
}
input.invalid{
	border:1px;
	border-color:#ff0000;
	border-style:solid;
	color:#000000;
	width:160px;
	font-family:arial;
	font-weight:normal;
	background:#fff8f8;
	font-size:11px;
	padding: 1px 4px 1px 4px;
}

table.dnldForm {
	background: #E9F3FD;
	border: solid 1px #369;
	margin: 25px 135px 25px 25px;
}
table.bidtool {
	margin: 0px 15px 2px 15px;
}
td.dnldPrompt {
	font-size:11px; 
	font-family:arial,helvetica,san-serif; 
	font-weight:bold; 
	color:#000000;
	padding: 0 10px 0 10px;
}
td.dnldPromptFirst {
	font-size:11px; 
	font-family:arial,helvetica,san-serif; 
	font-weight:bold; 
	color:#000000;
	padding: 10px 10px 0 10px;
}
td.dnldPromptLast {
	padding-left: 160px;
	padding-bottom: 10px;
}
table.moreInfo {
	border: 0;
	margin: 10px;
}
A.dnldNav:link{
	font-size: 14px;
	line-height: 22px;
	font-family: helvetica, arial, san-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #003366;
	font-style: italic;
}
A.dnldNav:hover{font-size:14px; font-family:helvetica, arial, san-serif; font-weight:bold; text-decoration:underline; color:#336699;}
A.dnldNav:active{font-size:14px; font-family:helvetica, arial, san-serif; font-weight:bold; text-decoration:underline; color:#003366;}
A.dnldNav:visited{font-size:14px; font-family:helvetica, arial, san-serif; font-weight:bold; text-decoration:underline; color:#003366;}

/* Other fonts */
.head2 {
	font-size:12px; 
	font-family:arial,helvetica,san-serif; 
	font-weight:bold; 
	color:#000000;
}

