@charset "utf-8";
/* CSS Document */
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 100%;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
* {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
	list-style-type: none;
	text-align: left;
}
#container {
	background-image: url(../images/containter-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 978px;
	margin-right: auto;
	margin-left: auto;
} 
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 66px;
	float: left;
	width: 978px;
} 
#container #header img {
	margin-left: 32px;
	float: left;
}
#container #header .header-tagline {
	float: right;
	text-align: right;
	height: 20px;
	margin-bottom: 50px;
}
#container #header .header-tagline h1 {
	font-size: 16px;
	font-style: italic;
	color: #B8B8BA;
	font-weight: bold;
	padding: 0px;
	margin-top: 54px;
	margin-right: 66px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


#header .menu2  {
	padding-top: 0px;
	margin-right: 26px;
	clear: right;
	margin-top: 40px;
}
#header .menu2 li  {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header .menu2 li a  {
	font-size: 0.75em;
	color: #FFF;
	line-height: 1.2em;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	padding-top: 8px;
	padding-right: 26px;
	padding-bottom: 7px;
	padding-left: 26px;
	float: right;
	text-decoration: none;
	font-weight: bold;
}
#header .menu2 li a:hover {
	color: #C00;
	text-decoration: none;
}
#content-holder {
	clear: both;
	width: 978px;
}
#main-content {
	color: #525252;
	padding-bottom: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C7C5C2;
	padding-right: 0px;
}

#breadcrumbs {
	font-size: .75em;
	text-align: right;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #999999;
	width: 485px;
	padding-right: 30px;
	padding-top: 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #EAEAEA;
	margin-left: 1px;
	height: 20px;
}
#main-content  p  {
	margin-left: 30px;
	font-size: 0.75em;
	line-height: 1.4em;
	margin-right: 30px;
	margin-bottom: 20px;
	text-align: justify;
}
#main-content .no-justify{
	text-align: left;
}
#main-content .justify {
	text-align: justify;
}
#main-content ul li{
	font-size: 0.75em;
	line-height: 1.4em;
	margin-left: 40px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	margin-right: 30px;
	color: #525252;
}

#main-content ol li{
	font-size: 0.75em;
	line-height: 1.4em;
	margin-left: 65px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
	margin-right: 30px;
	color: #525252;
	list-style-type: decimal;
}
#container #content-holder tr #main-content .roman-list li {
	list-style-type: upper-roman;
}

.background-boxes {
	background-color: #EAEAEA;
}
#main-content ul , #main-content ol{
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#main-content strong {
	color: #C00;
}
#main-content  h2  {
	font-size: .8em;
	color: #069;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 14px;
	margin-top: 0px;
	padding-top: 2px;
	line-height: 1.3em;
}
#main-content  h3  {
	font-size: 0.8em;
	color: #069;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 14px;
	margin-top: 0px;
	line-height: 1.3em;
	padding: 0px;
	text-transform: uppercase;
}
#main-content  h4  {
	font-size: 0.75em;
	color: #C00;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 3px;
	line-height: 1.3em;
	background-color: #FFF;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	text-align: center;
}
#main-content h1 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#container #content-holder tr #main-content .headline-display {
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 30px;
	padding-left: 30px;
	color: #FFF;
	border-bottom-color: #7E9436;
	background-color: #166D01;
}
#container #content-holder tr #main-content .h-large01 {
	font-size: .9em;
}
.float-right img {
	margin-bottom: 2px;
}

.float-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 30px;
	font-weight: normal;
	color: #828282;
	font-size: 11px;
	text-align: center;
	margin-right: 30px;
	margin-top: 0px;
}
.float-left {
	float: left;
	margin-bottom: 10px;
	margin-left: 30px;
	font-weight: normal;
	color: #828282;
	font-size: 11px;
	text-align: center;
	margin-right: 30px;
	margin-top: 0px;
}
.float-left2 {
	float: left;
	margin-bottom: 20px;
	margin-left: 30px;
	font-weight: normal;
	color: #828282;
	font-size: 11px;
	text-align: center;
	margin-right: 24px;
	margin-top: 0px;
}

#main-content .float-right strong {
	text-align: center;
}
#container #content-holder tr #main-content .bold-blue {
	color: #069;
}


.float-right2 {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.margin-right {
	margin-right: 50px;
}

.img-border1 {
	border: 1px solid #CCCCCC;
}
.img-border2 {
	border: 1px solid #DF2027;
}
.image-bt-bdr {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7E9436;
}

#content-holder  #sidebar1 {
	width: 221px;
	padding-top: 11px;
	padding-left: 29px;
	padding-bottom: 10px;
}
#content-holder  #sidebar2 {
	width: 203px;
	padding-top: 11px;
	padding-left: 11px;
	background-image: url(../images/sidebar2-bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-bottom: 20px;
}
#sidebar2 h2 a , #sidebar2 h2 a:visited{
	font-size: 0.5em;
	color: #06C;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: normal;
	text-decoration: underline;
	margin: 0px;
	display: block;
	text-align: center;
	width: 150px;
	height: 25px;
}
#sidebar2 a  {
	margin: 0px;
	padding: 0px;
}

#sidebar2 h2 a:hover {
	color: #C00;
	text-decoration: none;
}
#container #content-holder tr #sidebar2 a img {
	margin: 0px;
	padding: 0px;
}



#sidebar1  /* CSS Document */
.menu1    li   a  {
	padding-right: 18px;
	padding-left: 18px;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
	margin-left: 8px;
	width: 166px;
	font-size: 0.75em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #EAEAEA;
}
#content-holder tr #sidebar1 .menu1 li .menu-top {
	background-image: url(../images/menu-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container #content-holder tr #sidebar1 .menu1 li .menu-top:hover {
	background-image: url(../images/menu-top-h.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content-holder tr #sidebar1 .menu1 li .menu-bottom {
	background-image: url(../images/menu-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container #content-holder tr #sidebar1 .menu1 li .menu-bottom:hover {
	background-image: url(../images/menu-bottom-h.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container #footer ul     li .green , #sidebar1 .menu1 li .green{
	color: #060;
}
#container #footer ul li .green:hover , #sidebar1 .menu1 li .green:hover{
	color: #C00;
}

#sidebar1 .menu1     li  a:hover {
	color: #C00;
	background-color: #DDD;
}


#sidebar1 img {
	margin-top: 11px;
	margin-left: 24px;
	margin-bottom: 60px;
}
#main-content    a, #main-content a:visited  , #main-content .table-3col li a, #main-content .table-3col li a:visited{
	color: #C00;
	text-decoration: underline;
}
#main-content a:hover {
	color: #06F;
	text-decoration: none;
}
.green-bg {
	background-color: #95AA5B;
	margin-bottom: 0px;
	float: left;
	width: 517px;
}
#main-content .green-bg a , #main-content .green-bg a:visited{
	color: #069;
}
#main-content .green-bg a:hover {
	color: #C00;
	text-decoration: none;
}
#main-content .green-bg p , #main-content .green-bg li       {
	color: #333;

}
#main-content .green-bg p .green1 , #main-content .green-bg h2 .green1      {
	color: #060;
}
#main-content .green-bg ol li     .green1   , #main-content .green-bg ol li .green1:visited{
	color: #060;
}
#main-content .green-bg ol li .green1:hover {

}
#main-content .green-bg ul li .green1 , #main-content .green-bg ul li .green1:visited{
	color: #060;
}
#container #content-holder tr #main-content .green-bg .green1:hover {
	color: #C00;
	text-decoration: none;
}
#main-content .green-bg .no-justify strong {
	color: #069;
}




.green1     {
	font-weight: bold;
	color: #060;
}
.green2 , #main-content #breadcrumbs .green1{
	font-weight: bold;
	color: #060;
}
#main-content #breadcrumbs .green1:hover {
	color: #C00;
}




.red {
	color: #FF0000;
}
#footer {
	font-size: 0.75em;
	line-height: 1.4em;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 26px;
	margin-left: 26px;
	text-align: center;
	color: #747673;
	padding: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
} 
#footer   a, #footer a:visited   {
	color: #069;
	text-decoration: underline;
}
#footer  a:hover   {
	color: #C00;
	text-decoration: none;
}

#footer p {
	padding-top: 12px;
	padding-bottom: 15px;
	padding-left: 240px;
	color: #887178;
}
#footer ul {
	text-align: center;
	margin-bottom: 10px;
}#footer li {
	display: inline;
	list-style-type: none;
	color: #ada792;
	margin-right: 1px;
	margin-left: 1px;
}
#footer  li  a, #footer li a:visited {
	color: 747673;
}
#footer li a:hover {
	color: #C00;
	text-decoration: none;
}
#container #footer-border {
	background-color: #4284B4;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 18px;
}

#Contact     {
	margin: 0px;
	padding: 0px;
}
.form-container {
	border: 1px solid #E7E5D4;
	margin-left: 30px;
	width: 545px;
	background-color: #FFF;
	margin-bottom: 30px;
	font-size: 0.75em;
}
.form-left-column {
	text-align: right;
	width: 33%;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
}
.validation-summary  #vsErrors  ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 1.2em;
	line-height: 1.5em;
}
.validation-summary  #vsErrors  li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	background-image: none;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(../images/vs-bullet.gif);
}
.form-rignt-column   #AddressState {
	margin-top: 2px;
	margin-left: 3px;
	background-color: #E4E2D6;
	margin-bottom: 1px;
	border: 1px solid #7F9DB9;
}





.form-rignt-column {
	text-align: left;
}
.form-container input {
	height: 16px;
	width: 200px;
	border: 1px solid #7F9DB9;
	margin-top: 1px;
	margin-left: 3px;
	background-color: #FFFFFF;
}
#container      #content-holder tr #main-content #contact .form-container tr .form-rignt-column #rfvResumeUpload {
	height: 22px;
	background-color: #FFF;
}
#container #content-holder tr #main-content #contact .form-container tr .form-rignt-column.upload input {
	height: 18px;
	background-color: #E4E2D6;
}

#container #content-holder tr #main-content #contact .form-container tr .form-rignt-column.checkbox-cell input{
	height: 14px;
	width: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 14px;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 17px;
	margin-left: 0px;
}

#container #content-holder tr #main-content #contact .form-container tr .form-rignt-column.checkbox-cell {
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7E5D4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E5D4;
	padding-right: 0px;
}



.form-rignt-column .form-required {
	background-color: #E4E2D6;
}
.form-rignt-column .form-required-text {
	background-color: #E4E2D6;
	padding: 3px;
	margin-top: 5px;
	color: #900;
	width: 450px;
	border: 1px solid #DBD8C8;
	text-align: center;
}
#main-content #contact .form-container tr .form-rignt-column.checkbox-cell h2   {
	font-size: 13px;
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
}


.form-container textarea {
	height: 70px;
	width: 200px;
	border: 1px solid #7F9DB9;
	margin-top: 2px;
	margin-left: 2px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

input.form-submit {
	background-color: #CCCCCC;
	height: 20px;
	width: 60px;
	margin-left: 70px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #000000;
	font-size: 11px;
	text-align: center;
}
input.form-submit:hover {
	background-color: #1C5D85;
	color: #FFFFFF;
}
.form-spacer {
	height: 25px;
}
#container #content-holder tr #main-content #contact .form-container tr .form-rignt-column label .state-not-req {
	background-color: #FFF;
}

.form-container .form-required-key {
	margin-left: 3px;
	height: 12px;
	width: 12px;
	background-color: #E4E2D6;
}

.table-2col {
	width: 545px;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-size: 0.75em;
	text-align: left;
	line-height: 1.3em;
}
.table-2col-left-cell {
	width: 100px;
}

.table-3col {
	width: 474px;
	margin-left: 21px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	text-align: center;
	font-size: .7em;
}
.table-3col-2 {
	width: 454px;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	text-align: center;
}
#main-content .green-bg .table-3col-2 tr td .h-large01   {
	font-size: 1em;
	padding: 0px;
	text-align: right;
	margin-top: 65px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.table-3col  img {
	margin-bottom: 4px;
}
.table-3col td {
	width: 33%;
	text-align: center;
	vertical-align: top;
}
#main-content .table-3col a , #main-content .table-3col a:visited {
	color: #999;
}
#main-content .table-3col li{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	font-size: 1.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#main-content .horizontal-rule {
	width: 454px;
	margin-left: 30px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
	margin-bottom: 10px;
}
#main-content .table-2col tr .table-2col-left-cell strong    {
	color: #666;
}
.caption-head {
	font-weight: bold;
}
#container #content-holder tr #main-content .float-right li {
	font-size: 1.1em;
}
#container #content-holder tr #main-content .holder01 {
	text-align: center;
}
#container #content-holder tr #main-content .float-right.background-boxes h2 {
	font-size: 1em;
	margin-top: 10px;
}
.rside-footer {
	width: 161px;
	font-size: 11px;
	background-color: #FFF;
	border: 1px solid #CCC;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #525252;
}
.rside-footer h2 {
	color: #60A00B;
	text-align: center;
	font-size: 13px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.rside-footer a, .rside-footer a:visited {
	color: #C00;
	text-decoration: underline;
}
.rside-footer a:hover {
	color: #06F;
	text-decoration: none;
}
.responsibility-h1     {
	color: #A6D86D;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.matters-h1  {
	color: #6CA62D;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
#container #main-content .responsibility-gp{
	color: #92d050;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1em;
}
#container #main-content .matters-gp{
	color: #548123;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1em;
}
