﻿body 
{
	margin:0;
	text-align:center;
	font-family:Arial;
	font-size:11px;
}
h1
{
	color:#ff2222;
	margin:0px;
	padding:0px;
	font-size:29px;
	font-family:Tahoma;
}
h2
{
	margin:7px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#ff2222;
}
h3
{
	margin:7px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#06296e;
}
h3 a
{
	text-decoration:none;
	color:#06296e;
}
h3 a:hover
{
	text-decoration:underline;
	color:#06296e;
}
h4
{
	margin:7px 0 7px 0;
	padding:0 0 2px 2px;
	background-image:url(../Images/h4back.gif);
	background-repeat:repeat-x;
	font-size:11px;
	color:White;
	width:100%;
}
h4 a
{
	margin:7px 0 7px 0;
	padding:0 0 2px 2px;
	background-image:url(../Images/h4back.gif);
	background-repeat:repeat-x;
	font-size:11px;
	color:White;
	/*display:block;*/
	width:100%;
	text-decoration:none;
}
a
{
    outline:none;
}
p
{
	margin:7px;
}
.pnews
{
	background-image:url(../Images/paraBullet.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:20px;
}
#right_shadow
{
	text-align:left;
	margin:0 auto;
	width:997px;
	background-image:url(../Images/right_shadow.gif);
	background-position:top right;
	background-repeat:repeat-y;
}
#bottom_shadow
{
	height:12px;
	background-image:url(../Images/bottom_shadow.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	margin:0 auto;
	width:997px;
}
#wrapper
{
	text-align:left;
	width:973px;
	margin:0 auto;
	/*border:solid 1px black;*/
}
/*-- header------------------------------------------------------------------*/
#header
{
	height:96px;
	background-image:url(../Images/top_shadow.gif);
	background-position:top left;
	background-repeat:repeat-x;
}
#header_image
{
    display:inline;
    float:left;
    margin:20px 0 0 16px;
    width:450px;
}
.IQlogo
{
    float:left;
}
#BESAlogo
{
    float:right;
    margin:10px 30px 0 0;
}
#header_ad
{
	display:inline;
	float:right;
	margin:20px 11px 0 0;
	height:60px;
	width:468px;
	border:solid 1px black;
}
#header_nav
{
	margin-top:7px;
	margin-left:0.1em;
	width:970px;
	height:23px;
	background-color:#06296e;
}
#header_nav ul
{
	margin:0;
	padding:0;
	
}
#header_nav ul li
{
	float:left;
	list-style-type:none;
}
#header_nav ul li a
{
	text-align:center;
	color:White;
	text-decoration:none;
	display:block;
	width:100px;
	height:18px;
	padding-top:5px;
	border-right:solid 1px white;
}
#header_nav ul li a:hover
{
    background-color:#284b8f;
}
#search
{
	float:right;
}
.txtSearch
{
	height:14px;
	font-family:Arial;
	font-size:11px;
	width:181px;
	color:#06296e;
	border:solid 1px black;
	margin:2px 0 0 0;
	padding-left:6px;
}
.btnSearch
{
	height:18px;
	background:none;
	border:none;
	color:White;
	font-weight:bold;
}
/*-- nav ------------------------------------------------------------------*/
#main_nav
{
	float:left;
	clear:both;
	margin-top:17px;
	width:212px;
	/*background-color:#222222;*/
}
#mainmenu
{
	list-style:none;
	margin:0 0 0 5px;
	padding:0;
}
#mainmenu li
{
    padding:0;
    margin:0;
	background-image:url(../Images/main_nav_bullet.gif);
	background-repeat:no-repeat;
	/*border:solid 1px black;*/
}
#mainmenu li a
{
    display:block;
	margin:0 0 8px 25px;
	padding:4px 0 0 12px;
	color:White;
	background-color:#06296e;
	width:142px;
	height:18px;
	font-weight:bold;
	text-decoration:none;
}
*+html #mainmenu li a
{
	display:inline-block;
}
*html #mainmenu li a
{
	display:inline-block;
}
#mainmenu li a:hover
{
	cursor:pointer;
}
#submenu
{
	margin:0 0 0 8px;
	padding:0;
}
#submenu li
{
    list-style:none;
    padding:0;
    margin:0;
    background-image:none;
}
#submenu li a
{
    background-image:url(../Images/submenuBack.gif);
    background-repeat:no-repeat;
    display:block;
	margin:0 0 8px 0;
	padding:4px 0 0 25px;
	color:black;
	width:154px;
	height:18px;
	font-weight:normal;
	text-decoration:none;
}
#submenu li a:hover
{
    background-image:url(../Images/submenuBackOver.gif);
    background-repeat:no-repeat;
}
#login
{
	margin:14px 0 0 5px;
	width:180px;
	height:135px;
	border:solid 1px #ff2222;
}
#loginBanner
{
	width:168px;
	padding:5px 0 5px 12px;
	background-color:#ff2222;
	color:White;
	font-weight:bold;
}
.logintxt
{
	width:142px;
	height:14px;
	border:solid 1px #7b757f;
}
.txtUsername
{
	margin:14px 0 3px 7px;
	font-size:11px;
	padding-left:6px;
}
.txtPassword
{
	margin:0 0 10px 7px;
	font-size:11px;
	padding-left:6px;
}
.btnLogin
{
	margin:0 0 8px 7px;
	background:none;
	width:45px;
	border:none;
	color:#ff2222;
	font-size:11px;
	font-weight:bold;
}
.linkRegister
{
	padding:5px;
	margin:0;
	text-decoration:none;
	color:#b5bebf;
	font-size:11px;
	font-weight:bold;
}
.logAd
{
    margin:7px 7px 10px 7px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#ff2222;
	text-decoration:none;
}
/*-- content ------------------------------------------------------------------*/
#document
{
	width:761px;
	float:right;
}
.content
{
	float:left;
	margin-top:17px;
	width:549px;
	/*background-color:#333333;*/
}
#ctl00_ContentPlaceHolder1_content img
{
    margin-right:5px!important;
}
/*-- directory styles ------------------------------------------------------------------*/
.dir_entry
{
	margin-bottom:40px;
}
.dir_entry table
{
    width:100%;
}
.dir_entry p
{
    margin:0;
    padding:0;
}
.dir_entry h2
{
    padding:5px 7px 5px 7px;
    margin:0;
}
.dir_entry table a
{
	text-decoration:none;
	color:#ff2222;
}
.dir_entry table a:hover
{
	text-decoration:underline;
}
.dir_entry .dir_border
{
    border:solid 2px #06296e;
}
.dir_entry .dir_telfax td
{
    padding-left:7px;
}
.dir_entry .dir_desc
{
    padding:5px 7px 5px 7px;
    border-bottom:solid 1px #06296e;
    border-top:solid 1px #06296e;
    width:364px;
}
.dir_entry .dir_address
{
    border-top:solid 1px #06296e;
    border-left:solid 1px #06296e;
    width:168px;
    margin:0;
    padding:5px 7px 5px 7px;
    vertical-align:text-top;
}
.dir_entry .dir_web
{
    border-top:solid 1px #06296e;
}
.dir_entry .dir_email
{
    border-top:solid 1px #06296e;
}
.dir_entry .dir_border .dir_Edcompany
{
    border-bottom:solid 1px #06296e;
}
.dir_entry .dir_border .dir_Edaddress
{
    padding:5px 7px 5px 7px;
    width:240px;
}
.dir_entry .dir_border .dir_EdcontactType
{
    padding:5px 7px 5px 7px;
    border-left:solid 1px #06296e;    
    vertical-align:text-top;
    text-align:right;
    width:40px;
}
.dir_entry .dir_border .dir_Edcontact
{
    padding:5px 7px 5px 7px;
    border-left:solid 1px #06296e;    
    vertical-align:text-top;
}
/*-- ads------------------------------------------------------------------*/
.right_ads
{
	float:right;
	width:212px;
	margin-top:17px;
	/*background-color:#444444;*/
}
*html #right_ads
{
	float:right;
	width:210px;
	margin-top:17px;
	/*background-color:#444444;*/
}
#right_ad
{
	margin:0 0 17px 25px!important;
	border:solid 1px black;
	width:180px;
	height:150px;
}
.right_ad
{
	margin:0 0 17px 25px!important;
	border:solid 1px black;
	width:180px;
	height:150px;
}
#left_ad
{
	margin:19px 0 0 5px;
	border:solid 1px black;
	width:180px;
	height:150px;
}
.ourPartners
{
	margin:0 0 0 25px;
	width:180px;
	border:solid 1px #ff2222;
}
.IQCover
{
	margin:0 0 0 25px;
	width:180px;
	border:solid 1px #ff2222;
}
.CoverImage
{
	border:solid 1px black!important;
	margin:0 0 13px 13px;
}
.ourPartners p
{
    margin-top:0;
    padding-top:0;
}
/*#QGPlogo
{
    margin:5px 0 0 57px;
}*/
#teachBann
{
    margin:10px 0 5px 5px;
    border:none;
}
#JIElogo
{
    margin:5px 0 5px 5px;
    border:none;
}
#ICTlogo
{
    margin:5px 0 5px 7px;
    border:none;
}
#partnersBanner
{
	padding:22px 0 0 5px;
	width:176px;
	height:41px;
	background-color:#ff2222;
	color:White;
	font-size:21px;
	font-weight:bold;
}
/*-- folder template styles ----------------------------------------------------*/
.folderitems
{
    margin-bottom:20px;
    /*display:inline;*/
}
.folderitems .lead
{
    float:left;
    margin-right:10px;
}
.folderitems img
{
    margin-right:5px;
}
/*------------------IQ Education Homepage-------------------------------------*/
#EdHome
{
    background-image:url(../Images/IQEdKids.jpg);
    background-repeat:no-repeat;
    background-position:285px 10px;
}
.EdHomeItems1
{
    width:285px;
}
.EdHomeItems1 p
{
}
.EdHomeItems1 h2 a
{
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:bold;
	color:#ff2222;
	text-decoration:none;
}
.EdHomeItems1 h2
{
	/*border:solid 1px black;*/
}
.EdHomeItems2
{
}
.EdHomeItems2 h4 a
{
	color:White;
	font-weight:bold;
}
.EdHomeItems2 .lead
{
    float:left;
    margin-right:10px;
}
.EdHomeItems2 img
{
    margin-right:5px;
}    
/*-----------------------------footer------------------------------------------*/
#footer
{
	background-color:#eeeeee;
	border-top:dotted 2px #939393;
	margin-top:20px;
}
#footer ul
{
	margin:0 0 0 17px;
	padding:0;
}
#footer ul li
{
	float:left;
	list-style-type:none;
	margin:0 10px 15px 0;
}
#footer ul li a
{
	text-decoration:none;
	color:#ff2222;
}
#footer ul li a:hover
{
	text-decoration:underline;
}
#footer img
{
	float:right;
	margin:15px 10px 17px 0;
}
.clear
{
	clear:both;
}