@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #152A40;
	background: #C2BDBF;
}
#wrapper {
	margin: 0 auto;
	width: 940px;
	background: #C2BDBF url("../images/site/body-bkgrd.png") repeat-y center;
}
/* --- HEADER --- */

#header {
	margin: auto;
	height: 266px;
	width: 900px;
	background: #152A40 url("../images/site/header-bkgrd.png") no-repeat;
}

#nav {
	height: 90px;
	width: auto;
}
#logo {
	height: 140px;
	width: auto;
}
#search {
	height: 36px;
	width: auto;
}


#nav {
	background: url("../images/site/nav-link-bkgrd.png") repeat-x top;
	
}

ul#navlist {
	display: inline;
	list-style: none;
}

ul#navlist li {
	float: left;
	width: 180px;
	height: 90px;
	
}

ul#navlist li a {
	display: block;
	line-height: 1.70;
	height: 90px;
	text-decoration: none;
	color: #F4F5EF;
	text-align: center;
	font-weight: bold;
	
}
ul#navlist li img {
	border: none;
}
ul#navlist li a#current {
	background: url("../images/site/nav-link-over-bkgrd.png") no-repeat center top;
	color: #525251;
}

ul#navlist li a:hover, ul#navlist a#current:hover {
	background: url("../images/site/nav-link-over-bkgrd.png") no-repeat center top;
	color: #525251;
}

ul#navlist li a:active, ul#navlist li#active a#current:active {
	color: #5B6E73;
}
#search-box {
	float: left;
	margin: 0 5px;
 	height: 36px;
	width: 300px;
	background: url("../images/site/home-search-bkgrd.png") no-repeat bottom left;

}
#search-box2 {
	float: left;
	margin: 0 5px;
 	height: 36px;
	width: 300px;
	background: url("../images/site/home-search-bkgrd.png") no-repeat bottom left;

}
.search-input {
	background: none;
 	border: none;
 	width: 190px;
 	height: 20px;
 	margin: 6px;
	margin-top: 8px;
	font-size: 16px;
	
}
.search-submit {
	margin-bottom: 10px;
	border: none;
	height: 36px;
	width: 70px;
	color: #fff;
	font-weight: bold;
	background: url("../images/site/search-submit.png") no-repeat bottom;
}
.search-submit:hover {
	border: none;
	height: 36px;
	width: 70px;
	font-weight: bold;
	color: #152A40; 
	background: url("../images/site/search-submit.png") no-repeat top;
}
#system-info {
	font-size: 12px;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	color: #fff;
}
#system-info img {
    border: none;
	vertical-align: middle;
}
/* --- CONTENT --- */
#content {
	margin: 20px;
	padding: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
    
}
#content ol {
	margin-left: 20px;
}
#content h2 {
	font-size: 20px;
}
#main {
    width: 600px;
}
#main img {
    border: none;
}
.print-this img {
    border: none;
    padding-bottom: 5px;
}
#right {
    float: right;
    width: 250px;
}
#tags {
    font-size: 12px;
    text-align: center;
    font-style: italic;
}

	
#clear {
    clear: both;
}
.newest-list {
	font-weight: bold;

}
.newest-list li {
	padding: 0px 0px 10px 0px;
}
.newest-list a {
	text-decoration: none;
	border-bottom: 1px dotted #152A40;
	color: #152A40;
}
.newest-list a:hover {
	color: #687583;
	border-bottom: 1px dotted #687583;
}
.newest-list img {
    
    padding-right: 5px;
   
}
.newest-img {
	float: left;
}
.light-text {
	font-weight: normal;
	font-size: 11px;
	color: #687583;
}
.light-text a {
	color: #687583 !important;	
	border-bottom: 1px dotted #687583 !important;

}
.light-text a:hover {
	color:  #152A40 !important;
	border-bottom: 1px dotted #152A40 !important;
}
.tcenter {
	text-align: center;
}
.snippet {
	
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	color: #2B557F;
}
.sup-text {
	font-weight: bold;
	text-decoration: none;
	color: #A60000;
}
#pagination {
	text-align: center;
	padding: 10px;
}
#pagination img {
	border: none;
	vertical-align: middle;
}
.new-media {
	padding: 2px 0px 0px;
}
/* --- DOCUMENT --- */
#author-image {
	float: left;
	margin-right: 5px;
    background: #fff;
    border: 1px solid #687583;
}
#author-image img {	
	border: none;
}
#ref-list {
	
	
	border: 1px dotted #333;
	padding: 5px;
	font-size: 10px;
    background: #ddd;
}
#ref-list h4 {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    
}
#ref-list ol {
	
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
    
}

	
#ref-list img {
	vertical-align: middle;
	border: none;
}
#auth-list {
	float: right;
	
	border: 1px dotted #333;
	padding: 5px;
	font-size: 10px;
    background: #ddd;
}
#auth-list ol {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}
.contact-input {
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 16px;
}
.highlight-yellow {
    background: #ffff33;
}
.blue-white-button {
    color: #000;
    background: url("../images/site/white-white-button.png") no-repeat;
    height: 22px;
    width: 60px;
    border: none;    
}
.blue-white-button:hover {
    color: #fff;    
    height: 22px;
    width: 60px;
    background: url("../images/site/blue-white-button.png") no-repeat;
}
.light-submit {
    color: #000;
    background: url("../images/site/admin-submit.png") no-repeat top;
    height: 22px;
    width: 60px;
    border: none;    
}
.light-submit:hover {
    color: #fff;    
    height: 22px;
    width: 60px;
    background: url("../images/site/admin-submit.png") no-repeat bottom;
}
.dark-submit {
    color: #fff;
    background: url("../images/site/dark-submit.png") no-repeat top;
    height: 22px;
    width: 60px;
    border: none;    
}
.dark-submit:hover {
    color: #000;    
    height: 22px;
    width: 60px;
    background: url("../images/site/dark-submit.png") no-repeat bottom;
}

#authors-list img {
	vertical-align: middle;
}
.authors-list {
	padding-bottom: 10px;
}
.authors-list img {
	float: left;
	border: none;
	margin-right: 5px;
}
.more {
	color: #999;
	font-size: 12px;
	font-style: normal;
}
.more a {
	color: #999;
	text-decoration: none !important;
	border-bottom: 1px dotted #999;
}
.more a:hover {
	color: #000 !important;
	border-bottom: 1px dotted #000;
}
.bddd {
	font-style: italic;
	font-size: 11px;
}
#doc-text {
    font-size: 12px;
}
.doc-list {
	
	border: 1px dotted #333;
	padding: 5px;
	font-size: 11px;
    background: #ddd;
}
.red-notice-small {
    font-size: 11px;
    color: #800000;
}
/* --- ADMIN --- */
#link-bar a {
	display: block;
	text-align: center;
	height: 22px;
	width: 60px;
}
#link-bar a:hover {
	color: #fff;
	background: url("../images/site/blue-white-button.png") no-repeat;
}
.admin-submit {
    color: #000;
    background: url("../images/site/admin-submit.png") no-repeat top;
    height: 22px;
    width: 60px;
    border: none;    
}
.admin-submit:hover {
    color: #fff;    
    height: 22px;
    width: 60px;
    background: url("../images/site/admin-submit.png") no-repeat bottom;
}
/* --- FOOTER --- */
#footer {
    height: 180px;
    margin: 0 20px;
    background: #152A40;
}
#footer-info {
    margin: 10px 30px 0 30px;
    color: #F2F2F2;
    font-size: 12px;
}
#footer-links {
   
    float: left;
    padding: 20px 30px 10px 0px;
    
}
#footer-stats {
    font-size: 12px;
    float: left;
    padding: 20px 30px 10px 0px;

}
#footer-legal {
    font-size: 12px;
    float: left;
    padding: 20px 30px 10px 0px;

}
#footer-links h4 {
    font-size: 16px;
}
#footer-stats h4 {
    font-size: 16px;
}
#footer-legal h4 {
    font-size: 16px;
}
#footer-links ul {
    list-style: none;
}
#footer-stats ul {
    list-style: none;
}
#footer-links a {
    font-size: 12px;
    text-decoration: none;
    color: #f2f2f2;
    border-bottom: 1px dotted #f2f2f2;
}
#footer-stats {
    float: left;
    
}
#footer-legal {
    float: left;
    
}
#footer-cr {
    clear: both;
    color: #f2f2f2;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
