* {
	margin:0;
	padding:0;

}
html {
	overflow-y: scroll;
}


body {
	font: 100% Helvetica, Arial, sans-serif;
	color:#444;
	margin:37px;
	background: #ccc;
	word-spacing: 1px;
}

body.Welcome #nav a.welcome,
body.Submit #nav a.submit,
body.About #nav a.about,
body.Downloads #nav a.downloads,
body.Help #nav a.help,
body.Contact #nav a.contact,
body.RecentJobs #nav a.recentjobs,
body.EditFiles #nav a.editfiles {
	color: #000;
}

#wrapper {
	background:#eee;
	border:4px double #aaa;
	max-width:950px;
	min-width:950px;
	margin:0 auto;
}

#innerwrapper {
	font-size: 1em;
	background:#efefef;
}

#header {
	padding: 10px 0 0 10px;
	height: 80px;
	background: #efefef url(../images/innerwrapper.jpg) repeat-x top;
}

#header h1 a {
	float:left;
	font:1em Helvetica, Arial, sans-serif;
	color:#333;
	padding:5px;
	border-bottom: 2px solid #999;
	margin:0 20px 16px 0;
	text-decoration: none;
}

#header h1 a:hover {
	border-bottom: 2px solid #bbb;
	color: #555;
}

#header h2 {
	font:1.1em Helvetica, Arial, sans-serif;
	color:#555;
	padding:17px 0 0 0;
	border:none;
}

#header div#mid {
	height: 79px;
	float:left;
}

#header div#nga_wrapper {
	float: right;
	position:relative;
	top: -5px;
	right: 5px;
}

#header2 {
	height: 45px;
}

#nav {
	background:url(../images/drop.png) top left repeat-x;
	padding: 6px 0 0 0;
	height: 45px;
}

#header2 #nav li {
	font-size: 1em;
	display:inline;
	list-style:none;
	padding: 0 0 20px 0;
}

#nav a {
	color:#555;
	font-size:.9em;
	text-decoration:none;
	padding:6px 8px 15px 8px;
}

#header2 #nav a:hover {
	color: #000;
	background: url(../images/drop2.png) top left repeat-x;
	padding: 8px 8px 15px 8px;
}

#contentnorightbar {
	padding: 0 10px;
}

#contentnorightbar h1 {
	font: 1.6em Helvetica, Arial, sans-serif;
	color: #151;
	border-bottom:2px solid #aaa;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

#footer div#arl_wrapper {
	float: left;
	position:relative;
	bottom: 0px;
}

#footer div#copyright {
	float: left;
	position:relative;
	bottom: -20px;
	left: 15px;
}

p {
	font-size: 0.9em;
	margin:5px 0 15px;
	line-height: 150%;
}

h2 {
	padding: 6px 0 0;
	font:1.3em Helvetica, Arial, sans-serif;
	color: #79B933;
	border-bottom:2px solid #ddd;
}

h2 a {
	color:#79B933;
	text-decoration:none;
}

h2 a:hover {
	color:#5F9128;
}


#footer {
	clear:both;
	height:50px;
	padding:5px;
	margin:30px 5px 0;
}

a {
	color:#222;
}

a:hover {
	text-decoration:none;
	color: #6f6f6f;
}

h3 {
	font:1em Helvetica, Arial, sans-serif;
	margin:10px 0 0;
	border-bottom: 1px dashed gray;
}

h4 {
	font-size: 0.8em;
}

#contentnorightbar ul, ol {
	margin:0 20px;
	line-height:25px;
	padding:0px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#669944;
}
#contentnorightbar ul span {
	color:#444;
}

img {
	padding:1px;
	background:#ccc;
	border:4px solid #f6f6f6;
}

form {
	padding:10px;
	border:none;
}

label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;

}

li {
	font-size: 0.9em;
}


input {
	/*	font-size:0.9em;*/
	outline:none;
	width:190px;
	height: 18px;
	padding:2px;
	border:none;
	border-bottom:1px dotted #333;
	border-left: 1px dotted #333;
	border-color: #333;
	color:#222;
	margin: 0 0 8px 3px;
}

input:focus {
	border: 1px dotted gray;
	box-shadow: inset 0 0px 3px rgba(0,0,50,0.4);
	padding-top: 1px;
	padding-right: 1px;

}

textarea {
	outline:none;
	width:190px;
	height: 18px;
	padding:2px;
	border:none;
	border-bottom:1px dotted #333;
	border-left: 1px dotted #333;
	border-color: #333;
	color:#222;
	margin: 0 0 8px 3px;
	overflow: hidden;

	/*width:400px;
	padding:4px;
	font:0.7em Helvetica;
	border:1px solid #eee;
	height:200px;
	display:block;
	color:#555;*/
}

p img {
	float:left;
	margin:0 10px 0 0;
}

blockquote p {
	font:1.2em Georgia;
	color:#aaa;
	padding:0 10% 0 0;
	line-height:30px;
}

fieldset {
	padding: 10px;
	margin-top: 10px;
	border:none;
}

form.loginLoginForm {
	border: none;
}

fieldset.loginLoginFieldset {
	width: 310px;
	height: 110px;
	background: none;
	border: none;
}

fieldset.loginLoginFieldset label {
	font-size:0.8em;
}

legend.loginLegend {
	color: #333;
	font-size: 1em;
}

a.arl_logo {
	display:block;
	width:50px;
	height:50px;
	background:url(../../../icons/arl_logo.png) no-repeat;
}

a.nga_seal {
	display:block;
	width:80px;
	height:80px;
	background:url(../../../icons/nga_seal.png) no-repeat;
}


table {
	margin:20px;
	margin-left: auto;
	margin-right: auto;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:12px;
	background:#ddd;
	border-collapse: separate;
	border-spacing: 0 0;
	border:0;
	text-align:left;
}

th {
font-size:14px;
font-weight:bold;
color:#694;
border-bottom:3px solid #463;
border-left:none;
border-right:none;
padding:10px 8px;
text-align: center;
}

	td {
	text-align: center;
	border-top: none;
	border-bottom: 2px solid #463;
	border-left:none;
	border-right:none;
	color:#444;
	padding:6px 8px;
}

	td.leftalign { text-align:left; }

	tr {
	border-right: 1px solid #463;
}

tbody tr:hover td {
	color:#111;
	background-color: #ccc;
}

h2.error, span.error {
	color: #c44;
}

div.form-buttons input, span.loginLoginButton input, span.loginFPButton button, input.button {
	border: 1px solid #888;
	background-color: #ccc;
	height: 24px;
	font:.9em Verdana;
	padding: 0;
	margin: 3px 0 8px 2px;
	cursor:pointer;
}

input.button:active {
	background-color: #bbb;
}

input.button:hover {
	background-color: #ddd;
}

input.disabled, input.disabled:focus, input.disabled:hover {
color: #999; !important
border: 1px solid #aaa; !important
background-color: #eee; !important
height: 24px; !important
padding: 0; !important
margin: 3px 0 8px 2px; !important
cursor:default; !important
}
