/*
This CSS is partially derived from YUI 3.1.1 reset/fonts/grids.
Original YUI copyright notice:

Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.1.1
build: 47

Other CSS is Copyright (c) 2008-10 Azuro, Inc. All rights reserved.

*/

/* RESET */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/* FONTS */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small; /* for IE */
  *font: x-small; /* for IE in quirks mode */
  -webkit-text-size-adjust: none; /* stops Mobile Safari from enlarging fonts */
}

select,
input,
button,
textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* GRIDS */

body {
  text-align: center;
}
	
#ft {
  clear: both;
}

#doc {
  margin: auto;
  text-align: left;
  min-width: 750px;
  width: 70.692em; /* 4px + 911px + 4px */
  *width: 68.925em;
}

#cols #col-left {
  float: left;
  margin-left: 0;
  width: 18.923em; /* 246px */
  *width: 18.45em;
  padding-top: 0.75em;
}
	   
#cols #col-right {
  float: left;
  margin-left: 1.54em; /* 20px */
  *margin-left: 1.5em;
  width: 49.537em; /* 644px */
  *width: 48.3em;
  margin-top: 0.75em;
}

#bd:after,
#cols:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#bd,
#cols {
  zoom: 1;
}

/* Page framework
   The !important declarations distinguish non-IE6 from IE6 rules.
 */

#hd-wrap {
  padding: 0px 4px;
}

#hd {
  position: relative;
  z-index: 5;
}

#hd-inner #logo { 
  display: block;
  margin-left: 19px;
}

#bd-wrap {
  padding: 0px 4px;
}

#bd {
  position: relative;
}

#ft-wrap {
  margin: 16px 0 10px 0;
  padding: 0px;
}

#ft {
  position: relative;
}


/* Navigation */

#nav { 
  position: relative;
  background: #0054a0 url(img/nav/nav-sprite.png) 0px 0px repeat-x;
  height: 26px;
  font-size: 93%;
  font-weight: bold;
}

#nav .nav-corners-left,
#nav .nav-corners-right {
  position: absolute;
  top: 0px;
  height: 26px;
  width: 5px;
  background: transparent url(img/nav/nav-corners.png) 0px 0px no-repeat;
}

#nav .nav-corners-left {
  left: 0px;
}

#nav .nav-corners-right {
  right: 0px !important; /* non-ie6 */
  right: -1px; /* ie6 */
  background-position: 100% 0px;
}

#nav ul.major { 
}

#nav ul.major li ul.minor { 
  position: absolute;
  background: #0054a0;
  display: none;
  margin: 0;
  padding: 5px 0 !important; /* non-ie6 */
  padding: 0; /* ie6 */
  border: 1px solid #4c82b2;
  border-top: 0;
  -moz-border-radius: 4px;
  border-radius: 4px; /* webkit, opera use unprefixed form */
}

#nav ul.major li { 
  list-style-type: none;
  float: left;
  border-right: 1px solid #4c82b2;
}

#nav li a { 
  display: block;
  color: #f0f0f0;
  padding: 5px 1.5em;
  position: relative; /* IE6: make full block clickable */
}

#nav ul.major ul.minor li { 
  float: none;
  border: none !important; /* non-ie6 */
  border: 1px solid #1a65aa; /* ie6 */
}

#nav ul.major li:hover,
#nav ul.major li.ie6-hover { 
  background: #3578b4 url(img/nav/nav-sprite.png) 0px -26px repeat-x;
}

#nav ul.major li:hover a,
#nav ul.major li.ie6-hover a { 
  color: #d5f525;
}

#nav ul.major li:hover ul.minor,
#nav ul.major li.ie6-hover ul.minor { 
  display: block;
  margin-left: -1px;
}

#nav ul.major li:hover ul.minor li a,
#nav ul.major li.ie6-hover ul.minor li a { 
  color: #f0f0f0;
  background: #105ea6 url(img/nav/nav-sprite.png) 0px -52px repeat-x;
}

#nav ul.major li:hover ul.minor li:hover,
#nav ul.major li.ie6-hover ul.minor li.ie6-hover {
}

#nav ul.major li:hover ul.minor li:hover a,
#nav ul.major li.ie6-hover ul.minor li.ie6-hover a {
  color: #d5f525;
  background: #4280b9 url(img/nav/nav-sprite.png) 0px -78px repeat-x;
}


/* customer login link in nav bar */
#nav p { 
  position: absolute;
  top: 5px;
  right: 1em;
}

#nav p a { 
  font-size: 100%;
  color: #f0f0f0;
}

#nav p a:hover { 
  color: #d5f525;
}


/* Breadcrumbs */
#bd #bc { 
  zoom: 1; /* ie6 fix */
  margin: 0px 0px 13px 0px;
  padding: 0px 0px 0px 13px;
  background: transparent url(img/roundrect/bg.png) 0px 100% no-repeat;
}

#bd #bc p { 
  line-height: 1.7;
  padding: 0px 0px 6px 0.5em;
  background-color: red;
  color: #999;
  background: transparent url(img/roundrect/bg.png) 100% 100% no-repeat;
}

#bd #bc p a {
  font-size: 93%;
}

#bd #bc p .here {
  font-size: 93%;
  color: #555;
}


/* Footer */
#ft { 
  height: 34px;
  font-size: 93%;
  background: #f8f8f8 url(img/roundrect/footer.png) 100% 0px no-repeat;
  overflow: auto;
}

#ft .ft-corners-left {
  width: 10px;
  height: 34px;
  float: left;
  background: #f8f8f8 url(img/roundrect/footer.png) 0px 0px no-repeat;
  
}


#ft .copyright { 
  padding: 9px 0.5em;
  float: left;
  color: #777;
}

#ft .links { 
  padding: 9px 0;
  float: left;
  margin-left: 2em;
  color: #777;
}

#ft .links a {
  color: #0054a0;
  margin: 0 0.25em;
}

#ft .links a:hover {
  color: #91a809;
}

#ft .date { 
  padding: 9px 1.5em;
  float: right;
  color: #777;
}

/* Columns */

#col-left {
  line-height: 1.5;
}

#col-left p.callout {
  font-size: 197%;
  line-height: 1.3;
  margin: 1.5em 0;
  text-align: right;
  color: #aaa;
}

#col-left div.box {
  margin: 0 0 1.5em 0;
}

#col-right { 
}

#col-right #content { 
  margin: 0;
  line-height: 1.5;
}


/* Roundrect boxes */

div.box {
  position: relative; /* to allow positioning within */
}

div.box div.box-header-empty {
  padding: 0px 0px 0px 13px;
  height: 9px;
  background: transparent url(img/roundrect/bg.png) 0px 0px no-repeat;
}

div.box div.box-header-content-empty {
  height: 9px;
  background: transparent url(img/roundrect/bg.png) 100% 0px no-repeat;
}

div.box div.box-header {
  padding: 0px 0px 0px 13px;
  height: 31px;
  line-height: 1.3;
  background: transparent url(img/roundrect/bg-hd-ft.png) 0px 0px no-repeat;
}

div.box div.box-header-content {
  height: 22px;
  padding: 9px 0px 0px 0px;
  background: transparent url(img/roundrect/bg-hd-ft.png) 100% 0px no-repeat;
  font-size: 108%;
  font-weight: bold;
  color: #666;
}

div.box div.box-body {
  padding: 0px 0px 0px 13px;
  background: transparent url(img/roundrect/bg.png) 0px -9px no-repeat;
  color: #555;
}

div.box div.box-body-content {
  padding: 0px 13px 0px 0px;
  background: transparent url(img/roundrect/bg.png) 100% -9px no-repeat;
}

div.box div.box-body-content p { /* for short prose inside a box */
  padding: 0.25em 0; /* keep away from top/bottom border */
}

#col-left div.box div.box-body-content p.callout { /* for boxed callouts */
  margin: 0;
}

div.box div.box-body-content a { /* for lists of links inside a box */
  padding: 0.25em 0 0 0;
  display: block;
}

div.box div.box-footer-empty {
  padding: 0px 0px 0px 13px;
  height: 9px;
  background: transparent url(img/roundrect/bg.png) 0px 100% no-repeat;
}

div.box div.box-footer-empty div.box-footer-content-empty {
  height: 9px;
  background: transparent url(img/roundrect/bg.png) 100% 100% no-repeat;
}

div.box div.box-footer {
  padding: 0px 0px 0px 13px;
  height: 31px;
  background: transparent url(img/roundrect/bg-hd-ft.png) 0px 100% no-repeat;
}

div.box div.box-footer-content {
  height: 31px;
  line-height: 26px; /* vertically aligns text properly */
  background: transparent url(img/roundrect/bg-hd-ft.png) 100% 100% no-repeat;
  font-size: 108%;
  font-weight: bold;
  color: #666;
}

/* Roundrect with a 130px white section on the left for logos */
/* All the zoom: 1 rules fix IE6 problems */

div.box130 {
  position: relative;
  zoom: 1;
}

div.box130 div.box130-hd {
  padding: 0px 0px 0px 136px;
  height: 10px;
  background: transparent url(img/roundrect/bg-left-white-130px.png) 0px 0px no-repeat;
}

div.box130 div.box130-hd div {
  height: 10px;
  background: transparent url(img/roundrect/bg-left-white-130px.png) 100% 0px no-repeat;
}

div.box130 div.box130-bd {
  overflow: auto;
  background: transparent url(img/roundrect/bg-left-white-130px.png) 0px -10px no-repeat;
  zoom: 1;
}

div.box130 div.box130-bd-left {
  float: left;
  padding: 0px 0px 0px 5px;
}

div.box130 div.box130-bd-right {
  padding: 0px 4px 0px 0px;
  margin-left: 136px;
  background: transparent url(img/roundrect/bg-left-white-130px.png) 100% -10px no-repeat;
  zoom: 1;
}

div.box130 div.box130-ft {
  padding: 0px 0px 0px 136px;
  height: 9px;
  background: transparent url(img/roundrect/bg-left-white-130px.png) 0px 100% no-repeat;
  zoom: 1;
}

div.box130 div.box130-ft div {
  height: 9px;
  background: transparent url(img/roundrect/bg-left-white-130px.png) 100% 100% no-repeat;
}


/* Box grids contain boxes of fixed size. With .box-grid3, three boxes
   fit per row. With .box-grid2, two boxes fit per row. */

#content .box-grid2 .box-fixed,
#content .box-grid3 .box-fixed {
  position: relative;
  float: left;
  margin: 0 12px 12px 0;
  height: 145px;
}

#content .box-grid2 .box-fixed {
  width: 300px;
  background: transparent url(img/roundrect/bg-top-white-290x94px.png) 0px 0px no-repeat;
}

#content .box-grid3 .box-fixed {
  width: 200px;
  background: transparent url(img/roundrect/bg-top-white-190x94px.png) 0px 0px no-repeat;
}

#content .box-grid2 .box-fixed img,
#content .box-grid3 .box-fixed img {
  display: block;
  margin: 12px auto 0 auto;
}

#content .box-grid2 .box-fixed p,
#content .box-grid3 .box-fixed p {
  text-align: center;
  position: absolute;
  top: 111px;
  left: 0px;
  width: 100%;
  line-height: 1.2;
  color: #555;
}

#content .box-grid2 .box-fixed p.twolines,
#content .box-grid3 .box-fixed p.twolines {
  top: 102px;
}


/* Common */

a { 
  text-decoration: none;
  color: #0054a0;
}

a:visited { 
  color: #4487d3;
}

a:hover { 
  color: #91a809;
}

/* Content */

#content h1 {
  font-size: 197%;
  color: #555;
  margin: 0 0 0.25em 0;
  line-height: 1.1;
}

#content h2 { 
  font-size: 153.9%;
  color: #555;
  margin: 1em 0 0.25em 0;
  line-height: 1.1;
}

#content h2.pr-subtitle { 
  color: #555;
  margin: 0 0 0.75em 0;
}

#content h3 {
  font-size: 138.5%;
  color: #555;
  margin: 1em 0 0.25em 0;
  line-height: 1.1;
}

#content blockquote {
  margin: 0 2em;
}

#content p {
  font-size: 108%;
  margin: 0 0 1em 0;
  color: #333;
}


#content .pr-dateline { 
  color: #777;
  margin-right: 0.5em;
}

#content .smallprint { 
  font-size: 85%;
}

#content p.img { 
  text-align: center;
  margin: 1.5em 0;
}

#content ul,
#content ol {
  margin: 1em 1em 1em 2em;
  font-size: 108%;
}

#content ul li {
  list-style: square outside;
  color: #333;
}

#content ol li {
  list-style: decimal outside;	
  color: #333;
}

#content table {
  margin-bottom: 1em;
}

#content th,
#content td {
  padding: 0.5em;
}

#content th {
  font-weight: bold;
}

#content th p {
  color: #555;
}

/* feature/benefit tables */
#content table.bullets {
  width: 100%;
}

#content table.bullets,
#content table.bullets th,
#content table.bullets td { 
  border: 1px solid #ccc;
}

#content table.bullets th { 
  vertical-align: top;
  text-align: right;
  width: 30%;
}

#content table.bullets td ul { 
  margin: 0 1.5em;
}
/* end feature/benefit tables */

