body {
	background: #f9f9f9; /*#eeeeee;*/ /* #whitesmoke 92979D #F0FFFF #F0F8FF;*/
}

/*----Header-----*/

#headerlogo {
	width:100%;
	text-align:left;
	margin: 0 0 15px;
}
#headerlogo img {
	border:none;
}

/*----Navigation tabs-----*/

#navigation {
     width:90%;
     height:2.2em;
     line-height:2.2em;
     margin:20px 20px 0px 20px;
     padding: 0px;
     position:relative;
     z-index: 50;
     background:#f9f9f9; /*#eeeeee;*/
     color:#000000; 
     font-family: /*'Lucida Grande',Arial,*/Helvetica,sans-serif;
  }

#navigation li {
	float:left;
	list-style-type:none;
	border-right:1px solid #ffffff;
	border-top:1px solid #ffffff;
	/*border:1px solid #333;*/
	white-space:nowrap; 
	color:#ffffff;
	background:#999999;
	}

#navigation li a{
	display:block;
	padding:0 10px;
	font-size:0.8em;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	vertical-align:middle;
	color: #333333; 

	}
	
#navigation .selected  {
	/*background:#111111;
	color:#666666;*/
	background: white; /*#F8F8FF;*/
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
/*border-bottom:1px solid #F8F8FF; */
	color:#000000;
	text-decoration:none; 
	z-index: 60;
	}
html>body #navigation .selected { border-bottom:1px solid white /*#F8F8FF*/;} /*IE browser hack; real browsers can handle a bottom border*/

#navigation a:hover {
	background:#111111;
	color:#666666;
	}
	
	



/*----Content-----*/

#page {
	width:90%;
	/* float:left; */
	margin: 0px 20px 20px 20px;
	background: white; /*#F8F8FF;*/
	border: #333 1px solid;
	padding: 10px;
	position:relative;
	z-index: 40;
	top:-1px;
	font-family: /*'Lucida Grande',Verdana,*/Arial,Helvetica,sans-serif;
	font-size: 0.9em;
}
html>body #page { margin: 1px 20px 20px 20px; top:0px;} /*IE browser hack; real browsers can handle 1px at top*/

#page h1 {
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	color: #222;
	padding: 4px;
}
#page h2 {
	font: bold 1.0em Georgia;
	text-align: left;
	color: #222;
	padding: 4px;
}
#page p {
	margin: 6px 3px 7px 3px;
	padding: 3px;
}
#page p.main-title {
	font: bold 2.2em Helvetica;
	text-align: center;
	color: #222;
}
#page p.subtitle {
	font: bold 0.9em Helvetica;
	text-align: center;
	color: #222;
}
#page p.quote {
	font: italic 0.9em Georgia;
	text-align: left;
	margin: 2px 60px 3px 60px;
}
#page li {
	margin: 1px 0px 1px;
	padding: 5px;
	margin: 0;
}




#spacer {
	float:left;
	height:600px;
	background:#fff;
	z-index: -1;
}


/*----Contact Details (in tabular form)-----*/

#contactdetails p {
	font-family: /*'Lucida Grande',Verdana,Arial,*/Helvetica,sans-serif;
	font-size: 0.9em;
	vertical-align:top;
	margin: 0px;
	padding: 0px;
}

#contactdetails h1 {
	font-family: /*'Lucida Grande',Arial,*/Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	text-align: left;
	vertical-align:top;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	/*border: #000033 1px solid;*/
}

#contactdetails h2 {
	font-family: /*'Lucida Grande',Arial,*/Helvetica,sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	text-align: left;
	vertical-align:top;
	text-transform:uppercase;
	margin: 15px 0px 10px 0px;
	padding: 0px;
	/*border: #000033 1px solid;*/
}

#contactdetails td {
vertical-align:top;
padding: 1px 15px;
}

#contactdetails li {
padding: 1px 15px 0px 5px;
font-size: 0.9em;
}

#contactdetails a {
color:#000000;
text-decoration:underline;
}

#contactdetails a:hover {
color:#333333;
text-decoration:underline;
}

/*----Links----*/

#links {
	font-family: /*'Lucida Grande',Verdana,Arial,*/Helvetica,sans-serif;
	font-size: 0.9em;
	vertical-align:top;
	margin: 30px 10px 0px 10px;
	padding: 0px;
}

#links ul {
	margin: 3px 0px 0px 40px;
}
html>body #links ul {	margin: 5px 0px 0px 10px;}

#links li {
	padding: 2px;
}

#links h1 {
	font-family: /*'Lucida Grande',Arial,*/Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	text-align: left;
	vertical-align:top;
	margin: 20px 30px 5px 20px;
	padding: 0px;
	/*border: #000033 1px solid;*/
}

/*----Sidebar-----*/

#sidebar {
	width:22%;
	float:right;
	clear:right;
	margin: 0 0 5px auto;
	border: #333 1px solid;
	padding: 4px;
	background: white; /*#F8F8FF;*/
	font: 0.9em Georgia;
}
#sidebar h1 {
	font: bold 1em Georgia, serif;
	/*font-stretch: condensed;*/
	color: #222;
}
#sidebar ul {
	list-style-type: none;
	padding: 5px;
	margin: 0;
	font-size: 0.9em;	
	padding-top:0.5em;
	padding-bottom:1em;
	/*background:#snow url(img/sidenav_bottom.jpg) no-repeat bottom;*/
	
}
#sidebar li {
	margin: 1px 0px 1px;
	border:#E1D6c6 1px solid;
	border-top:#f3f6ed 1px solid;
	border-left:#f3f6ed 1px solid;
	font: 1.0em Georgia;
}
#sidebar a {
	text-decoration:none;
}
#sidebar a:hover {
	text-decoration:underline;
}
#sidebar a:visited {
	color: #333; /*color: #753206;*/
}
#sidebar p.small {
	font-size: 0.8em;
	font-style: italic;
	text-align: left;
	margin: 3px 4px 4px 5px;
}


/*----Software-----*/

#software {
	width:90%;
	/* float:left; */
	margin: 0px 10px;
	padding: 0px;
	position:relative;
	z-index: 40;
	top:-1px;
	font-family: /*'Lucida Grande',Verdana,*/Arial,Helvetica,sans-serif;
	font-size: 0.9em;
}

#software img.software {
	margin 1px;
	float:left;
}

#software h1 {
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	color: #222;
	padding: 0px;
	margin:0px;
}
#software h2 {
	font: bold 1.0em Arial, Helvetica,sans-serif;
	text-align: left;
	color: #222;
	padding: 0px;
	margin:0px;
}
#software p {
	margin: 6px 0px 0px 0px;
	padding: 0px;
}

#software p.platform {
	margin: 1px 0px 0px 0px;
	font-size: 0.83em;
	color: #444;
}

#software p.price {
	margin: 2px 0px 0px 0px;	
	font-size: 0.75em;
	color: #633;
}

/* divs for alignment purposes */

#softwareentry01 { /* forms block for each program entry */
	margin: 40px 10px 10px 10px;
}

#softwareentry02 { /* forms block for text within each program entry */
	margin: 0px 10px 10px 75px;
}




/*----Footer-----*/

#footer {
	width:95%;
	
	float:left;
	clear:both;
	margin: 50px 0px 0px 20px;

/*	border: #333 1px solid;
	padding: 0px 4px 0px 4px;
	background: #F8F8FF;*/
}
#footer p {
	font: 0.7em Georgia;
	color: #444;
	text-align: center;
}

/*----Liability Footer (prof standards act)----*/
#liabilityfooter {
	font-family: /*'Lucida Grande',Verdana,Arial,*/Helvetica,sans-serif;
	font-size: 0.8em;
	text-align: center;
}