/* blueprint css reset */
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: 100;
  font-style: normal;
  font-size: 100%;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/*------------------- end blueprint css reset ------------------------------- */

body {
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 background-color:#e9f3e8;
}

h1 {
	font-size:1.7em;
	line-height:normal;
	color:#060;
}
h2 {
	font-size:1.6em;
	line-height:normal;
}

span.sectionHead  {
	font-size:1.1em;
	color:#006600;
	font-weight:bold;
}
span.sectionSubHead {
	font-size:1.1em;
	color:#333;
	font-weight:bold;
}

span.loanCount {
	color:#900;
	font-weight:bold;
}

div.checkbox_labels {
	font-size:0.9em;	
	/*padding-top:10px;
	padding-left:5px;*/
	line-height: 25px;
	vertical-align:middle;
	width:500px;
	border-bottom:thin #999 solid;
}

input.options_input  {
	width:50px;
	text-align:center;
}

#footerContent {
	font-size:0.75em;
	line-height:normal;
	text-align:center;
	border-top:#999 thin solid;
	padding-top:5px;
}

/*------------------- layout ------------------------------------------------- */
#wrap {
	width:960px;
	margin:0 auto;
	margin-top:20px;
	background-color:#aaaaaa;
	background-image:url(images/pageBackMid.png);
	background-repeat:repeat-y;

}

#header {
	height:118px;
	background-color:#aabbcc;
	background-image:url(images/header_back.png);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	padding-top:10px;
}


#col2 {
	float:right;
	width:665px;
	padding-left:10px;
}

#col1 {
	float:left;
	width:280px;
	padding-right:5px;
	background:#f3s;
}

#footer {
	margin-top:20px;
	padding:10px;
	clear:both !important;
	background-image:url(images/pageBackBottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

#leftBar {
	text-align:center;
	margin-top:20px;
	padding:5px;	
}
#mainContent {
	margin-top:20px;
	padding:5px;
	padding-right:25px;
}
