@charset "utf-8";
/* CSS Document */

/* Global */
body  {
    background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
html,body {
    min-height: 100%;
    height: 100%;
}
a {
	color: #336699;
	text-decoration: none;
}

a:hover{
    text-decoration:underline;
}

h1{
    color: #003399;
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height:130%;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	line-height:100%;
}

body, th, td {
	color: #333333;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 11px;
}

h2 {
    font-size: 12px;
    font-weight:bold;
}

h3 {

    color: #003399;
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 17px;
	font-weight: normal;
    line-height:130%;
	margin: 5px 0px 3px 0px;
    padding: 0px 0px 3px 0px;
	border-bottom: 1px dotted #666666;
}


ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
}

.componentheading{
    color: #003399;
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 17px;
	font-weight: normal;
    line-height:130%;
	margin: 5px 0px 3px 0px;
    padding: 0px 0px 3px 0px;
	border-bottom: 1px dotted #666666;
}
.contentheading{
    line-height:1.5em;
    font-size: 1.6em;
    color:#003399;
}
form {
    margin:0px;
    padding:0px
}

.button {
    font-weight: bold;
    padding:1px 1px 0px 3px;
    font-size: 10px;
    margin-left: 5px;
    color: #ffffff;
    border: 1px ridge #333366;
    font-family: verdana, arial, Helvetica, sans-serif;
    background-color: #003399;
}
/*search*/

.inputbox {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #003399;
    background: #FFFFFF;
	padding: 1px;
    border: 1px solid #CCCCCC;
    height:20px;
    width: 110px;
    margin:0
}

.search {
    text-align: left;
    margin: 10px 0px 0px 10px;
    padding-left:13px;
    padding-top:10px;
}
.sectiontableheader {
    font-size: 12px;
}
.sectiontableentry1, .sectiontableentry2 {
    font-size: 11px;
}
.sectiontablefooter {
    background:#dae3f1;
    font-size:0.8em;
}
.contentpane ul li{
    list-style:none;
    display:block;
    margin:10px;
    margin-left: -15px;
    background:#F8F1E7;
    font-weight: bold;
    padding:5px;
    height: 80px;
}
.contentpane ul li a{
    font-size:11px;
}
.contentpane ul li div{
    font-weight:normal;
}
/* Tips for this Hybrid layout
1. Since the side columns em-based sizing is based on the user's default font size, you will want to be sure that background graphics in the columns take that into account. Built correctly, this is more accessible for those that need larger font sizes, since the width of the columns remains proportionate. If this is undesirable with your design, simply change the width to a pixel size and be sure to change the margins on the #mainContent div accordingly.
2. Since the sizing of side columns in this layout are based on the 100% font size in the body element, if you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the column widths will downsize proportionately. You may want to increase their widths, and the size of the #mainContent div's side margins, to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
4. The #container div is not necessary for this layout at the 100% width. You may want to use it to create faux columns or limit the width of the layout.
5. It is not neccessary to have the 100% width on the #container div since, by nature, a div takes up 100% of the available space. It is here so that if you want to decrease the size of the overall container - perhaps leaving a bit of margin on each side - this will already be available for adjustment.
*/

/* top menu */


/* header */
.thrColHybHdr #container {
    width: 100%;
	background: #FFFFFF;
	text-align: left;


}
.thrColHybHdr #header {
    margin: 0px;
	padding: 0px;
/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}


/* HEADER LINKS */


.thrColHybHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColHybHdr #header h3 {
    font-size: 14px;
	margin: 0px 0px 0px 5px;
	padding: 10px 0px 0px 0px;
	border: none;

}

.thrColHybHdr #header h3 a{
    color: #333333;
	text-decoration: none;

}
/* Topmenu */

.thrColHybHdr #header #top_menu{

    background-color: #003399;
	font-size: 11px;
	margin: 0px;
	padding: 0px 9px 0px 9px;
	border-left: 1px solid #003399;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #333333;
	white-space: normal;
    color:#FFFFFF;
}


.thrColHybHdr #header #top_menu td.on {
	background-color: #FFFFFF;
	border-bottom: none;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
.moduletablemainnav{
    color:#FFFFFF;
    text-decoration:none;
    font-weight:normal;
    height:auto;
    margin-left:-3px;

}
#mainlevelmainnav,#mainlevelmainnav ul{
    list-style:none;
    font-weight:700;
    margin:0;
    font-weight: normal;
}
#mainlevelmainnav span{
/*display:block;
text-decoration:none;
font-weight:normal;
margin-right:8px;
margin-left:8px;
padding:0.3em; */
}
#mainlevelmainnav a{
display:block;
color: #FFFFFF;
text-decoration:none;
font-weight:normal;
margin-right:8px;
margin-left:8px;
padding:0.3em;
}

#mainlevelmainnav a:hover{

color: #99CCFF ;

}

#mainlevelmainnav li{
    float:left;
    padding:0;
}
#mainlevelmainnav li ul{
    position:absolute;

    top:0px;
    width:180px;
    display:none;

}


#mainlevelmainnav li  li{
    z-index:500;
    height:auto;
     margin-left:3px;
}
#mainlevelmainnav li ul a{
    z-index:700;
    line-height:1.2em;
    font-weight:normal;
    display:block;
    height:auto;
	padding: 5px 5px 5px 5px;
    border:#336699 1px solid;
    margin:-1px 0px 0px 0px;
    color: #336699;
    background:#ccddee;
    float:left;
    width:170px;

}
#mainlevelmainnav li:hover ul ul,#mainlevelmainnav li:hover ul ul ul,#mainlevelmainnav li.sfhover ul ul,#mainlevelmainnav li.sfhover ul ul ul{
    color:#FFFFFF;
    background: #003399;
    display:block;
    /*border-bottom:1px ridge #fdcb95;*/
}
#mainlevelmainnav li:hover ul,#mainlevelmainnav li li:hover ul,#mainlevelmainnav li li li:hover ul,#mainlevelmainnav li.sfhover ul,#mainlevelmainnav li li.sfhover ul,#mainlevelmainnav li li li.sfhover ul{
    top:auto;
    z-index:6000;
    display:block;

}
#mainlevelmainnav li li:hover,#mainlevelmainnav li li.sfhover{
    color:#FFFFFF;
    background: #003399;
}
#mainlevelmainnav li li:hover a, #mainlevelmainnav li li.sfhover a{
    color:#FFFFFF;
    background: #003399;

}
#mainlevelmainnav li ul a:hover, #mainlevelmainnav li ul a.sfhover{
  color:#FFFFFF;
  background: #6699CC;
}
#mainlevelmainnav li ul li a:hover{

}

/* banner */

.thrColHybHdr #logo {
    color: #336699;
	text-decoration: none;
    position:absolute;
    right:20px;
    top: 10px;
    background: #B5D5E8;
    border:none;
}

.thrColHybHdr #flag {
    margin-right: 8px;
	vertical-align: middle;

}

.thrColHybHdr #banner_img {
    float:right;
    vertical-align:top;
}
.thrColHybHdr #banner_main {
    vertical-align:top;
}
.thrColHybHdr #banner {
    background:url(../images/banner_bg.jpg) repeat-x;
}
.thrColHybHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.clear {
	clear: both;
    overflow: hidden;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColHybHdr #sidebar1 p" rule.
*/

/* content table */

.content-table{

    margin-top:13px;
    width:100%;
    background-color: #FFFFFF
}
.leftsidebar, .leftsidebar-footer {
    width: 18%;
	color: #666666;
	background-color: #F9F9F9;
	border-right: 1px solid #BCB8B6;
	margin: 0px;
	padding: 0px 0px 25px 0px;
	font-size: 11px;
}
.leftsidebar-footer{
  text-align: center;
}

.rightsidebar {
	color: #666666;
	background-color: #FFFFFF;
	border-right: 0px;
	margin: 0px;
	padding: 0px 10px 25px 0px;
	width: 20%;
	font-size: 12px;
}
.content{
	margin: 0px;
	padding: 0px 30px 30px 17px;
	font-size: 13px;
    line-height: 130%;
}


/* sidebar */

.thrColHybHdr #sidebar1 {
    width:100%;
    color: #666666;
	background-color: transparent;
	margin: 0;
	font-size: 11px;
    z-index: ;
}

.thrColHybHdr #sidebar1 h3{
    color: #003399;
	background-color: #E6E6E6;
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	padding: 4px 4px 5px 11px;
	border: none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

.thrColHybHdr #sidebar1 div{

    margin: 0px 0px 20px 0px;

}
.thrColHybHdr #sidebar1 div div{
    padding-bottom:20px;
}

.thrColHybHdr #sidebar2 {
    width: 100%;
    right:0px;
    color: #666666;
	background-color: #FFFFFF;
	font-size: 12px;

}
 .thrColHybHdr #sidebar2 div{
    border: none;
	padding-bottom: 20px;
}
.thrColHybHdr #sidebar2 div div{
   padding-bottom:20px;
}

.thrColHybHdr #sidebar2 h3 {
    font-size: 14px;
    border-bottom: 1px dotted #666666;
}


/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/


.thrColHybHdr #mainContent{
    font-size: 13px;

}
.thrColHybHdr #mainContent div{
   border-top:none
}

.thrColHybHdr #mainT_2_col, .thrColHybHdr #mainB_2_col{
    vertical-align:top;
	padding:0px;
}
.thrColHybHdr #mainT_2_col div{
    width:100%;
    color: #336699;
	text-decoration: none;
    margin-bottom: 24px;
    vertical-align: top;
}
.thrColHybHdr #mainB_2_col div{
    width:47%;
    color: #336699;
	text-decoration: none;
    margin-bottom: 24px;
    vertical-align: top;
}

.thrColHybHdr #mainT_2_col h3 {
    border-bottom: 1px dotted #666666;


}
.thrColHybHdr #mainB_2_col h3 {
    border-bottom: 1px dotted #666666;

}
.thrColHybHdr #mainT_2_col div div, .thrColHybHdr #mainB_2_col div div{
    width:auto;
    float:none;

}

.thrColHybHdr #footer {
    margin:0;
    color: #666666;
	background-color: #F9F9F9;
	font-size: 11px;
    width:100%;
}
.thrColHybHdr #footer-menu{
     text-decoration: none;
     text-align: center;
}
.thrColHybHdr #footer .moduletable{
    border-top: none;
}

.thrColHybHdr #footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.moduletablefooter td{
   white-space: normal;
 }
.mainlevelfooter{
    padding-left: 10px;
   text-decoration: none;
 }
/* Miscellaneous classes for reuse */
.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;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}


#lang_selector {
    position:absolute;
    right:100px;
    top:5px;
    color: #77AADD;
}
#lang_selector a {
	color: #77AADD;
}

#lang_selectort a:visited {
	color: #77AADD;
}

#lang_selector a:hover {
	color: #99CCFF;
}


    /* pathway */

#pathway, #pathway a {
    padding-top:0px;
    color: #003399;;
    margin-bottom: 20px;
}


.componentheading{
    line-height:1.7em;
    font-size:1.8em;
    color:#003399;
    border: none;
	border-top: 1px solid #BCB8B6;
	margin-bottom: 20px;
}

.componentheading {
	border: none;
	border-top: 1px solid #BCB8B6;
	margin-bottom: 20px;
    list-style-image: url(../images/bullet00.gif);
}

.componentheading ul {
	list-style-image: url(../images/bullet00.gif);
}


h2{
    line-height:1.5em;
    font-size: 1.6em;
    color:#003399;
}



.sectiontableheader {
    font-size: 12px;

}
.sectiontableentry1, .sectiontableentry2 {
    font-size: 11px;
}
.sectiontablefooter {
    background:#dae3f1;
    font-size:0.8em;
}
.contentpane ul li{
    list-style:none;
    display:block;
    margin:10px;
    margin-left: -15px;
    background:#F8F1E7;
    font-weight: bold;
    padding:5px;
    height: 80px;
}

.contentpane ul li div{
    font-weight:normal;
}
#content_container2 {
    background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	padding: 10px 15px;
}
#content_container2 H3 {
	color: #666666;
	border: none;
}

#content_container {

}

.small, .modifydate{
    font-size:11px;
    color:#666666;
}

/* Menu Level */

.mainlevel {
	border: none;
    color: #336699;
}
a.mainlevel {
    margin: 0px 5px 0px 27px;
    padding-left:0px;
    display: list-item;
    list-style-position: outside;
    list-style-type: none;
    list-style-image: url(../images/bullet00.gif);
}

a.mainlevel:hover {
    color: #CC3333;
	text-decoration: underline;

}

a.mainlevel#active_menu {

}

a.mainlevel#active_menu:hover {

}

a.sublevel:link, a.sublevel:visited {

}

a.sublevel:hover {

}

a.sublevel#active_menu {

}

/*Module*/
.latestnews li a{
    margin: 5px 5px 0px 27px;
	padding:0px 0px 0px 0px;
    display: list-item;
    list-style-position: outside;
    list-style-type: none;
    list-style-image: url(../images/bullet00.gif);
}

.moduletable {
    vertical-align: top;
    border-top: 1px solid #BCB8B6;

}
.moduletable a{
   padding-top:5px;

}
.moduletable ul li a{
    margin: 5px 5px 0px 25px;
	padding:0px 0px 0px 0px;
    display: list-item;
    list-style-position: outside;
    list-style-type: none;
    list-style-image: url(../images/bullet00.gif);
}


.moduletable h3{
    font-weight: normal;

}

div.moduletable {
    padding-top: 0px;
    border-top: 1px solid #BCB8B6;
}

table.moduletable th, div.moduletable h3 {
    border-bottom:none;
    font-weight: normal;

}
.moduletable table {
    margin-top: 5px;
}

table.pollstableborder td {
    padding: 2px;
}


table.moduletable {
     width: 100%;
     padding: 0px;
     margin: 0px;
     border:none;
}


table.moduletable th {
    background: #2F3E57;
    height: 18px;
    color: #FFFFFF;;
}


table.moduletable td {height: 18px;}
/* Module wrappers for round conners module style -3*/
div.module {
    width: 100%;
}
/* Font Control */
/* Title Control */

div.module h3 {
    color: #FFFFFF;
    text-align: center;

}
/* List Control */

.module ul {}

.module li {}
/* Link Control*/

.module a:link{}

.module a:visited {}

.module a:hover {}

.module a:active {}
/*.module {background: #dddddd url(../images/bluefade.gif) no-repeat 0 100%; width: 20em; margin-bottom: 10px;}

.module div {background: url(../images/br_grey.gif) 100% 100% no-repeat}

.module div div {background: url(../images/tl_grey.gif) 0 0 no-repeat}

.module div div div {background: url(../images/tr_grey.gif) 100% 0 no-repeat; padding:10px; padding-top: 0px; padding-bottom: 2px;}

.module div div div div {background: none;}       */

/* FILE TYPE LISTS */



/*content*/
.contentpaneopen {

    width:100%;

}

.contentpaneopen span b{
    color: #336699;
}

.contentheading {
    color: #003399;
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height:130%;

	margin: 5px 0px 3px 0px;
	padding: 0px 0px 3px 0px;

	border-bottom: 1px dotted #666666;
}

/* component */

/* DocMan */
.thrColHybHdr #docman_list img{
	margin-right:5px;
	}
.thrColHybHdr #docman_list .thumb{
}
.thrColHybHdr #docman_list a{
	font-size:11px;
}
.thrColHybHdr #docman_list td{
    background-color:#F7F7F7;
}
.thrColHybHdr #docman_list {
    border: none;
	margin-bottom: 20px;
}
a.mod_docman_lister_link {
  padding-left: 10px;
}

a.jce_doclink {
    padding:0px;
    margin: 5px 5px 0px 25px;
    display: list-item;
    list-style-position: outside;
    list-style-type: none;
    list-style-image: url(../images/bullet00.gif);
}

/*
#active_menu
#blockrandom
#contact_email_copy
#contact_text
#emailForm
#mod_login_password
#mod_login_remember
#mod_login_username
#poll
#search_ordering
#search_searchword
#searchphraseall
#searchphraseany
#searchphraseexact
#voteid1,#voteid2....
.adminform
.article_seperator
.back_button
.blog
.blog_more
.blogsection
.buttonheading
.category
.clr
.componentheading
.contact_email
.content_rating
.content_vote
.contentdescription
.contentheading
.contentpagetitle

.contentpaneopen
.contenttoc
.createdate
.fase4rdf
.footer   
.frontpageheader
.latestnews
.mainlevel   
.message
.modifydate
.module   
.moduletable
.mostread   
.newsfeed
.newsfeeddate
.newsfeedheading
.pagenav
.pagenav_next
.pagenav_prev
.pagenavbar
.pagenavcounter

.polls
.pollsborder
.pollstableborder
.readon

.searchintro
.sectionentry1
.sectionentry2
.sectionheader
.sitetitle
.small
.smalldark
.sublevel
.syndicate
.syndicate_text
.text_area
.toclink
.weblinks
.wrapper
*/