/* NOTES
*/
/* HEADER
---------------------------------------------------- */
#header,
#userLinks,
#navMenu,
#navMenu7737392232 {
	display: none;
}
/* FOOTER
---------------------------------------------------- */
#footer {
	border-top: .1em solid #d4ac91;
	font-size: 10pt;
	line-height: 1.4;
	margin-top: 1.5em;
	padding-top: 1em;
}
#footer ul {
	display: none;
}
/* HOMEPAGE SECTIONS
---------------------------------------------------- */
#hpSectionHeader {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 17pt;
	font-style: italic;
	line-height: 1.5;
	padding: 40px;
	text-align: center;
}
/* OTHER WIDGETS */
.twoColumn {
	border-top: .5em solid #f9ac1f;
	clear: both;
	text-align: center;
	width: 100%;
}
.twoColumnInner {
	display: table;
	margin: 0 auto;
	padding: 3em;
}
.columnRight {
	text-align: left;
}
.columnLeft {
	text-align: right;
}
.twoColumn, .twoColumn ul, .twoColumn a, .twoColumn h2 {
}
.columnLeft .moreInfo li {
	padding-left: 1em;	
	padding-right: 0;
}
/* CONTENT PAGES
---------------------------------------------------- */
#content {
	font-size: 13pt;
	line-height: 1.5;
}
#content h1 {
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.3;
	padding: .5em 0;
}
#content h2 {
	border-bottom: 6px double #d4ac91;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.3;
	padding: .5em 0;
}
#content h3 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3;
	padding: .5em 0;
}
/* =====================================================================
      GLOBAL LAYOUT AND PRESENTATION
    ===================================================================== */
/* EMBEDDED FONTS
---------------------------------------------------- */
@font-face {
font-family: 'Roboto';
src: url('/nasvf/web.nsf/files/2767833982/$file/Roboto-Regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('/nasvf/web.nsf/files/2767833982/$file/Roboto-Bold-webfont.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('/nasvf/web.nsf/files/2767833982/$file/Roboto-Italic-webfont.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Roboto';
src: url('/nasvf/web.nsf/files/2767833982/$file/Roboto-BoldItalic-webfont.woff') format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Roboto Condensed';
src: url('/nasvf/web.nsf/files/2767833982/$file/RobotoCondensed-Regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto Condensed';
src: url('/nasvf/web.nsf/files/2767833982/$file/RobotoCondensed-Bold-webfont.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Roboto Condensed';
src: url('/nasvf/web.nsf/files/2767833982/$file/RobotoCondensed-Italic-webfont.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Roboto Condensed';
src: url('/nasvf/web.nsf/files/2767833982/$file/RobotoCondensed-BoldItalic-webfont.woff') format('woff');
font-weight: bold;
font-style: italic;
}
/* DEFAULT PRESENTATION
---------------------------------------------------- */
body, td, th {
	font-family: "Roboto", sans-serif;
	font-size: 11pt;
	line-height: 1.4;
	color: #222;
}
body, form, p {
	margin: 0;
	padding: 0;
}
h1 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 3em;
	line-height: 1.3;
	margin: 0;
	padding: 0 0 1em;
	text-transform: uppercase;
}
h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 2em;
	line-height: 1.3;
	margin: 0;
	padding: 0 0 1em;
}
h3 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.5em;
	line-height: 1.3;
	margin: 0;
	padding: 0 0 .5em;
}
a {
	color: #217821;
	font-weight: bold;
	text-decoration: none;
}
ul, ol {
	margin: .5em 0;
	list-style-type: square;
	padding: 0 0 0 1.5em;
}
li {
	margin: 0;
	padding: .5em 0;
}
/* IMAGES */
img {
	border: 0 none;
}
img.framed {
	border: 3px solid #fff;
	border-radius: 3px;
	box-shadow: 0px 1px 2px #888;
}
img.left {
	float: left;
	margin: 0 1.2em 1em 0;
}
img.right {
	float: right;
	margin: 0 0 1em 1.2em;
}
img.center {
	display: block;
	margin: 0 auto 10px;
	text-align: center;
}
img.stackedLogo {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	margin: 2em auto;
	text-align: center;
}
/* FLOATED IMAGES */
#content div.img-right {
	background: #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-right:-2px;
	padding: 0 2px 15px 20px;
	float: right;
	width: 250px;
}
#content div.img-right img {
	border: 1px solid black;
}
/* TABLES */
#content table {
	border-collapse:collapse;
	border-spacing:0px;
}
#content td,
#content th {
	padding:3px 5px;
	vertical-align:top;
}
#content td {
	text-align:left;
}
#content th {
	font-weight:bold;
	text-align:center;
}
#content table.noPadding {
}
#content table.noPadding td,
#content table.noPadding th {
	margin:0px;
	padding:0px;
}
#content table.noBorders {
	border:0px none;
}
#content table.noBorders td,
#content table.noBorders th {
	border:0px none;
	line-height:140%;
}
#content table.outlineRowsGray {
	border:1px solid #ddd;
}
#content table.outlineRowsGray td,
#content table.outlineRowsGray th {
	border-color:#ddd;
	border-style:solid;
	border-width:1px 0px;
	line-height:140%;
}
#content table.outlineCellsGray {
	border:1px solid #ddd;
}
#content table.outlineCellsGray td,
#content table.outlineCellsGray th {
	border:1px solid #ddd;
	line-height:140%;
}
/* FORMS */
input, 
select, 
option, 
textarea {
	 font-size: 10pt;
}
input,
textarea {
	border-top: 1px solid #bbb;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
}
input:hover,
textarea:hover {
	border-color: #999 #bbb #bbb #aaa;
	background-position: left -4px;
}
textarea {
	 height:100px;
}
select {
}
input[type=checkbox],
input[type=radio] {
	 border: 0 none;
	 width: auto;
}
input[type=button],
input[type=submit],
a.button,
span.button {
	background: #217821 !important;
	border: 0 none;
	border-radius: 0;
	color: #000 !important;
	cursor: pointer;
	display: inline-block !important;
	font-size: 13pt;
	padding: 10px !important;
	text-align: left;
	width: 250px !important;
}
textarea:disabled, select:disabled, input:disabled {
	background: #eee;
	border: 1px solid #ddd;
	color: #999;
}
/* Success and warning notices from form events */
div.notices {
	font-size:1.2em;
	margin:1em 0;
}
div.notices .success {
	color:#22ae22;
}
div.notices .warning {
	color:#ff0000;
}
/* PAGE-SPECIFIC STYLES
---------------------------------------------------- */
/* Oh, alright. */
