﻿body 
{
	background : url('../images/bg.gif') repeat top left;
	padding : 10px 0 20px 0;
	font : normal 12px Verdana, sans-serif;
}

#wrapper
{
	background : #fff;
	width : 810px;
	margin : 10px auto;
	padding-bottom : 5px;
}

#innerContainer
{
	padding : 10px 20px;
}

#topbanner
{
	padding : 2px 5px 0 5px;
}

ul#navbar
{
	background : #A09FB9 url('../images/navbg01.gif') repeat-x top left;
	list-style : none;
	width : 100%;
	margin : 0;
	padding : 0;
	font : bold 95% Verdana, sans-serif;
	color: #fff;
	height : 25px;
}

ul#navbar li
{
	float : left;
	padding : 5px 2px 0 5px;
	color : #fff;
}

ul#navbar a
{
	color : #fff;
	text-decoration : none;
}

ul#navbar a:hover
{
	color : orange;
	text-decoration : none;
}

h1 /* With Blue background colour and images*/
{
	clear : left;
	width : 700px;
	background : rgb(8,0,82) url('../images/head01bg.jpg') no-repeat 5% 25%;
	margin : 0;
	color : #fff;
	height : 47px;
	padding : 15px 0px 0px 110px;
	font : bold 200% Arial, Verdana, sans-serif;
}

h2 /* With Blue background colour and images*/
{
	clear : left;
	background : rgb(8,0,82) url('../images/head02bg.jpg') no-repeat 5% 12%;
	margin : 0;
	color : #fff;
	height : 30px;
	padding : 13px 0px 0px 100px;
	font : bold 140% Arial, Verdana, sans-serif;
}

h3
{
	margin : 5px 0 10px 0;
	padding : 0;
	font-size : 120%
}

p
{
	color : #666;
	margin-top : 5px;
}

div.bigblock
{
	padding : 5px 0 15px 45px;
}

/* for two col model inside a div */
.left-col
{
	width : 355px;
	margin-right : 350px;
}

.right-col
{
	float : right;
	width : 375px;
	padding : 0 10px 10px 0;
}


img
{
	border : 0;
}

ul
{
	margin-left : 20px;
	padding-left :0;
}

li
{
	color : #666;
	margin: 0;
	padding : 0;
}

a
{
	color : Navy;
}

/* Welcome page */

#welcome
{
	background : #fff url('../images/welcome.jpg') no-repeat top right;
	padding : 10px 45px;
}

ul#award-list a, ul#conference-box a
{
	color : #666;
	text-decoration : none;
}

ul#award-list a:hover, ul#conference-box a:hover
{
	text-decoration : underline;
}

/* Conference page 
- for two cols model as a dev */
.left-box
{
	width : 49.9%;
	background : #FFF;
	border-right : 2px solid #CCC;
	float : left;
	height : 300px;
}

.right-box
{
	width : 49.85%;
	float : right;
	margin : 0;
	background : #FFF;
	height : 300px;
}

.left-box ul, .right-box ul
{
	list-style : none;
	padding-left : 25px;
	padding-top : 10px;
}

.left-box ul >li , .right-box ul > li
{
	padding-top : 3px;
	padding-bottom : 3px;
	font-weight : bold;
}

/* team details */

ul#teamdetails
{
	list-style : none;
}

ul#teamdetails li
{
	margin : 15px 0;
}


/* awards.asp */

#allawardsbox
{
	float : right;
	background : rgb(8,0,82);
	width : 300px;
	padding-top : 10px;
	height: 33px;
}

#comingsoon
{
	width : 100%;
	height : 500px;
	padding : 10px;
	font : 20px solid Verdana, sans-serif;
	color : #333;
}

ul#logo-images
{
	list-style : none;	
	width : 90%;
}

ul#logo-images li
{
	float : left;
	padding : 10px;
}

#gallery td
{
	font : normal 12px Verdana, sans-serif;	
}


ul#liststyle01 {margin-left : 30px;}
ul#liststyle01 li{font:normal 1.2em Verdana, sans-erif;padding : 5px 10px; color:#444;}
ul#liststyle01 a{text-decoration:none;}
ul#liststyle01 a:hover{text-decoration:underline;}