@import url('monolith.css');

body {
	background-color:#990000;
	font-family: "Times New Roman",Georgia,Serif;
	font-size: 1.05em;
	text-align: left;
}

h2 { 
	font-size: 1.20em;
}

p, h1, h2, h3 {
	margin: 0px 10px;
}

p {
	text-align: justify;
}

#wrapper {
	background-color:#102135;
	margin:10px 10px 5px 10px;
	padding:5px;
}

#header {
	background-color:#FFFFFF;
	margin:10px 20px;
	height: 80px;
}

#header h1 {
	font-size:1.7em;
	font-weight:bold;
	padding: 20px 0px 0px 10px;
}

#header h2 {
	font-size:1.2em;
	position: relative;
	top: -7px;
	left: 35px;
}

#middle-spacer {
	background-color:transparent;
	background-image:url(../images/home.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:130px;
	position:relative;
	top:-10px;
	left:0px;
	width:auto;
	margin-left:20px;
	margin-right:20px;
}

.navbar {
	font-size: 1.1em;
	margin:-5px 0px 14px 20px;
}

.navbar li {
	display: inline;
	padding:5px;
	border-right:1px solid #939BA4;
}

.navbar li a {
	text-decoration:none;
	color:#939BA4;
}

.navbar li a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

#dropmenudiv{
	margin-top:10px;
	margin-left: -5px;
	text-align: left;
	position:absolute;
	font-size: 1.1em;
	border-left:1px solid #939BA4;
	border-bottom:1px solid #939BA4;
	line-height: 1.3em;
	z-index:100;
}

#dropmenudiv a{
	background-color:#102135;
	color:#939BA4;
	width: 100%;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid black;

	text-decoration: none;
}

#dropmenudiv a:hover{ 
	color:#FFFFFF;
}

#content {
	background-color:#FFFFFF;
	padding: 15px 10px;
	margin:0px 20px;
	min-height: 400px;
}

#content a:link, #content a:visited {
	text-decoration:underline;
	color:#000000;
	font-weight:500;
}

#content a:hover {
	text-decoration:underline;
	background-color: #294960;
	color:#FFFFFF;
	font-weight:500;
}

#main-right  {
	float:right;
	width:49%;
}

#main-left {
	margin-right:49%;
}

#footer {
	color: #000000;
}

#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#939BA4;
	font-weight:500;
}

#footer a:hover {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:500;
}

.feature {
	font-weight:600;
	color:#CCCCCC;
	text-align:center;
	border:1px solid black;
	background-color:#990000;
	margin: 0px 10px 10px 10px;
}

.bio-pic {
	float:left;
	margin: 50px 25px 25px 25px;
}

.inline-form label{
	position: relative;
	top: 8px;
	width: 250px;
	float: left;
	text-align: right;
	margin-right: 10px;
}

.no-pointer {
	cursor: default;;
}

ul.no-list li {
	list-style-type: none;
}

iframe.gateway {
	position: absolute;
	z-index: 100;
	width: 750px;
	height: 1300px;
	overflow-y:auto;
	overflow-x:hidden;	
}

input[type="submit"].submit-push, input[type="button"].button-push {
	position: relative;
	top:3px;
}

table.application thead tr {
	border:1px solid black;
}

table.application td {
	font-weight: normal;
	border-bottom: 1px solid #dfdfdf;
}

tr.odd {
	background: #eee;
}

table.application tbody tr:hover {
	background:#ff0;
	cursor: pointer;
}

table.application th {
	background-color:#990000;
	color: #ccc;
	font-size: 1.2em;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

div.application label {
	display: inline-block;
	width: 200px;
}
