html, body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Helvetica;
	font-size:12px;
	color:#333;
}
h1 {
	font-weight:bold;
	font-size:16px;
	color:#669933;
}
a, a:visited {
	color:#339933;
	text-decoration:underline;
}
#container {
	min-height:100%;
	position:relative;
	width:950px;
}
#header {
	background:url(images/header.jpg) no-repeat;
	width:950px;
	height:159px;
}
#body {
	padding:10px;
	padding-bottom:97px;	/* Height of the footer */
	background-color: #FFF;
}
#footer {
	position:absolute;
	bottom:0;
	background:url(images/footer.jpg) no-repeat;
	width:950px;
	height:97px;
}
/* other non-essential CSS */
#header p, #header h1 {
	margin:0;
	padding:10px 0 0 10px;
}
#footer p {
	margin:0;
	padding:0px 0 0 20px;
	color:#666666;
}
#logo {
	width:199px;
	height:75px;
	background:url(images/logo.gif) no-repeat;
	position:absolute;
	top:100px;
	left:24px;
}
#logo span {
	display:none;
}
#logo a {
	width:199px;
	height:75px;
	display:block;
	cursor:pointer;
}
#mainNav {
	float:left;
	width:140px;
}
#mainNav ul {
	margin:0;
	padding:0;
}
#mainNav li {
	width:121px;
	height:45px;
	background:url(images/bg-nav-button.jpg) no-repeat;
	text-align:center;
	display:block;
	margin-bottom:3px;
	line-height:44px;
}
#mainNav a, #mainNav a:visited {
	color:#333333;
	text-decoration:none;
}
#mainNav a.sitemap {
	padding-left:35px;
}
#mainNav a.sitemap:hover {
	text-decoration:underline;
}
#content {
	float:right;
	width:490px;
	margin-right:300px;
	line-height:18px;
}
#content ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#content li {
	background:url(images/bullet.gif) no-repeat;
	background-position:0 2px;
	padding-left:10px;
	font-weight:bold;
}
#content h2 {
	text-align:center;
}
#content p a:hover {
	text-decoration:underline;
}
#content span.required {
	font-weight:bold;
	font-style:italic;
}

#content p.indent{
	margin:0 0 0 20px;
	background:url(images/bullet.gif) no-repeat; 
	background-position:0px 5px;
	padding-left:10px;
}
#rightSidebar {
	position:absolute;
	top:99px;
	right:11px;
	width:280px;
	text-align:right;
	color:#666666;
	z-index:99;
}
#rightSidebar img {
	border:3px solid #CCC;
}
#rightSidebar img.center {
	margin:40px 82px 0 0;
	border:1px solid #CCC;
}
#rightSidebar span {
	font-size:16px;
	font-weight:bold;
}
#contact {
	text-align:left;
	padding-left:5px;
}
.clear {
	clear:both;
}
div.table {
	margin:0;
	padding:0;
}
div.table td {
	border-left:1px solid #000;
	border-top:1px solid #000;
	padding:5px;
}
div.table td.last {
	border-right:1px solid #000;
}
div.table tr.headerRow {
	font-weight:bold;
	background-color:#ccc;
	text-align:center;
}
div.table td.headerCol {
	background-color:#ddd;
}
div.table td.lastRow {
	background-color:#ccc;
}
div.table td.bottomCell {
	border-bottom:1px solid #000;
}
div.table td.bottomCellGrey {
	background-color:#ddd;
	border-bottom:1px solid #000;
}
div.table td.lastCell {
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}
div.doubleList {
	margin:0;
}
div.doubleList ul {
	float:left;
}
#content div.doubleList ul.one {
	margin-right:10px;
}
#content div.doubleList li {
	width:218px;
	background:url(images/bullet-arrow.jpg) no-repeat;
	background-position:0 4px;
	padding-left:20px;
}
#content ul.capabilities li {
	background:url(images/bullet-arrow.jpg) no-repeat;
	background-position:0 4px;
	padding-left:20px;
}
div.picWrapper {
	padding:0;
}
div.picWrapper p {
	text-align:center;
	text-indent:0;
	margin:0;
	padding:0;
}
div.picWrapper img {
	border:3px solid #CCC;
}
div.picWrapper div.pic1 {
	float:left;
	margin-right:20px;
}

div.hr{
	width:490px;
	border-top:1px solid #000;
	clear:both;
	margin:0;
	padding:0;
}
div.blurb{
	text-align:center;
	width:490px;
	border-top:1px solid #999;
	padding-top:5px;
}
div.blurb p{
	margin:0;
	padding:0;
	color:#999;
	font-style: italic;
}
div.blurb a{
	font-style:normal;
}

form{
	padding-bottom:20px;
}
