* {
	margin: 0;
	padding: 0;
}

html, body {
	 min-height:100%; margin-bottom:1px;
}

body {
	background: #A8A8A8 url(images/main-bkg.jpg) repeat-x;
	text-align: center;
	font-size: 84%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0; 
	color: #383838;
}

a:link, a:visited {
   color: #0A357E;
   text-decoration: none;
}

a:hover, a:active {  
  color: #0A357E;
  text-decoration: none;
}

#container {
	border-top: none;
	width: 780px;
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto; 
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0 100px;
}

#header {
	height: 138px;
	position: relative;
}

#header h1 {
	position: absolute;
	top: 150px;
	right: 10px;
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
	text-align: right;
}

#header img {
	margin-top: 10px;
	border: none;
}

#masthead {
   position: relative;
	background-color: #0A357E;
	height: 66px;
}

body.home #masthead {
	height: 210px;
	background: #0A357E url("images/front-photo-wide.jpg") no-repeat right;
}

#masthead h1 {
	color: #fff;
	font-size: 1.1em;
	position: absolute;
	left: 10px;
	top: 6px;
	width: 280px;
}

body.home #masthead h1 {
	position: absolute;
	left: 10px;
	top: 40%;
}

#content {
	text-align: left;
	color: #626262;
	margin-top: 20px;
	margin-left: 240px;
	margin-bottom: 20px;
	width: 530px;
	line-height: 1.3em; 
	min-height:400px;
   height:auto !important;
   height:400px;
}

body.home #content {
   min-height:300px;
   height:auto !important;
   height:300px;
}

#content h1, h2 {
	color: #383838;
	margin-bottom: 4px;
	font-weight: bold;
}

#content h1 {
	font-size: 1.2em;
}

#content h2 {
	font-size: 1em;
	margin-top: 10px;
}

#content p {
	margin-bottom: 10px;
}

#content ul {
	margin-left: 30px;
	margin-bottom: 10px;
}

#content li {
	padding-top: 4px;
}

img.thumbright {
	text-align: right;
	padding: 0 0 10px 10px;
	float: right;
	display: inline;
}

#topnav {
	position: absolute;
	text-align: right;
	bottom: 0px;
	left: 0px;
	background-color: #fff;
	width: 780px;
	height: 26px;
	font-size: 1.1em;
}

#topnav ul { list-style:none; }
#topnav li { 
	display:inline; 
	padding-right: 16px;
}

#globalnav {
	position: absolute;
	top: 10px;
	right: 10px;
	color: Silver;
	font-size: .7em;
}

#sidebar {
	float: left;
	width: 200px;
	margin-top: 20px;
}

#sidebar img {
	margin: 0px 0 10px 10px;
}

#footer {
	clear: both;
	font-size: .8em;
	text-align: right;
	margin: 10px 10px 0 0;
	padding-bottom: 10px;
	color: #000;
}

#footer p {
	margin: 2px 0 2px 0;
}


table.data {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #383838;
	border-left: 1px solid #383838;
	border-collapse: collapse;
}

table.data td, th {
	border-right: 1px solid #383838;
	border-bottom: 1px solid #383838;
	padding: 4px;
}

table.data td {
	padding-right: 20px;
}

table.data th {
	font-weight: bold;
	text-align: left;
}

/* forms */

form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
form p label {
  float: left;
  width: 20%;
  font: bold 0.9em Arial, Helvetica, sans-serif;
}
fieldset {
  margin-top: 16px;
  padding: 10px 0 0 0;
  border: none;
}

fieldset.submit {
	margin-left: 20%;
	padding: 0;
}