@CHARSET "ISO-8859-1";

/* General */

html, body{
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	background-color: #121212;
	font-family: verdana, tahoma;
	font-size: 11px;
	color: white;
}

div, img, p, ul{
	margin: 0;
	padding: 0;
	color: white;
}
/*table, tr, td{
	margin: 0;
	padding: 0;
}*/
h3{
	margin: 0;
	padding: 0;
	font-size: 12px;
}
h6{
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}

/* Top */

#outer{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	min-height: 100%; 
}
#borders{
	float: left;
	width: 980px;
	background-color: #252931;
	min-height: 100%; 
	/*background-image: url('../img/bg.png');*/
}

#container{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 959px;
	min-height: 100%; 
}

#top-banner{
	height: 158px;
	width: 100%;
	background-image: url("../img/top-banner.jpg");
}


/* Menu */


#kwick, #kwicks{
	overflow: hidden;
	padding: 0;
	line-height: 48px;
	height: 48px;
	margin: 0;
	list-style: none;
	background-image: url('../img/menu-bg.png');
	border-top: 1px #232d3f solid;
	border-bottom: 2px #283549 solid;
}

.kwick a {
	font-family: tahoma, verdana;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;
	color: white;
	display: block;
	width: 100%;
	height: 48px;
	background: none;
}

.kwick a:hover {
	background-image: url('../img/menu-bg-hover.png');
}

#kwicks .kwick {
	margin: 0;
	display: block;
	width: 119px;
	text-align: center;
	float: left;
}
#menu_08 a{
	padding-left: 6px;	
	padding-right: 1px;
	padding-top: 10px;
	height: 46px;
	line-height: 13px;
}

#menu-photo{
	position: relative;
	overflow: hidden;
	width: 959px;
	height: 315px;
	float: left;
	/*background-image: url("../img/menu-photo.jpg");*/
}

#menu-photo img{
	border: none;
	position: relative;
}

#myId{
	overflow:hidden;
	width: 959px;
	height: 315px;
}

.menu-tab{
	width: 959px;
	height: 52px;	
	position: absolute;
	bottom: 0px;
	overflow: hidden;
}
#news-tab{
	background-image: url("../img/page-tabs/news-tab.png");
}
#schools-tab{
	background-image: url("../img/page-tabs/schools-tab.png");
}
#partners-tab{
	background-image: url("../img/page-tabs/partners-tab.png");
}

/* Main Section */
#middle{
	border-top: 2px #283549 solid;
	width: 100%;
	float: left;
	background-color: #1b1f24;
	padding-bottom: 14px;
	overflow: hidden;
}

/* Bottom Section */

#bottom{
	float: left;
    width: 959px;
	height: 70px;
	overflow: hidden;
	background-color: #0a0f16;
	position: relative;
}
#bottom-left{
	height: 70px;
	float: left;
	width: 40%;
}
#bottom-right{
	height: 70px;
	float: right;
	width: 40%;
}
#bottom-mid{
	position: relative;
	left: 8px;
}
#bottom-mid p{
	line-height: 70px;
	text-align: center;
	color: #767575;
	font-size: 11px;
}
#bottom-left p{
	top: 15px;
	left: 5px;
	position: absolute;
	vertical-align: middle;
}
#bottom-right p{
	top: 10px;
	right: 5px;
	position: absolute;
	vertical-align: middle;
}
#bottom img{
	display: inline;
	vertical-align: middle;
}
#bottom a{
	color: #767575;
	text-decoration: none;
}
#bottom a:hover{
	text-decoration: underline;
}
