@charset "UTF-8";
/* CSS Document */

html, body, form, fieldset, p, h1, h2, h3, h4, h5, h6, ul, ol, li, div, a {
  margin: 0;
  padding: 0;
  border: none;
}

body {
	margin: 10px 0 0 0;
	padding: 0;
	background: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p {
	
}

.align-right { 
	float:right; margin: 0 0 15px 15px; 
	}

.align-left { 
	float:left; margin: 0 15px 15px 0; 
	}

#wrapper {
	width: 1024px;
	float: inherit;
	margin: 0 auto;/*need this setting to center the page*/
	text-align: left;
}

#header {
	width: 1024px;
	height: 75px;
	background-color: #fff;
	border: solid 1px #666;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header #logo-link img {
	border: none;
}

#top_nav {
	float: right;
	/*width: 35%;*/
	/*width: 36em;*/
	width: 700px;
	padding-top: 58px;
}

#top_nav ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#top_nav li {
	display: inline;
	color: #333;
}

#top_nav a {
	color: #333;
	text-decoration: none;
}

#top_nav a:hover {
	color: #999;
	text-decoration: none;
}

#search-form {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	/*margin-top: 10px;*/
}

.search {

  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 180px;
  overflow: hidden;
}

.searchfield {
  width: 150px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 16px;
  margin-right: 0px;
  text-align: center;
  	color: #999;
}

 #container3 {
 	float: left;
	width: 100%;
	background-color:#005faa;
	position: relative;
	overflow: hidden;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	min-height: 600px;
	/*height: 100% !important;*/
	background-image: url(images/logo_bottom.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	/*height: 600px;*/
 }/*right col*/
 
 #container2 {
 	float: left;
	width: 100%;
	background-color: #ffffff;
	position: relative;
	right: 200px;
	min-height: 600px;
	/*height: 100% !important;*/
	/*height: 600px;*/
 }/*center col*/
 
 #container1 {
 	float: left;
	width: 100%;
	background-color: #005faa;
	position: relative;
	right: 580px;
	min-height: 600px;
	/*height: 100% !important;*/
 }/*left col*/

 #left_nav {
 	float: left;
	width: 220px;
	position: relative;
	left: 790px;
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #80B0D5;
 }
 
  #left_nav p {
	color: #ffffff;
	text-decoration: none;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top: solid 1px #80B0D5;
 }
 
 #left_nav a {
	color: #ffffff;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
 }
 
 #left_nav a:hover {
	color: #BFD7EA;
 }
 

#left_nav ul {
	/*display: none;*/ 
	font-size: 10px;
}
 
 #left_nav ul li {
	color: #E6F0F7;
	line-height: 20px;
	list-style: none;
 }

 #left_nav ul li a {
	color: #E6F0F7;
	line-height: 20px;
	list-style: none;
	font-weight: normal;
	padding-left: 12px;
 }

 #left_nav ul li a:hover {
	color: #80B0D5;
	line-height: 20px;
	list-style: none;
 }

  #left_nav a.selected, #left_nav ul li a.selected {
	font-weight: bold; 
	color: #fff;
 }
 
 #left_nav ul li ul li{
	line-height: 20px;
	list-style: none;
	padding-left: 12px;
 }
 
 #left_nav ul li ul li a:hover {
	line-height: 20px;
	list-style: none;
 }
  
 #center_col {
 	float: left;
	width:  560px;
	position: relative;
	left: 815px;
	padding-top: 10px;
	padding-bottom: 10px;
 }
 
 #center_col p {
/*	color: #777777;
	line-height: 1.5em;
	padding-bottom: 1.5em;*/
 }
 
 #center_col a {
 	text-decoration: none;
 }
 
 #right_col {
 	float: left;
	/*width: 15%;*/
	width: 16.5%;
	position: relative;
	left: 82%;
	padding-top: 30px;
	padding-bottom: 10px;
	overflow: hidden;
 }
 
 #right_col img {
 /*	margin-top: 500px;
	margin-left: 15px;*/
 }
 
 #footer {
 	clear: both;
	/*float: left;*/
	width: 1024px;
	background-color: #ffffff;
	border: solid 1px #666;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
 }
 
#footer p {
	color: #333;
	text-align: right;
	padding-right: 5px;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #999;
	text-decoration: none;
}

.top_title {
	margin-bottom: 20px;
}

#center_col #sub-navigation {
	color: #005faa;
}

#center_col #sub-navigation a {
	color: #333;
	text-decoration: none;
}

#center_col #sub-navigation a:hover {
	color: #80B0D5;
	text-decoration: none;
}

/* Content area styles */

#center_col h1, #center_col h2, #center_col h3, #center_col h4 {
	margin: 2em 0 .5em 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #666;
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
}

#center_col h1 {
	margin: 0 0 .3em 0;
	padding: 0;
	font-size: 2em;
	line-height: 0.9;
	font-weight: normal;
}

#center_col h2 {
	font-size: 1.35em;
}

#center_col h3 {
	font-size: 1.2em;
}

#center_col h4 {
	font-size: 1em;
}

#center_col a:link, #center_col a:visited {
	color: #005FAA;
}

#center_col a:focus, #center_col a:hover, #center_col a:active {
	color: #80B0D5;
}


#center_col p {
	line-height: 1.6;
	margin: 0 0 1em 0;
}

#center_col .intro {
	font-size: 12px;
	font-weight: bold; 
	color: rgb(102, 102,
	102);
}

#center_col ul, #center_col ol {
	margin: 10px 0;
}


#center_col li {
	margin: 0 0 5px 30px;
	padding-left: 5px;
	line-height: 1.3;
}

#center_col ol ol {
	list-style-type: lower-alpha;
}

#center_col .border {
	border: solid 1px #ccc;
	padding: .5em;
}

/* Images */

#center_col img.image-border {
	padding: 5px;
	border: solid 1px #ccc;
}

#center_col img.image-right {
	float: right;
	margin: 0 0 1.5em 1.5em;
}

#center_col img.image-left {
	float: left;
	margin: 0 2.5em 1.5em 0;
}

#center_col img.image-right-border {
	float: right;
	margin: 0 0 1.5em 1.5em;
	padding: 5px;
	border: solid 1px #ccc;
}

#center_col img.image-left-border {
	float: left;
	margin: 0 2.5em 1.5em 0;
	padding: 5px;
	border: solid 1px #ccc;
}



/* Tables */

/* plain tables -- no styling */

#center_col table {
	border-collapse: collapse;
	border-style: solid;
	border-color: #fff;
	border-spacing: 0;
	border-width: 0;
	margin: .5em 0;
}

#center_col table td, #center_col table th {
	line-height: 1.2;
	border-collapse: collapse;
	border-color: #fff;
	border-spacing: 0;
	border-width: 0;
	border-style: solid;
	padding: .8em;
	line-height: 1.2;
	vertical-align: top;
}


#center_col table th, #center_col table td h2, #center_col table td h3, #center_col table td h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
}

#center_col table p {
	margin: 0;
	line-height: 1.4;
}


#center_col table.table-styled {
	border-collapse: collapse;
	border-style: solid;
	border-color: #004780;
	border-spacing: 0;
	border-width: 1px;
	margin: .5em 0;
	/*width: 100%;*/
}

#center_col table.table-styled td, #center_col table.table-styled th {
	border-collapse: collapse;
	border-color: #004780;
	border-spacing: 0;
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
}


#center_col table.table-styled th, #center_col table tr.header td, #center_col table tr.header th {
	background-color: #004780;
	color: #fff;
	font-weight: bold;
}

#center_col table.table-styled th, #center_col table.table-styled td h2, #center_col table.table-styled td h3, #center_col table.table-styled td h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: left;
}

#center_col table.table-styled p {
	margin: 0;
	line-height: 1.2;
}


/* Forms */

#center_col fieldset {
	margin: 0 0 2em 0;
	padding: 0;
	border: none;
}

#center_col label, #center_col .label {
	font-weight: bold;
	display: block;
}

#center_col label .note {
	font-weight: normal;
	font-size: .9em;
}

#center_col input.text, #center_col textarea, #center_col select {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#center_col .button {
/*	background-color: #585210;
	color: #fff;
	border: solid 1px #2a2602;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*	font-size: .9em;
	padding: 2px;*/
}


#center_col .required {
	display: none;
}

#center_col .error {
	color: #f00;
	font-weight: bold;
}

#center_col .error .text {
	border-color: #f00;
}

#center_col .error .required {
	display: inline;
}

#center_col form div.wrapper {
	margin-bottom: 1.5em;
}

/* Right Column Navigation Styles */
  
#right_nav {
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom: solid 1px #80B0D5;
	position: relative;
	margin-bottom: 30px;
}


  #right_nav p {
	color: #ffffff;
	text-decoration: none;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-top: solid 1px #80B0D5;
 }
 
 #right_nav a {
	color: #ffffff;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
 }
 
 #right_nav a:hover {
	color: #BFD7EA;
 }
 

#right_nav ul {
	/*display: none;*/ 
	font-size: 10px;
}
 
 #right_nav ul li {
	color: #E6F0F7;
	line-height: 20px;
	list-style: none;
 }

 #right_nav ul li a {
	color: #E6F0F7;
	line-height: 20px;
	list-style: none;
	font-weight: normal;
	padding-left: 12px;
 }

 #right_nav ul li a:hover {
	color: #80B0D5;
	line-height: 20px;
	list-style: none;
 }

  #right_nav a.selected, #right_nav ul li a.selected {
	font-weight: bold; 
	color: #fff;
 }
 
 #right_nav ul li ul li{
	line-height: 20px;
	list-style: none;
	padding-left: 12px;
 }
 
 #left_nav ul li ul li a:hover {
	line-height: 20px;
	list-style: none;
 }

/* Right Column Content Styles */

#right-content {
	color: #fff;
	padding-bottom: 113px;
	/*padding-top: 30px;*/
	overflow: hidden;
}

#right-content h1, #right-content h2, #right-content h3, #right-content h4 {
	margin: 2em 0 .5em 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
}

#right-content h1 {
	margin: 0 0 .3em 0;
	padding: 0;
	font-size: 2em;
	line-height: 0.9;
	font-weight: normal;
}

#right-content h2 {
	font-size: 1.35em;
}

#right-content h2:first-child {
	margin-top: 0;
}

#right-content h3 {
	font-size: 1.2em;
}

#right-content h3:first-child {
	margin-top: 0;
}

#right-content h4 {
	font-size: 1em;
}

#right-content h4:first-child {
	margin-top: 0;
}

#right-content a:link, #right-content a:visited {
	text-decoration: none;
	color: #fff;
}

#right-content a:focus, #right-content a:hover, #right-content a:active {
	color: #BFD7EA;
}


#right-content p {
	line-height: 1.6;
	margin: 0 0 1em 0;
}

#right-content ul, #right-content ol {
	margin: 10px 0;
}


#right-content li {
	margin: 0 0 5px 30px;
	padding-left: 5px;
	line-height: 1.3;
}

#right-content ol ol {
	list-style-type: lower-alpha;
}

#right-content .border {
	border: solid 1px #ccc;
	padding: .5em;
}

#right-content img.project_descript {
	border: 1px solid rgb(255, 255, 255); 
	padding: 5px;
}

/* Images */

#right-content img.image-border {
	padding: 5px;
	border: solid 1px #ccc;
}

#right-content img.image-right {
	float: right;
	margin: 0 0 1.5em 1.5em;
}

#right-content img.image-left {
	float: left;
	margin: 0 1.5em 1.5em 0;
}

#right-content img.image-right-border {
	float: right;
	margin: 0 0 1.5em 1.5em;
	padding: 5px;
	border: solid 1px #ccc;
}

#right-content img.image-left-border {
	float: left;
	margin: 0 1.5em 1.5em 0;
	padding: 5px;
	border: solid 1px #ccc;
}



/* Tables */

/* plain tables -- no styling */

#right-content table {
	border-collapse: collapse;
	border-style: solid;
	border-color: #fff;
	border-spacing: 0;
	border-width: 0;
	margin: .5em 0;
}

#right-content table td, #right-content table th {
	line-height: 1.2;
	border-collapse: collapse;
	border-color: #fff;
	border-spacing: 0;
	border-width: 0;
	border-style: solid;
	padding: .8em;
	line-height: 1.2;
	vertical-align: top;
}


#right-content table th, #right-content table td h2, #right-content table td h3, #right-content table td h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
}

#right-content table p {
	margin: 0;
	line-height: 1.4;
}


#right-content table.table-styled {
	border-collapse: collapse;
	border-style: solid;
	border-color: #fff;
	border-spacing: 0;
	border-width: 1px;
	margin: .5em 0;
	/*width: 100%;*/
}

#right-content table.table-styled td, #right-content table.table-styled th {
	border-collapse: collapse;
	border-color: #fff;
	border-spacing: 0;
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
}


#right-content table.table-styled th, #right-content table tr.header td, #right-content table tr.header th {
	background-color: #fff;
	color: #004780;
	font-weight: bold;
}

#right-content table.table-styled th, #right-content table.table-styled td h2, #right-content table.table-styled td h3, #right-content table.table-styled td h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: left;
}

#right-content table.table-styled p {
	margin: 0;
	line-height: 1.2;
}


/* Forms */

#center_col fieldset {
	margin: 0 0 2em 0;
	padding: 0;
	border: none;
}

#center_col label, #center_col .label {
	font-weight: bold;
	display: block;
}

#center_col label .note {
	font-weight: normal;
	font-size: .9em;
}

#center_col input.text, #center_col textarea, #center_col select {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#center_col .button {
/*	background-color: #585210;
	color: #fff;
	border: solid 1px #2a2602;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*	font-size: .9em;
	padding: 2px;*/
}


#center_col .required {
	display: none;
}

#center_col .error {
	color: #f00;
	font-weight: bold;
}

#center_col .error .text {
	border-color: #f00;
}

#center_col .error .required {
	display: inline;
}

#center_col form div.wrapper {
	margin-bottom: 1.5em;
}

/* Pop-Up window */


.blank {
	margin: 0;
	padding: 20px;
	text-align: left;
	width: auto;
	width: 600px;
	height: auto;
}

.blank  #center_col {
 	float: none;
	width: auto;
	margin: 0 auto;
	position: static;
	left: 0;
	padding: 0;
 }

 
/* Search Results */

#center_col #search-results .searchform {
	background-color: #eee;
	padding: .5em;
	margin: 0;
}

#center_col #search-results .searchform fieldset {
	margin: 0;
	padding: 0;
}

#center_col #search-results .searchform fieldset div {
	/*position: relative;*/
	float: left;
	padding: 0;
	margin: 0 1em 0 0;
	/*overflow: visible;*/
}

#center_col #search-results .searchform label, #center_col #search-results .searchform .label {
	height: 1.6em;
	font-size: .9em;
	padding-right: .2em;
}


#center_col #search-results .searchform #query-wrapper input {
	width: 270px;
}

#center_col #search-results .searchform #type-wrapper select {
	margin-left: .2em;
}

#center_col #search-results .searchform #submit-wrapper {
	margin: -.4em 0 0 0;
}

#center_col #search-results .searchform #submit-wrapper {
	/*font-size: 1.1em;*/
}


#center_col #search-results #did-you {
	margin: 1em 0;
	color: #d50707;
	font-size: 1.1em;
}

#center_col #search-results #did-you a {
	font-weight: bold;
}

#center_col #search-results #results-header {
	background-color: #eee;
	padding: .4em;
	margin-bottom: 2em;
	position: relative;
	font-weight: bold;
}

#center_col #search-results h3 {
	font-size: 1em;
	margin: 0;
}


#center_col #search-results .searchresult {
	padding: 0;
	margin: 0 0 1.5em 0;
}

#center_col #search-results .searchresult a {
	font-weight: bold;
}

#center_col #search-results .searchresult .type {
	color: #767676;
}

#center_col #search-results .searchresult .extract {
}

#center_col #search-results .searchresult .date {
	font-style: italic;
}

#center_col #search-results .paging {
	margin-top: 2.5em;
	font-weight: bold;
}

#center_col #search-results .paging a:link, #center_col #search-results .paging a:visited {
	font-weight: normal;
	/*text-decoration: none;*/
	margin-left: .1em;
	padding: .1em .4em;
}

#center_col #search-results .paging a:focus, #center_col #search-results .paging a:hover, #center_col #search-results .paging a:active, #center_col #search-results .paging a.selected {
	color: #fff;
	background-color: #005faa;
	text-decoration: none;
}

/* Site Map */


#center_col #sitemap p#activate {
	margin: 0;
	font-weight: bold;
}

#center_col #sitemap .slider {
}

#center_col #sitemap .slider a {
	border: none;
}

#center_col #sitemap .slider .col {
	width: 260px;
	float: left;
	margin-right: 15px;
}

#center_col #sitemap .slider #col-one {
}

#center_col #sitemap .slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#center_col #sitemap .slider ul li {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	border: solid 1px #777;
}

#center_col #sitemap .slider ul li.closed {
}

#center_col #sitemap .slider a {
	text-decoration: none;
}

#center_col #sitemap .slider ul li h3 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.3;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#center_col #sitemap .slider ul li h3 a {  /* ie6.css */
	display: block;
	padding: 0;
	color: #fff;
	background-color: #777;
	font-weight: bold;
	position: relative;
	margin-top: -1px;}

#center_col #sitemap .slider ul li h3 a span {
	display: block;
	padding: 8px 20px 8px 10px;
	background-image: url(images/icon-minus.png);
	background-position: right center;
	background-repeat: no-repeat;
}


#center_col #sitemap .slider ul li h3 a.closed span {
	background-image: url(images/icon-plus.png);
}


#center_col #sitemap .slider ul li ul {
	margin: 0 0 0 0;
}

/* Level 2 */


#center_col #sitemap .slider ul li ul li {
	padding: 0;
	margin: 0;
	background-image: none;
	border: none;
}

/* ie6 spacing fix */
#center_col #sitemap .slider ul li ul li {
	display: inline-block;
}
#center_col #sitemap .slider ul li ul li {
	display: block;
}

#center_col #sitemap .slider ul li ul li a:link, #center_col #sitemap .slider ul li ul li a:visited {
	display: block;
	padding: .5em 0 .5em 10px;
	margin: 0;
	font-weight: bold;
}

#center_col #sitemap .slider ul li ul li a:focus, #center_col #sitemap .slider ul li ul li a:hover, #center_col #sitemap .slider ul li ul li a:active {
/*	color: #fff;
	background-color: #999;*/
}


#center_col #sitemap .slider ul li ul li ul {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
	background-image: none;
}


/* Level 3 */

#center_col #sitemap .slider ul li ul li ul li {
	border: none;
	padding: 0;
	margin: 0;
}

#center_col #sitemap .slider ul li ul li ul li a:link, #center_col #sitemap .slider ul li ul li ul li a:visited {
	font-weight: normal;
	padding-top: .4em;
	padding-left: 30px;
	background-image: url(images/arrow-right-grey.png);
	background-position: 17px center;
	background-repeat: no-repeat;
}

/* Level 4 */

#center_col #sitemap .slider ul li ul li ul li ul li {
	
}

#center_col #sitemap .slider ul li ul li ul li ul li a:link, #center_col #sitemap .slider ul li ul li ul li ul li a:visited {
	padding-left: 50px;
	background-position: 37px center;
	background-image: url(images/arrow-right-grey.png);

}



/* Lightbox styles */

#nyroModalWrapper {
	background: #fff;
	border: 4px solid #666;
}

#nyroModalLoading {
	border: 4px solid #666;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(/images/ajaxLoader.gif) no-repeat;
	background-position: center;
}

.lightbox-wrapper {
/*	border: solid 5px #666;
	background-color: #fff;*/
	/*padding-right: 5px;*/
}

.lightbox-wrapperImg {
	/*border: solid 5px #666;
	background-color: #fff;*/
}

.lightbox-wrapperImg img {
	/*border: solid 5px #666;*/
}


#nyroModalTitle {
	display: none;	
}

#closeBut {
	display: block;
	position: absolute;
	top: -30px;
	right: -10px;
/*	background-color: #fff;*/
	color: #fff;
	font-size: 18px;
	/*font-weight: bold;*/
	text-decoration: none;
	/*border: solid 1px #005FAA;*/
	padding: 5px;
	line-height: 1;
}

#nyroModalContent {
	/*background-color: #fff;*/
}