@charset "utf-8";
/* CSS Document by Darren McCready for Intel Corporation 2009. */

* {
	margin:0;
	padding:0;
	border:none;
}

#container {
	width:780px;
	margin: 0 auto;
	background:#313C72;
}

#lang {
	width:760px;
	display:block;
	text-align:right;
	line-height:25px;
	background:#27305B;
	color:#ccc;
	font-size:0.9em;
	padding:0 10px;
}

#lang a {
	color:#ccc;
}

#header {
	width:780px;
}

h1 {
	display:block;
	float:left;
	background:url(../images/skoool_kerala_logo.gif) 30px 26px no-repeat;
	width:420px;
	height:80px;
}

h1 span, h3 span, #intro_quote span, #intel_edu span, #it_at_school span {
	display:none;
}

#intro_quote {
	display:block;
	background:url(../images/intro_quote.gif) center no-repeat;
	float:left;
	width:240px;
	height:80px;
}

#intel_edu {
	display:block;
	float:left;
	background:url(../images/intel_edu.gif) center 20px no-repeat;
	width:100px;
	height:60px;
}

#it_at_school {
	display:block;
	float:left;
	background:url(../images/it_at_school.gif) center no-repeat;
	width:100px;
	height:20px;
}

#nav {
	display:block;
	width:780px;
	height:26px;
	margin:0 !important;
}

#menu {
	float:left;
	display:block;
	margin:0 !important;
}

#dateOf {
	display:block;
	float:left;
	background:url(../images/date_bg.gif) top left no-repeat;
	width:131px;
	height:26px;
	line-height:26px;
	color:#fff;
	text-align:center;
	margin:0 !important;
}

#side_bar {
	display:block;
	float:left;
	background:#1E2546 url(../images/sidebar_botr_corner.gif) bottom right no-repeat;
	width:117px;
	padding:5px;
	margin:0 !important;
}

#side_bar h3 {
	display:block;
	background:url(../images/quick_links_title.gif) top left no-repeat;
	width:117px;
	height:24px;
}

#quick_links {
	display:block;
	background:url(../images/quick_links_bg.gif) bottom left no-repeat;
	width:117px;
	height:105px;
	margin-bottom:5px;
}

#content, #content_intro {
	display:block;
	float:right;
	width:638px;
	padding:5px;
	margin:0 !important;
}

#content {
	background:#fff;
	min-height:340px;
	height:auto !important;
	height:340px;
}

#content td {
	padding:4px;
}

#footer {
	display:block;
	width:648px;
	color:#7785C4;
	font-size:0.8em;
	line-height:22px;
	float:right;
}

#footer a {
	color:#AEAEFF;
}

#footer a:hover {
	text-decoration:none;
}

#footer_links {
	display:block;
	float:left;
	width:350px;
}

#copyright {
	display:block;
	float:right;
	width:275px;
	text-align:right;
	padding-right:10px;
}

.clear {
	clear:both;
}

li {
	margin-left:20px;
}

.choose_lang {
	color:#7785C4;
}

.current_lang {
	text-decoration:none;
	font-weight:bold;
}

.current_lang:hover {
	cursor:default;
}