/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

html {
	overflow-y: scroll; /* firefox: forces scroll bar on short pages */
	}

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold; color:#333;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em; color:#d6491b;}
h2 {font-size:28px;letter-spacing:-.7px;font-weight:normal;margin-bottom:0.75em; color:#d6491b;}
h3 {font-size:18px;line-height:1;margin-bottom:1em;}
h4 {font-size:17px;line-height:1.25;font-weight:normal;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
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;}
a:focus, a:hover {color:#000}
a {color:#0090d1}
blockquote {margin:1.5em;color:#666;font-style:italic;}
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;}
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;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;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;}
.center { text-align: center; }
.right { text-align: right; }

/* grid.css */
hr {background:#ddd;color:#ddd;clear:both;float:none;width:86%;height:1px;margin:0 7% 1.45em 7%;display:block;border:none;}
hr.space {background:#fff;color:#fff;}
.clear {clear:both;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}



/* #############################################################

  Begin Layout

############################################################# */



body  {
	background: #f2f2f2 url(../images/body_bg.jpg) repeat-y center center;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#container { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #fff;
}
#header {
	height: 100px;
	padding-bottom: 1px;
	border-bottom: 1px solid #ebebeb;
}
#header h1 { margin: 0; }
#header a:active, #header a:focus { border: 0 none; }
#header h1 a {
	text-indent: -9000em;
	display:block;
	width: 263px;
	height: 100px;
	background: url(../images/logo.gif);
	float: left;
}

ul#main-nav {
  float: right;
  margin: 0px;
  padding: 0px;
}
#main-nav li {
  float: left;
  list-style: none;
}
#main-nav li a {
  background: url('/images/navigation.gif') no-repeat;
  display: block;
  height: 101px;
}
#main-nav a.active {
  cursor: default;
}

#main-nav #home a {
  width: 78px;
}
#main-nav #home a:hover, #main-nav #home a.active {
  background-position: 0 -101px;
}


#main-nav #about a {
  background-position: -78px 0;
  width: 81px;
}
#main-nav #about a:hover, #main-nav #about a.active {
  background-position: -78px -101px;
}


#main-nav #resources a {
  background-position: -159px 0;
  width: 105px;
}
#main-nav #resources a:hover, #main-nav #resources a.active {
  background-position: -159px -101px;
}


#main-nav #faqs a {
  background-position: -264px 0;
  width: 70px;
}
#main-nav #faqs a:hover, #main-nav #faqs a.active {
  background-position: -264px -101px;
}


#main-nav #contact a {
  background-position: -334px 0;
  width: 92px;
}
#main-nav #contact a:hover, #main-nav #contact a.active {
  background-position: -334px -101px;
}

/***** front page states *****/
#usa {
	width: 760px;
	height: 399px;
	margin-top: 1px;
}
/***** end states *********/

/***** content boxes *****/
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 358px;
	margin: 0 0 15px 11px;
}

#sidebar1, #mainContent {
	background: url(/images/front_box_bg.gif) no-repeat;
}

#sidebar1 p, #mainContent p { margin-left: 14px; margin-right: 14px; }

.rsidebar {
  background: url(/images/right_sb_bg.gif) no-repeat;
	margin: 15px 0 0 527px;
	padding: 17px;
	width: 188px;
}

#sidebar1 h3, #mainContent h3, .rsidebar h3 {
  color: #d6491b;
  font-size: 17px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}
#sidebar1 h3, #mainContent h3 {
  padding: 15px 0 0 17px;
}
.rsidebar ul {
  /* list-style-type: none;
  margin: 0;
  padding: 0; */
  margin-bottom: 20px;
}

.rsidebar ul.links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

#mainContent { 
	margin: 0 0 15px 391px;
	width: 358px;
}
#wideContent {
	width: 497px;
	float: left;
	padding: 15px;
}
#fullContent {
	padding: 15px;
}
#fullContent table { margin: 0; }
#fullContent ul li { margin-bottom: .5em; }
/******* end content boxes *******/

/********** h3 headers for each page ************/
#what_is_bi, #how_surety_works {
	width: 358px;
	height: 38px;
	text-indent: -9000em;
	margin-bottom: .5em;
}
#what_is_bi { background: url(../images/what_is_bi.gif) no-repeat; }
#how_surety_works { background: url(../images/how_surety_works.gif) no-repeat; }

/******** end h3 headers **************/

.email_link, .website_link, .aa_form {
	padding: 0 0 3px 22px;
}
.email_link { background: url(../images/email_icon.gif) no-repeat; }
.website_link {	background: url(../images/website_icon.gif) no-repeat; }
.aa_form { background: url(../images/aaf_icon.gif) no-repeat; }

.zebra_stripe {
	background: #f4f4f4;
}

#contact-form hr {
  background-color: #f2f2f2;
  color: #f2f2f2;
  margin-left: 0;
  width: 100%;
}

#contact-form ul, #contact-form li, #contact-form label, #contact-form input, #contact-form textarea {
  list-style: none;
  margin: 0;
  padding: 0;
}

#contact-form ul {
  padding: 10px 0 20px 45px;
  width: 395px;
}

#contact-form li {
  padding-bottom: 15px;
}

#contact-form label {
  float: left;
  font-weight: normal;
  padding-top: 3px;
  width: 130px;
}

#contact-form input, #contact-form select {
  background-color: #f4f4f4;
  border: 1px solid #aaaaaa;
  float: left;
  padding: 3px;
  width: 200px;
}

#contact-form input.phone {
  float: none;
}

#contact-form textarea {
  background-color: #f4f4f4;
  border: 1px solid #aaaaaa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: inherit;
  float: left;
  padding: 3px;
  width: 200px;
  height: 175px;
}

#contact-form input:focus, #contact-form select:focus, #contact-form textarea:focus {
  background-color: #ffffff;
  border: 1px solid #73c2e6;
}

#contact-form input.btn-submit {
  background: url('/images/btn-submit.gif') no-repeat #ffffff;
  border: none;
  cursor: pointer;
  margin-left: 267px;
  width: 71px;
  height: 25px;
}

#contact-form input.btn-submit:hover {
  background-position: 0 -25px;
}

.required-txt {
  color: #888888;
  font-size: 10px;
  float: right;
  margin-left: 10px;
}

#contact-form .fieldWithErrors input, #contact-form .fieldWithErrors select, #contact-form .fieldWithErrors textarea {
  background-color: #ffeeee;
  border-color: #ff8787;
}

#footer { 
	width: 740px;
	font-size: .9em;
	padding: 10px;
	clear: both;
	border-top: 1px solid #e4e4e4;
}
#footer #copyright { float: left; }
#footer #bottom_nav { float: right; text-align: right; }
#footer #bottom_nav a {
	margin: 0 4px;
}