/* CSS Document */

body {
	background: #fff;
	margin: 0;
	font: 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #4f4f4f;
	line-height: 22px;
	}
	
h1 {
	line-height: normal;
	margin: 0 0 15px 0;
	color: #017ab3;
	font-size: 24px;
	font-weight: bold;
	
	}
h2 {
	line-height: normal;
	margin: 0 0 15px 0;
	}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	color: #017ab3;
	}
h4 {
	font-size: 11px;
	font-weight: bold;
	color: #606060;
	margin: 0;
	}


p {
	
	
	margin: 0 0 20px 0;
	}

img {
	border: none;
	}


/* -------------------------------------------------------------------------------------------------------  Links  -----*/


a:link, a:visited { 
	color: #017ab3;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active { 
	color: #017ab3;
	font-weight: bold;
	text-decoration:  underline;
}






/*------------------------------------------------------------------------------ Class-------------------------------------*/

.clear {
	clear: both;
	
	}


.divider {
	background: url(/images/divider.gif) repeat-x center;
	height: 30px;
	clear: both;
	}


.bgLeft {
	background:url(/images/bgLeft.gif) repeat-x top;
	}
.bgRight {
	background: url(/images/bgRight.gif) repeat-x top;
}
.centre {
	width: 950px;
	padding: 0 0 25px 0;
	}
	
	
.search {
	width: 173px;
	height: 13px;
	padding: 3px;
	font: 10px "Trebuchet MS", Verdana, Arial, sans-serif;
	border: 0px none;
	display: inline;
	color: #4f4f4f;
	}	
.searchGo {
	vertical-align: middle;
	}	
	
.contentblock {
	/*border-left: 2px solid #dedede;*/
	border-bottom: 1px solid #d9d9d9;
	padding: 0 0 20px 0px;
	margin: 0 0 20px 0;
	}
	
.date {
	color: #6baece;
	font-size: 10px;
	line-height: 17px;
	}
.more {
	font-size: 10px;
	text-decoration: none;
	
	}
.footHeading {
	color: #fff;
	font-weight: bold;
	}
	
	
.headingCopyright {
	border-left: 4px solid #f5dc0d;
	padding: 0 0 0 5px;
	}
.headingHome {
	border-left: 4px solid #54adf1;
	padding: 0 0 0 5px;
	}
.headingNews {
	border-left: 4px solid #f5ad47;
	padding: 0 0 0 5px;
	}
.headingContact {
	border-left: 4px solid #d8d8d8;
	padding: 0 0 0 5px;
	}
.headingDownloads {
	border-left: 4px solid #c2ca66;
	padding: 0 0 0 5px;
	}
.headingFaqs {
	border-left: 4px solid #f1613f;
	padding: 0 0 0 5px;
	}
	
	
	
	
	
.example {
	color: #017ab3;
	font-style: italic;
	font-size: 12px;
	border-left: 4px solid #dedede;
	padding: 0 0 0 10px;
	margin: 15px 20px 15px 20px;
	}


.imgInline {
	margin: 0 15px 10px 0;
	float: left;
	}
	
	
.pagination {
	font-size: 10px;
	color: #b4b4b3;
	height: 17px;
	border-bottom: 1px solid #f0f0f0;
	margin:  0 0 15px 0;
	text-align: right;
	}
.paginationContainer {
	text-align: right;
	padding: 0 0 15px 0;
	}

.pagination a:link {
	background: none;
	}
.pagination a:visited {
	background: none;
	}
.pagination a:hover {
	background: none;
	}
.pagination a:active {
	background: none;
	}
	
	
	
	
	
.contactInput {
	width: 300px;
	padding: 3px;
	font: 11px "Trebuchet MS", Verdana, Arial, sans-serif;
	border: 1px solid #dedede;
	color: #666666;
	}
.submit {
	margin: 10px 0 0 140px;
	}
	
	
	
.tableCell {
	padding: 10px;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	}
.tableCellR {
	padding: 10px;
	border-bottom: 1px solid #e8e8e8;
	}
.tableCellB {
	padding: 10px;
	border-right: 1px solid #e8e8e8;
	}
.tableCellBR {
	padding: 10px;
	}




.faqBlock {
	padding: 10px 10px 0 10px;
	border: 1px solid #ebebeb;
	margin: 0 0 15px 0;
	}



.listDetail {
	float: right;
	width: 620px;
	}
.newsListLeft {
	float: right;
	width: 585px;
	}
	
	
.red {
	color: red;
	}
	
	
	
.img-left {
	float: left;
	border: none;
	margin: 4px 15px 15px 0;
	}

/*------------------------------------------------------------------------------ Div -------------------------------------*/


#topPanelLeft {
	width: 710px;
	float:left;
	background:url(/images/bgLeft.gif) repeat-x top;
	height: 35px;
	font-size: 10px;
	color: #fff;
	}
#topPanelLeftBg {
	background: url(/images/bgLeft.jpg) no-repeat right;
	height: 26px;
	padding: 9px 0 0 0;
	}
#topPanelLeft a {	
	color: #fff;
	text-decoration: none;
	background: none;
	}
#topPanelRight {
	width: 240px;
	float:left;
	background:url(/images/bgRight.gif) repeat-x top;
	height: 35px;
	}
#head {
	margin: 25px 0 20px 0;
	}
	
	
#homeLeft {
	width: 650px;
	float: left;
	}
#homeRight {
	width: 280px;
	background: url(/images/rightTop.gif) no-repeat left top;
	float: right;
	line-height: 19px;
	font-size: 11px;

	}
#homeRightBot {
	background: url(/images/rightBot.gif) no-repeat left bottom;
	padding: 25px 0 30px 25px;
	}
	
	
	
#left {
	width: 695px;
	float: left;
	}
#right {
	width: 235px;
	background: url(/images/rightTop.gif) no-repeat left top;
	float: right;
	font-size: 11px;
	}
#rightBot {
	background: url(/images/rightBot.gif) no-repeat left bottom;
	padding: 25px 0 30px 25px;
	}




#newsItem {
	width: 670px;
	float: right;
	margin: 0 0 25px 0;
	/*background:#CCFFFF;*/
	}
#newsLeft {
	width: 258px;
	background: url(/images/leftTop.gif) no-repeat right top;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 17px;
	/*background:#CCFFFF;*/

	}
#newsLeftBot {
	background: url(/images/leftBot.gif) no-repeat right bottom;
	padding: 25px 25px 20px 0;
	}






#foot {
	background:url(/images/footBg.gif) repeat-x;
	margin: 0;
	font-size: 10px;
	color: #8ccdfe;
	height: 135px;
	padding: 20px 0 0 0;
		}
#footContent {
	width: 950px;
	margin: 0 auto 0 auto;
	}
#footLeft {
	float: left;
	width: 677px;
	}	
#footRight {
	float: right;
	text-align: right;
	border-left: 1px solid #196fb1;
	width: 228px;
		}
#foot a {
	color: #fff;
	font-weight: normal;
	background: none;
	}


#twitterDisplay {
	width: 232px;
	float: left;	
	border: 1px solid #e5e5e5;
	padding: 4px;
	margin: 0 20px 0 0;
	}
#follow {
	margin: 5px 0 12px 10px;
	display: block;
	}



#video {
	width: 640px;
	height: 360px;
	overflow: hidden;
	display: block;
	border: none;
	margin: 30px 0 0;
	}


/*------------------------------------------------------------------------------ Menu -------------------------------------*/


#menu {
	z-index: 1000;	
	float: right;
	margin: 10px 0 0 0;
	width: 679px;
	}
#menu  ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  }  
#menu  li {
  float: left;
  position: relative;  
  margin: 0;
  }  

  

  
  
  
#menu  li ul li {
	border-bottom: 1px solid #ececec;
	float: none;
	text-align: left;
	font: 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #017ab3;
	padding: 5px 10px 5px 10px;
	}	
#menu li a {
	color: #6d6d6d;
    font-weight: bold;
    font-size: 11px;
	white-space: nowrap;
	background: none;
	}	
#menu li ul li a {
	height: 18px;
	padding: 0;
	}
#menu li a:hover {
	text-decoration: none;
		color: #fff;	
		background: none;
			}
#menu li a:active {
	text-decoration: none;
	color: #fff;	
		background: none;

	}  
#menu li > ul {
	top: 36px;
	left: auto;
	}
#menu li:hover ul, #menu li.hover ul{ 
	display: block; 	
	}
#menu ul li:hover,  #menu ul li.hover {	
	background: #fff;
	color: #fff;	
}
#menu li:hover {
	background-position: 0 0;
	color: #fff;	
}
#menu ul li li:hover a {
	background-position: 0 0;
	color: #fff;	
}

#menu ul li ul li:hover,  #menu ul li ul li.hover {	
	background: #017bb3;
	color: #fff;	
}	


/*------------------------------------------------------------------------------ Lists -------------------------------------*/



.relatedPages {
	margin: 0px 0px 0px 6px;
	padding: 0px;
	}	
.relatedPages ul { 
	 list-style-type: none;
	 margin: 5px 0 0 10px;
	 padding: 5px 0 0 0;
	 list-style-position: inside;
	 } 
.relatedPages li {	
	padding: 0 0 6px 14px;
	list-style-type: none;
	background:transparent url(/images/arrow.gif) no-repeat;
    background-position:0px 6px;
	margin: 0 0 0 0;
	color: #959595;
	font-size: 11px;
	font-weight: bold;
	}	
.relatedPages li a:link {	
	color: #959595;
	font-size: 11px;
	font-weight: bold;
	}	
.relatedPages li a:visited {	
	color: #959595;
	font-size: 11px;
	font-weight: bold;
	}	
.relatedPages li a:hover {	
	color: #959595;
	font-size: 11px;
	font-weight: bold;
	}	
.relatedPages li a:active {	
	color: #959595;
	font-size: 11px;
	font-weight: bold;
	}
	
	
	
	
	
	
	
	
.categories {
	margin: 0px 0px 0px 6px;
	padding: 0px;
	}	
.categories ul { 
	 list-style-type: none;
	 margin: 5px 0 0 10px;
	 padding: 5px 0 0 0;
	 list-style-position: inside;
	 } 
.categories li {	
	padding: 0 0 15px 14px;
	list-style-type: none;
	background:transparent url(/images/arrow.gif) no-repeat;
    background-position:0px 8px;
	margin: 0 0 0 0;
	color: #959595;
	font-size: 11px;
	font-weight: bold;
	}	
.categories li a:link {	
	color: #959595;
	font-size: 11px;
	font-weight: bold;
	}	
.categories li a:visited {	
	color: #959595;
	font-size: 11px;
	font-weight: bold;
	}	
.categories li a:hover {	
	color: #959595;
	font-size: 11px;
	font-weight: bold;
	}	
.categories li a:active {	
	color: #959595;
	font-size: 11px;
	font-weight: bold;
	}

	
	
	
	
	
	
.list {
	margin: 10px 0px 10px 12px;
	padding: 0px;
	}	
.list ul { 
	 list-style-type: none;
	 margin: 5px 0 0 10px;
	 padding: 5px 0 0 0;
	 list-style-position: inside;
	 } 
.list li {	
	padding: 0 0 3px 18px;
	list-style-type: none;
	background:transparent url(/images/liBullet.gif) no-repeat;
    background-position:0px 7px;
	margin: 0 0 0 0;
	}	
.list li ul li {	
	
	background:transparent url(/images/liSub.gif) no-repeat 0px 4px;
	list-style-type: none;
	padding: 0 0 3px 18px;
	margin: 0 0 0 0;

    
	}	
.list li a:link {	
	/*color: #959595;
	font-size: 10px;
	font-weight: bold;
	}	
.list li a:visited {	
	color: #959595;
	font-size: 10px;
	font-weight: bold;
	}	
.list li a:hover {	
	color: #959595;
	font-size: 10px;
	font-weight: bold;
	}	
.list li a:active {	
	color: #959595;
	font-size: 10px;
	font-weight: bold;*/
	}







/*-----------------------------------------------------------------------------------------------------FAQs--------------*/


/*  "Show All" + "Hide All" links */
#TJK_ToggleON, #TJK_ToggleOFF {
	border:1px solid #333;
	padding:0 5px;
	margin-right:5px
	}
	
/* zeroing out padding and margin */
.dlToggle dd, .dlToggle dt, #TJK_DL dd,#TJK_DL dt {
	margin:0;
	padding:0
	}
	 
/* margin for the DTs (shorthand) */
.dlToggle dt, #TJK_DL dt {
	margin:0 0 10px 0;
	/*border-bottom: 1px solid #ebebeb;*/
	font-weight: bold;
	
	}
/* image and left padding for DDs */
.dlToggle dd, #TJK_DL dd {
	padding:0 0px 15px 25px;
	}
	
/* styling all anchors in the DTs */
.dlToggle dt a, #TJK_DL dt a {
	padding-left:15px;
	display: block;
	font-size: 12px;

	}
.dlToggle dt a:visited, #TJK_DL dt a:visited {
		font-size: 12px;



}
.dlToggle dt a:hover,
#TJK_DL dt a:hover {


}
.dlToggle dt a:active,
#TJK_DL dt a:active {

}

/* the + and - gif in the anchors */
.dlToggle a.DTplus,
#TJK_DL .DTplus a 
{
	background:url(/images/faqBig.gif) no-repeat 0 6px;
}

.dlToggle a.DTminus,
#TJK_DL .DTminus a {
	background:url(/images/faqSmall.gif) no-repeat 0 6px; 
}

#TJK_DL .showDD {position:relative;top:0}
#TJK_DL dd,.hideDD{top:-9999px;position:absolute}

#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer;cursor:hand}









/*-------------------------------------------- MENU ----------------------------------------*/

#menu a { 
	outline: none; 
	}	
.menuText {
	margin: 0 0 0 -5000px;
	}
#menuHome, #menuCopyrightInfo, #menuLicensing, #menuNews, #menuPublications, #menuFAQs, #menuAbout, #menuWriters, #menuSeminars, #menuContact, #menuLinks {
	float: left;
	}


#menu #menuHome a {
	background: url(/images/menu.gif) 0 0;
	width: 69px;
	height: 26px;
	display: block;
	}
#menu #menuCopyrightInfo a {
	background: url(/images/menu.gif) -69px 0;
	width: 137px;
	height: 26px;
	display: block;
	}
#menu #menuLicensing a {
	background: url(/images/menu.gif) -206px 0;
	width: 98px;
	height: 26px;
	display: block;
	}
#menu #menuNews a {
	background: url(/images/menu.gif) -304px 0;
	width: 188px;
	height: 26px;
	display: block;
	}
#menu #menuPublications a {
	background: url(/images/menu.gif) -492px 0;
	width: 120px;
	height: 26px;
	display: block;
	}
#menu #menuFAQs a {
	background: url(/images/menu.gif) -612px 0;
	width: 67px;
	height: 26px;
	display: block;
	}
	
	
	
#menu #menuAbout a {
	background: url(/images/menu.gif) 0 -26px;
	width: 119px;
	height: 27px;
	display: block;
	}
#menu #menuWriters a {
	background: url(/images/menu.gif) -119px -26px;
	width: 189px;
	height: 27px;
	display: block;
	}
#menu #menuSeminars a {
	background: url(/images/menu.gif) -308px -26px;
	width: 146px;
	height: 27px;
	display: block;
	}

#menu #menuContact a {
	background: url(/images/menu.gif) -454px -26px;
	width: 136px;
	height: 27px;
	display: block;
	}
#menu #menuLinks a {
	background: url(/images/menu.gif) -590px -26px;
	width: 89px;
	height: 27px;
	display: block;
	}




