/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Sub Nav' */
/********************
MENU
*********************/

* {
margin:0;
padding:0;
}

#menu_sub {
   font-size: 12px;
   padding-left: 18px;
   margin-left: 0;
   width: 204px;
}

/* third level has some padding to have it stand out */
div#menu_sub ul ul ul {
   padding-bottom: 0px;
}

/* menu li block */
#menu_sub li {
   list-style: none;
   margin: 0;
   display: block;
}

#menu_sub ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_sub li a { height: 1%; } 
* html #menu_sub li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_sub a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 2px 0px 2px 16px; /* some air for it */
   color: #ffffff; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}



div#menu_sub li a {
   color: #8eedf1;
}

div#menu_sub li a:hover {
   color: #ffdd9a;
}

div#menu_sub li li a {
   color: #ffffff;
}

div#menu_sub li li a:hover {
   color: #ffdd9a;
}


/* next level links, more padding and smaller font */
div#menu_sub ul a {
   padding: 2px 0px 2px 16px;
   margin-bottom: 0px;
}

/* third level links, more padding */
div#menu_sub ul ul a {
   padding: 2px 0px 2px 20px;
   /* background: url(uploads/images/bullet_2.gif) no-repeat 25px top; */
}

div#menu_sub ul ul ul a {
   padding: 2px 0px 2px 35px;
}

/* hover state for all links */
div#menu_sub a:hover {
   background-color: transparent;
}
div#menu_sub a.activeparent:hover {
   background-color: transparent;
   color: #8eedf1;
}

div#menu_sub li a.activeparent:hover {
   color: #ffdd9a;
}

div#menu_sub ul li a.parent {
   /* background: url(uploads/images/bullet_1.gif) no-repeat 0px top; */
}
/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_sub li a.activeparent {
   color: #80ccf8;
   padding-top: 2px;
}

div#menu_sub ul li a.activeparent {
   background-color: transparent;
   color: #ffdd9a;
   padding-top: 2px;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_sub ul h3 {
   display: block; 
   padding: 2px 0px 32px 16px;  /* some air for it */
   color: #ffdd9a;                                 /* this will be link color for all levels */
   font-size: 12px;
   margin: 0;                                  /* as <h3> normally has some margin by default */
   font-weight: normal;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_sub ul h3 {
   padding: 2px 0px 2px 16px;
   background-color: transparent;
   border-bottom: none;
   color: #ffdd9a;     
}
div#menu_sub ul h3.parent, div#menu_sub ul li.currentpage h3.parent, div#menu_sub ul li.activeparent a.activeparent {
   /* background: url(uploads/images/bullet_3.gif) no-repeat 0px top; */
}

/* current page on third level, more padding */
div#menu_sub ul ul h3 {
   padding: 2px 0px 2px 20px;
   /* background: url(uploads/images/bullet_2.gif) no-repeat 25px top; */
   color: #ffdd9a;  
}

div#menu_sub ul ul ul h3 {
   padding: 2px 0px 2px 35px;
}

/* section header */
div#menu_sub li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_sub li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_sub li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Sub Nav' */

/* Start of CMSMS style sheet 'Layout' */
/* CSS Layout */

body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #606060;
}
img {
	border: 0px;
	behavior: url(uploads/iepngfix.htc);
	vertical-align: bottom;
}
h1 {
	color:#14468b;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	padding-bottom: 20px;
}
ul.ul_main {
	padding: 0px 25px 15px 25px;
}
ul.ul_main li {
	padding: 3px 0px;
}
ul.ul_list {
	padding: 0px 25px 15px 25px;
}
ul.ul_list ul {
	padding: 3px 45px;
}
ul.ul_fineprint {
	list-style: none;
	padding: 0px 0px 15px 0px;
}
ul.ul_fineprint li {
	font-size: 9px;
        padding: 3px 0px;
}
ul.ul_fineprint a {
	font-size: 9px;
        color: #4a6d86;
}
ul.ul_fineprint a:hover {
	font-size: 9px;
        color: #4592fc;
}
.twoColFixLtHdr #container_rep { 
	width: 950px;  /* width of container */
	background: #FFFFFF;
	background-image:url(uploads/images/bg_container_rep.gif);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #container { 
	width: 950px;  /* width of container */
	background-image:url(uploads/images/bg_container.jpg);
	background-repeat:no-repeat;
} 
.twoColFixLtHdr #container_home_rep { 
	width: 950px;  /* width of container */
	background: #FFFFFF;
	background-image:url(uploads/images/bg_container_home_rep.gif);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #container_home { 
	width: 950px;  /* width of container */
	background-image:url(uploads/images/bg_container_home.jpg);
	background-repeat:no-repeat;
} 
.twoColFixLtHdr #login { 
	background: #d9e6e6;
	background-image:url(uploads/images/bg_login.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	height: 29px;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 30px;
	text-align:right;
	width: 920px;
} 
.twoColFixLtHdr #login a {
	color:#FFFFFF;
}
.twoColFixLtHdr #login a:hover {
	color:#9ebec0;
}
.twoColFixLtHdr #header { 
	background: #14468b; 
	height: 143px;
	margin-left: 18px;
	width: 932px;
} 
.twoColFixLtHdr #nav { 
	background: #5686af; 
	background-image:url(uploads/images/bg_nav.gif);
	background-repeat:no-repeat;
	height: 35px;
	margin-left: 18px;
	width: 932px;
} 
.twoColFixLtHdr #breadcrumbs { 
	background: #003164;
	background-image:url(uploads/images/bg_breadcrumbs.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 18px;
	padding: 8px 34px;
	height: 15px;
	width: 864px;
} 
.twoColFixLtHdr #breadcrumbs a { 
	color:#FFFFFF;
	text-decoration:none;
}
.twoColFixLtHdr #breadcrumbs a:hover { 
	color:#4592fc;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 222px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 20px 18px;
}
.twoColFixLtHdr #subnav {
	width: 222px;
}
.twoColFixLtHdr #mainContent { 
	background: #FFFFFF;
	margin: 0 0 0 258px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 22px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 648px;
} 
.twoColFixLtHdr #homeContent { 
	background: #FFFFFF;
	margin: 0 0 0 18px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 22px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 892px;
} 
.twoColFixLtHdr #mainContent p, dd { 
	margin-top: 0px;
	margin-bottom: 15px;
}
.twoColFixLtHdr #mainContent a {
	color:#4a6d86;
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent a:hover {
	color:#4592fc;
}
.twoColFixLtHdr #mainContent #form_contact p { 
	margin-top: 0px;
	margin-bottom: 18px;
}
.twoColFixLtHdr #homeContent p { 
        line-height: 18px;
	margin-top: 0px;
	margin-bottom: 26px;
}
.twoColFixLtHdr #mainContent h2 { 
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #homeContent h2 { 
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 15px;
}
.twoColFixLtHdr #news_home_title {
	background-image:url(../uploads/images/bg_news_home_title.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding: 0px 21px;
	font-weight: bold;
	width: 609px;
}
.twoColFixLtHdr #news_home_container {
	background-image:url(../uploads/images/bg_news_home_container.gif);
	background-repeat:repeat-x;
	border-color:#c1d5d7;
	border-width: 0px 1px 1px 1px;
	border-style:solid;
	padding: 21px 21px 11px 21px;
	width: 607px;
}
.twoColFixLtHdr #news_home_container h2 {
	border-bottom-color:#adadad;
	border-bottom-width: 2px;
	border-bottom-style:solid;
	color:#14468b;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #news_home_container p {
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 266px;
}
.twoColFixLtHdr #news_home_container a {
	color: #606060;
        font-size: 10px;
        line-height: 18px;
        text-decoration: underline;
}
.twoColFixLtHdr #news_home_container a:hover {
	color: #4592fc;
        font-size: 10px;
        line-height: 18px;
        text-decoration: underline;
}
.twoColFixLtHdr #news_home_headline_1 {
	float: left;
	font-size: 10px;
	width: 283px;
	padding-right: 14px;
}
.twoColFixLtHdr #news_home_headline_2 {
	border-left-color:#5281b3;
	border-left-width: 1px;
	border-left-style:solid;
	font-size: 10px;
	margin: 0px 0px 0px 305px;
	padding-left: 14px;
	width: 283px;
}
.twoColFixLtHdr #footer {
	border-top-color:#d8e5e6;
	border-top-style:solid;
	border-top-width: 5px;
	border-collapse:collapse;
	font-size: 10px;
	line-height: 16px;
	margin-top: 28px;
	padding-top: 13px;
	text-align:center;
	width: 100%;
} 
.twoColFixLtHdr #footer a {
	color:#4a6d86;
        font-size: 10px;
        line-height: 16px;
	text-decoration:none;
}
.twoColFixLtHdr #footer a:hover {
	color:#4592fc;
	text-decoration:none;
}
.twoColFixLtHdr #home_content {
	float: left;
        padding-bottom: 20px;
	padding-right: 12px;
	width: 653px;
}
.twoColFixLtHdr #home_banner {
	margin: 0 0 0 665px;
	border-left-color:#4a6d86;
	border-left-width:1px;
	border-left-style:solid;
        padding-left: 12px;
	width: 210px;
}
.twoColFixLtHdr #form_left {
        padding-right: 277px;
        text-align: right;
	width: 371px;
}
.twoColFixLtHdr #form_right {
        padding-left: 168px;
	width: 480px;
}
.twoColFixLtHdr #form_contact {
        padding-right: 127px;
	width: 521px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0px;
    font-size: 0px;
    line-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.sitemap {
	font-weight: bold;
	line-height: 36px;
	list-style-type: none;
	margin-left:80px;
}
.sitemap ul, ul li, li, li li, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	text-decoration:none;
}
.sitemap a:hover {
	color: #598ed8;
}
.sitemap ul li {
	font-weight: normal;
	line-height: 20px;
	margin-left:40px;
	list-style-type: circle;
}
.titles {
	padding-bottom: 15px;
}
.titles_img {
	margin-left: -2px;
}
.title_arrows {
	vertical-align: middle;
	margin-left: 14px;
}
.error_txt {
	color: #FF0000;
	font-weight: bold;
}
.profile_pic {
	height: 120px; padding-bottom: 15px;
}
.fineprint {
	font-size: 9px;
}
.fineprint a {
	font-size: 9px;
        color: #4a6d86;
}
.fineprint a:hover {
	font-size: 9px;
        color: #4592fc;
}
#myframe { height: 400px; }
.main_title {
	font-size: 14px;
	font-weight: bold;
}
.definitions_title {
	font-size: 16px;
	font-weight: bold;
        color: #3768a0;
}
.publications ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.publications li {
	text-align: center;
	float: left;
}
.publications li a {
	float: left;
}
.twoColFixLtHdr #mainContent .publications li a {
	text-decoration: none;
}
 /* Hide from IE5-Mac \*/
.publications li a {
	float: none;
}
/* End hide */

.publications li.left {
	margin-right: 80px;
	margin-bottom: 20px;
}
.publications li.right {
	margin-right: 0px;
	margin-bottom: 20px;
}
.publications li.center {
	margin-left: 110px;
	margin-right: 80px;
	margin-bottom: 20px;
}
.column_list {
	overflow: auto;
}
.column_list ul {
	margin: 0px;
	padding: 0px 0px 0px 2px;
	float: left;
	width: 50em; 
	list-style-type: none;
}
.column_list li {
	margin: 0pt;
	float: left;
	width: 19em;
	padding: 5px 50px 5px 18px;
	list-style-type: none;
	background-image: url(../uploads/images/bg_bullet.gif);
	background-position: 0px 10px;
	background-repeat: no-repeat;
}
.partner_pic {

	border: 9px #c1d5d7 solid;
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
#form_contact label {
	float: left;
	width: 240px;
	text-align: right;
}

#form_contact input, textarea {
	border-color:#4a6d86;
	border-width:1px;
	border-style:solid;
	font-size: 12px;
        height: 12px;
	width: 200px;
	padding: 0px 5px;
	margin: 0px 0px 20px 20px;
}
#form_contact textarea {
        height: 42px;
	padding: 0px 5px;
	width: 200px;
}
#form_contact br {
	clear: left;
}

a.myPlayer {
	display:block;
	width: 283px;
	height:200px; 
	text-align:center;
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #999;
}

a.myPlayer img {
	margin-top:70px;
	border:0px;
}

a.myPlayer:hover {
	border:1px solid #000;
}
/* End of 'Layout' */

/* Start of CMSMS style sheet 'Top Menu' */
/* Horizontal menu for the CMS CSS Menu Module */

* {
   margin:0;
   padding:0;
}

#menu_vert {
   margin-left: 0px;
   margin-right: 0px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   text-align:left;
   width: 197px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
   border: 1px solid #103a74;
}
#primary-nav ul ul { 
   margin-top: -1px;
   margin-left: 0px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: 0px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: 0px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 0px 0px; 
   text-decoration: none; 
   color: #006699;
}

#primary-nav li { 
   background-image:none;
   background-color:#2f5c97;
}

#primary-nav li.menuparent {
   background-color:#2f5c97;

}

#primary-nav li li a { 
   border: 1px solid #103a74;
   color: #FFFFFF;
   font-size: 11px;
   padding: 2px 10px 2px 10px;

}	

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   background-image:none;
   background-color:#7499b1;
}

#primary-nav li li a.menuactive { 
   color: #ffdd9a;
}

#primary-nav ul li.menuparent {
   background-image: url(uploads/images/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(uploads/images/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
   background-color:#7499b1;
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-image:none;
   background-color:#7499b1;
}

#primary-nav li li a:hover, 
#primary-nav li li a.menuh, 
#primary-nav li li a.menuparenth, 
#primary-nav li li a.menuactiveh { 
   color: #ffdd9a;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
/* End of 'Top Menu' */

