/* Global styles */
body {
	background:rgb(102,102,102);/*#d6d6d6; 124, 124,124*/
	font-family:Calibri, Helvetica, sans-serif;
	font-size:15px;
	width:990px;
	height:100%;
	padding:0 10%;
	color:#000;
}
* {
	margin:0;
	padding:0;
	outline:0;
}
a img {
	border:0;
}
ul li {
	list-style:none;
}
p, li {
	line-height:22px;
}
a {
	text-decoration:none;
	color:rgb(255,110,0);  /*#023d89; dark blue*/
}
a:hover {
	color:#f49402; /* orange */
}

.clear:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
.layoutHome {
	float:left;
	width:100%; /* Latha - 490, 650 780- adjusts the content width across the page*/
	background:white;
	align:center;
	font-size:14px; /* size of text content */
	/*text-align:center;*/
	line-height:16px;
	font-family:Calibri, "Times New Roman", Times, serif;
}

.hide {
	display:none;
}
h1.hide {
	display:block;
	position:absolute;
	text-indent:-9999px;
}
.floatLeft {
	float:left;
	margin:0 10px 5px 0;
}
.floatRight {
	float:right;
	margin:0px 0px 5px 10px;
}

/************************************** Header **********************************/

#pageHeader {
	width:900px; /* Latha - 100% */
	height:170px;/* Latha - 189px, 159  139 89 110*//* Add 60 to accommodate new logo */
	margin: 0px auto;
}

#headerTop {
	width:900px; /* 990 px - Latha */
	height:120px;/* 110 , 80px 60- Latha*//* Add 60 to accommodate new logo */
	margin:0 auto;
	background:url(backdrop.JPG) repeat-x 0 0; 
}

#headerBottom {
	width:900px;
	height:40px; /* 75px, 45 , 25 - Latha*/
	margin:0 auto;
	background:url(TopBar.bmp) repeat-x 0 0; 
}

/* IE6 compensation for header */
* html #pageHeader {
	width:900px; 
	height:170px;/* Latha - 189px, 159  139 89 110*//* Add 60 to accommodate new logo */
}

* html #headerBottom {
	width:900px;
	height:40px; /* 75px, 45 , 25 - Latha*/
	margin:0 auto;
	background:url(TopBar.bmp) repeat-x 0 0; 
}

/************************************* Footer **********************************/

/* Footer styles */
#pageFooter {
	width:900px;
	height:25px;
	background:url(BottomBar.bmp) no-repeat 0 0;
	color:white;
	margin:0 auto;
	font-size:11px; 
	text-align:center;
}

/* IE6 compensation for footer */
* html #pageFooter {
	height:30px;
	width:900px;
}

/************************************ Titles **********************************/
.subPageTitle {
	color:rgb(255,110,0);
	font-family:Calibri,serif;
	font-size:20px;
	font-weight:normal;
	line-height:31px;
	margin-bottom:8px;
	/*padding-top:8px;*/
	align:left;
}

h1.pageTitle {
	color:rgb(255,110,0);
	font-family:Calibri,serif;
	font-size:20px;
	font-weight:normal;
	line-height:31px;
	margin-bottom:8px;
	padding-top:10px;
	/*padding-left:110px;*/
}

h2.pageFooterLine{
	color:rgb(255, 102, 0);/*Orange *//* #820D02; *//* Dark red */
	font-family:Calibri;
	font-size:14px;
	font-weight:bold;
	line-height:31px;
	margin-bottom:8px;
	padding-left:15px;
}
.headerPageTitle {
	color:rgb(255,110,0) ;
	font-family:Calibri,serif;
	font-size:28px;
	font-weight:normal;
	float:right;
	line-height:31px;
	margin-bottom:0px;
	padding-top:20px;
	padding-right:1px;
}

/************************************ wrapper **********************************/

#wrapper {
	min-height:300px; /* latha - 400px */
	padding: 0 5px; /* 10px;*/
	margin:1px auto auto auto; /* 10px changed to 21px - creates a lne between the top bar and wrapper */
	width:980px;/* latha - 980px */
	background:white;
}

#wrapper p {
	margin-bottom:1em;
	padding-top:5px;
}

.moduleWrap {
	font-size:14px;
	line-height:16px;
	font-family:Calibri, Verdana, Arial, sans-serif;
	padding:1px 50px 0px 100px;
	text-align:justify;
}

/******************************************* Logos **********************************/

/* Next is logo */
a#siteLogo {
	height:60px; /* 110px - Latha */
	width:300px;
	float:left;
	background:url(Protean-logo.bmp) no-repeat 18px 1px;   /* position of image */
	text-indent:-9999px;
}
a#siteLogo2 {
	height:60px; /* 110px - Latha */
	width:250px;
	float:right;
	background:url(Protean-logo2.BMP) no-repeat 15px 1px;   /* position of image */
}

/* End Header */

/********************************* lists and Columns ********************************/
#listModule li{
	background-image: url(sub_nav_bullet_closed.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left:10px;
	margin-left:50px;
	width:584px;
	padding-top:0px;
}

#listModule {
	padding-top:0px;
}

#listSubModule ul{
	padding-left:8px;
	margin-left:10px;
	width:584px;
	padding-top:0px;
}

#bioTwoCol {
	width:395px;
	float:left;
	background:white;
	padding:3px 10px;
	text-align:justify;
	border:1px;
}

#mainTwoCol {
	width:395px;
	float:left;
	background:white;
	padding:3px 10px;
	border:1px;
}

#mainTwoColWrap{
	width:100%;
}


/* IE6 compensation for header */
* html #mainTwoColWrap {
	width:100%;
}

* html #mainTwoCol {
	width:380px;
	background:white;
}

* html #mainNav li a {
	float:left;
	height:46px; /* Latha - 46 px *//* 20 makes the subnav not reachable */
	line-height:46px;
	font-family:Calibri, "Times New Roman", Times, serif;
	padding:0 30px; 
	font-size:15px; 
	font-weight:bold;
	color:white;
}


/*********************************************** Main Navigation Menu ***************************************/
/* next on to main navigation styles */
#mainNav {
	height:36px;/* 46px Latha*/
	width:820px; /* 820px Latha*/
	margin-left:140px; /* 20px Latha */
	margin-bottom:4px;
}
#mainNav li {
	float:left;
	background:url(main_nav_divider.jpg) no-repeat right 9px;
	height:36px; /* Uncommented and was 46px */
}
#mainNav li {
	position:relative;
	z-index:25;
}

#mainNav li.lastNavItem {
	background:none;
}
#mainNav li a {
	float:left;
	height:46px; /* Latha - 46 px *//* 20 makes the subnav not reachable */
	line-height:46px;
	font-family:Calibri, "Times New Roman", Times, serif;
	padding:0 30px; 
	font-size:15px; /*Latha 15px */
	font-weight:bold;
	color:white;
}

#mainNav li a:hover {
	background-position:left bottom;
}

/* activeNav class is attached through CMS */
#mainNav li.activeNav a {
	background-color:white;		/* color of background of currently selected tab */
	color:rgb(255,110,0);
}

#mainNav li.prevItem {
	float:left;
	background:url(Active_main_nav_divider.jpg) no-repeat right 9px;
	height:36px;
}

#mainNav li.activeNav ul li a {
	color:#FFFFFF;
}

#mainNav li.activeNav a:hover {/* Affects IE - hover on active item will paint on it*/
	_background-color:white;	/* color of background of currently selected tab */
	color:rgb(255,110,0) ;
}

/* dropdown nav */
#mainNav li.sfhover a,
#mainNav li:hover a {
	background-position:0 -46px;
}

#mainNav li.sfhover .subnav,
#mainNav li:hover .subnav {
	display:block;
}
#mainNav li.over {
	background-position:left bottom;
	color:white;
}

/* site nav main - subnav */
#mainNav .subnav {
	display:none;
	position:absolute;
	top:46px;
	left:0;
	z-index:55 !important;
	width:90px;/*latha - for slimmer sub nav drop down menu - 200px */
	height:auto;
	/*overflow:hidden;*/
}
#mainNav .subnav li {
	min-height:35px;
	height:auto !important;
	height:30px;
	width:80px;/*latha - for slimmer sub nav drop down menu - 110px */
	float:left;
	background:none;
}

#mainNav .subnav a {
	background-image:none;
	background:url(Menu.bmp) repeat-x 0 0;
	color:#fff;
	border-top:opx dashed #6a87ad;
	padding:10px 16px; /* 12px */
	padding-left:40px;/*latha - for slimmer sub nav drop down menu - centering of items */
	font:12px Calibri, sans-serif;
	width:85px;/*latha - for slimmer sub nav drop down menu - 168px */
	height:auto;
	/*overflow:hidden;*/
}

#mainNav .subnav li a:hover {
	background-color:#e6ffa2;
	color:#013374;
}


/* IE6 compensation for header */
* html #mainNav,{
	float:left;
	display:inline;
}

