/* CSS Document */
/*
a img,:link img,:visited img, {
	border: none;
}
*/
a.here, ul.here, li.here, .menuList li here, .subMenu li .here{
	text-decoration: none;
	font-style: italic;
	color: Gray;
	cursor: pointer;
}

a.a_wh{color:white;font-weight:bold;}

body{
	border: 0;
	margin: 0 auto;
	padding: 0;
	font-size: 0.9em;
	height: auto;
	background-color: #38599C;
}

h1{
	color: #414978;
	font-size: 1.75em;
}

h1,h2,h3, h4{
	margin-top: .1em;
	margin-bottom: .1em;
	padding-bottom: .1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}

h1.gl+p,h2.gl+p,h3.gl+p,h4.gl+p {
	margin-top: .5em;
	padding-top: .5em;
}

h1+p,h2+p,h3+p,h4+p {
	margin-top: .1em;
	padding-top: .1em;
}

h2{
	color: #7282C9;
	font-size: 1.5em;
}

h3{
	color: #7282C9;
	font-size: 1.25em;
}

h3.proj{
	padding-right: 30px;
}

HR.gl, .gl{
	border-bottom: 1px solid #EE782A;
	border-style: none none solid none;
	margin: 1px 0 1px 0;
	padding: 1px 0 1px 0;
	text-align: left;
}

html, body, #wrapper{
	border: 0;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	height: auto;
	min-height: 100%;
}


#wrapper{
    margin: 0 auto;
    padding: 0;
    width: 850px;
    background-color: White;
    text-align: center;
    min-width: 700px;
    height: auto;
}


img{
	border: 0;
	margin: 0;
	padding: 0;
}

form{
 position:relative;   
}

.go{
    display:block;
    margin-top:8px;
    margin-bottom:5px;
}

.floatL{
    float:left; 
}

#idxInstr{
    position:absolute; 
    left:250px; 
    top:50px;
    width:250px;
    }
    
#idxInstr.thin{
    border-collapse:collapse;
    left:470px;
    width:150px;
}  

/*help div styles*/

#closeicon {
background:url(images/close1.png) no-repeat scroll 0 0 transparent;
position:absolute;
top:2px;
right:5px;
height:30px;
width:30px;
z-index:10;
}
#closeicon:hover {
background-position:0 -30px;
}

#helpbox{
position:relative;
clear:both;
}
#helpicon {
    display:none;
    background: url(../images/icons2.png) no-repeat scroll 0 0 transparent;
    position:absolute;
    top:-30px;
    right:30px;
    height:30px;
    width:30px;
    z-index:3000;
}
#helpicon:hover {
    background-position:0 -135px;
}
#helpclose {
    background:url(../images/close.png) no-repeat scroll 0 0 transparent;
    border:1px solid white;
    height:12px;
    padding:2px;
    position:absolute;
    right:6px;
    top:6px;
    width:12px;
}
#helpclose:hover {
background-position:0 -30px;
}

#helpdiv {
-moz-border-radius:10px 10px 10px 10px;
    position:absolute; 
    left:250px; 
    top:20px;
    width:270px;
    background-color:#dbe0eb;
    border:1px solid #64482D;
    color:#414978;
    font-size:0.8em;
    opacity:0.98;
    padding:5px;
    z-index:10010;
}

#headSearch {
    width:120px;
    display:inline;
    cursor:pointer;
}

#headSearchHelp{
    display:none;
    position:absolute;
    top:30px;
    background-color:#dbe0eb;
    border:1px solid #64482D;
    color:#414978;
    font-size:90%;
    padding:2px;
}


/*******************************************/

input, button, select {
	border-bottom: 1px solid #330;
	border-left: 1px solid #996;
	border-right: 1px solid #330;
	border-top: 1px solid #996;
	margin: 0 0.25em;
	font-size: 0.9em;
}

input.button {
	background: #B4CC84;
}

LI LI, LI P, TD P, BLOCKQUOTE P {
	font-size: 1em;
}

li.menuList, li.menuListMinus{
	position: relative; /*left: -15px;*/
	padding: 0 1px 5px 0px;
	margin: 0 1px 5px 0px;
	list-style-type: none;
	text-decoration: none;
}

li.menuList:hover, li.menuList a:hover{
	text-decoration: none;
	list-style-type: none;
	color: #006400;
}

p.emphasis, p.emphasis2 {
	margin-bottom: -1em;
	margin-top: -.25em;
}

p.inst{
	margin-bottom: -.3%;
}

/*
ul.arrow {
	list-style-image: url(/edrr/images/arrow.gif);
}
*/
ul.menuList, ul.menuListMinus{
	padding: 0px;
	margin: 18px;
	border: none;
	width: 90px;
	color: #669999;
	text-align: left;
	list-style-position: outside;
	list-style-type: none;
	text-decoration: none;
}

ul{
	padding: 0px;
	margin: 18px;
	border: none;
	width: auto;
	text-align: left;
	list-style-position: outside;
}

li {
	list-style-position: outside;
	list-style-type: disc;
	padding: 0 0 5px 0;
	margin: 0;
}
/*
ul.subMenu, ul.subMenu a {
	padding: 2px 2px 2px 0px;
	text-align: left;
	text-decoration: none;
	list-style-type: none;
	list-style-position: outside;
	font-style: normal;
	height: auto;
	width: auto;
	color: #698C22;
}
*/
.arrow{
	padding-left:5px;
	line-height: 1.3em;
	display:block;
	background: url(../images/arrow.png) no-repeat right 0;
   cursor:pointer;
   color:white;
}

.button1 {
   float:left;
	margin: 0px auto 0px auto;
	width: auto;
	height: auto;
}

.buttonR, .button1{
	border: 1px outset #A3A4EA;
	clear: none;
	margin: 4px 2px 0px 2px;
	padding: 2px 3px 2px 3px;
	width: auto;
	background-attachment: inherit; 
	display: block;
	background-color: #0B0C75;
	color: #F8F4CE;
	font-size: 95%;
	text-align: left;
	text-decoration: none;
	height: auto;
	position: relative;
}
.button1:hover, .buttonOff {
    background-color: #5859BA;
    color: #F2EBA6;
}

.cellborders td{
	border-left: 1px solid #D9D9FD;
	border-right: 1px solid #D9D9FD;
}

.citation {
    position: relative;
    left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 90%;
    z-index: 2;
    display:none;
}

.wordwrap { 
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}

.clearer{
	clear: both;
	width: 100%;
	height: 1px;
}

.criteria {
	background: #F5F4E4;
	border-left: 6px solid #708090;
	border-top: thin solid #5F6D7A;
	border-bottom: 1px solid #708090;
	border-right: 1px solid #708090;
	padding: 5px 3px 3px 3px;
	position: absolute;
	width: 50%;
	z-index: 2;
	display: none;
	color: #660033;
}

.ctrBlock{
	margin: 0 auto;
	width: auto; /*border: 1px solid Black;*/
	display: inline;
	max-width: 200px;
}

.detailBox {
	border: 1px solid #465E17;
	margin: 0 5px 0 5px;
	padding-left: 10px;
	width: 100%;
	background-color: #eef1e4;
	color: #993333;
	position: relative;
	z-index: 2;
}
.detailsRow {
	background-color: #EEF3FD;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 1px solid #B1B1B1;
	vertical-align: bottom;
}

.error {
	color: #ff9933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	line-height: normal;
}
.featureBoxTop{
    width:auto;
    height:61px;
    background: #3d3150 url(/images/featured_top_01.jpg) no-repeat;
}
.featureBox{
    width:auto;
/*	border: 1px solid #3d3150;
	background-color: #dbe0eb;
	margin: 5px;*/
	padding: 0px;
	height:100%;
}

.first{
	margin-top: -8px;
}

.gl {
	color: #325931;
	clear: both;
	margin: 0 auto 6px;
}

.grnLine {
	border-bottom: 1px solid #6F9658;
	border-color: #6F9658;
	border-style: none none solid none;
	border-width: 1px;
	line-height: .8em;
}

.hotTopic{
	font-style: italic;
	font-size: 1em;
	font-weight: bold;
	color: Red;
}
/*
.here > .arrowhere{
	width: 7em;
	background-image: url(/edrr/images/nogo.gif);
	background-repeat: no-repeat;
	background-position: top;
}
*/
.imgColL{
	float: left;
	margin-left: 1em;
	margin-right: 5px;
	padding-left: 1em;
	padding-right: 5px;
	display: block;
}

.imgColR{
	float: right;
	margin-left: 5px;
	padding-left: 5px;
	display: block;
}

.ital {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

.lftBlock{
	clear: left;
	float: left;
	width: auto; /*border: 1px solid Black;*/
	display: inline;
	min-width: 100px;
}

.menuList a{
	color: #669999;
	text-decoration: none;
}

.moreInfo {
	position: relative;
	width: 90%;
	left: 5px;
	z-index: 2;
}

.nojs{
	display: none;
}

.nolink {
	border: none;
	margin: 3px 3px 3px 8px;
	padding: 3px 3px 0px 1px;
	width: 5.5em;
	display: block;
	font-size: .9em;
	text-align: right;
	text-decoration: none;
	height: auto;
	position: relative;
	color: #96A4AD;
	text-decoration: none;
	cursor: inherit;
}

.nopad{
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.pad{
	padding-left: 5px;
	padding-right: 5px;
	color: #660033;
}

.padding {
	padding-top: 2px;
	padding-bottom: 2px;
}

.padTxt{
	padding: 5px;
	display: block;
}

.plainBox {
    text-align:left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 12px;
	padding-left: 4px; /*border: 1px solid #B1B1B1;*/
}

.promptL {
	float: left;
	display: inline;
	color: #993333;
	font-size: inherit;
	font-style: italic;
}

.promptR {
	float: right;
	display: inline;
	color: #993333;
	font-size: inherit;
	font-style: italic;
}

.regText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}

.reqd{
	font-size: 1.2em;
	color: Red;
}

.row{
	clear: both;
	float: left;
	margin: 0 0 0 0;
	padding: 2px 0 2px 0;
	width: 47.8em;
	display: block;
	position: relative; /*border: 1px solid Black;*/
}

.rowColor1{
	background-color: #EBEDEF;
	color: #212912; /*padding: 3px;*/
}

.rowColor2{
	background-color: #D9DECF;
	color: #2C2C2C; /*padding: 3px;*/
}

.rtBlock{
	clear: right;
	float: right;
	width: auto; /*border: 1px solid Black;*/
	display: inline;
	max-width: 500px;
}

.select {
	border: thin outset #A7998D;
}


.sep2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #697389;
	background-color: #EEF3FD;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-right: -5px;
	text-align: right;
}

.separator{
	border-top: 1px dotted #D4DDD9;
}

.smText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	line-height: normal;
}

.smTxt2{
	font-size: .8em;
}

.smTxt3{
	font-size: .7em;
}

.subMenu li {
	padding: 8px 1px 2px 6px;
	border-bottom: 1px solid #E8F2E8;
	list-style: none;
	color: #FFDEAD;
}

.urlLayer{
    position:absolute;
    top:inherit;
    left:inherit;
    width:auto;
    overflow:visible;
    background-color:white;
    border:1px solid #000000;
    padding:3px;
    white-space:nowrap;
}


#topSection{
	/*float: left;*/
	height: 20px;
	margin: 3px 0 0 0;
	padding: 1px 0 3px 0; 
	/*border:1px solid Black;*/
	width: 100%;
    background: #38599C url(../images/top_back.jpg) repeat-x;
    background-color:#38599C;
	color: #ffffff;
	z-index: 20;
	text-align: left;
}

#topSection a{
    color: #ffffff;
    text-decoration: none;
}

#adm_content{
	float: left;
	padding: 5px 10px 0 10px; /*border:1px solid Red;*/
	width: auto;
	display: inline;
	background-color: White;
	color: Maroon;
	text-align: left;
	height: auto;
}

#content{
	float: left;
	padding: 15px 5px 0 10px; /*border:1px solid Red;*/
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	width: 500px;
	display: inline;
	background-color: White;
	color: #5C5C5C;
	text-align: left;
	height: 100%;
}
.content{
    float: left;
    padding: 15px 5px 0 10px; /*border:1px solid Red;*/
    border-left: 1px solid #CFCFCF;
    /*border-right: 1px solid #CFCFCF;*/
    width: 622px;
    display: inline;
    background-color: White;
    color: #5C5C5C;
    text-align: left;
    height: 100%;
    font-size: .9em;
}

#footer{
	border-top: 3px double #000000;
	clear: both;
	margin:0px;
	padding: 5px;
	width: auto;
	display: block;
	text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    line-height: normal;
	height: auto;
	vertical-align: bottom;
    border-collapse:collapse;
}

#header{
	border: 0;
	padding: 0 0 5px 0;
	width: auto;
	color: inherit;
	text-align: left;
	height: 158px;
	min-width: 460px;
	/*background: #ffffff url(/geopreservation/images/geopresHeadBk.jpg) repeat-x;*/
	z-index: 2; /*border:1px solid Black;*/
}

#leftCol{
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	width: 160px;
	display: inline;
	color: #8CA0A6;
	background-color: #ffffff;
	height: 100%;
	min-height: 5em;
	text-align: left;
	font-size: .9em;
}

#mainMenu {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 110px;
	right: 10px;
}

#rightCol{
	float: left;
	margin: 5px 0 0 5px;
    padding: 0;
	width: 160px;
	display: inline;
	color: #8CA0A6;
	background-color: #ffffff;
	height: 100%;
	min-height: 5em;
	text-align: left;
	font-size: .9em;
}

.colOneOfTwo, .colTwoOfTwo{
    text-align:left;
    float: left;
    margin-top: 15px;
    display: inline;
    color: #787878;
    background-color: #ffffff;
    height: 100%;
    min-height: 5em;
    text-align: left;
    font-size: .9em;
    }

.colOneOfTwo{
    padding: 8px 8px 8px 8px;
    border-right: 1px solid #CFCFCF;
    }

    
.colTwoOfTwo{
    padding: 8px 8px 8px 8px;
    }

.extrLMargin{
    margin-left:10px;
}
.privacy{
    font-size: .8em;
    color:maroon;
}

#leftCol.nav, #leftCol .separator{
    text-align:right;
    margin-right:3px;
}
.colTwoOfTwo > .separator{
	text-align: left;
   margin-left:3px;
}

#floatMenu {  
   position:relative;
   display:none;
   float:right;
   margin: 0;
   padding: 1px;
   width:150px;
   top:0px;
	background-color: #D0DAEE;
}

.navlink{
    display:block;
    padding-bottom:8px;
}

.srchButton{
    display:none;
    float:right;
    margin-top:-10px;
    margin-right:-80px;
    cursor:pointer;
    padding:2px;
    color:white;
    background-color:red;
    border:1px solid black;
    width:4.2em;
    font-size:80%;
}


.newsBox{
border: thin solid #FFA54B;
color: White;
    margin: 3px;
    padding: 5px;
    background-color: #7F9EF7;
	-moz-border-radius: 20px; /* Firefox */
	-webkit-border-radius: 20px; /* Safari and Chrome */
	-khtml-border-radius: 20px; /* Linux browsers */
	border-radius: 20px; /* Opera 10.50, IE and CSS3 */
}

.special{
	text-align: center;
	color: #FFF;
	font-size:125%;
	font-weight: bold;
	margin:10px 0 8px 0;
}

.hiliteBox{
   width:33%;
   height:auto;
   padding:0;
   margin:2px 2px 2px 0;
   float:left;
    color: Black;
}

.boxTop, .shortboxTop, .srchBox{
    height:2em;
    padding:2px 2px 2px 3px;
    margin-bottom:1px;
    line-height:2em;
    cursor:pointer;
	font-size: 112%;
	font-family: Trajan Pro, Times, serif;
	font-variant: small-caps;
	font-weight:bold;
}


/*.boxTop a:visited{
	text-decoration:none;
}*/

.boxBody{
   padding:0 5px; 
}

.edu,.long_edu {
	color:#F5C148; 
    font-weight: bold;
    background: #5E81C5 url(../images/icons2.png) no-repeat 173px -98px;
}
.long_edu{line-height:2em;background: #5E81C5 url(../images/icons2.png) no-repeat right -98px;}

.tool, .long_tool{ 
	 color:#F5C148;
    font-weight: bold;
    background: #5E81C5 url(../images/icons2.png) no-repeat 173px -30px;
}
.long_tool{line-height:2em;background: #5E81C5 url(../images/icons2.png) no-repeat right -30px;}

.policy, .long_policy{ 
	 color: #F5C148;
    font-weight: bold;
    background: #5E81C5 url(../images/icons2.png) no-repeat 173px -64px;
}
.long_policy{line-height:2em;background: #5E81C5 url(../images/icons2.png) no-repeat right -64px;}

.long_mgrs, .long_devs, .long_resrch {
    color:#F5C148; 
    font-weight: bold;
    line-height:2em;
    background: #5E81C5 url(../images/icons.png) no-repeat right -63px;
}

.rowOne a, .rowOne a:visited{
	 color: #F5C148;
    font-weight: bold;
	 }
	 
.shortboxTop{
    font-size:90%;
    line-height:auto;
}

#freetext{
	padding-left:3px;
	border: 1px solid #ADADAD;
	color: #878787;
	width:90%;
}

.srchForm{
	 color: #959595;
	 padding:3px 0 3px 0;
}
.srch, .srch2{ 
    font-weight: bold;
	 height:31px;
	 width:31px;
	 color: #DCDCDC;
    background: #91ACF8 url(../images/icons.png) no-repeat right -93px;
	 border:none;
}

.srch2{ 
    background: #FFFFFF url(../images/icons.png) no-repeat right -93px;
}

.searchDiv{
    line-height:1.8em;
    background: #B8C1D2 none;	
}

.srchBox {
	 color: #DCDCDC;
    font-weight: bold;
    background: #91ACF8 none;
	 padding-bottom:4px;
    margin-bottom:4px;
}

.type{ 
    font-weight: bold;
	 color:#F5C148;
	 background: #38599C url(../images/icons.png) no-repeat right -31px;
}
.cross{ 
    font-weight: bold;
	 color:#F5C148;
    background: #38599C url(../images/icons.png) no-repeat right 1px;
}
.topic{ 
    font-weight: bold;
    color:#F5C148;
    background: #38599C url(../images/icons.png) no-repeat right -125px;
}

.rowTwo a, .rowTwo a:visited{
	 color:#F5C148;
    font-weight: bold;
	 }
	 
.links{ 
    font-weight: bold;
	 color: #F5C148;
    background: url(../images/icons.png) no-repeat right -63px;
}

.general1{ 
    cursor:default !important;
    font-weight: bold;
	 color:#38599C;
    background-color: #BF890B;
}


.general2{ 
    cursor:default !important;
    font-weight: bold;
	 color:#F5C148;
    background-color: #38599C;
}

h1.plus{
    font-size:200%;
}

