﻿@charset "utf-8";
/* CSS Document */

#futureSquare, .container, .footer1, .footer2{
	clear:both;
}

#ribbon {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 36px;
	background-color:#182E46;
	z-index: 1;
	}

#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 980px;
	padding: 10px 0 0 0;
	border-left: solid #ddd  1px; 
	border-right: solid #eee 2px;
	background-color: #fff;
	position: relative;
	top: 0;
	overflow:hidden;
	}
	
#wrapper-shadow {
	position: relative;
	width: 998px;
	margin: 0 auto 0 auto;
	background-image: url(../images/shadow-wrapper.png);
	background-repeat:repeat-y;
	z-index: 0;
	top: 0px;
	}
	
.container {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 980px;
	padding:0;
	position: relative;
	display:block;
	overflow: hidden;
	}
	
#logo {
	position: absolute;
	width: 230px;
	padding:6px;
	float: left;
	left: -7px;
	top: -6px;
	background-color: #182E46;
	z-index:3;
	}
	
#nav-container {
	margin: 0 auto 0 auto;
	position:relative;
	top: 0;
	left: -1px;
	height: 10px;
	text-align: right;
	width: 980px;
	padding: 13px 0;
	background-color: #182E46;
	z-index: 3;
	overflow: hidden;
	}		
	
#nav {
	font-family: Arial, Geneva, sans-serif;
	position:absolute;
	float:right;
	text-align: right;
	right: -11px;
	top: 14px;
	font-size: .70em;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 0;
	overflow: hidden;
	z-index: 3;
	}	
	
#header {
	position: relative;
	top:-9px;
	text-align: left;
	width: 980px;
	height:250px;
	margin: 0 auto -8px auto;
	padding: 0;
	z-index: 2;
	}	
	
#rotating_banner {
	position: relative;
	margin: 0;
	padding: 0;
	width: 980px;
	height:250px;
	top: 0px;
	left: 0px;
	z-index: 2;
	}	
	
#bannernav {
	position:absolute;
	left:92%;
	top:85%;
	z-index:5;
	padding:10px;
	}
	
#bannernavleft {
	float:left;
	margin-right:15px;
	cursor:pointer;
}
#bannernavright {
	float:left;
	cursor:pointer;
}	
	
#image1 {
	position: absolute;
	width: 200px;
	height: 225px;
	top: 60px;
	right: -20px;
	background-image:url(../images/student_on_floor.jpg);
	background-repeat:no-repeat;
	z-index: 1;
	}
#askmenow {
	position: absolute;
	width: 175px;
	height: 311px;
	right: 10px;
	top: 135px;
	z-index: 500 !important;
}
#smartsite_smartavatar0{
	z-index:501;
}
	
#image2 {
	position: absolute;
	width: 175px;
	height: 311px;
	background-image:url(../images/happy_student.jpg);
	background-repeat:no-repeat;
	right: 10px;
	top: 40px;
	z-index: 1;
	}

.footer1 {
	margin: 30px 0;
	width: 900px;
	height: 200px;
	padding: 0px 0px 20px 10px;
	font-size: 11px;
	font-family: Arial, Geneva, sans-serif;
	color:#555;
	position: relative;
	overflow: hidden;
	}	
	
.footer-column {
	width:240px;
	height:130px;
	float:left;
	font-size: 11px;
	padding:15px 15px 30px 15px;
	margin:10px 15px;
	text-align: left;
	position: relative;
	z-index: 5;
	}
	
#footer2 {
	width: 900px;
	height: 120px;
	padding: 0;
	font-size: 11px;
	font-family: Arial, Geneva, sans-serif;
	color:#555;
	text-align: left;
	margin: 30px 0px 0px 40px;
	border-top:dotted #ccc 1px;
	padding: 0;
	background-color: #fff;
	display:block;
	position: relative;
	overflow:hidden;
	}	
	
#seo-linx {
	margin: 20px 40px;
	font-size: 13px;			
}	

.right {
	position: relative;
	float: right;
	top: 15px;
	right: -85px;
	width:360px;
	}
	
.left {
	position: relative;
	float: left;
	left: 0px;
	top: 15px;
	width: 530px;
	}	
	
#addressright {
	position: relative;
	float: right;
	top: 26px;
	right: 0px;
	}
	
#addressleft {
	position: relative;
	float: left;
	line-height: 1.4em;
	top: 26px;
	left: 0px;
	}	

