html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
	clear: both;
}
/****************************************/

body {
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #fff;
	background: #e4e5e6;
}
strong {
	font-weight: bold;
}
p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
a {
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
}
h1 {
	display: none;
}
h2 {
	margin-bottom: 1em;
	font-size: 1.25em;
	color: #000;
}
h3 {
	margin-bottom: 0.4em;
	font-size: 1.10em;
	color: #FFFF00;
	font-weight: bold;
}
h3.warning {
	margin-bottom: 1em;
	font-size: 1.10em;
	color: #FF0000;
}
.warning  {
	font-size: 1.10em;
	color: #FF0000;
}
#page-wrap {
	width: 1000px;
	margin: auto;	
} 
#header {
	background: url(../images/bg-header.gif);
	width: 1000px;
	height: 159px;
	margin: 0;
}
#content {
	background: url(../images/bg-body.gif) no-repeat bottom;
	width: 1000px;
	margin: 0;
	min-height: 656px;
  	height: auto !important;
  	height: 656px;
}
#content-wrap {
	padding: 25px 0 80px 50px;
	width: 480px;
}
body#products-page #content-wrap, body#message-page #content-wrap {
	padding: 25px 0 80px 50px;
	width: 800px;
}
body#gallery-page #content-wrap {
	padding: 25px 50px 100px 50px;
	width: 900px;
}
#animation-wrap {
	margin: 0 0 0 -50px;
	padding-bottom: 10px;
}
#nav {
	position: relative;
	top: 127px;
	left: 50px;
	width: 1000px;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	display: block;
	text-indent: -9999px;
	height: 33px;
}
#nav ul li a.capabilities {
	width: 106px;
	background: url(../images/nav-off-capabilities.png) no-repeat;
}
#nav ul li a.capabilities:hover, body#capabilities-page #nav ul li a.capabilities  {
	background: url(../images/nav-on-capabilities.png) no-repeat;
}
#nav ul li a.products {
	width: 112px;
	background: url(../images/nav-off-products.png) no-repeat;
}
#nav ul li a.products:hover, body#products-page #nav ul li a.products  {
	background: url(../images/nav-on-products.png) no-repeat;
}
#nav ul li a.help {
	width: 123px;
	background: url(../images/nav-off-help.png) no-repeat;
}
#nav ul li a.help:hover, body#help-page #nav ul li a.help  {
	background: url(../images/nav-on-help.png) no-repeat;
}
#nav ul li a.achievements {
	width: 117px;
	background: url(../images/nav-off-achieve.png) no-repeat;
}
#nav ul li a.achievements:hover, body#achievements-page #nav ul li a.achievements  {
	background: url(../images/nav-on-achieve.png) no-repeat;
}
#nav ul li a.people {
	width: 128px;
	background: url(../images/nav-off-people.png) no-repeat;
}
#nav ul li a.people:hover, body#people-page #nav ul li a.people  {
	background: url(../images/nav-on-people.png) no-repeat;
}
#nav ul li a.advantage {
	width: 95px;
	background: url(../images/nav-off-advantage.png) no-repeat;
}
#nav ul li a.advantage:hover, body#advantage-page #nav ul li a.advantage  {
	background: url(../images/nav-on-advantage.png) no-repeat;
}
#nav ul li a.message {
	width: 103px;
	background: url(../images/nav-off-message.png) no-repeat;
}
#nav ul li a.message:hover, body#message-page #nav ul li a.message  {
	background: url(../images/nav-on-message.png) no-repeat;
}
#nav ul li a.gallery {
	width: 77px;
	background: url(../images/nav-off-gallery.png) no-repeat;
}
#nav ul li a.gallery:hover, body#gallery-page #nav ul li a.gallery  {
	background: url(../images/nav-on-gallery.png) no-repeat;
}
#footer {
	background: none;
	font-size: 0.90em;
	position: relative;
	top: -47px;
	left: 5px;
	color: #336699;
}
ul.square  {
	list-style-type: square;
	margin-left: 1.3em;
	line-height: 1.5em;
	padding-bottom: 1.5em;
	margin-top: 0;
}
ul.square li  {
	font-weight: normal;
	margin-bottom: 0;
	padding-left: 5px;
}
ul.square-2 {
	list-style-type: disc;
	margin-left: 1.3em;
	line-height: 1.5em;
	margin-top: 0;
}
ul.square-2 li  {
	font-weight: normal;
	margin-bottom: 0;
	padding-left: 5px;
}
#footer a {
	color: #336699;
}
.list-float {
	float: left;
}
.list-float-pad {
	float: left;
	padding-left: 50px;
}
img.jim {
	float: right;
	margin-left: 40px;
	margin-bottom: 200px;
}
ul#gallery {
	padding-top: 10px;
	margin-left: -20px; 
}
ul#gallery li {
	float: left;
	padding: 0 0 20px 20px;
}