@charset "utf-8";
/* CSS Document by Darren McCready for Intel Corporation 2009. All rights reserved */

/*------------------------------------------------------------------- */
/*------------------------------- LAYOUT ---------------------------- */
/*------------------------------------------------------------------- */

* {
	margin:0;
	padding:0;
	border:none;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background:#313c72;
	margin-bottom:15px;
}

#container {
	width:760px;
	margin:0 auto;
}

#main_content {
	width:602px;
	float:left;
	background:url(../images/content_top.gif) top left no-repeat #fff;
}

#content {
	color:#313c72;
	padding:6px 6px 0 6px;
	min-height:445px;
	height:auto !important;
	height:445px;
}

#side_content {
	width:150px;
	float:right;
}

#footer {
	display:block;
	width:740px;
	padding-top:20px;
	background:url(../images/content_bottom.gif) top left no-repeat;
}

/*------------------------------------------------------------------------- */
/*------------------------------- TEXT / LINKS ---------------------------- */
/*------------------------------------------------------------------------- */

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, #intel_edu span {
	display:none;
}

h1 a {
	display:block;
	float:left;
	width:310px;
	height:70px;
	background:url(../images/logo.gif) 20px 26px no-repeat;
}

#intel_edu {
	display:block;
	float:right;
	width:150px;
	height:90px;
	background:url(../images/intel_edu_logo.gif) center no-repeat;
}

h2 {
	display:block;
	width:590px;
	height:76px;
	margin-bottom:12px;
}

#maths_h2 {
	background:url(../images/maths_title.jpg) top left no-repeat;	
}

#biology_h2 {
	background:url(../images/biology_title.jpg) top left no-repeat;
}

#biology_h2 {
	background:url(../images/biology_title.jpg) top left no-repeat;
}

#chemistry_h2 {
	background:url(../images/chemistry_title.jpg) top left no-repeat;
}

#physics_h2 {
	background:url(../images/physics_title.jpg) top left no-repeat;
}

h3 {
	display:block;
	width:540px;
	text-align:right;
	color:#fff;
	font-size:1.2em;
	padding:5px;
	margin:0 20px 20px 20px;
}

.maths_h3 {
	background:#8f3aaf;
}

.biol_h3 {
	background:#c45b83;
}

.chem_h3 {
	background:#57bd8a;
}

.phys_h3 {
	background:#4d4d93;
}

#header, #nav a {
	color:#fff;
}

#footer {
	color:#b1b9de;
	font-size:0.8em;
	padding-left:20px;
}

#nav a {
	display:block;
	line-height:30px;
	text-align:center;
	width:70px;
}

#nav a:hover {
	text-decoration:none;
}

#nav {
	padding-left:20px;
	display:block;
	list-style:none;
	float:left;
	width:738px;
}

#nav li {
	margin-right:1px;
	float:left;
}

#content {
	color:#333;
}

#content a {
	color:#333;
}

#content a:hover {
	text-decoration:none;
}

#subjects {
	list-style:none;
}

#subjects li {
	float:left;
	display:block;
}

#sponsors {
	list-style:none;
	float:left;
}

#sponsors li {
	height:55px;
}

.lo_list {
	list-style:none;
	padding:0 20px;
}

.lo_list li {
	text-align:right;
	padding-bottom:20px;
	padding-right:60px;
}

.lo_list li a {
	line-height:30px;
	display:block;
	direction:rtl;
}

.lo_step {
	background:url(../images/step.gif) top right no-repeat;
}

.lo_sim {
	background:url(../images/sim.gif) top right no-repeat;
}

/* home link */

#nav .home {
	background:url(../images/nav_up_r_purple1.jpg) top right no-repeat;
}

#nav .home a {
	background:url(../images/nav_up_l_purple1.jpg) top left no-repeat;
}

#home #nav .home {
	background:url(../images/nav_over_r_purple1.jpg) top right no-repeat;
} 

#home #nav .home a {
	background:url(../images/nav_over_l_purple1.jpg) top left no-repeat;
	cursor:default;
	color:#4a5bae;
	text-decoration:none;
} 

/* maths link */

#nav .math {
	background:url(../images/nav_up_r_purple2.jpg) top right no-repeat;
}

#nav .math a {
	background:url(../images/nav_up_l_purple2.jpg) top left no-repeat;
}

#math #nav .math {
	background:url(../images/nav_over_r_purple2.jpg) top right no-repeat;
} 

#math #nav .math a {
	background:url(../images/nav_over_l_purple2.jpg) top left no-repeat;
	cursor:default;
	color:#8f3aaf;
	text-decoration:none;
} 

/* biology link */

#nav .biol {
	background:url(../images/nav_up_r_red.jpg) top right no-repeat;
}

#nav .biol a {
	background:url(../images/nav_up_l_red.jpg) top left no-repeat;
}

#biol #nav .biol {
	background:url(../images/nav_over_r_red.jpg) top right no-repeat;
} 

#biol #nav .biol a {
	background:url(../images/nav_over_l_red.jpg) top left no-repeat;
	cursor:default;
	color:#c45b83;
	text-decoration:none;
} 

/* biology link */

#nav .chem {
	background:url(../images/nav_up_r_green.jpg) top right no-repeat;
}

#nav .chem a {
	background:url(../images/nav_up_l_green.jpg) top left no-repeat;
}

#chem #nav .chem {
	background:url(../images/nav_over_r_green.jpg) top right no-repeat;
} 

#chem #nav .chem a {
	background:url(../images/nav_over_l_green.jpg) top left no-repeat;
	cursor:default;
	color:#368b61;
	text-decoration:none;
} 

/* biology link */

#nav .phys {
	background:url(../images/nav_up_r_purple3.jpg) top right no-repeat;
}

#nav .phys a {
	background:url(../images/nav_up_l_purple3.jpg) top left no-repeat;
}

#phys #nav .phys {
	background:url(../images/nav_over_r_purple3.jpg) top right no-repeat;
} 

#phys #nav .phys a {
	background:url(../images/nav_over_l_purple3.jpg) top left no-repeat;
	cursor:default;
	color:#4d4d93;
	text-decoration:none;
} 

/*------------------------------------------------------------------------- */
/*--------------------------------- GENERIC ------------------------------- */
/*------------------------------------------------------------------------- */

.clear {
	clear:both;
}
