/*The following adds a scrollbar for firefox even if the page isn't long enough*/
html {
	overflow-y: scroll !important;
}
/*The following is needed for 100% height divs*/
html, body{height:100%;} 
body { 
	margin: 0px;
	font-family: Tahoma, "Trebuchet MS", Helvetica, Arial;
	font-size: 10pt;
	color: #000000;
	text-align: center;
	background: url('img/grey_mesh_bground.gif');
}
/*This line is because IE6 can't understand transparent alpha channel PNGs*/
* html body {
	background: #666666;
}
#page, #page_nosidebar {
/*Need the next 3 lines for 100% height divs*/
	min-height: 100%;
	height: auto;
	overflow: auto;
/*end lines*/
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url('img/bg.png');
	position: relative;
	z-index: 1;
}
#page_nosidebar {
	background: url('img/bg_nosb.png');
}
/*Need the following to make 100% height divs work in IE6*/
* html #page {
	height: 100%;
	overflow: visible;
/*This line is because IE6 can't understand transparent alpha channel PNGs*/
	background: url('img/bg.jpg');
}
/*Need the following to make 100% height divs work in IE6*/
* html #page_nosidebar {
	height: 100%;
	overflow: visible;
/*This line is because IE6 can't understand transparent alpha channel PNGs*/
	background: url('img/bg_nosb.jpg');
}
#header {
	margin-left: 20px;
	width: 800px;
	height: 110px;
}
#nav {
	width: 800px;
	height: 30px;
	margin-left: 20px;
	padding: 0;
	text-align: center;
	background: url('img/navbar.jpg');
	position: relative;
}
#nav_cont {
	width: 474px;
	height: 30px;
	padding: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: url('img/buttons3.jpg');
}
#nav UL {
	padding: 0 0 0 0;
	margin: 0;
}
#nav LI {
	float: left;
	display: inline;
}
#nav LI a {
	display:block;
	text-indent: -9999px;
	height: 30px;
	position: absolute;
	top: 0px;
	outline: none;
}
LI#navHome a, LI#navAboutUs a, LI#navServices a, LI#navSoftware a, LI#navCaseStudies a, LI#navLinks a, LI#navQuote a, LI#navContact a, LI#navPortfolio a { background: url('img/buttons3.jpg'); }
/*Original, using buttons.jpg
LI#navHome a					{ background-position:0 0; width:56px; left: 0px; }
LI#navHome a:hover				{ background-position:0 -30px; }
LI#navHome a:active				{ background-position:0 -60px; }
LI#navAboutUs a					{ background-position:-56px 0; width:74px; left: 56px; }
LI#navAboutUs a:hover			{ background-position:-56px -30px; }
LI#navAboutUs a:active			{ background-position:-56px -60px; }
LI#navServices a				{ background-position:-130px 0; width:72px; left: 130px; }
LI#navServices a:hover			{ background-position:-130px -30px; }
LI#navServices a:active			{ background-position:-130px -60px; }
LI#navSoftware a				{ background-position:-202px 0; width:75px; left: 202px; }
LI#navSoftware a:hover			{ background-position:-202px -30px; }
LI#navSoftware a:active			{ background-position:-202px -60px; }
LI#navCaseStudies a				{ background-position:-277px 0; width:98px; left: 277px; }
LI#navCaseStudies a:hover		{ background-position:-277px -30px; }
LI#navCaseStudies a:active		{ background-position:-277px -60px; }
LI#navLinks a					{ background-position:-375px 0; width:52px; left: 375px; }
LI#navLinks a:hover				{ background-position:-375px -30px; }
LI#navLinks a:active			{ background-position:-375px -60px; }
LI#navQuote a					{ background-position:-427px 0; width:57px; left: 427px; }
LI#navQuote a:hover				{ background-position:-427px -30px; }
LI#navQuote a:active			{ background-position:-427px -60px; }
LI#navContact a					{ background-position:-484px 0; width:66px; left: 484px; }
LI#navContact a:hover			{ background-position:-484px -30px; }
LI#navContact a:active			{ background-position:-484px -60px; }
Second one, using buttons2.jpg
LI#navHome a					{ background-position:0 0; width:53px; left: 0px; }
LI#navHome a:hover				{ background-position:0 -30px; }
LI#navHome a:active				{ background-position:0 -60px; }
LI#navAboutUs a					{ background-position:-53px 0; width:76px; left: 53px; }
LI#navAboutUs a:hover			{ background-position:-53px -30px; }
LI#navAboutUs a:active			{ background-position:-53px -60px; }
LI#navServices a				{ background-position:-129px 0; width:72px; left: 129px; }
LI#navServices a:hover			{ background-position:-129px -30px; }
LI#navServices a:active			{ background-position:-129px -60px; }
LI#navPortfolio a				{ background-position:-201px 0; width:72px; left: 201px; }
LI#navPortfolio a:hover			{ background-position:-201px -30px; }
LI#navPortfolio a:active		{ background-position:-201px -60px; }
LI#navQuote a					{ background-position:-273px 0; width:56px; left: 273px; }
LI#navQuote a:hover				{ background-position:-273px -30px; }
LI#navQuote a:active			{ background-position:-273px -60px; }
LI#navContact a					{ background-position:-329px 0; width:67px; left: 329px; }
LI#navContact a:hover			{ background-position:-329px -30px; }
LI#navContact a:active			{ background-position:-329px -60px; }
*/
LI#navHome a					{ background-position:0 0; width:56px; left: 0px; }
LI#navHome a:hover				{ background-position:0 -30px; }
LI#navHome a:active				{ background-position:0 -60px; }
LI#navAboutUs a					{ background-position:-56px 0; width:74px; left: 56px; }
LI#navAboutUs a:hover			{ background-position:-56px -30px; }
LI#navAboutUs a:active			{ background-position:-56px -60px; }
LI#navServices a				{ background-position:-130px 0; width:72px; left: 130px; }
LI#navServices a:hover			{ background-position:-130px -30px; }
LI#navServices a:active			{ background-position:-130px -60px; }
LI#navSoftware a				{ background-position:-202px 0; width:76px; left: 202px; }
LI#navSoftware a:hover			{ background-position:-202px -30px; }
LI#navSoftware a:active			{ background-position:-202px -60px; }
LI#navPortfolio a				{ background-position:-278px 0; width:72px; left: 278px; }
LI#navPortfolio a:hover			{ background-position:-278px -30px; }
LI#navPortfolio a:active		{ background-position:-278px -60px; }
LI#navQuote a					{ background-position:-350px 0; width:56px; left: 350px; }
LI#navQuote a:hover				{ background-position:-350px -30px; }
LI#navQuote a:active			{ background-position:-350px -60px; }
LI#navContact a					{ background-position:-406px 0; width:68px; left: 406px; }
LI#navContact a:hover			{ background-position:-406px -30px; }
LI#navContact a:active			{ background-position:-406px -60px; }

#body {
	width: 620px;
	padding: 25px 15px 58px 15px;
	float: left;
}
#body_nosidebar {
	width: 770px;
	padding: 25px 15px 58px 15px;
	float: left;
}
#sidebar {
	width: 120px;
	padding: 25px 15px 15px 15px;
	float: left;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 8pt;
	color: #000000;
}
#sidebar h3 {
	font-family: Georgia, Times;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	margin-bottom: 1em;
	margin-top: 0px;
}
#sidebar h4 {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0px;
}
#content_container {
	margin-left: 20px;
	width: 800px;
	min-height: 600px;
	height: auto;
	background-repeat: no-repeat; 
}
* html #content_container {
	height: 600px;
	overflow: visible;
}
h1 {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	clear: both;
	margin-top: 0px;
}
h2 {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 13pt;
	font-weight: normal;
	color: #000000;
	clear: both;
}
h3 {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
}
ul {
	margin-top: 0px;
	margin-left: 10px;
	padding-left: 10px;
}
ul li {
	list-style-image: url('img/bullet.gif');
	margin-bottom: 0.2em;
	margin-top: 0.2em;
}
ul ul li {
	list-style-image: url('img/bulletsm.gif');
	font-size: 9pt;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
}
p {
	margin-top: 0px;
}
.centeringcontainer {
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	width: 100%;
}
.noncenteringcontainer {
	overflow: auto;
	width: 100%;
}
.left2column {
	float: left;
	clear: left;
	width: 300px;
	padding-right: 20px;
}
.right2column {
	float: right;
	width: 300px;
}
.left3column {
	float: left;
	clear: left;
	width: 33%;
}
.middle3column {
	float: left;
	width: 34%;
}
.right3column {
	float: left;
	width: 33%;
}
.left3column p h1 h2, .middle3column p h1 h2, .right3column p h1 h2 {
	margin: 0px 10px 10px 10px;
}
table.withborder, .withborder td {
	text-align: center;
	border-color: #000000;
	border-style: solid;
}
table.withborder {
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
}
.withborder td {
	margin: 0;
	padding: 3px;
	border-width: 1px 1px 0 0;
}
.rightpic {
	float: right;
	margin: 4px 0px 5px 10px;
	padding: 0px;
}
.leftpic {
	float: left;
	margin: 4px 10px 5px 0px;
	padding: 0px;
}
.leftpic, .rightpic {
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-size: 10pt;
	color: #000000;
	font-style: italic;
	border: 1px solid #000000;
}
img.bodypic {
	border: 1px solid #000000;
	margin: 2px;
}
.bodypic {
	border: 1px solid #000000;
	margin: 2px;
}
img.whatsnewpic {
	border: 1px solid #000000;
}
img#titlelogo {
	display: block;
}
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: underline;
}
.redfont {
	color: #ff0000;
}
#menu1 {
	position: absolute;
	left: 319px;
	top: 142px;
	width: 196px;
	height: 89px;
	background: url('img/menu1bg.png');
	padding: 3px 3px 2px 3px;
	visibility: hidden;
}
/*IE 6 again can't handle png's with transparency*/
* html #menu1 {
	width: 185px;
	height: 81px;
}
.menu a, .menu a:link, .menu a:visited, .menu a:active {
	display: block;
	margin: 0;
	padding: 2px 0px 2px 5px;
	width: 184px;
	color: #333333;
	text-decoration: none;
}
.menu a:hover {
	color: #FFFFFF;
	background-color: #000000;
	/*color: #336699;*/
}
.pfcell_left {
	width: 246px;
	height: 185px;
	padding: 0 15px 15px 0;
	float: left;
}
.pfcell_right {
	width: 246px;
	height: 185px;
	padding: 0 0px 15px 0px;
	float: right;
	clear: right;
}
.sfcell_left {
	width: 198px;
	padding: 0 13px 15px 0;
	float: left;
}
.sfcell_right {
	width: 198px;
	padding: 0 0px 15px 0px;
	float: right;
	clear: right;
}
.svcell_left {
	width: 116px;
	height: 71px;
	padding: 0 10px 10px 0;
	float: left;
}
.svcell_right {
	width: 116px;
	height: 71px;
	padding: 0 0px 10px 0px;
	float: right;
	clear: right;
}
#footer {
	width: 800px;
	height: 39px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -43px;
	padding-top: 4px;
	position: relative;
	z-index: 2;
	background-image: url('img/bg_foot.jpg');
	font-size: 8pt;
}
#pleasewait {
	visibility: hidden;
}
.goal {
	font-size: 11pt;
	font-style: italic;
}
