/* CSS Document */

/*===================MAIN=====================*/

body {
	height: 100%;
	font: 70%/150% Verdana, Arial, sans-serif;
	background-image: url(img/body-background.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #3d769c;
	color: black;
	margin: 0px;
	}

/*===================LAYOUT=====================*/

#accesskeys {
	visibility: hidden;
	height: 0px;
	width: 1024px;
	}

#access {
	visibility: hidden;
	height: 0px;
	display: none;
	}

#wrap {
	width: 1024px;
	/*height: 100%;*/
	margin: 0px auto;
	padding: 0px;
	/*text-align: center;*/
	background-image: url(img/page-background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #fff;
	}

#wrap.index {
	width: 1024px;
	height: 798px;
	margin: 0px auto;
	padding: 0px;
	/*text-align: center;*/
	background-image: url(img/page-background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #fff;
	}

#masthead {
	width: 1024px;
	height: 118px;
	margin: 0px;
	padding: 0px;
	clear: both;
	}

#search {
	width: 187px;
	height: 59px;
	background-image: url(img/search-background.png);
	/*text-align: right;*/
	float: right;
	z-index:30000;/*   CHANGED BY TP FOR MENU */
	position:relative;/*   CHANGED BY TP FOR MENU */
	}

.skiplinks {
	display:none;
	}

.divclear {
	height: 0px;
	clear:both;
	display:none;
	}

#content {
	width: 1024px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}

#center {
	width: 1024px;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: auto;
	/*min-height: 520px;*/
	z-index:1;/*   CHANGED BY TP FOR MENU */
	}

/* for Internet Explorer */
	/*\*/
	* html #center {
	/*height: 450px;*/
	overflow: hidden;
	}
	/**/
		
#leftcol {
	float: left;
	width: 208px;
	margin: 0px;
	padding: 0px;
	}

#midcol {
	float: left;
	width: 531px;
	margin: 0px;
	padding: 0 20px;
	}

#rightcol {
	float: right;
	width: 245px;
	margin: 0px;
	padding: 0px;
	}
	
#footer {
	font: 0.9em/100% Verdana, Arial, sans-serif;
	text-align: left;
	background-image: url(img/footer-background.gif);
	background-repeat: no-repeat;
	width: 1024px;
	height: 200px;
	margin: -20px 0 0 0px;
	padding: 0px;
	}

/*===================INDEX PAGE LAYOUT=====================*/

#leftcol-index {
	float: left;
	width: 502px;
	margin: 0px;
	padding: 0px;
	}

#leftcol-index-flash {
	width: 480px;
	height: 250px;
	padding: 0px;
	text-align: right;
	margin: 0 10px 0 0 ;
	}

#leftcol-index-panel1 {
	width: 235px;
	/*height: 145px;*/
	float: left;
	/*text-align: left;*/
	margin: 0 0 0 15px;
	padding: 0px;
	}

#leftcol-index-panel2 {
	width: 235px;
	/*height: 145px;*/
	float: right;
	margin: 0 3px 0 0;
	padding: 0px;
	}

#leftcol-index-panel3 {
	width: 235px;
	height: 78px;
	float: left;
	margin: 0 0 10px 17px;
	padding: 0px;
	}

#leftcol-index-panel4 {
	width: 235px;
	height: 78px;
	float: right;
	margin: 0 0 10px 0;
	padding: 0px;
	}

#rightcol-index {
	float: right;
	width: 502px;
	margin: 0px;
	padding: 0px;
	}

#rightcol-index-panel1 {
	width: 235px;
	height: 78px;
	float: left;
	margin: 0 13px 0 30px;
	padding: 0px;
	}

#rightcol-index-panel2 {
	width: 235px;
	height: 78px;
	float: left;
	margin: 0 12px 0 0;
	padding: 0px;
	}

#rightcol-index-panel3 {
	width: 235px;
	height: 78px;
	float: left;
	margin: 0 13px 0 0;
	padding: 0px;
	}
	
#rightcol-index-panel4 {
	width: 235px;
	height: 78px;
	float: left;
	margin: 0 0 0 0;
	padding: 0px;
	}

#rightcol-index-start {
	width: 502px;
	margin: 96px 0 0 0;
	padding: 0px;
	}
	

/*===========TYPE STYLES=============*/
	
p {
	font: 1em/175% Verdana, Arial, sans-serif;
	margin: 0px;
	text-align: left;
	padding: 0 0 6px 0;
	}

#footer p {
	font-weight: bold;
	margin: 0px;
	padding: 6px 0 0 17px;
	}

.intro {
	font: 1.1em/175% Verdana, Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 12px 0;
	text-align: left;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #00779f;
	}

.backtotop {
	text-align: right;
	}

.references {
	font: 10px Verdana, Arial, sans-serif;
	}

.sources {
	font-style: italic;
	font-weight: bold;
	}

ul {
	list-style: none;
	}

#content ul li {
	font: 1em/175% Verdana, Arial, sans-serif;
	color: #000;
	}

#content ol li {
	font: 1em/170% Verdana, Arial, sans-serif;
	color: #000;
	}

hr {
	display: none;
	}

h1 {
	font: 2em/120% Verdana, Arial, sans-serif;
	font-weight: bold;
	color: black;
	margin: 0px;
	text-align: left;
	padding: 4px 0 4px 0;
	}

h2 {
	font: 1.7em/135% Verdana, Arial, sans-serif;
	font-weight: bold;
	color: black;
	margin: 0px;
	text-align: left;
	padding: 4px 0 4px 0;
	}

h3 {
	font: 1.4em/145% Verdana, Arial, sans-serif;
	font-weight: bold;
	color: black;
	margin: 0px;
	text-align: left;
	padding: 4px 0 4px 0;
	}

h4 {
	font: 1.2em/175% Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #000;
	margin: 0px;
	text-align: left;
	}
	
h5.internal {
	font: 1em/175% Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding: 6px 0;
	text-align: left;
	border-bottom: 1px dotted #00779f;
	}

.sector-intro {
	font: 1.2em/145% Verdana, Arial, sans-serif;
	font-weight: bold;
	margin: 0px;
	text-align: left;
	padding: 0 0 3px 0;
	}

ul.news {
	list-style: url(img/news-bullet.gif);
	margin: 0 60px 10px 0px;
	width: 460px;
	border-bottom: 1px solid #CCC;
	}

/*ul.pdf {
	list-style-image: url(img/pdf-icon.gif);
	margin: 0 60px 10px 0;
	width: 480px;
	vertical-align: middle;
	}*/
	
ul.raquo {
	list-style-image: url(img/raquo-bullet.gif);
	margin: 4px 40px 10px 0px;
	width: 460px;
	vertical-align: middle;
	}

/* for Internet Explorer */
	/*\*/
	* ul.raquo li {
	list-style-image: none;
	padding: 0px 0px 0px 20px;
	margin: 0 0 0 10px;
	background: url(img/raquo-bullet.gif) 0 0 no-repeat;
	}
	/**/

ul.bullet {
	list-style-image: url(img/bullet.gif);
	margin: 4px 40px 10px 0px;
	width: 460px;
	vertical-align: middle;
	}

/* for Internet Explorer */
	/*\*/
	* ul.bullet li {
	list-style-image: none;
	padding: 0px 0px 0px 20px;
	margin: 0 0 0 10px;
	background: url(img/bullet.gif) 0 0 no-repeat;
	}
	/**/

	
/*===================LINKS=====================*/

a:link {
	text-decoration: none;
	color: #00779f;
	font-weight: bold;
	}

a:visited {
	text-decoration: none;
	color: #00779f;
	font-weight: bold;
	}

a:focus {
	text-decoration: underline;
	color: #00779f;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	color: #00779f;
	font-weight: bold;
	}

.external {
	font: 1em/175% Verdana, Arial, sans-serif;
	margin: 6px 0 10px 0;
	padding: 6px;
	border: 1px solid #00779f;
	background-color: white;
	}

.external:hover {
	background-color: #f1f6f8;
	}

.external a:link {
	text-decoration: none;
	color: #00779f;
	font-weight: bold;
	}

.external a:visited {
	text-decoration: none;
	color: #00779f;
	font-weight: bold;
	}

.external a:focus {
	text-decoration: underline;
	color: #00779f;
	font-weight: bold;
	}

.external a:hover {
	text-decoration: underline;
	color: #00779f;
	font-weight: bold;
	}

.internal {
	padding: 0px;
	margin: 0 0 12px 0;
	}

/*===========PANEL AND IMAGE STYLES=============*/

#navpanel-top {
	margin: 0 5px 0 15px;
	padding: 0px;
	height: 10px;
	}

#navpanel-bottom {
	margin: 0 5px 0 15px;
	padding: 0px;
	height: 17px;
	}

.rh-panels {
	margin: 0 0 6px 0;
	}
	

.rh-related {
	width: 235px;
	margin: 4px 0 10px 0;
	}
.rh-greentop {
	width: 235px;
	background-image: url(img/rh-greentop.png);
	background-position: top;
	background-repeat: no-repeat;
	/*height: 29px;*/
	margin: 0 0 0 1px;
	padding: 0px;
	}
.rh-greentop h5{
	font: 1.2em/130% Verdana, Arial, sans-serif;
	font-weight: bold;
	color: white;
	margin: 0px;
	padding: 4px 15px 4px 9px;
	}
.rh-greybottom {
	width: 235px;
	background-image: url(img/rh-greybottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0 0 0 2px;
	padding: 0px;
	}
.rh-greybottom p{
	font: 0.9em/160% Verdana, Arial, sans-serif;
	color: #000;
	margin: 0px;
	padding: 5px 15px 15px 10px;
	}
.links-right {
	text-align: right;
	padding: 0px;
	margin: 0px;
	}
.abstract {
	height: 80px;
	overflow: hidden;
	}

#starthere {
	width: 480px;
	height: 405px;
	margin: 0 0 0 4px;
	}
#starthere-greentop {
	background-image: url(img/starthere-greentop.png);
	background-repeat: no-repeat;
	width: 480px;
	height: 44px;
	}
#starthere-greentop h5{
	font: 1.6em/130% Verdana, Arial, sans-serif;
	font-weight: bold;
	color: white;
	margin: 0px;
	padding: 10px 15px 4px 12px;
	}
#starthere-greybottom {
	background-image: url(img/starthere-greybottom.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 480px;
	height: 361px;	
	}

.horiz {
	/*width: 520px;*/
	margin: 6px 0 6px 0px;
	height: 1px;
	border-top: 1px dotted #00779f;
	}

.rectimg {
	margin: 0 0 0 35px;
	}

.sqimg {
	margin: 0 0 10px 18px;
	}

/*=========================================TOP-NAV===========================================*/
/*   WHOLE SECTION CHANGED BY TP FOR MENU */


#top-nav {
	width: 987px;
	height: 59px;
	padding: 0 0 0 17px;
	margin: 0px;
	position:relative;
	z-index:11000;
}

#top-nav ul {
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#top-nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	position: relative;
	float:left;
}

#top-nav #homelnk {
	background-image: url(img/navbar-home.gif);
	width: 74px;
}

#top-nav #tr-choiceslnk {
	background-image: url(img/navbar-tr-choices.png);
	width: 143px;
}

#top-nav #tr-planslnk {
	background-image: url(img/navbar-tr-plans.png);
	width: 124px;
}

#top-nav #toolslnk {
	background-image: url(img/navbar-tools.png);
	width: 174px;
}

#top-nav #forumlnk {
	background-image: url(img/navbar-forum.png);
	width: 151px;
}

#top-nav #caselnk {
	background-image: url(img/navbar-case.png);
	width: 134px;
}

/* FOR IE6 */
* html #top-nav #tr-choiceslnk {
	background-image: url(img/navbar-tr-choices.gif);
	width: 143px;
}

* html #top-nav #tr-planslnk {
	background-image: url(img/navbar-tr-plans.gif);
	width: 124px;
}

* html #top-nav #toolslnk {
	background-image: url(img/navbar-tools.gif);
	width: 174px;
}

* html #top-nav #forumlnk {
	background-image: url(img/navbar-forum.gif);
	width: 151px;
}

* html #top-nav #caselnk {
	background-image: url(img/navbar-case.gif);
	width: 134px;
}

#top-nav a {
	text-indent: -5000px;
	height: 59px;
	background-position: 0px 0px;
	float:left;
	display: block;
	font-size: 0.9em;
	overflow: hidden;
 	cursor: pointer;
	z-index:70000;
	position:relative;
	}

#top-nav a:hover {
	background-position: 0px 59px;
	}

/*============================================TOMS MEGA MENU=============================================*/

ul#menu {
}

ul#menu li {
	display: inline;
	position: relative;
}

ul#menu h2, ul#menu h3 {
    font-size: 100%;
    font-weight: normal;
    display: inline;
}

ul#menu li a {
	color: #fff;
	text-decoration: none;
}

ul#menu li a:hover {
	text-decoration: underline;
}

ul#menu li.mega a {
}

ul#menu li.mega a:hover {
	text-decoration: underline;
}

ul#menu div {
	display:none;
}

li.mega div {
	background-image:url(img/megamenu-bg.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	width: 315px;
	position: absolute;
	top: 30px;
	left: 0em;
	padding: 0px 0px 0px 0px;
	color: #00789f;
	margin:16px 0px 0px -7px;
	z-index:1000;
	/*cursor:hand;*/
}

/* FOR IE6 */
* html li.mega div {
	background-image:url(img/megamenu-bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	width: 315px;
	position: absolute;
	top: 30px;
	left: 0em;
	padding: 0px 0px 0px 0px;
	color: #00789f;
	margin:16px 0px 0px -7px;
	z-index:1000;
	/*cursor:hand;*/
}


li.mega div img {
	float:right;
	margin:0px 20px 2px 40px;
}

ul#menu li.hovering div {
	display: block;
}

ul#menu li div ul.megasub {
	margin:0px 0px 0px 0px;
	padding:26px 0px 40px 10px;
	display:inline;
	width:315px;
	background-repeat:no-repeat;
	background-position:7px -59px;
}



ul#menu li div li.megalist {
	float:left;
	margin:0px;
	padding:0px;
}

ul#menu li div li.megalist h3 a {
	color:#00789f;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-weight:bold;
	display:block;
	height:20px;
	text-indent:5px;
	width:280px;
}

ul#menu li div li.megalist h4 a {
	color:#00789f;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-weight:normal;
	display:block;
	height:20px;
	text-indent:5px;
	width:280px;
}

ul#menu li div ul.megasub li.megalist h3 {
	background-color: #e5f1f5;
	display:block;
	margin:4px 0px 0px 0px;
	padding:0px;
	height:20px;
	width:280px;
	font-size:1.2em;
}

ul#menu li div ul.megasub li.megalist h4 {
	background-color: transparent;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:20px;
	width:280px;
	font-size:1.1em;
}

/*===========BREADCRUMB NAV=============*/

#breadcrumbs {
	width: 1007px;
	font: 0.9em/100% Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #00779f;
	font-weight: normal;
	margin: 6px 0 12px 30px;
	padding: 0 0 0 0;
	}

#breadcrumbs a {
	font: 1em/100% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #00779f;
	text-decoration: none;
	}

#breadcrumbs a:hover {
	font: 1em/100% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #00779f;
	text-decoration: underline;
	}

#you-are-here {
	font-weight: bold;
	color: #002b3c;
	}
	
#latestNews {
	background:url(img/latest_news.jpg) no-repeat;
	width: 980px;
	height:50px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #00779f;
	font-weight: normal;
	margin: 13px 0 5px 30px;
	padding: 0;
	}

#latestNewsInner{padding: 9px 0 25px 16px;}
	
#homeRow {
	background:url(img/rowbg.jpg) no-repeat;
	width: 990px;
	height:260px;
	font: 0.9em/100% Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #000;
	font-weight: normal;
	margin: 10px 0 0 30px;
	padding: 0;
	}
	
#homeRowContent{
width:420px; float:left; margin:20px 0 0 20px; font-size:130%;	
}
#homeRowContent p{margin-bottom:20px;}
#homeRowImage{float:right; margin-right:20px;}

/*===========LEFT NAV VERT MENU=============*/

#leftnav {
	width: 188px;
	padding: 0px;
	text-align: left;
	margin: 0 5px 0 15px;
	background-image: url(img/navpanel-middle.png);
	background-repeat: no-repeat;
	background-position: bottom;
	}

ul.left-nav {
	margin: 0 0 0 10px;
	padding: 0px;
	list-style: none;
	display: block;
	font-weight: bold;
	/*line-height: 100%;*/
	width: 160px;
	}

ul.left-nav li {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px dotted #00779f;
	}

ul.left-nav li.last {
	border-bottom: none;
	}

ul.left-nav li a {
	font: 1em/140% Verdana, Arial, sans-serif;
	display: block;
	margin: 0px;
	padding: 5px 0 5px 3px;
	text-decoration: none;
	color: #00779f;
	font-weight: bold;
	}

ul.left-nav li a:hover {
	color: #00779f;
	font-weight: bold;
	text-decoration: none;
	background-color: #e5f1f5;
	}

ul.left-nav li a.current {
	color: #00779f;
	font-weight: bold;
	text-decoration: none;
	background-color: #e5f1f5;
	}

/*===========LEFT SUBNAV VERT MENU=============*/

ul.left-sub-nav {
	padding: 0px;
	margin: 0 0 0 10px;
	list-style: none;
	display: block;
	width: 160px;
	}

ul.left-sub-nav li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #00779f;
	}

ul.left-sub-nav li a {
	margin: 0px;
	padding: 5px 0 5px 7px;
	display: block;
	text-decoration: none;
	color: #00779f;
	font-weight: normal;
	font: 1em/130% Verdana, Arial, sans-serif;
	}

ul.left-sub-nav li a:hover {
	color: #00779f;
	font-weight: normal;
	background-color: #e5f1f5;
	}

ul.left-sub-nav li a.current {
	color: #00779f;
	font-weight: normal;
	background-color: #e5f1f5;
	}

/*===========LEFT SUB-SUBNAV VERT MENU=============*/

ul.left-sub-sub-nav {
	padding: 0px;
	margin: 0 0 0 10px;
	list-style: none;
	display: block;
	width: 160px;
	}

ul.left-sub-sub-nav li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #00779f;
	}

ul.left-sub-sub-nav li a {
	margin: 0px;
	padding: 5px 0 5px 12px;
	display: block;
	text-decoration: none;
	color: #00779f;
	font-weight: normal;
	font: 0.9em/125% Verdana, Arial, sans-serif;
	}

ul.left-sub-sub-nav li a:hover {
	color: #00779f;
	font-weight: normal;
	background-color: #e5f1f5;
	}

ul.left-sub-sub-nav li a.current {
	color: #00779f;
	font-weight: normal;
	background-color: #e5f1f5;
	}

/*===========FOOTER NAV=============*/
	

#footer-nav {
	font: 1em/100% Verdana, Arial, sans-serif;
	font-weight: normal;

	color: #002b3c;
	padding: 50px 0 0 17px;
	margin: 0px;
	}

#footer-nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	}

#footer-nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	}

#footer-nav a {
	font-weight: normal;
	color: #002b3c;
	text-decoration: none;
	}

#footer-nav a:hover {
	text-decoration: underline;
	}

/*===========CURRENT PAGE CODING FOR TOP NAV=============*/
	
body#home a#homelnk, body#tr-choices a#tr-choiceslnk, body#tr-plans a#tr-planslnk, body#tools a#toolslnk, body#forum a#forumlnk, body#case a#caselnk {
	background-position: 0px 59px;
	}

