/* @override file://localhost/Users/acgough/Desktop/jis/styles/new_jis_new.css */

body 
    {
    background: #448d44;
    font-family: Georgia, Helvetica, serif;
    color: white;
	padding: 0px 333px 0px 333px;
	text-align: center;
}
body a:hover {
	color: black;
	/*color: #6361fe;*/
}
#stretch {
	margin: 0 auto 0 auto;
	padding: 0px 0 0px 0;
	width: 62%;
}

/* standard-compliant version */
#container {
	background: white;
	margin: 0 -333px 0 -333px;
	position: relative;
}

* html #container {
	margin: 0 -666px 0 0;
	float: left;
	left: -333px;
}

#wrapper { 
	width: 100%; 
} /* helps IE get the child percentages right. */



#main {
	text-align: left;
    padding-top: 2px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0px -3px 0px 0;
	color: black;
	background: #003300;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	/*margin-left: 185px;*/
}

#content {
	margin-top: -4px;
	margin-left: 120px;
	margin-right: -33px;
	margin-bottom: 0;
	min-height: 500px;
	border-top: 1px solid black;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 1px;
	border-top: 2px solid black; 
	border-left: 2px solid black;
	border-right: 2px solid black;
	background: white url(../images/logo_faded.gif) no-repeat fixed center;
}
* html #content {
	border-top: none;
	height: 500px;
}
#results iframe {
	width: 100%;
	background: white url(../images/logo_faded.gif) no-repeat fixed center;
}
#searchbox {
	background-color: #edffef;
	border: 1px solid black;
	padding: 4px 5px 7px 5px;
	width: 415px;
}
#sidebar {
	
	background: #003300;
	position: absolute;
	font-size: 12px;
	font-color:white;
	font-family:arial;
	left: 12px;
	width: 120px;
	margin-top: 0;
	padding-left: 3px;
	padding-top: 10px;
	text-align: left;
}
#footer { 
	clear: both; 
}
blockquote {
    margin:0px;
    padding:0px;
    width:auto;
}
p   
    {
    margin-bottom: 1.33em;
    font-size: 12pt;
    }
a:link  {
    color:#007600;
    text-decoration: underline;
}
a:visited {
    color: #007600;
}
a:hover {
	text-decoration: underline;
}
.latin {
    font-style:italic;
}
.title {
    font-style:italic;
}
   
#header {
	margin-top: 0px;
	height: 85px;
	background-color: #003300;
	width: 100%;
	border: 2px solid black;
}    
* html #header {
	border-bottom: none;
	height: 90px;
}
#figs-and-tables {
	display: inline;
	margin-right: -185px;
	padding-right: 5px;
	padding-left: 15px;
	float: left;
	width: 165px;
	min-width: 165px;
	/*width: 18%;*/
	font-size: 10pt;
}
#figs-and-tables a {
    color: yellow;
}
#figs-and-tables img {
	clear: both;
}

/* FIGURES STUFF */
.nav {
	/*padding: 3px 0 3px 0;*/
	float: left;
	width: 100%;
	background-color: #003300;
	border-left: 3px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
}
.nav img {
	float: left;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.figure img {
	margin-top: 15px;
}
#fig_footer {
	float: left;
	width: 100%;
	background-color: #003300;
	border-left: 3px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
}
#fig_footer img {
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	margin-left: 10px;
}
#caption {
	margin: 15px 10px 10px 10px;
	text-align: left;
	color: black;
}
#content {
	color: black;
}
#content img {
	padding: 5px;
	border: 1px solid black;
}

#main p {
	line-height: 1.3;
	margin-top: 5px;

}
#main h1 {
	font-size: 18pt;
	text-align: center;
	padding-top: 5px;
}
#main h2 {
	margin-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}
#main h3 {
	font-size: 1.2em;
    padding-bottom: 0px;
    margin-bottom: -5px;
}
#main h4 {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#main ul {
	margin-top: 5px;
}
.citation {
	text-align: left;
	margin-bottom: 20px;	
}

 TABLES STUFF 
#table_caption {
	margin: 90px 10px 10px 10px;
	text-align: left;
	color: black;
}
.footer {
	text-align: left;
	color: black;
    margin-top: -20px;
    padding-left: 15px;
    padding-bottom: 10px;
    width: 80%;
    font-size: 10pt;
}
table {
	margin-left: auto;
	margin-right: auto;
    border: 1px solid black;
    margin-bottom: 25px;
    color: black;
    border-collapse: collapse;

table thead {
    border: 1px solid black;
}
table th {
    border: 1px solid black;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    /*border-right: 1px solid black;*/
}
table td {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    border: 1px solid black;
}
table thead td {
    text-align:center;
    font-weight:bold;
}
tbody td {
    text-align:center;
}
.label {
    text-align:left;
}


.navigation {
    position: relative;
    top: 5px;
    float: right;
    background: #d0d2d1;
	min-width: 140px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 6px;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 10pt;
    border: 1px solid black;
	display: inline;
}

.inline {
	background: #d0d2d1;;
	border: 1px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
}
.inline img {
	margin: 10px;
	float: left;
	border: 1px solid black;
}
.inline img:hover {
	border: 1px solid #6361fe;
}
.inline a:hover {
	color: black;
	/*color: #6361fe;*/
}
.inline p {
	font-size: 10pt;
}
.table {
	min-height: 100px;
}
.figure {
	min-height: 175px;
}



ul 
   {
	
    list-style: none;
    margin-left: 0;
    padding-left: 2em;
    /*text-indent: -2em;*/
	list-style-type: disc;
}

h4 {
    margin: 0;
    }

h5
    {
    margin:0;
    font-size: 12pt;
    }


