html {
	margin : 0px;
	position : absolute;
	left : 0px;
	right : 0px;
	top : 0px;
	bottom : 0px;
	overflow : auto;
}

body {
	position : relative;
	margin : 0px;
	min-width : 100%;
	min-height : 100%;
}

body, p, td, th, ul, li {
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	font-size : 12px;
}

#TopBar {
	position : absolute;
	left : 0px;
	right : 0px;
	top : 0px;
	height : 144px;
	overflow : visible;
	background-image : url("../layout/topBar.bkg.jpg");
	z-index : 1;
}

#TopBar-Internal {
	position : relative;
	margin : 0px auto;
	width : 1125px;
	height : 144px;
	background-image : url("../layout/topBar.internal.bkg.jpg");
}

#Logo {
	position : absolute;
	left : 31px;
	top : 18px;
}

#NavBar {
	position : absolute;
	left : 253px;
	top : 53px;
}

#NavBar a {
	display : block;
	float : left;
	margin-right : 20px;
}

#Tabs {
	position : absolute;
	left : 709px;
	top : 5px;
}

#Tabs a {
	display : block;
	float : left;
	margin-right : 9px;
}

#BottomBar {
	position : absolute;
	background-color : #010101;
	left : 0px;
	right : 0px;
	bottom : 0px;
	height : 178px;
	z-index : 1;
}

#BottomBar-Internal {
	position : relative;
	background-image : url("../layout/bottomBar.internal.bkg.jpg");
	background-position : 0px 0px;
	width : 1125px;
	height : 128px;
	text-align : center;
	color : #FFFFFF;
	margin : 0px auto;
	padding : 0px;
}

#BottomBar-Internal a:link,
#BottomBar-Internal a:visited {
	color : #FFFFFF;
	text-shadow : 1px;
	font-weight : bold;
	text-shadow : 1px 1px #000000;
	text-decoration : none;
}

#BottomBar-Internal a:hover {
	color : #FFEE44;
}

#BottomBar-Internal a:active {
	color : #CC9900;
}

#BottomBar-Contact {
	display : block;
	margin : 0px auto 0px auto;
	font-size : 13px;
	line-height : 15px;
}

#BottomBar-Contact span {
	margin : 0px 5px;
}

#Copyright {
	font-size : 10px;
	margin : 11px auto 0px auto;
	line-height : 12px;
}

#BottomNav {
	font-size : 11px;
	line-height : 14px;
	margin : 34px auto 0px auto;
	text-align : center;
	font-family : Arial, Helvetica, Sans-serif, Verdana;
	font-weight : bold;
}

#BottomNav a {
	margin : 0px;
	padding : 0px 5px 0px 6px;
	border-left : 1px #FFFFFF solid;
}

#BottomNav a:first-child {
	border-left : 0px;
}

#Content {
	position : relative;
	padding : 144px 0px 177px 0px;
	z-index : 0;
	background-color : #B4CED9;
	background-image : url("../layout/homeContent.bkg2.png");
	background-repeat : repeat-x;
	background-position : 0px 143px;
}

#Content-Internal {
	position : relative;
	width : 1125px;
	height : 346px;
	margin : 0px auto;
}

#Features {
	position : relative;
	width : 100%;
	height : 391px;
	background-image : url("../layout/features.bkg2.png");
}

	#Features-Internal > * {
		display : block;
		position : absolute;
		color : #FFFFFF;
		width : 255px;
		height : 160px;
		top : 34px;
		padding-top : 39px;
		font-size : 11px;
		line-height : 18px;
		font-family : Arial, Helvetica, Sans-serif, Verdana;
	}
	
	#Features-Internal * {
		margin : 0px;
	}
	
	#WhoWeAre {
		left : 74px;
	}
	
	#WhatYouGet {
		left : 433px;
	}
	
	#OurPartners {
		left : 785px;
		text-align : center;
	}
	
		#OurPartners > * {
			margin : auto;
		}
	
	#HowItWorks {
		left : 73px;
		top : 278px;
		padding-top : 0px;
	}
	
	#RequestLiveDemo {
		left : 391px;
		top : 278px;
		padding-top : 0px;
	}
	
	#PricingAndOptions {
		left : 787px;
		top : 278px;
		padding-top : 0px;
	}

#Features-Internal {
	position : relative;
	width : 1125px;
	height : 391px;
	background-image : url("../layout/features.internal.bkg2.jpg");
	margin : 0px auto;
}

#Schools {
	position : relative;
	height : 92px;
	width : 100%;
	background-color : #FFFFFF;
}

	#Schools-Internal {
		position : relative;
		width : 1125px;
		height : 92px;
		margin : 0px auto;
		background-image : url("../layout/schools.bkg.png");
		background-repeat : no-repeat;
		background-position : 40px 26px;
	}
	
		#Scroller {
			position : absolute;
			right : 0px;
			width : 875px;
			height : 92px;
			overflow : hidden;
		}
		
			.scroller-item:link, .scroller-item:visited {
				position : absolute;
				top : 10px;
				width : 350px;
				height : 60px;
				padding : 4px;
				left : 875px;
				text-decoration : none;
				color : #000000;
				font-weight : bold;
				font-size : 12px;
				line-height : 20px;
				border-width : 1px;
				border-color : #FFFFFF;
				border-style : solid;
				-moz-border-radius : 4px;
				-webkit-border-radius : 4px 4px;
				-o-border-radius : 4px 4px;
				border-radius : 4px 4px;
				background-image : none;
			}
			
			.scroller-item:hover {
				color : #FFFFFF;
				background-image : url("../layout/school-item.bkg.png");
				background-repeat : repeat-x;
				/*
				background-color : #28AADE;
				*/
				border-color : #145577;
			}
			
			.scroller-item:active {
				color : #990000;
				background-image : url("../layout/school-item.bkg2.png");
				background-repeat : repeat-x;
				/*
				background-color : #AAAAAA;
				*/
				border-color : #145577;
			}
			
				.scroller-item > img {
					left : 0px;
					top : 0px;
					display : block;
					float : left;
					margin-right : 5px;
				}

