/* CSS Document */

/* initial styles, to remove default margin/padding across browsers */
* {
	margin: 0px; 
	padding: 0px;
}
body {
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #464646;
	text-align: center;
	background: #fff;
}
form, label { 
	cursor: pointer; 
}
fieldset, img { 
	border: none; 
}
input, select, textarea, th, td { 
	font-size: 1em; 
}
input, select, textarea {
	border:1px solid #cecece;
}
textarea {
	padding: 5px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
a {
	outline: none;
	color: #464646;
	text-decoration: none;
}
a:hover {
	text-decoration:underline !important;
}
blockquote {
	margin-bottom: 5px;
	margin-left: 15px;
}
p {
	margin-bottom: 12px;
}
.backToTop {
	float: right;
	font-size: 0.9em;
	color: #435607;
	background: url(../images/topArrow.gif) no-repeat right center;
	padding-right: 15px;
	margin-right: 5px;
	margin-top: 3px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none !important;
	display:block;
}
.backToTop:hover {
	text-decoration: underline;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
.customButton {
	background: url(../images/buttonBG.gif);
	font-weight: bold;
	color: #fff;
	border: 1px solid #435607;
	height: 22px;
	font-size: 10px!important;
	padding: 2px 5px;
}
.customButtonATag {
	background: url(../images/buttonBG.gif) repeat-x;
	font-weight: bold;
	color: #fff !important;
	border: 1px solid #435607;
	height: 22px;
	font-size: 12px !important;
	padding: 0px 10px;
	line-height: 22px;
	text-align: center;
	float: left;
	text-decoration: none !important;
}
.customButtonATag:hover {
	text-decoration:none !important;
}
.floatLeft {
	float: left;
	display: none;
}
.important {
	background: url(../images/importantIcon.gif) no-repeat left center;
	padding: 12px 12px 12px 50px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	min-height:40px;
	display: block;
}
* html .important, * html .note {
	height: 40px;
}
.important strong {
	color:#ca1d00;
}
.introPara {
	font-size: 1.2em;
	margin-bottom: 25px;
}
.linkGreen {
	color: #435607 !important;
	text-decoration: none;
}
.linkUnderline {
	text-decoration: underline;
	color:#464646 !important;
}
.linkUnderline:hover {
	text-decoration: none !important;
	color:#464646 !important;
}
.linkWhite {
	color: #fff !important;
	text-decoration: none;
}
.newsImage {
	float: left;
	margin: 0px 5px 5px 0px;
}

.note {
	background: url(../images/noteIcon.gif) no-repeat left center;
	padding: 12px 12px 12px 50px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	min-height:40px;
	display: block;
	vertical-align: middle;
}
.padding {
	padding: 13px;
	display: block;
}
.twoLine {
	line-height: 15px !important;
	font-size:12px;
	padding: 4px 0px 5px;
}
#container {
	width: 98%;
	text-align: left;
}
#content {
	width:100%;
}
#content .section {
	min-height: 106px;
	width: 182px;
	float: left;
	display: block;
}
* html #content .section {
	height: 106px;
}
#content .section h3, #content .section h2 {
	font-size: 1.3em;
}
#content .section h3 a.sectionHeader, #content .section h2 a.sectionHeader {
	color: #435607;
	border-bottom: 1px dashed #cfd0d2;
	padding-left: 15px;
	line-height: 39px;
	display: block;
	width: 166px;
	background-position:145px 0px !important;
	background-repeat:no-repeat !important;
	text-decoration: none;
}
#content .section h3 a.sectionHeader:hover, #content .section h2 a.sectionHeader:hover {
	background-color:#435607 !important;
	color:#fff;
	background-position:-123px 0px !important;
	background-repeat:no-repeat !important;
	text-decoration: none !important;
}
#content .section ul {
	list-style: none;
	margin-top: 8px;
	margin-bottom: 8px;
}
#content .section ul li {
	margin-left: 15px;
	background: url(../images/arrows.gif) no-repeat 0px 3px;
	padding: 0px 10px;
}
#content .section ul li a {
	color: #464646;
	text-decoration: none;
	font-size: 1.2em;
}
#content .section ul li a:hover {
	color: #435607;
	text-decoration: none;
}
#content #fullColumn {
	font-size: 1.2em;
	width: 100%;
}
#content #fullColumn a {
	color: #435607;
	text-decoration: underline;
}
#content #fullColumn a:hover {
	color: #435607;
	text-decoration: none !important;
}
#content #fullColumn h3,
#content #fullColumn h4,
#content #fullColumn h5,
#content #fullColumn h6 {
	font-weight:bold;
}
#content #fullColumn table, #content #leftColumn table {
	width: 100%;
	border-top: 1px solid #dbdbdb;
	margin-bottom: 30px;
}
#content #fullColumn table td, #content #leftColumn table td {
	border-bottom: 1px solid #dbdbdb;
	padding: 6px 0px;
	vertical-align: top;
}
#content #fullColumn table td label {
	display:inline;
}
#content #fullColumn table td label span {
	margin-right: 8px;
	display: inline;
	margin-left: 8px;
}
#content #fullColumn table td label select {
	display: inline;
	font-size: 1em;
}
#content #fullColumn table th, #content #leftColumn table th {
	padding: 6px 0px;
	font-size:1em;
	vertical-align: top;
	border-bottom: 1px solid #dbdbdb;
}
#content #fullColumn table th.tableHeader, #content #leftColumn table th.tableHeader {
	background:#dbdbdb;
	color: #000;
	font-weight: bold;
	border-top: 3px solid #435607;
	border-bottom: none;
}
#content #leftColumn  {
	width: 100%;
	font-size: 1.2em;
	padding: 15px 0px 0px 10px;
}
#content #leftColumn a {
	color: #435607;
	text-decoration: underline;
}
#content #leftColumn a:hover {
	color: #435607;
	text-decoration: none !important;
}
#content #leftColumn .sectionTitle, #content #middleColumn .sectionTitle, #content #leftColumn #splitColumnShell h3  {
	font-size: 1.1em;
	border-bottom: 3px double #dbdbdb;
	margin-bottom: 15px;
	padding-bottom: 4px;
	clear: both;
	margin-top: 30px;
}
#content #leftColumn .sectionTitle a, #content #middleColumn .sectionTitle a, #content #leftColumn #splitColumnShell h3 a {
	float: right;
	font-size: 0.9em;
	color: #435607;
	background: url(../images/topArrow.gif) no-repeat right center;
	padding-right: 15px;
	margin-right: 5px;
	margin-top: 3px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}
#content #leftColumn h3 a {
	display:none;

}
#content #leftColumn ul {
	margin-left: 16px;
}
#content #leftColumn ol {
	margin-left: 24px;
}
#content #leftColumn ul li, #content #leftColumn ol li {
	margin-bottom: 5px;
}
#content #leftColumn ol li img {
	display:block;
	margin: 25px 0px;
}
#content #leftColumn.newsColumn p {
	clear:left;
}
#content #leftColumn .splitLeftColumn {
	width: 100%;
	background:transparent;
}
#content #leftColumn .splitRightColumn {
	width: 100%;
}
#content #leftColumn #splitColumnShell {
	width: 100%;
}

#content #leftColumn #subNavColumn {
	display:none;
}
#content #leftColumn #subNavColumnContent {

	width: 100%;

}
#content.formStyle #leftColumn form {
	margin-top: 50px;
}

#content.formStyle #leftColumn form label {
	display: block;
	margin-bottom: 12px;
	color: #727272;
	font-size: 0.9em;
	clear: left;
}
#content.formStyle #leftColumn form label input, #content.formStyle #leftColumn form label select {
	width: 350px;
	font-size: 1.1em;
	padding: 2px;
}
#content.formStyle #leftColumn form label textarea {
	width: 350px;
	height:125px;
	font-size: 1.1em;
	padding: 2px;
}
#content.formStyle #leftColumn form label span {
	font-weight:bold;
	width:112px;
	height:36px;
	color: #464646;
	font-size: 1.1em;
	float: left;
}
#content.formStyle #leftColumn form label span sup{
	font-weight:bold;
	color:#d60d1c;
	font-size:1.3em;
}
#content #leftColumnMenu {
	width: 100%;
	background: none; 
	border-bottom: 1px solid #d1d3d4;
}
#content #leftMenu {
	display:none;
}
#content #leftMenu ul li a span {
	line-height: 12px !important;
	font-size:12px;
	padding: 9px 0px 0px;
	display: block;
	width: 125px;
}
#content #middleColumn {
	float: left;
	width: 100%;
	padding-top: 15px;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-left: 10px;
}
#content #middleColumn h3 {
	font-size: 1.1em;
	border-bottom: 3px double #dbdbdb;
	margin-bottom: 15px;
	padding-bottom: 4px;
	clear: both;
	margin-top: 30px;
	font-weight: bold;
}
#content #middleColumn h3 a {
	float: right;
	font-size: 0.9em;
	color: #435607;
	background: url(../images/topArrow.gif) no-repeat right center;
	padding-right: 15px;
	margin-right: 5px;
	margin-top: 3px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}
#content #middleColumn h3 a {
	text-decoration: underline;
}
#content #middleColumn h4 {
	font-weight:bold;
}
/*#content #middleColumn h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 34px;
}*/
#content #middleColumn ul{
	list-style: none;
	margin-bottom: 12px;
}
#content #middleColumn ul li {
	background: url(../images/arrows.gif) no-repeat 0px 6px;
	padding: 0px 10px;
}
#content #rightColumn {
	display: none;
}
#header {
	height: 80px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 20px;
}
#header #mainNav {
	display:none;
}
#header #subNav {
	display:none;
}
#footer {
	margin-top: 20px;
	border-top: 1px solid #dbdbdb;
	padding-top: 12px;
	font-size: 1.1em;
	padding-bottom: 12px;
	width: 100%;
}
#jumpLink {
	height: 0px;
	width: 970px;
	overflow: hidden;
}

#pageHeaderIndex {
	height: 20px;
	padding: 10px 0px 10px 15px;
}
#pageHeaderIndex a, #pageHeaderSub a {
	font-weight: bold;
}
#pageHeaderIndex h1 {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#pageHeaderSub {
	height: 43px;
	padding: 22px 0px 8px 15px;
	background: url(../images/subHeaderBG.jpg) repeat-x;
	font-size: 1.1em;
	color: #435607;
	position: relative;
}
#pageHeaderSub a {
	color: #435607;
	text-decoration: none;
	font-weight: normal;
}
#pageHeaderSub a:hover {
	text-decoration: underline;
}
#pageHeaderSub h1 {
	margin-top: 6px;
}
#pageHeaderSub h1 span {
	display: none;
}
#pageHeaderSub #statusCap, #systemStatusBar {
	display: none;
}
#systemStatusSub {
	width: 232px;
	background: #999;
	margin-bottom: 15px;
	font-size: 1.1em;
}
#systemStatusSub ul {
	list-style: none;
	background: #e0e1e2 url(../images/statusSubBottomCap.gif) no-repeat right top;
	padding: 7px 0px 15px;
}
#systemStatusSub ul li {
	font-weight: bold;
	line-height: 25px;
	border-bottom: 1px dashed #f0f0f0;
	padding-left: 38px;
}
#systemStatusSub ul li.error {
	background: url(../images/error.gif) no-repeat 15px 5px;
}
#systemStatusSub ul li.good {
	background: url(../images/good.gif) no-repeat 15px 5px;
}
#systemStatusSub ul li.caution {
	background: url(../images/caution.gif) no-repeat 15px 5px;
}
#systemStatusSub #systemStatusFooter {
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 5px 15px;
}
#systemStatusSub #systemStatusFooter ul {
	background: url(none);
	padding: 0px;
	margin: 5px 0px 0px;
}
#systemStatusSub #systemStatusFooter ul li {
	border-style: none;
	float: left;
	padding: 0px 7px 0px 0px;
	margin: 0px;
}
#top5 {
	width: 232px;
	background: #f3f3f3;
	margin-top: 12px;
	float: left;
	font-size: 1.2em;
	padding-bottom:13px;
}
#top5 ul {
	list-style: none;
	padding: 0px 16px;
	margin-top: 18px;
}
#top5 ul li {
	font-weight: bold;
	margin-bottom: 14px;
	background-repeat:no-repeat !important;
	background-position:0px 2px !important;
	padding-left: 25px;
}
*html #top5 ul li {
	height: 24px;
}
#top5 #one {
	background: url(../images/1.gif);
}
#top5 #two {
	background: url(../images/2.gif);
}
#top5 #three {
	background: url(../images/3.gif);
}
#top5 #four {
	background: url(../images/4.gif);
}
#top5 #five {
	background: url(../images/5.gif);
}
#wizardHolder {
	width: 100%;

}
#wizardHolder p {
	clear: left;
}

#wizardHolder #steps {
	list-style: none;
	margin-left: 0px !important;
}
#wizardHolder #steps li {
	font-weight: bold;
	color: #435607;
	float: left;
	padding-right: 1px;
}
