/* CSS Document */

html, body {
	text-align: center;
	background: url(images/bg.gif) repeat-x;
	margin: 0 auto;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 12px; 							
	color: #000;
	line-height: 1.3em;
}

a, a:visited {
	color: #0b366f;
	text-decoration: underline;
}

a:hover, a:active {
	color: #3d74bd;
	text-decoration: none;
}


#container {
	overflow: hidden;
	width: 761px;
	text-align: left;
	margin: 0 auto;
}

/*table/chart stuff */
	
	.orangebg {
		background-color: #1e87ae;
		font-weight: bold;
		font-size: 14px;
		color: #fff;
		}
		
	.lt-orange {
		background-color: #ffff99;
		}
		
	.margin-top {
		margin-top: 6px;
		}

#top-left {
	float: left;
	width: 691px;
	padding: 21px 0 0 0;
	color: #fff;
	height: 64px;
	}
	
	#left-logo {
		float: left;
		width: 150px;
		}
		
	#left-tagline {
		float: left;
		padding: 21px 0 0 10px;
		}
	
#top-right {
	float: right;
	width: 70px;
	}
	
#nav {
	text-align: right;
	clear: both;
	padding: 0 0 0 385px;
	}

	
	#nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: right;
	}

		#nav ul li {
			display: inline;
			margin: 0;
			padding: 0;
		}
#nav-inner {
	text-align: right;
	clear: both;
	padding: 0 0 0 333px;
	}

	
	#nav-inner ul {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: right;
	}

		#nav-inner ul li {
			display: inline;
			margin: 0;
			padding: 0;
		}


#main-img {
	width: 385px;
	float: left;
	}
	
#main-img2 {
	width: 376px;
	background: url(images/bg_p.gif) no-repeat;
	height: 218px;
	float: right;
	padding: 43px 0 0 0;
	color: #0b366f;
	font-size: 17px;
	}
	
	#main-img2 ul {
		margin: 0;
		padding: 13px 0 0 6px;
		list-style: none;
		}
		
		#main-img2 ul li {
			background: url(images/g_bulletlg.gif) no-repeat;
			background-position: 0 .3em;
			padding-left: 18px;
			margin: 0;
			line-height: 22px;
			}

	.free-trial {
		padding: 15px 30px 0 0;
		text-align: right;
		}

	#body-left {
		float: left;
		width: 280px;
		padding-top: 13px;
		}
		
		.padleft {
			padding: 20px 0 0 30px;
			}
	
	#body-right {
		width: 420px;
		background: url(images/bg_div.gif) no-repeat;
		float: right;
		padding: 13px 0 35px 30px;
		}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #0b366e;
	margin: 0;
	padding:0; 
	}
			
h2 {
	font-size: 17px;
	font-weight: bold;
	color: #0b366e;
	margin: 0;
	padding: 0; 	
	}

.bullets ul {
		margin: 0;
		padding: 9px 0 0 30px;
		list-style: none;
		}
		
		.bullets ul li {
			background: url(images/g_bullet.gif) no-repeat;
			background-position: 0 .4em;
			padding-left: 10px;
			margin: 0;
			line-height: 16px;
			}

#footer {
	height: 6px;
	clear: both;
	background-color: #cfcfcf;
	}
	
	#footer-links {
		padding: 10px 0 30px 0;
		width: 761px;
		}
	
	#footer-links img {
		float: left;
		padding-right: 20px;
		}
		
	#footer-links a, #footer-links a:visited {
		color: #258bb2;
		text-decoration: none;
		}
		
	#footer-links a:hover, #footer-links a:active {
		color: #258bb2;
		text-decoration: underline;
		}	

