/* @override http://fore.research.yale.edu/code/css/fore-ee.css */

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #f1f5f1;
	color: #333;
	font:13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif
}

p {margin-bottom:10px}

a:focus{outline:1px dotted invert}

div {
	text-align: left;
}

h1, h2, h3, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
	text-transform: uppercase;
}

h3 {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #374444;
	margin-bottom: 5px;
}


h4 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	margin-bottom: 0;
}

h5, h6 {
	font-size: 14px;
	line-height: 16px;
	text-transform: none;
	font-weight: normal;
	color: #1a508d;
	margin-bottom: 0;
}

ul {
	list-style-type: circle;
	padding-left: 0;
}

a, a:link, a:visited, a:hover {
	color: #1a508d;
}

.listing {
	font-size: 11px;
	color:  #666;
	line-height: 14px;
	margin-bottom: 10px;
}
.listing a {
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
}

li.here a {
	color:  #374444;
	font-weight: bold;
	text-decoration: none;
}
li.here li a {
	color:  #1a508d;
	font-weight: normal;
}

/* ALL links should have an underline on hover, at least */
a:hover {
	text-decoration: underline;
}

.title {
	color: #000;
}

#topnav {
	background-color: #afbab0;
	text-align: center;
}

#topbar {
	background: transparent url(/assets/banner-top.gif) 0 -46px repeat-x;
	height: 25px;
}

#header {
	background: transparent url(/assets/banner-top.gif) 0 0 repeat-x;
}

#header input {
	font: 10px Verdana, Arial, Helvetica, sans-serif #ccc;
	background-color: #dce5dc;
	border: 1px solid #333;
}

#header input.btn {
	background-color: #000066;
	color: #ddd;
}

#home_main_content_container {
	border: 1px solid #ddd;
	border-width: 0 1px;
	background: #dce5dc url(/assets/box-fade.png) 0 -1px repeat-x;
}

#search_box {
	margin-top: 9px;
}

#sign_up {
	margin-top: 25px;
}

#home_main_content {
	padding-top: 10px;
	font-size: 12px;
}

.content_box div {
	padding: 10px;
}

div.bg {
	border: 1px solid #ccc;
	background: url(/assets/box-fade.png) repeat-x 0 0 #fff;
	margin: 0;
}

div.drilldown {
	border: 1px solid #ddd;
	border-width: 0 1px 1px 0;
	background: #f3f5fa url(/assets/box-fade.png) repeat-x 0 0;
	margin: 0 0 5px 0;
}

div.drilldown ul#nav-sub {
	list-style-type: none;
	padding: 0;
}

div.drilldown ul li {
	padding: 0;
	margin: 0 0 5px 10px;
}

div.documents {
	padding:  5px 5px 0 5px;
	margin: 5px 10px 2px 5px;
	clear:  none;
	float:  right;
	min-width: 100px;
	max-width: 150px;
	border: 1px solid #ddd;
	background-color: #f3f5fa;
	font-size: 11px;
}

div.documents ul li {
	padding: 0;
	margin: 0 0 3px 15px;
}

img.img_left {
	float:  left;
	margin: 4px 5px 2px 0;
}

img.img_right {
	float:  right;
	margin: 4px 10px 2px 5px;
}

li.last {
	margin-bottom: 0;
}

div.drilldown li.here a, div.drilldown li.parent-here a {
	display: none;
}
div.drilldown li.sub-level-1 a {
	display: inline;
}

#about {
	background: #185090 url(/assets/box-fade.png) 0 0 repeat-x;
	background: white url(/assets/box-fade.png) 0 0 repeat-x;
	border: 1px solid #ddd;
	border-width: 0 1px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
	max-height: 100%;
	color: #666;
}

#footer {
	background: #185090 url(/assets/box-fade.png) 0 0 repeat-x;
	border: 1px solid #ddd;
	border-width: 0 1px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
	max-height: 100%;
	color: #ddd;
}
/*
ul#nav li a, ul#nav li ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
*/
hr {
	color:  #000;
}

.cse .gsc-control-cse, .gsc-control-cse {
    background: none !important;
    border: 0 !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    padding: 6px 8px 7px 8px !important;
    margin-top: 1px !important;
}

#header input {
    background: none !important;
    border: 0 !important;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border: 0 !important;
    background: none !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0px !important;
}

.gsc-input-box {
    background: none !important;
}

input.gsc-input {
	color: #fff !important;
	font-size: 12px !important;
}

.gsst_a {
    display: none;
}