@charset "utf-8";

/************************************************************
*************************************************************

IDEA :: HOMEPAGE CSS DOCUMENT

*************************************************************
************************************************************/

/************************************************************

Global

************************************************************/


* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: rgb(209,211,212) url(../../images/home/bg.jpg) repeat-y top center;
}

a img {
	border: 0;
}

a:active,
a:focus {
	outline: none;
}

/************************************************************

Page Building

************************************************************/

#container {
	position: relative;
	width: 100%;
}

#chassis {
	position: relative;
	width: 968px;
	height: 690px;
	margin: 10px auto 0 auto;
	background-color: #fff;
	border: 1px solid #ccc;
}

#header {
	position: relative;
	width: 968px;
	height: 132px;
	background-color: #009933;
	background: #fff url(../../images/home/mainImg_brdr_tp.gif) repeat-x 0px 126px;
}

#mainImg {
	position: relative;
	width: 968px;
	height: 380px;
}

#bottom {
	position: relative;
	width: 968px;
	height: 178px;
	background: #fff url(../../images/home/mainImg_brdr_bt.gif) repeat-x 0px 0px;
}

#footer {
	position: relative;
	width: 968px;
	height: auto;
	margin: 0 auto;
	padding-top: 4px;
	text-align: center;
	font-size: 10px;
	color: #b2b2b2;
}

/************************************************************

Page Elements

************************************************************/

.logo {
	float: left;
	margin-top: 11px;
}

img.logo {
	margin-left: 28px;
}

h1.logo {
	margin-left: 6px;
	width: 195px;
	height: 30px;
	text-indent: -1000px;
	overflow: hidden;
	background: url(../../images/home/logo_text.gif) no-repeat top left;
}

#mainImg h2 {
	width: 968px;
	height: 380px;
	text-indent: -1000px;
	overflow: hidden;
	background: url(../../images/home/mainImg.jpg) no-repeat top left;
}

#mainImg div.content {
	position: absolute;
	top: 91px;
	left: 54px;
	width: 420px;
	height: 239px;
	padding-right: 24px;
	padding-bottom: 24px;
	color: #fff;
	overflow-y: auto;
}
#mainImg div.content h3,
#mainImg div.content h4,
#mainImg div.content a,
#mainImg div.content .red {
	color: #87041f;
}

#mainImg div.content h3 {
	font-size: 14px;
	margin-top: 22px;
	margin-bottom: -4px;
}

#mainImg div.content h4 {
	font-size: 12px;
	margin-top: 10px;
	padding-left: 1px;
}

#mainImg div.content a {
	text-decoration: none;
}

#mainImg div.content a:hover {
	text-decoration: underline;
}

#mainImg div.content .first {
	margin-top: 18px;
}

#mainImg div.content p {
	margin-top: 10px;
}

#mainImg div.content strong {
	color: #000;
}

#mainImg div.content ul {
	margin-top: 6px;
}

#mainImg div.content ul li {
	margin-left: 22px;
}

#bottom #my-glider {
	position: absolute;
	width: 968px;
	height: 128px;
	top: 26px;
	left: 0;
	background: url(../../images/home/bg_btmScroll.jpg) no-repeat top left;
}	

#footer p {
	padding-top: 4px;
	margin-bottom: 6px;
}

#footer a {
	color: #b2b2b2;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/************************************************************

Scroll Area

************************************************************/

#bottom a.btn {
	width: 28px;
	height: 34px;
	margin-top: 46px;
	text-indent: -500px;
	overflow: hidden;
}

#bottom #lt_btn,
#bottom #rt_btn {
	background-repeat: no-repeat;
	background-position: 0 0;
}

#bottom a#lt_btn:hover,
#bottom a#rt_btn:hover {
	background-position: 0 -34px;
}

#bottom #lt_btn {
	float: left;
	margin-left: 16px;
	background-image: url(../../images/home/scroll_ltArrow.gif);
}

#bottom #rt_btn {
	float: right;
	margin-right: 16px;
	background-image: url(../../images/home/scroll_rtArrow.gif);
}

#bottom div.scroller {
	float: left;
	width: 868px;
	overflow: hidden;
}

#bottom div.content {
	width: 3000px;
}

#bottom div.section {
	float: left;
	width: 880px;
	overflow: hidden;
}

#bottom div.section a {
	float: left;
	width: 194px;
	height: 112px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 7px;
	overflow: hidden;
	color: #333;
	text-decoration: none;
	font-size: 15px;
	background-color: #ccc;
	border: 1px solid #808080;
}

#bottom div.section a p {
	margin-top: 90px;
	margin-left: 7px;
}

#box01 {
	background: url(../../images/home/box_faculty.jpg) no-repeat top left;
}

#box02 {
	background: url(../../images/home/box_courses.jpg) no-repeat top left;
}

#box03 {
	background: url(../../images/home/box_registration.jpg) no-repeat top left;
}

#box04 {
	background: url(../../images/home/box_concept.jpg) no-repeat top left;
}

#box05 {
	background: url(../../images/home/box_contact.jpg) no-repeat top left;
}

#box06 {
	background: url(../../images/home/box_academy.jpg) no-repeat top left;
}

#box07 {
	background: url(../../images/home/box_testimonials.jpg) no-repeat top left;
}

#box08 {
	background: url(../../images/home/box_affiliations.gif) no-repeat top left;
}