@charset "utf-8";
/* CSS Document */

body {
	background: #ffffff repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 34px;
	margin-top: 0px;
	color: #C88A12;
}

a {
	color: #006699;
}

a:hover {
	color: #C88A12;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #C88A12;
	margin-top: 12px;
	margin-bottom: 6px;
}

h3 {
	font-family: Arial Narrow, Helvetica Condensed, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #C88A12;
	margin-top: 12px;
	margin-bottom: 6px;
}

#hold {
	margin: 0px auto;
	margin-top: 10px;
	width: 850px;
	position: relative;
}

#head {
	width: 850px;
	height: 72px;
}

#ribbon {
	width: 850px;
	height: 70px;
}

#ribbonBlack {
	height: 15px;
	background-color: black;
}

#ribbonFamily {
	float: left;
}

#ribbonChat {
	float: left;
}

#ribbonHeadline { 
	width: 487px;
	height: 40px;
	padding-top: 12px;
	text-align: center;
	background-color: #B2740E;
	float: left;
}

#ribbonCalculator {
	height: 42px;
	background-color: #556293;
	padding-top: 10px;
	text-align: center;
}

#ribbonCalculator.sub {
	background: url(../i/columnBG.jpg) right no-repeat;
}

#logo img {
	margin-top: 5px;
}

#mainTable {	
	clear: both;
}

#contentColumn {
	padding: 26px;
	padding-right: 0px;
}

#subContent p, #subContent ul, #subContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

#content p {
	line-height: 20px;
	padding-right: 26px;
}

#column {
	background: url(../i/columnBG.jpg) no-repeat;
	font-size: 9px;
	text-align: justify;
	position: absolute;
	top: 170px;
	right: 0px;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	width: 153px;
	height: 380px;
}

#column2 {
	background: url(../i/columnBG.jpg) no-repeat;
	font-size: 11px;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	width: 153px;
	line-height: 16px;
}

#column2 a, #column a {
	color: black;
}

#column2 a:hover, #column a:hover {
	color: blue;
}

#foot {
	width: 100%;
}

#footnav {
	background: #c5964a;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	height: 12px;
	border-bottom: 3px solid black;
}

#footnav a {
	color: white;
	border-right: 1px solid white;
	padding-left: 9px;
	padding-right: 10px;
	text-decoration: none;
}

#footnav a.last {
	border-right: none;
}

#footnav a:hover {
	text-decoration: underline;
}

#foottext {
	padding-top: 6px;
	text-align: center;
	font-family: Tahoma;
	font-size: 9px;
	color: #00674E;
}

.footItem {
	display: inline;
	padding-left: 6px;
	padding-right: 6px;
}

.footItemCopy {
	padding-top: 4px;
}

#foottext a {
	color: #00674E;
	text-decoration: none;
}

#foottext a:hover {
	text-decoration: underline;
}

/*******/

/* basic navigation classes */
#navColumn {
	background: url(../i/columnBG.jpg) repeat-y;
	width: 167px;
	padding-left: 13px;
}

#navColumn.notHome {
	background: none;
}

#nav {
	clear: both;
	padding-top: 30px;
}

#subnav {
	clear: both;
	padding-top: 40px;
}

.navBlock {
	display: block;
	margin-top: 4px;
	margin-right: 6px;
	float: left;
	width: 7px;
	height: 7px;
	font-size: 1px;
	background-color: black;
}

#subnav .navBlock {
	margin-top: 4px;
	width: 6px;
	height: 6px;
}

div.navBlock#purple {
	background-color: #6C207E;
}

div.navBlock#yellow {
	background-color: #E58E1A;
}

div.navBlock#green {
	background-color: #00703C;
}

div.navBlock#grey {
	background-color: #757561;
}

div.navBlock#brown {
	background-color: #7C3B00;
}

div.navBlock#cyan {
	background-color: #0069AA;
}

div.navBlock#red {
	background-color: #E31B23;
}

div.navBlock#blue {
	background-color: #27318B;
}

div.navBlock#magenta {
	background-color: #B60073;
}

div.navBlock#teal {
	background-color: #004963;
}

div.navBlock#gold {
	background-color: #B2740E;
}




/*******/

/* drop down menu classes */
.navDrop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

.subNavDrop {
	font-size: 11px;
}

.navDrop ul a, .navDrop ul a:visited {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 4px;
}

.navDrop ul a:hover {
	color: #039;
	background-color: #DDC190;
	border-color: #e0e0e0;
}

.navDrop ul, .navDrop li {
	padding: 0px;
	margin: 0px;
}

.navDrop li {
	list-style-type: none;
	float: left;
	border-bottom: 1px solid #DDC190;
	position: relative;
	text-align: left;
}

.navDrop li.noBottom {
	border-bottom: 0px solid #ffffff;
}

.navDrop ul {
	background-color: #ebd7b3;
	position: absolute;
	width: 154px;
	top: 33%;
	left: 90%;
	z-index: 10;
}

.subNavDrop ul {
	width: 120px;
}

.navDrop a.selected {
	background-color: #F4CF8E;
	font-weight: bold;
}

.navDrop ul ul {
	border: 1px solid #DDC190;
}

.navDrop ul.first {
	background-color: transparent;
	position: static;
}

li.submenu {
	background-image: url(../i/arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.navDrop ul li {
	padding: 1px;
	width: 152px;
}

.subNavDrop ul li {
	width: 118px;
}

.navDrop ul li:first-child {
	border-top: 0px;
}

.navDrop ul.first li:hover {
	z-index: 10;
}

.navDrop li ul {
	display: none;
}

.navDrop li:hover ul {
	display: block;
}

.navDrop li ul li ul {
	visibility: hidden;
}

.navDrop li ul li:hover ul {
	visibility: visible;
}

.navDrop li ul li ul li ul, .navDrop li ul li:hover ul li ul {
	visibility: hidden;
}

.navDrop li ul li ul li:hover ul {
	visibility: visible;
}

.navDrop li ul li ul li ul li ul, .navDrop li ul li ul li:hover ul li ul {
	visibility: hidden;
}

.navDrop li ul li ul li ul li:hover ul {
	visibility: visible;
}
/*******/


/* basic classes */
.fr {
	float: right;
}

.gold {
	color: #C88A12;
}

.black {
	color: black;
}

.staff td {
	font-size: 10px;
	padding-right: 10px;
}

.staff b {
	color: #004963;
}

.staff a {
	text-decoration: none;
	color: #006699;
}

.staff a:hover {
	text-decoration: underline;
	color: #C88A12;
}

.blank {
	display: none;
}

.fixMargin {
	margin-left: -3px;
}


/* table-based app classes */

table.app, table.appForm {
	clear: both;
	border: 1px solid #DDC190;
}

.app td {
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #D0D0D0;
}

.appForm td {
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Verdana;
	font-size: 11px;
}

.inst td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 16px;
}

.inst h3 {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-bottom: 18px;
}

td.formL, td.formLT {
	color: #606060;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
}

td.formLT {
	padding-top: 6px;
}

.altrow td { 
	background-color: #DADADA;
}

.head td {
	background-color: #A0A0A0;
	color: white;
	font-size: 9px;
	font-weight: bold;
}

input.dButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 17px;
	height: 18px;
}

input.sButton {
	font-family: Trebuchet MS;
	font-size: 11px;
}

input.txt {
	border: 1px solid #d0d0d0;
	font-family: Verdana;
	font-size: 11px;
	padding: 4px;
}

select.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 2px;
}

.appBreak td {
	font-size: 9px;
	color: #606060;
	background-color: #DADADA;
	border-bottom: 1px solid #A0A0A0;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
}

.spacer td {
	font-size: 1px;
}


.red { 
	color: red;
}

#appStages {
}

.appStage {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
	color: #FDE1B0;
	float: left;
	width: auto;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #FDE1B0;
	border-bottom: none;
	margin: 1px;
	margin-bottom: 0px;
}

.appStage.selected {
	color: black;
	background-color: #DDC190;
	border-color: #DDC190;
	margin-bottom: 0px;
}

.appStage.disabled {
	color: #606060;
	background-color: #d0d0d0;
	border-color: #d0d0d0;
}

.buttons td {
	padding: 10px;
	padding-top: 20px;
}

.buttons input {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
}

td.help {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

select.error, input.error {
	background: #FFAAAA;
	border: 1px solid red;
}