@charset "UTF-8";
/* CSS Document */

a:link, a:visited {
	outline: none;
	cursor: pointer;
	color: #113344;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	outline: none;
	color: #CC5533;
}
p {
	margin: 0px;
	padding: 0px 0px 18px;
}
form {
	margin: 0px;
	padding: 0px;
}
input, textarea, select, option {
	font: 12px/normal Arial, Helvetica, sans-serif;
}
input.formBoxWide, textarea.formBoxWide, select.formBoxWide, option.formBoxWide {
	width: 98%;
}
input.formBtnLrg {
	background: #113344;
	color: #FFFFFF;
	margin: 5px;
	padding: 6px 12px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
input.formBtnLrg:hover {
	background: #C53;
	cursor: pointer;
}
input.formBtnLrg2 {
	background: #C53;
	color: #FFFFFF;
	margin: 5px;
	padding: 6px 12px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
input.formBtnLrg2:hover {
	background: #113344;
	cursor: pointer;
}
input.formBtn {
	font: bold 10px/12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 4px 8px;
	margin: 0px 8px 0px 0px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px;
	cursor: pointer;
	color: #FFFFFF;
	background: #113344;
	border: 1px solid #113344;
}
input.formBtn:hover {
	color: #FFFFFF;
	background: #C53;
	border: 1px solid #C53;
	cursor: pointer;
}
h1 {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 16px;
}
h2 {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 16px;
}
h3 {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 16px;
}
sup, sub {
	font: normal 8px/8px Arial, Helvetica, sans-serif;
}
blockquote {
	padding: 5px 0px 10px 15px;
	margin: 0px 0px 0px 15px;
}
ol {
	margin-top: -5px;
	margin-bottom: 20px;
}
ol li {
	margin-top: 5px;
	margin-bottom: 8px;
}
ul {
	margin: 0px 0px 15px 20px;
	padding: 0px 0px 0px 12px;
}
ul li {
	list-style: square;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
}
ul ul {
	margin-top: 8px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul.arrowList {
	margin: 0px 0px 5px 20px;
	padding: 0px 0px 0px 12px;
}
ul.arrowList li {
	list-style: url(../images/arrow.gif);
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
}
ul.arrowList li.tight {
	padding-bottom: 5px;
}
ul.arrowList2 {
	margin: 8px 0px 17px 10px;
	padding: 0px 0px 0px 10px;
}
ul.arrowList2 li {
	padding-bottom: 6px;
	list-style: url(../images/arrow.gif);
}
ul.smlList {
	margin: -10px 0px 10px 12px;
	padding: 0px 0px 0px 12px;
	font: 11px/12px Arial, Helvetica, sans-serif;
}
ul.smlList li {
	list-style: square;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
}
ul.no-bullet li {
	list-style-type: none;	
}
ul.no-bullet li img {
	margin-right: 10px;	
}
img.imgBlock {
	display: block;
}
img.imgBlock-border {
	display: block;
	border: 1px solid #999999;
}
img.imgBlockBot {
	display: block;
	margin: 0px 0px 15px;
}
img.imgBlockLeftBot {
	display: block;
	margin: 0px 0px 10px 20px;
}
img.imgBlockLeft {
	display: block;
	margin: 0px 0px 0px 20px;
}
img.imgBlockLeft2 {
	display: block;
	margin: 0px 0px 0px 10px;
}
img.imgBlockRight {
	display: block;
	margin: 0px 20px 0px 0px;
}
img.imgBlockRight2 {
	display: block;
	margin: 0px 10px 0px 0px;
}
img.imgBlockRightBotTop {
	display: block;
	margin: 15px 20px 15px 0px;
}
img.imgBlockRightBot {
	display: block;
	margin: 0px 20px 20px 0px;
}
img.imgBlockBotTop {
	display: block;
	margin: 15px 0px 15px 0px;
}

a.btn:link, a.btn:visited, a.btn:hover,
a.btnFull:link, a.btnFull:visited, a.btnFull:hover {
	font: bold 10px/12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 4px 8px;
	margin: 10px 0px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
a.btnFull:link, a.btnFull:visited, a.btnFull:hover {
	display:block;
	margin: 0px 0px;
	text-align: center;
}
a.btnSml:link, a.btnSml:visited, a.btnSml:hover {
	font: bold 9px/11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 2px 6px;
	margin: 3px 5px 0px 0px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
a.btnLrg:link, a.btnLrg:visited, a.btnLrg:hover,
a.btnLrg2:link, a.btnLrg2:visited, a.btnLrg2:hover,
a.btnLrg3:link, a.btnLrg3:visited, a.btnLrg3:hover {
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 5px 10px;
	margin: 3px 5px 0px 0px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
a.btn:link, a.btn:visited,
a.btnFull:link, a.btnFull:visited {
	color: #FFFFFF;
	background: #113344;
	border: 1px solid #113344;
}
a.btnSml:link, a.btnSml:visited {
	color: #FFFFFF;
	background: #666666;
	border: 1px solid #666666;
}
a.btn:hover, a.btnFull:hover, a.btnSml:hover {
	color: #FFFFFF;
	background: #C53;
	border: 1px solid #C53;
}
a.btnLrg:link, a.btnLrg:visited {
	color: #FFFFFF;
	background: #113344;
	border: 1px solid #113344;
}
a.btnLrg:hover, a.btnLrg3:link, a.btnLrg3:visited {
	color: #FFFFFF;
	background: #C53;
	border: 1px solid #C53;
}
a.btnLrg3:hover {
	color: #FFFFFF;
	background: #113344;
	border: 1px solid #113344;
}
a.btnLrg2:link, a.btnLrg2:visited {
	color: #FFF;
	background: #113344;
	border: 1px solid #113344;
	text-transform: capitalize;
}
a.btnLrg2:hover {
	color: #FFFFFF;
	background: #C53;
	border: 1px solid #C53;
	text-transform: capitalize;
}
td a.btnLrg2 {
	display:block;
}
a.linkUpArrow:link, a.linkUpArrow:visited, a.linkUpArrow:hover,
a.linkBackArrow:link, a.linkBackArrow:visited, a.linkBackArrow:hover {
	margin: 0px;
	padding: 0px 0px 0px 14px;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
a.linkUpArrow:link, a.linkUpArrow:visited, a.linkUpArrow:hover {
	background: url(../images/arrowUp.gif) no-repeat 2px;
}
a.linkBackArrow:link, a.linkBackArrow:visited, a.linkBackArrow:hover {
	background: url(../images/arrowBack.gif) no-repeat 2px;
}
a.linkUpArrow:link, a.linkUpArrow:visited,
a.linkBackArrow:link, a.linkBackArrow:visited {
	color: #113344;
}
a.linkUpArrow:hover, a.linkBackArrow:hover {
	color: #CC5533;
}


/* classes */
.pageTitle {
	font: normal 28px/30px Arial, Helvetica, sans-serif;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 18px;
	/*color: #C53;*/
	color: #666;
}
.title {
	/*color: #662233;*/
	color: #113344;
	font: bold 16px/20px Arial, Helvetica, sans-serif;
}
.titleSerif {
	color: #C53;
	font: normal 20px/24px Arial, Helvetica, sans-serif;
}
.subTitleSerif {
	color: #C53;
	font: normal 16px/20px Arial, Helvetica, sans-serif;
}
.title a:link, .title a:visited {
	color: #113344;
	text-decoration: none;
}
.titleSerif a:link, .titleSerif a:visited {
	color: #C53;
	text-decoration: none;
}
.subtitle {
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	/*color: #224455;*/
	color: #777;
}
.subtitle a:link, .subtitle a:visited {
	color: #113344;
	text-decoration: none;
}
.subtitle2 {
	font: bold 13px/18px Arial, Helvetica, sans-serif;
	/*color: #113344;*/
	color: #CC5533;
}
.title a:hover, .titleSerif a:hover, .subtitle a:hover {
	color: #CC5533;
	text-decoration: none;
}
.greenTitle {
	font: 20px/22px Arial, Helvetica, sans-serif;
	color: #339933;
}
.greenSubtitle {
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	color: #339933;
}
.alertText, a.alertText {
	color: #FF0000;
}
.alertPara {
	background: #C00;
	color: #FFF;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	margin: 0px 0px 16px;
	padding: 3px;
}
.alertPara a:link, .alertPara a:visited {
	color: #FFF;
}
.alertPara a:hover {
	color: #F90;
}
.bodyCopy {
	font: 12px/18px Arial, Helvetica, sans-serif;
}
.largeCopy {
	font: 18px/22px Arial, Helvetica, sans-serif;
}
.smallCopy {
	font: 10px/12px Arial, Helvetica, sans-serif;
}
.smallCopySerif {
	font: 10px/12px Arial, Helvetica, sans-serif;
}
.sectionTitle {
	font: normal 26px/26px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: -35px 0px 5px;
	color: #C53;
}
.sectionTitle span {
	background: #FFF;
	padding: 0px 5px 0px 0px;
}
.horizontal, .horizontalClear {
	border-top: 1px dotted #999999;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
}
.horizontalClear {
	clear: both;
}
.nowrap {
	white-space: nowrap;
}
.border {
	border: 1px solid #CCCCCC;
}
img.border {
	display: block;
}
.txt-grey {
	color: #777777;
}
.txt-grey a {
	color: #777777;
	font-weight:normal;
}
.txt-orange {
	color: #C53;
}
.txt-maroon {
	color: #662233;
}
.txt-blue {
	color: #113344;
}
.txt-green {
	color: #339933;
}
.barTxt-orange, .barTxt-maroon, .barTxt-blue {
	display: block;
	margin: 0px 0px 16px;
	padding: 4px;
	font: 13px/15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
.barTxtLRG-orange, .barTxtLRG-maroon, .barTxtLRG-blue {
	display: block;
	margin: 0px 0px 16px;
	padding: 4px;
	font: 18px/24px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
.barTxt-orange,.barTxtLRG-orange {
	background: #C53;
	border: solid 1px #C53;
}
.barTxt-maroon,.barTxtLRG-maroon {
	background: #662233;
	border: solid 1px #662233;
}
.barTxt-blue,.barTxtLRG-blue {
	background: #113344;
	border: solid 1px #113344;
}
.barTxt-gold,.barTxtLRG-gold {
	background: #CC7711;
	border: solid 1px #C53;
}
.barTxt {
	margin: 0px 0px 16px;
	padding: 4px;
	font: 13px/17px Arial, Helvetica, sans-serif;
	color: #C53;
	background: url(../images/gradientVertical.jpg) repeat-x -100px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}
span.indentHeading {
	display: block;
	font: 16px/18px Arial, Helvetica, sans-serif;
	color: #113344;
	padding: 0px 0px 0px 25px;
}
span.indentTxt {
	display: block;
	padding: 5px 0px 0px 45px;
	margin: 0px;
	background: url(../images/arrow.gif) no-repeat 30px 7px;
	/*border-bottom: 1px dotted #999999;*/
}
span.indentHeading sup, span.indentHeading sub {
	font: normal 10px/10px Arial, Helvetica, sans-serif;
}

.alertBox {
	padding: 14px 60px 16px 80px;
	margin: 0px 0px 20px;
	font: 14px/normal Arial, Helvetica, sans-serif;
	background: #FFD url(../images/alert2.png) no-repeat 30px center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #CCC;
}


/* alpha list styles */
.alphaList {
	font: bold 10px/10px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 22px;
	color: #666;
	text-align: center;
}
.alphaList a:link, .alphaList a:visited, .alphaList a:hover, .alphaList span {
	padding: 4px 6px;
	margin: 0px 1px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}
.alphaList a:link, .alphaList a:visited {
	color: #FFF;
	background: #113344;
}
.alphaList a:hover {
	color: #FFF;
	background: #B42;
}
.alphaList span {
	color: #666;
	background: #CCC;
}
.box {
	padding: 18px 18px 4px;
	border: 1px solid #999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	font: 12px/18px Arial, Helvetica, sans-serif;
}
.box2 {
	padding: 18px;
	margin: 0px 0px 18px;
	border: 1px solid #999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	background: #DEF;
}

#breadcrumb {
	font: bold 10px/12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #668899;
	margin: -10px 0px 20px;
	padding: 6px 8px 4px 8px;
	background: #113344;
	border: 1px solid #113344;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}
#breadcrumb span {
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	padding: 5px 0px;
	display: block;
	
}

/* suckerfish dropdowns */

#breadcrumb ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover {
	display: block;
	width: auto;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	background: url(../images/arrow.gif) no-repeat left center;
}
#breadcrumb a:link, #breadcrumb a:visited {
	color: #FFF;
}
#breadcrumb a:hover {
	color: #FFBB77;
}
#breadcrumb li ul a:link, #breadcrumb li ul a:visited, #breadcrumb li ul a:hover {
	width: 200px;
	height: auto;
	cursor: pointer;
	display: block;
	margin: 0px;
	padding: 4px 8px 4px 16px;
	border-bottom: 1px #113344 solid;
	border-left: none;
	border-right: none;
	border-top: none;
}
#breadcrumb li ul a:link, #breadcrumb li ul a:visited {
	color: #FFFFFF;
	background: #113344;
	text-decoration: none;
}
#breadcrumb li ul a:hover {
	color: #FFFFFF;
	background: #C53 url(../images/arrow.gif) no-repeat 5px center;
	text-decoration: none;
}
#breadcrumb li {
	float: left;
	width: auto;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#breadcrumb li li {
	height: auto;
	margin: 0px;
	padding: 0px;
	width: 200px;
	border: none;
	list-style: none;
}
#breadcrumb li ul {
	position: absolute;
	width: 224px;
	left: -999em;
	background: #113344 url(none);
	margin: 0px 0px 0px -5px;
	padding: 4px 0px 6px 0px;
	display: block;
	border: 1px #113344 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}
#breadcrumb li:hover ul {
	left: auto;
}
#breadcrumb li:hover ul, #breadcrumb li.sfhover ul {
	left: auto;
}


/*tables */
td, th {
	font: 12px/normal Arial, Helvetica, sans-serif;
}
#content table.tablePad,
#content table.tableLined {
	width: 756px;
	margin: 0px 0px 10px;
	border-collapse: collapse;
}
#content .box table.tablePad, #content .box2 table.tablePad {
	width: 716px;
	margin: 0px 0px 0px;
	border-collapse: collapse;
}
#content-nested-left table.tablePad,
#content-nested-left table.tableLined {
	width: 520px;
	margin: 0px 0px 10px;
	border-collapse: collapse;
}
#content-nested-right table.tablePad,
#content-nested-right table.tableLined {
	width: 200px;
	margin: 0px 0px 10px;
	border-collapse: collapse;
}
#content-nested-left-half table.tablePad,
#content-nested-left-half table.tableLined, 
#content-nested-right-half table.tablePad, 
#content-nested-right-half table.tableLined,
#content .content-nested-left-half table.tablePad,
#content .content-nested-left-half table.tableLined, 
#content .content-nested-right-half table.tablePad, 
#content .content-nested-right-half table.tableLined {
	width: 360px;
	margin: 0px 0px 10px;
	border-collapse: collapse;
}
#content .col1 .contentBoxed table.tablePad, 
#content .col2 .contentBoxed table.tablePad, 
#content .col3 .contentBoxed table.tablePad {
	width: 205px;
	margin: 0px 0px 0px;
	border-collapse: collapse;
}
#content table.tablePad table,
#content table.tableLined table,
#content-nested-left table.tablePad table,
#content-nested-left table.tableLined table,
#content-nested-right table.tablePad table,
#content-nested-right table.tableLined table,
#content-nested-left-half table.tablePad table,
#content-nested-left-half table.tableLined table, 
#content-nested-right-half table.tablePad table, 
#content-nested-right-half table.tableLined table,
#content .content-nested-left-half table.tablePad table,
#content .content-nested-left-half table.tableLined table, 
#content .content-nested-right-half table.tablePad table, 
#content .content-nested-right-half table.tableLined table {
	width: 100%;
	margin: 0px;
	border-collapse: collapse;
}
table.tablePad td {
	margin: 0px;
	padding: 0px 10px 10px 0px;
	border-collapse: collapse;
}
#content .col1 .contentBoxed table.tablePad td, 
#content .col2 .contentBoxed table.tablePad td, 
#content .col3 .contentBoxed table.tablePad td {
	margin: 0px;
	padding: 5px 10px 5px 0px;
	border-collapse: collapse;
}
table.tableLined {
	border: 1px solid #CCCCCC;
}
table.tableLined td {
	margin: 0px;
	padding: 8px;
	border-bottom: 1px solid #CCCCCC;
	border-collapse: collapse;
}
table.tableLined th {
	margin: 0px;
	padding: 8px;
	font: bold 10px/normal Arial, Helvetica, sans-serif;
	background: #EEEEEE;
	color: #113344;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	border-collapse: collapse;
}


#usgbc {
	margin: 10px 0px 25px;
	padding: 10px 10px 10px 20px;
	font: 15px/22px Arial, Helvetica, sans-serif;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}
#usgbc p {
	display: block;
	float: right;
	width: 590px;
	margin: 0px;
	padding: 17px 15px 0px 0px;
	
}

.ecoBox {
	background: #EEE url(../images/gradient.jpg) repeat-x bottom;
	display: block;
	margin: 12px 0px 20px;
	padding: 12px 16px;
	color: #000;
	font-weight: normal;
	border: 1px solid #CCC;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px 8px 8px 8px;
}
.ecoBox img.leaf {
	margin: -30px -30px 0px 0px;
	padding: 0px;
}

.dwnldCTA {
	background: url(../images/dwnldCTA.jpg) no-repeat left top;
	width: 197px;
	padding: 250px 10px 0px;
	height: 150px;
}
.no-bullet .smallCopy {
	padding-bottom: 5px;	
}
a.zipDownload {
	margin-left: -30px;
}

/* TO CLEAR FLOATS */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
.centerLineV {
	background-image: url(../images/vertLine.png);
	background-position: center top;
	background-repeat: repeat-y;
}
