/* ISNM Template CSS */

body {
	  font-size: 12px;
      font-family: arial,helvetica,sans-serif;
      margin: 0;
      padding: 0;
      background: #D6D9E5 url(../images/background.png) repeat-x;
      color: #2E1667;
      text-align: center;
} /* Needed to center layout in old IE browsers. */

acronym, abbr {
	  cursor: help;
      border-bottom: 1px dotted;
}

h1, h2, h3, h4, h5, h6, p {
	  margin: 0 0 20px 0;
      padding: 0;
}

p {
	  line-height: 160%;
}

img {
	  border: 0;
      margin: 0 0 8px 0;
}

li {
	  color:#990000;
	  font-size: 15px;
	
}

.imgfix {
	margin-left:10px;
}
       
h1 {
	 font-size: 14px;
	 color:#990000;         
	 margin: 0 0 20px 0;
	 letter-spacing:2px;
	 font-weight: normal;
}
	 
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}

#enabling {
	margin: 0 0 0 100px;
	padding: 0;
}
#enabling li h5 {
	 font-size: 12px;
	 color:#2E1667;         
	 font-weight: normal;
	 margin: 2px;
}
ul#enabling li {
	margin: 0;
	padding: 0;
}

a {color: #586D8C; text-decoration: none;}
a:link {color: #586D8C;}
a:visited {color: #586D8C;}
a:hover {color: #4153AD;}

#wrapper {
	clear: both;
	margin: 0px 3px 0px 3px;
	padding-bottom:10px;
	width: 790px;
	background: #FFFFFF url(../images/container_bg.png) repeat-y;
} 

.clearboth {
	clear:both;
}

.clearfix:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.more {
	color:#990000;
}

#back a {
	color:#990000;
}

.right {
	float: right;
}

.left {
	float: left;
    margin: 3px 5px 0 0;
}

.justify {
	text-align: justify;
}
                  
#container {
	width: 795px;
	background-color:#FFFFFF;
    margin: 0 auto;
    text-align: left;
}

#header {
	width: 790px;
    height: 140px;
    position: relative;
}

#flash_content {
	position: absolute;
    left: 3px;
    bottom: 0px;
    width: 790px;
    height: 135px;
}

/* Begin main navigation menu. */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0 3px;
	border: 0;
	list-style: none;
	line-height: 1;
}

#nav {
	width: 790px;
/*	width: 100%; */
	clear: both;
	height: 37px;
}

#nav a {
	text-decoration: none;
    height: 33px;
    padding: 0 25px;
    margin: 0;
	letter-spacing:1px;
    line-height: 33px;
    display: block;
    background: #817A77 url(../images/menu_bg.jpg) repeat-x;
    color: #564384;
    font-size: 13px;
    border-right: 1px solid #E9EAF1;
}

#nav a.nocursor {
	cursor: default;
}

#nav a:hover, #nav li a.currentNavItem {
	background: #5D5756 url(../images/menu_bg_r.jpg) repeat-x;
    color: #564384;	
}

#nav li ul li a { /* lists nested under hovered list items */
	width:140px;
	font-size: 10px;
	line-height: 25px;
	height: 20px;
	left: auto;
	background: #EEEFF4 /*url(../images/button_background.png) repeat-x*/;
	color: #564384;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
}

#nav li ul li a:hover, #nav li ul li a.currentSubNavItem { /* lists nested under hovered list items */
	width:140px;
	font-size: 10px;
	line-height: 25px;
	height: 20px;
	left: auto;
	background: #EEEFF4;
    color: #990000;	
	filter:alpha(opacity=90);
	-moz-opacity:0.8;
}
 #nav li ul li a.sfendhovercurrentSubNavItem {
	width:140px;
	font-size: 10px;
	line-height: 25px;
	height: 26px;
	left: auto;
	border-bottom:2px solid #CC0300;
	background: #EEEFF4 url(../images/button_background_end_r.gif) repeat-x;
    color: #990000;	
	filter:alpha(opacity=80);
	-moz-opacity:0.9;
 }

#nav a.sfendhover { /* lists nested under hovered list items */
	width:140px;
	font-size: 10px;
	line-height: 25px;
	height: 26px;
	left: auto;
	border-bottom:2px solid #CC0300;
	background: #EEEFF4 url(../images/button_background_end_r.gif) repeat-x;
    color: #564384;	
	filter:alpha(opacity=80);
	-moz-opacity:0.9;
}

#nav a.sfendhover:hover{ /* lists nested under hovered list items */
	width:140px;
	font-size: 10px;
	line-height: 25px;
	height: 26px;
	left: auto;
	background: #EEEFF4 url(../images/button_background_end_r.gif) repeat-x;
    color: #990000;	
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
}

#nav li { /* all list items */
	float: left;
	/* width: 10em; /* width needed or else Opera goes nuts */
	width: 113px;
}

#nav li ul { /* second-level lists */
	display: block;
	position: absolute;
	width: 100px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	width: 140px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	margin-left:-1px;
	left: auto;
	background: #5D5756 /*url(../images/button_background.png) repeat-x*/;
	width:200px;
	background:transparent;
    color: #FFF;	
}

/* End main navigation menu. */

#onecolumn {
	padding: 30px;
	margin: 0px;
}

#leftcolumn {
	width: 420px;
    float: left;
	padding-top:30px;
    padding-left:30px;
	margin: 0;
    min-height: 360px;
}

#leftcolumn span {
	cursor:pointer;
}

#casestudies, #WhatsNewContainer {
	width: 700px;
    float: left;
	padding-top:30px;
    padding-left:30px;
	margin: 0;
    min-height: 360px;
}

#casestudies table a {
	text-decoration:underline;
	color:#2E1667;
	font-weight:bold;
}
	
.caseTablePadTop {
	padding-top:10px;
}

.caseTablePadBot {
	padding-bottom:10px;
}

#long_one_column {
	width:680px;
}

#WhatsNewContainer .whatsnew {
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid #E7E8F0;
}
#WhatsNewContainer .whatsnew h2 {
	padding: 0;
	font-size: 14px;
	margin: 0;
}
#WhatsNewContainer .whatsnew h4 {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 5px 0;
	margin: 0;
}
#definition-container {
	float:left;
}

dl {
	padding-left: 10px;
}

dt {
	line-height: 150%;
}

dt em {
	  color:#990000;  
}

dd {
	margin: 0;
	padding: 0;
	line-height: 150%;
}

#rightcolumn {
	width: 300px;
	font-size:9px;
	color:#333333;
	float: right;
	padding-right:20px;
    margin: 30px 0px 0px 0px;
	background:url(../images/sidebar_background.png) repeat-y;
    border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-bottom-color:#E7E8F0;
	border-style:solid;
}

#rightcolumnpic img{
	display: inline;
	width: 300px;
	float: right;
	padding-right:20px;
	padding-top:20px;
    margin: 30px 0px 0px 0px;
}

#rightcolumn a{
	color:#CC0000;
	margin-right:5px;
}
	  
#rightcolumn p{
	margin-left:5px;
}

#rightcolumn h2, #dynamicContent h2{
	margin-top:5px;
	font-size: 13px;
    font-weight: normal;
	text-align:center;
    height: 17px;
	letter-spacing: 1px;
    line-height: 17px;
    color: #6778AD;
	margin-bottom:0px;
}

#rightcolumn h3, #dynamicContent h3{
	clear:right;
	margin: 0;
    padding: 0;
	color: #333333;
    font-size: 12px;
}

#rightcolumn h4 , #dynamicContent h4{
	margin:0;
	width:100%;
	color: #333333;
	font-size:10px;
    float: left;
}
#dynamicContent {
	width: 100%;
}
#dynamicContent .sidebartext{
	display: inline;
	visibility: hidden;
}
.sidebarheaderbackground {
	width: 300px;
    height: 3px;
    color: #6778AD;
	line-height: 3px;
    background: #CC0300 no-repeat;
}

.sidebarcontent{
	width:280px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

.sidebartext{
	border-top: 1px solid #E7E8F0;
	width:260px;
	margin-left:1em;
	padding:5px 0 0 0;
}

/* Featured news */

.quote {
	color: #6778AD;
	font-size:13px;
	font-weight: 500;
	margin-top:5px;
}

.quotation {
	color: #990000;
	line-height:0px;
	font-size:20px;
	font-weight: bold;
}

table {
	margin: 0 auto; 
	border: 1px solid #C6CBDD;
	width: 600px;
}

.training_content p {
	text-align:center;
	margin: -2px 0 -2px 0;
}

.training_content table {
	margin: 0 auto; 
	border: 1px solid #C6CBDD;
	width: 350px;
}

th {
	background-color: #990000; 
	font-variant: small-caps; 
	text-align: left; 
	color: white;
	font-size: 14px;
}

td {
	padding: 1px 10px;
	border-right: 1px solid #C6CBDD;
	text-align:left;
}

#footer {
	clear: both;
	width: 795px;
    margin: 0 auto;
    clear: both;
    padding: 10px 0 10px 0;
    position: relative;
	text-align: center;
	font-size: 9px;
	color: #8395B1;
	background-color: #FFF;
	height:25px;
}

/* SLIMBOX CSS for graphic overlay*/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #000066;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float:right;
	width: 54px;
	height: 19px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	/* font-weight:450; */
}

/* End SLIMBOX CSS */

object {
	margin: 0; padding: 0; border: 0;
	display: inline;
}

embed {
	margin: 0; padding: 0; border: 0;
	display: inline;
}

#infobox, #infobox2 {
	float: right; 
	margin: 10px 15px 0 0; 
	padding: 0; 
	border: 0;
	display: inline;
}

table#allpartners {
	width: 736px;
	border: 0;
}
table#allpartners td {
	margin: 0;
	padding: 0;
	width: 368px;
	border: 0px;
	vertical-align: top;
	border: 0;
}
table#allpartners td .right{
	text-align: right;
}

