@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */


/*****CSS RESET*******/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*****END CSS RESET*******/


/*FOR PRINT */
#search, #mainnavcontainer, #mainnav, #share, #secondnav, #emailsignup, #connect, .topofpage, .mobileonly {display: none;}
#top {background:none; height: auto;}
#logo {margin:0;}
#top, #footercontainer, #credit {float: none; width: 100%;}
#content-main, #contenthome_top {width: 65%;}
#content-side, #contenthome_side {width: 30%;}
#footercontainer {background:none;}
#address {border: 0; width: 100%;}

#contenthome_bottom {background: #fff; border: 0; clear:both; margin-top:40px;}
	#contenthome_bottom div	{float: left; padding-left: 15px; padding-right: 15px; width: 30%;}
	#contenthome_bottom div h2 	{background: none; border: o;}

/*FOR MOBILE */
#mainnavcontainer-mobile {display: none;}
.mobileonly {display: none;}

/*BASIC STYLES*/


body { font-family:'Cabin Condensed', Arial, Helvetica, sans-serif; font-size: 14px; }
blockquote { padding-left: 25px; }
fieldset { padding: 5px; border: 1px solid #97c8e4; }
legend { font-size: 120%; font-weight: bold; }
.strong { font-weight: bold; }
.left {float: left; margin: 0 6px 0 0;}
.right {float: right; margin: 0 0 0 6px; }
.clear {clear:both;}
.listnoindent { padding-left:13px;}
.table td { border: 1px solid #d7ede8; padding: 4px; }
.table th { border: 1px solid #d7ede8; padding: 4px;text-align:left; vertical-align:top; }
.shadedbkgd {background: #f7fcfe;}
.red { color:red; }
.ital {font-style:italic;}
.footnote { font-size: 90%; }



/*HEADINGS */

p, h1, h2 { margin: 20px 0; }
h1 { margin-top: 15px; font-size: 30px; font-weight:normal; line-height: 135%;}
h2 { font-size: 20px; font-weight:normal; border-bottom: 1px solid #cfe7f5; background: url(../images/h2bkgd.jpg) no-repeat; padding: 7px; }
h3 { font-size: 15px; font-weight:bold; margin-bottom:2px; }
h1 span {font-size: 70%;}


/*LINKS*/
a:link { color: #0079c1; text-decoration:none; }
a:visited { color: #0079c1; text-decoration:none; }
a:hover { color: #033654; text-decoration:none; }
a:active { color: #033654; text-decoration:none; }




.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

