/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #666666; 
  background: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #666666; }
 
h1 { font-size: 1.5em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.3em; margin-bottom: 0.75em; }
h3 { font-size: 1.1em; line-height: 1; margin-bottom: 0.5em; }
h4 { font-size: 1.05em; font-weight:normal; line-height: 1.25; margin-bottom: .7em; height: .7em; }
h5 { font-size: 1em; font-weight: normal; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: normal; }

h4 .bigger, h5 .bigger, h6 .bigger { font-weight:bold;} 

#header h1,
#qb-top h1,
#qb-float h2 { font-weight:normal; color:#4F4A4A; }
#products h4 a { text-decoration:underline; color:#0066CC;}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

.nav-values div p { margin:0; }
a:focus, 
a:hover     { color: #06c; }
a           { color: #06c;}

a:hover,
a:active,
a:visited	{ text-decoration:underline; }

h1 a:link,
h2 a:link,
h3 a:link,
h4 a:link,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited		{ color: #666666;
                  text-decoration:none; }
							
#sub-nav h4   { 	background:url(../images/bg-nav-section.gif) top left repeat-x;
										padding:8px 0 12px 5px; 
										font-size: .9em;
										font-weight:bold;}
#sub-nav ul,
#sub-nav ul		{ list-style:none;
                  font-size:.9em; }
				  
#sub-nav li     { margin-left:-5px; }				  
										
h4 a:link,
.nav-values div a:link { text-decoration:none; }

.nav ul, 
.nav li	 		 	{	list-style:none;
							  display:inline;}
						
#nav-top a { color:#fdfdfd;
						 font-weight:bold; }

							
.nav li a:link,
.nav li a:visited	{	padding:0 15px;
						font-weight:normal;
						text-decoration:none; }
						
.nav ul, 
.nav ul li { margin:0; padding: 0; }

 h4 a:hover,
 h4 a:active,
.nav-values div a:hover,
.nav-values div a:active,
.nav li a:hover,
.nav li a:active	{ text-decoration:underline; }	


#nav-bottom li a { padding:0 5px; }
										
li#first a		{ padding-left:0px; }
						

blockquote  { margin: 1.5em; color: #666; font-style: none; }
strong, .strong     { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Alignment
-------------------------------------------------------------- */
.left { text-align:left; }
.right {text-align:right; }
.center { text-align:center; }

/* Lists
-------------------------------------------------------------- */
li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

#body-text ul { margin:0 0 15px 200px; }
#body-text ol { margin:0 0 15px 200px; }


/* Tables
-------------------------------------------------------------- */
th          { font-weight: bold;}
th,td       { vertical-align:top; padding: 5px;}
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

#txttable { vertical-align:top; border-style:solid; border-width:1px; border-color:#000000 }
#txttable td { border-style:solid; border-width:1px; border-color:#000000 }


/* Misc classes
-------------------------------------------------------------- */

.blue 		{color:#06c;}

.ah-legal { color:#666;
					 font-size:16px; }

.bigger { font-size:1.3em; line-height:1em;}
.biggest { font-size:2em; }

.small      { font-size: .85em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.squish			{ line-height:.9em; }

.nudge			{ margin-left:10px; }

.nobold 		{font-weight:normal; }