﻿@import url('layout.css');
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
/*	background-color: #b9cfa1;  */
	background-color: #ffffff;
	background-position: top left;
	background-image: url('../images/mhline.png'); 
	background-repeat: repeat-x; 
}
hr {
	border: 0;
	height: 1px;
	background: #333;
	background-image: -webkit-linear-gradient(left, #ccc, #000, #ccc);
	background-image: -moz-linear-gradient(left, #ccc, #000, #ccc);
	background-image: -ms-linear-gradient(left, #ccc, #000, #ccc);
	background-image: -o-linear-gradient(left, #ccc, #000, #ccc);
}
form {
	margin: 0;
}
#shadow {
/*	width: 950px;
	background-image: url('../images/back.png'); */
	margin-left: auto;
	margin-right: auto;
}
#search {
	text-align: right;
	padding-right: 10px;
}
#styleSearchTitle {
	font-size: x-small;
	text-align: left;
	padding-left: 65px;
	visibility: hidden;
}
#bshadow {
/*	width: 950px; 
	width: 1000px;
	background-image: url('../images/b-1.png'); 
	margin-left: auto;
	margin-right: auto;
	height: 10px; 
	height: 5px;
	background-color: #b9cfa1; */
}
#container {
	background-color: #ffffff;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding-bottom: 5px;
}
#spacers {
	height: 3px;
	display: none;

}

/* #spacers:first-child {
	display: none;
} */

#mastheadShadow {
/*	padding-top:3px;*/
	background-image: url('../images/mhline.png'); 
	background-repeat: repeat-x; 
}
#masthead {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: 100px;
	/*	background-color: maroon;

	height:120px;
	background-image: url('../images/head.png');
	background-repeat:repeat-x;*/
}
#name {
	background-image: url('../images/title2.png');
	width: 550px;
	height: 50px;
	background-repeat:no-repeat;
/*margin-top:40px;
margin-left:5px;	*/
}
#navigation {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	text-align: center;
	margin-top: 3px;

}
#page_content {
	position: relative; /*	width: 720px; */;
	width: 1000px; 
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	float: left; /*	width: 720px; */;
	width: 1000px; 
	margin-left: 2px;
	margin-right: 2px;
	text-align: left; /*	padding-top: 5px;  */;
	padding-top: 0px;
	padding-bottom: 100px;
	height: auto;
	
}
#lnotescontent {
	position: relative;
	float: left;
	width: 780px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10%;
}
#sidebar {
	float: right;
	width: 200px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
/*	width: 670px; */
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 0px;
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #8fbc8f;
	background-repeat: repeat-x;
	background-image: url('../images/button.png');
	
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;

}
#navigation li {
/*	float: left;  */
	display: inline;
 
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: inline-block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
	background-repeat: repeat-x;
	background-image: url('../images/button.png');

}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
/* Content Styles */
.style_about {
	display: inline-block;
	text-indent: 25px;
	font-size: medium;
	margin-top: 0;
	margin-bottom: 12px;
}
#about {
	text-align: center;
	margin: 0 auto;
}
.stylenavigate {
	display: inline-block;
	margin: 0 1em;
	font-size: 1em;
}
#divstylenavigate {
	text-align: center;
	margin: 0 auto;
	font-size: 1em;
}
.styleresonavigate {
	display: inline-block;
	margin: 0 1em;
	font-size: medium;
}
#divstyleresonavigate {
	text-align: center;
	margin: 0 auto;
	font-size: medium;
}
.centerlist {
	font-size: medium;
	margin-top: 0;
	margin-bottom: 6px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
hsrl {
	color: #455;
	font-size: medium;
	text-align: left;
}
h6 {
	color: #455;
}
h5 {
	color: #455;
}
h4 {
	color: #455;
}
h3 {
	color: #455;
}
h2 {
	color: #455;
}
#content h1 {
	color: #455;
}
#content img {
	/*	padding: 5px;  */
	padding: 0px;
	border: 0px solid #FFFFFF;
}
/* Sidebar Styles */
#sidebar p {
	color: #555;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #fff8dc;
	text-decoration: underline;
}
#footer a:hover {
	color: #261;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #261;
	text-decoration: none;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.bctitle {
	font-size: medium;
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px;
	margin-top: 12px;
}
#welcome img {
	margin-right: 5px; 
}
#welcome {
	border: 2px #B9CFA1 solid;

}
/*
span.SearchButton input {
background:url(../images/search.png) no-repeat;
cursor:pointer;
width: 22px;
height: 22px;
border: none;
}*/
span.SearchButton input {
	background-color: #b9cfa1;
	background-repeat: repeat-x;
	background-image: url('../images/button.png');
}
.hangingindent {
	padding-left: 2em !important;
	text-indent: -2em !important;
}
/*.colContainer
{
    display:table;
}*/
.colContainer {
	width: 98%;
	display: table;
	margin: 1em auto .25em auto;
}
.colRow {
	display: table-row;
}
.colLeft, .colRight {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	margin: auto;
}
.colLeft {
	padding-right: .5em;
	font-size: medium;
}
.colRight {
	border-left: 1px solid #8fbc8f;
}
.colRight p {
	padding-left: .5em;
	font-size: medium;
}
.fellowshipAppHeader {
	vertical-align: middle;
	padding: .25em;
}
.rowBottomBorder div {
	padding: .1em 0;
	border-bottom: 1px solid #8fbc8f;
}
hr {
	background-position: 0% 0%;
	margin: 0 auto;
	padding: 0;
	width: 90%;
	height: 1px;
	background-image: -ms-linear-gradient(left, #ccc, #8fbc8f, #ccc);
	background-color: #000;
	background-repeat: repeat;
	background-attachment: scroll;
}
#vidFellowshipInfo{
	width: 60%;
	margin:1em auto;
}
#divFellowshipInfo {
	margin: 0 auto;
	text-align: center;
}
#divTrainHeader {
	display: table;
	width: 100%;
}
#divTrainHeader div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.pDescription {
	display: inline;
}
.divDescription {
	display: inline;
	font-size: medium;
}
.bqOldTip p {
	text-align: left !important;
}
.tipYearPlus, .tipYearMinus {
	float: right;
	margin-left: .5em;
}
.tipYearAnswer, .tipYearMinus {
	display: none;
}
.tipYearAnswer {
	padding: .5em;
	margin-top: 0 !important;
	padding-top: .25em !important;
}
.tipYearQuestion {
	padding: .5em;
	margin-bottom: 0 !important;
	padding-bottom: 0;
	white-space: nowrap;
	color: #261;
}
span.btnMobile {
	display: block;
}
.faqAnswer {
	padding-left: 2em !important;
	margin-top: 0 !important;
	text-align: left !important;
    /*text-align:justify;
    text-justify:inter-word;*/
}
.faqQuestion {
	margin-top: .5em;
}
.tipYear {
	position: relative;
}
.tipYear:before, .tipYear:after {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
}
.tipYear:before {
	bottom: -1px;
	width: 1px;
	background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#94a580), to(#eaf0e2));
	background-image: -webkit-linear-gradient(#94a580, #eaf0e2);
	background-image: -moz-linear-gradient(#94a580, #eaf0e2);
	background-image: -o-linear-gradient(#94a580, #eaf0e2);
}
.tipYear:after {
	right: -1px;
	height: 1px;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#94a580), to(#eaf0e2));
	background-image: -webkit-linear-gradient(left, #94a580, #eaf0e2);
	background-image: -moz-linear-gradient(left, #94a580, #eaf0e2);
	background-image: -o-linear-gradient(left, #94a580, #eaf0e2);
}
.divexpand {
	margin: 0 auto;
}
ol.myCustomList {
	counter-reset: list;
}
ol.myCustomList > li {
	list-style: none;
	font-size: medium;
	text-align: left !important;
	text-indent: -2em;
	margin-left: 2em;
	margin-bottom: .5em;
	margin-right: 2em;
}
ol.myCustomList > li:before {
	content: "(" counter(list, upper-alpha) ") ";
	counter-increment: list;
}
.container {
	float: left;
	position: relative;
	left: 50%;
}
.center {
	float: left;
	position: relative;
	left: -50%;
}
ul.myCustomList2 {
	margin-left: 10%;
}
ul.myCustomList2 > li {
	list-style: none;
	font-size: medium;
	text-align: left !important;
	margin-left: 2em;
	margin-right: 2em;
}
.nowrap {
	white-space: nowrap;
}
.tdBudgetPaddingLeft {
	padding-left: 2.5em;
}
.tableBudgetCD {
	width: 90%;
	margin: 0 auto 2em auto;
}
.cdIndvidualAgency {
	margin: .40em 0 !important;
}
.noJustifyLeftAlign {
	text-align: left !important;
}
.showMobile {
	display: none;
}
.cdIndividualAgency2 {
	margin: 1em .1em !important;
}
ul.listTypeNone {
	list-style-type: none;
}
ul.listTypeNone li {
	text-align: left !important;
}
#divCenterSmall {
	display: none;
	text-align:center;
	width:90% !important;
	margin:0 auto !important;
}
.MainSmall
{
	width:90% !important;
	display:table;
	vertical-align:middle;
	margin-bottom:2em;
	margin:0 auto !important;
}
#divBillsMainSmall
{
	background:url('../images/b_bill_small_button.gif') center center no-repeat;
}
#divBudgetMainSmall
{
	background:url('../images/b_budget_small_button.gif') center center no-repeat;
}
#divPublicationsMainSmall
{
	background:url('../images/b_publications_small_button.gif') center center no-repeat;
}
#divResoMainSmall
{
	background:url('../images/b_reso_small_button.gif') center center no-repeat;
}
.MainSmall a
{
	vertical-align:middle;
	display:table-cell;
	height:60px;
	color:#ffffff;
	font-size:1.2em;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
	width:100% !important;
	margin:auto auto !important;
}
.smallMainText
{
	vertical-align:middle;
    border:2px solid #b6c2d7;
	background: #6579a2; 
	border-radius: .5em;
	padding: .2em;
	display:block;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1NzlhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MmEyZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #6579a2 0%, #82a2d2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6579a2), color-stop(100%,#82a2d2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6579a2 0%,#82a2d2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6579a2 0%,#82a2d2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6579a2 0%,#82a2d2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6579a2 0%,#82a2d2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6579a2', endColorstr='#82a2d2',GradientType=0 ); /* IE6-8 */
	width:100% !important;
}
#h5Welcome
{
/*	margin-left:1em; */
	text-align: center;
}
.revhist
{
	margin-left:4em;
}
.contactHeader
{
	font-weight:bold;
	vertical-align:top;
}
.contactPhone
{
	min-width:25%;
	vertical-align:top;
}
.contactName
{
	min-width:25%;
	vertical-align:top;
}
.contactTitle
{
	vertical-align:top;
}
.divBtnContact{
	display: inline-table !important;
	height: 2em;
	width: 2em;
	border: 1px solid #708090;
	background-color: #8fbc8f;
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-image: url('../images/button.png');
	text-align: center;
	margin: auto 1em;
}
.divBtnContact div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.divContactButtonGroup
{
	float:right;
}
.divBtnContact2{
	display: inline-table !important;
	height: 2em;
	width: 2em;
	/*border-left: 1px solid #708090;
	border-bottom: 1px solid #708090;*/
	text-align: center;
	margin: auto 1em;
}
.divBtnContact2 div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#divMenu
{
	display:none;
}
.faqPlus, .faqMinus {
	display: none;
}
