html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto -30px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:100%;
	position:relative;
}
#mainContent {
	padding-bottom:30px;
	padding-top: 15px;
}
#footer {
	color: #FFFFFF;
	background-color: #0065b7;
	text-align: center;
	height: 30px;
	line-height: 30px;
	position:absolute;
	bottom: 0;
	width: 900px;
	
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#col1 {
	float: left;
	width: 290px;
	margin-right: 20px;
}
#col2 {
	float: left;
	width: 280px;
	margin-right: 20px
}
#col3 {
	float: left;
	width: 290px;
}
#header {
	margin-bottom: 30px;
	z-index: 1;
}
p {
	margin-top: 0px;
}
h1 {
	color: #0065B7;
	margin-top: 0px;
}
h2 {
	color: #0065B7;
	margin-top: 0px;
}
#homeCols {
	background-image: url(images/homeTextBG.gif);
	background-repeat: repeat-y;
}
#headerMain {
	height: 100px;
	width: 900px;
	background-image: url(images/greenHDR.gif);
	background-repeat: repeat-x;
	position: relative;
}
#softwareBTN {
	float: left;
	width: 67px;
	margin-left: 19px;
}
.navBTN {
	float: left;
	width: 67px;
	margin-left: 20px;
}

#textNav {
	position: absolute;
	top: 8px;
	right: 13px;
	color: #0064b2;
}
#topLogo {
	position: absolute;
	top: 35px;
	right: 0px;
}
#textNav a:link {
	color: #0064b2;
	text-decoration: none;
}
#textNav a:visited {
	color: #0064b2;
	text-decoration: none;
}
#textNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#textNav a:active {
	color: #0064b2;
	text-decoration: none;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #0065B7;
}
a:link {
	color: #0064b2;
	text-decoration: none;
}
a:visited {
	color: #0064b2;
	text-decoration: none;
}
a:hover {
	color: #92c958;
	text-decoration: underline;
}
a:active {
	color: #0064b2;
	text-decoration: none;
}
.halfDivRight {
	float: right;
	width: 430px;
	margin: 10px 0px;
}
.halfDivLeft {
	float: left;
	width: 429px;
	border-right: 1px solid #0064b2;
	padding-right: 20px;
	margin: 10px 0px;
}
#walkon {
	z-index: 4000;
	position:fixed;
	bottom:0px;
	right:0px;
}
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:640px;
  height:540px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  padding:10px;
  background-color:#ffffff;
  text-align:center;
}
#jgal li { opacity: .5; float: left; display: block; width: 60px; height: 60px; background-position: 50% 50%; cursor: pointer; border: 3px solid #fff; outline: 1px solid #ddd; margin-right: 14px; margin-bottom: 14px; }
#jgal li img { position: absolute; top: 20px; left: 220px; display: none; }
#jgal li.active img { display: block; }
#jgal li.active, #jgal li:hover { outline-color: #bbb; opacity: .99 /* safari bug */ }

/* styling without javascript */
#gallery { list-style: none; display: block; position: relative; }
#jgal { list-style: none; width: 200px; }
#gallery li { float: left; margin: 0 10px 10px 0; }
