﻿html
{
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

html>body {
	font-size: 16px; 
	font-size: 68.75%;
}

a:focus {outline-style: none;}

body
{
    margin: 0px;
    background: #fff url(../imgs/bg.jpg) no-repeat center top;
    height: 100%;
    background-color: #8dbce3;
}

#container
{
    width: 100%;
    height: 100%;
}
a.grey 
{
	text-decoration: none;
	color: #828282;
	font: normal 1em Arial;
	letter-spacing: 1px;	
}

a.grey2 
{
	text-decoration: none;
	color: #828282;
}

#newsheader 
{
    background-color: #fff;
    width:100%;
    /*height:50px;*/
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
    background: -moz-linear-gradient(top, #e3e3e3, #c7c7c7);
	background: -webkit-gradient( linear, 0 0, 100% 100%, from(#e3e3e3), to(#d5d5d5));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e3e3e3, endColorstr=#d5d5d5);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e3e3e3, endColorstr=#c7c7c7);  
}

.tdhover:hover  
{
    cursor: pointer;
    background-color: #e3e3e3;        
}

.grey_sep 
{
	color: #828282;
	font: normal 1em Arial;
	padding:0px 10px 0px 10px;	
}

#button_sitemap 
{
	height: 36px;
	width: 108px;
	position:absolute;
	left:16px;
	bottom: 0px;
	background: -moz-linear-gradient(top, #d9d9d9, #d0d0d0);
	background: -webkit-gradient( linear, 0 0, 100% 100%, from(#d9d9d9), to(#d0d0d0) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9d9d9, endColorstr=#d0d0d0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9d9d9, endColorstr=#d0d0d0);
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
    font: bold 1.3em Arial; /**/
    color: #575757;		
}

.button_login
{
	height: 26px;
	width: 68px;
	position:absolute;
	border:1px solid #236887;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    font: bold 1.3em Arial; /**/
    background-color: #d4e6f4;		
}

#button_portal 
{
	position:absolute;
	right: 9px;
	top: 108px;
	height: 38px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	background: -moz-linear-gradient(top, #50b6db, #3381c1);
	background: -webkit-gradient( linear, 0 0, 100% 100%, from(#50b6db), to(#3381c1) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50b6db, endColorstr=#3381c1);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50b6db, endColorstr=#3381c1);
    font: bold 1.2em Arial;
}

#button_portal:hover 
{
	cursor: pointer;	
}

.portal 
{
    background-color: #2777b2;
    font: bold 1.05em arial;
    letter-spacing: 0.2pt;
    color: #fff;
    padding: 10px 15px 10px 15px;  
}

.portalover
{
    background-color: #fff;
    color: #2777b2;
    padding: 10px 15px 10px 15px;
    cursor: pointer; 
}

#website_search
{
	position:absolute;
	right: 219px;
	top: 108px;
	height: 38px;
	width: 220px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	background: #fff;
	border: 1px solid #b4b4b4;		
}

#newsletter_subscribe 
{
	width: 547px;
	height: 130px;
	border: 1px dashed #b4b4b4;	
	float: right;
	right: 10px;
}

#news_container 
{
	float:left;
	width: 274px;
	height: 100%;
	overflow: visible;
	margin-bottom: 14px;
	margin-top: 14px;			
}

#features_container 
{
	float:right;
	padding: 7px;
	width: 536px;
	height: 208px;
	margin-bottom: 14px;
	margin-top: 14px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
    background: -moz-linear-gradient(top, #e3e3e3, #c7c7c7);
	background: -webkit-gradient( linear, 0 0, 100% 100%, from(#e3e3e3), to(#c7c7c7) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e3e3e3, endColorstr=#c7c7c7);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e3e3e3, endColorstr=#c7c7c7)";			
}

#button_learn 
{
	width: 104px;
	height: 24px;
	background: -moz-linear-gradient(top, #9b9b9b, #7a7a7a);
	background: -webkit-gradient( linear, 0 0, 100% 100%, from(#9b9b9b), to(#7a7a7a) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9b9b9b, endColorstr=#7a7a7a);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9b9b9b, endColorstr=#7a7a7a)";
    font: bold 1.1em Arial; /**/
    letter-spacing: 0.5pt;
    position:relative;
    left:17px;
    top:15px;
    color:#fff;
    text-align: center;
    padding-top: 10px;
}

#quicklinks_header 
{
	width:100%;
	margin-left: auto;
	margin-right: auto;
	float:left;
	left:1px;
	background-color: #61c84b;
	margin-top: 12px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
    text-align: center;
    height: 28px;
    color: #307225;
    font: bold 1.15em Arial; /**/
    padding-top: 11px;
}
#quicklinks 
{
	width:800px;
	margin-left: auto;
	margin-right: auto;
	float:left;
	left:1px;
	background: -moz-linear-gradient(top, #4fb93d, #39a02c);
	background: -webkit-gradient( linear, 0 0, 100% 100%, from(#4fb93d), to(#39a02c) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4fb93d, endColorstr=#39a02c);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#4fb93d, endColorstr=#39a02c)";
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    height: auto;
    color: #307225;
    font: bold 1.1em Arial;
    padding: 15px 20px 15px 20px;
}

#docssidemnu 
{
    border: 1px solid #e0e0e0;
    width: 217px;  
}

#docsexecute 
{
	background: -moz-linear-gradient(top, #fefefe, #fafafa);
	background: -webkit-gradient( linear, 0 0, 100% 100%, from(#fefefe), to(#fafafa) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fefefe, endColorstr=#fafafa);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fefefe, endColorstr=#fafafa)";
    border: 1px solid #d2d2d2; 
    width:608px;
    height: 46px;
}

.docfields 
{
	background: -moz-linear-gradient(top, #fefefe, #f8f8f8);
	background: -webkit-gradient( linear, 0 0, 100% 100%, from(#fefefe), to(#fafafa) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fefefe, endColorstr=#fafafa);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fefefe, endColorstr=#fafafa)";
    border: 1px solid #d2d2d2;
    height: 22px;
    font: bold 11px Arial;
    color: #797979;
    width: 460px;
    
}

.tdsidemnu
{
     padding: 7px 0px 7px 10px;
     font: bold 1.1em Arial;
     color: #797979;
     width: 180px;
     background: #fcfcfc url(../imgs/arr_side_sml_rht.png) no-repeat 20px 13px;
     cursor:default;
     text-decoration: none;
}

.tdsidemnupubs
{
     padding: 7px 0px 7px 10px;
     font: bold 1.1em Arial;
     color: #797979;
     width: 180px;
     cursor:default;
     background: #fcfcfc;
     text-decoration: none;
}

.tdsidemnupubsover
{
     padding: 7px 0px 7px 10px;
     font: bold 1.1em Arial;
     color: #fff;
     width: 180px;
     background: #86beef;
     cursor:pointer;
}

.sidemnulnks 
{
    text-decoration: none;
    color: #6b6b6b;    
}

.sidemnulnksgreen 
{
    text-decoration: none;
    color: #41a434;        
 }

.tdsidemnuover
{
     padding: 7px 0px 7px 10px;
     font: bold 1.1em Arial;
     color: #fff;
     width: 180px;
     background: #86beef url(../imgs/arr_cnt_menu_dwn.png) no-repeat 195px 5px;
     cursor:pointer;
}

.tdlnk 
{
    text-decoration: none;    
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

.js .sidemenu{visibility:hidden}

.sidemenu {
  float:left;
  position:relative;
  width:217px;
  min-height:30em;
  height:auto;
}

li.expand{margin:0;}
h4.expand{margin:0;}

.collapse {
  margin-bottom:0;
  overflow:hidden;
}

h4, .sidemenu li {
  margin:0;
  font-size:1em;
  font-weight:700
}
#wrapper ul {
  margin:0;
  padding:0 0 0 30px;
}
#wrapper .sidemenu ul {
  padding-left:0
}
.sidemenu .collapse li {
  margin:0;
  padding:3px 25px;
  background-color:#edf5fc; 
  color:#8e9092;
  border: 1px solid #ececec;
  font: bold 1.15em arial;
}
.expand a {
  display:block;
  padding:8px 0px 8px 18px;
  min-height:0;
  background-color: #fcfcfc;
  border: 1px solid #ececec;
  font: bold 1.15em arial;
  letter-spacing: 0.5pt;
  text-decoration: none;
  color: #6b6b6b;
}
.expand a:link, .expand a:visited {
  border-width:1px;
  background-image:url(../imgs/arr_cnt_menu_rht.png);
  background-repeat:no-repeat;
  background-position:98% 50%;  
}
.expand a:hover, .expand a:active, .expand a:focus {
  outline-color:#ddd
}
.expand.open a:link, .expand.open a:visited {
  border: 1px solid #ececec;
  background:#7fbbef url(../imgs/arr_cnt_menu_dwn.png) no-repeat 98% 50%;
  color: #fff;
}
.quicklinksfront 
{
	font: bold 11px arial;
	text-decoration :none;
	color: #fff;	
}

.sitemap_txt_main 
{
	font: bold 13px arial;
	color: #7d7d7d;
	padding-bottom:5px;		
}

.sitemap_txt_sub a
{
	font: bold 11px arial;
	color: #497aad;
	width: 200px;
	padding-left: 8px;
	background: url(../imgs/arr_blu_rht.png) no-repeat 0 5px;
	text-decoration: none;
}

.newsheds 
{
    padding: 12px 0px 5px;
    color: #606060;
    font: bold 1.1em Arial; /**/    
}

.newsbods 
{
    color: #303030;
    font: normal 1em arial;    
}

#newssep 
{
    height: 1px;
    background-image: url(../imgs/sep_news.png);
}

.newsread
{
    padding: 7px 0px 9px 0px;
    color: #2b74bf;
    font: bold 1em Arial; /**/
}
.subscribe_field 
{
	font: bold 1.2em arial;
	color: #828282;
	border: 0px;
	background-color: transparent;
	padding-left: 10px;
}
.subscribe_box 
{
	height: 30px;
	width: 190px;
	padding: 12px 0 0 0 ;
	border: solid 1px #dedede;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px; 
}
#btnsubscribe 
{
	width:80px;
	background: -moz-linear-gradient(top, #5983b1, #1e5895);
	background: -webkit-gradient( linear, 0 0, 100% 100%, from(#5983b1), to(#1e5895) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5983b1, endColorstr=#1e5895);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5983b1, endColorstr=#1e5895)";
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	height: 26px;
    color: #fff;
    font: bold 1.3em Arial; /**/
    text-align: center;
    padding: 14px 9px 4px 9px;
}

table.pubdocs
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid;
    border-color: #d2d2d2;
    width: 610px;
}

.pubdocs td
{
    margin: 0;
    padding: 14px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #d2d2d2;
    color:#7d7d7d;
    font: normal 1.15em arial;
}
.pubdocs th
{
    margin: 0;
    padding: 14px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #d2d2d2;
    color:#7d7d7d;
    font: bold 1.15em arial;
    background-color: #f5f5f5;
}

table.listdocs
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid;
    border-color: #d2d2d2;
}

.listdocs td
{
    margin: 0;
    padding: 14px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #d2d2d2;
    color:#7d7d7d;
    background-color: #fff;
    font: normal 1em arial;
}

.listdocs th
{
    margin: 0;
    padding: 14px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #d2d2d2;
    color:#7d7d7d;
    font: bold 1em arial;
    background-color: #f5f5f5;
}

.tdpagecnt 
{
    border: solid 1px #c9c9c9;
    padding: 5px;
    width: 15px;
    font: bold 1.15em arial;
    text-align: center;
    cursor:pointer;
}

.tdpagecntcurrent 
{
    border: solid 1px #c9c9c9;
    padding: 5px;
    width: 15px;
    font: bold 1.15em arial;
    text-align: center;
    background: -moz-linear-gradient(top, #e2f0fb, #c4e4f4);
	background: -webkit-gradient( linear, 0 0, 100% 100%, from(#e2f0fb), to(#c4e4f4) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e2f0fb, endColorstr=#c4e4f4);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e2f0fb, endColorstr=#c4e4f4)";
    cursor:pointer;   
}

/**
 *  Landing carousel
 */

.jcarousel-skin-tango .jcarousel-container {
    background: #b8d0ea;
    height: 87px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 495px;
    padding: 0px 50px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  495px;
    height: 87px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 145px;
    height: 87px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 0px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    padding-top: 20px;
    top: 0px;
    right: 0px;
    width: 52px;
    height: 67px;
    cursor: pointer;
    background: #d2e1f1 url(../imgs/right.png) no-repeat 20px 28px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../imgs/left.png);
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    padding-top: 20px;
    top: 0px;
    left: 0px;
    width: 52px;
    height: 67px;
    cursor: pointer;
    background: #d2e1f1 url(../imgs/left.png) no-repeat 15px 28px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../imgs/right.png);
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

#currentele 
{
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    position:absolute;
    z-index: 21;
    background-color: #fff;
    width: 176px;
    left: 225px;
    border-top: solid 1px #b4b4b4;
    border-left: solid 1px #b4b4b4;
    border-right: solid 1px #b4b4b4;
    background: -moz-linear-gradient(top, #ffffff, #e1e1e1);
	background: -webkit-gradient( linear, 0 0, 100% 100%, from(#ffffff), to(#e1e1e1) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e1e1e1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e1e1e1)";
}

.carouitem 
{
    padding: 15px 12px 8px 10px;
    font: bold 1.1em arial;
    color: #404040;
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -o-user-select: none;
   user-select: none;
}

.loginTxt 
{
	font: bold 1.2em arial;
    color: #303030; 	
}

.caro 
{
    display: none;    
}

#actions
{
    border-bottom: solid 1px #d2d2d2;
    border-left: solid 1px #d2d2d2;
    border-right: solid 1px #d2d2d2;
    background-color: #f5f5f5;
    width:608px;
    height:auto;
    min-height: 46px;
    position:relative;
    background: -moz-linear-gradient(top, #ffffff, #fafafa);
	background: -webkit-gradient( linear, 0 0, 100% 100%, from(#ffffff), to(#fafafa) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#fafafa);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#fafafa)";    
}

#btnexecute 
{
	width:80px;
	background: -moz-linear-gradient(top, #5983b1, #1e5895);
	background: -webkit-gradient( linear, 0 0, 100% 100%, from(#5983b1), to(#1e5895) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5983b1, endColorstr=#1e5895);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5983b1, endColorstr=#1e5895)";
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	height: 16px;
    color: #fff;
    font: bold 1.15em Arial; /**/
    text-align: center;
    padding: 4px 9px 2px 9px;
}

.sideitem:hover
{
    cursor: pointer;    
}

.sideitem
{   
    height: 26px;
    background: #fff url(../imgs/arr_side_sml_rht.png) no-repeat 14px 13px;
    vertical-align: middle;
}

.sideitem a
{
    text-decoration: none;
    color: #6b6b6b;   
}

#carousel_image {  
    height:  199px;  
    width:   595px;  
    padding: 0;  
    margin:  0;  
} 
 
#carousel_image img {  
    top:  0; 
    left: 0 
}

.search_link 
{
    font: bold 13px Arial;
    text-decoration: none;  
    color: #000;    
}

.search_txt
{
    font: normal 12px Arial;
    color: #303030;    
}

.midcols 
{
    width: 167px;
    background-color: Red;
    margin-left: 8px;
    float: left;      
}  
    
    .link:hover 
    {
        color: #ffffff;	
    }
    
    .currentitem 
    {
        background-color: #c9c9c9;
        color: #ffffff;
	    background: -webkit-gradient( linear, 0 0, 100% 100%, from(#c9c9c9), to(#999999) );
	    background: -moz-linear-gradient( top, #c9c9c9, #999999 );
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9c9c9, endColorstr=#999999);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9c9c9, endColorstr=#999999)";    	
    }


.ienudge 
{
    padding-top: 0px;
}

/* custom headings used for the Administrator and MCO section*/
.cntheading
{
    padding: 2px 8px 8px 8px; 
    text-align: right;
    font-size: 1.25em;
}

.cntheading span
{
    font-weight: bold;
}

.conditions {
	list-style: none;
}

.conditions-numbers {
	font-weight: bold;
}

.condition-header {
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}

/*dummy selectors*/
.toggleDisclaimerLoad
{
    background: url(../imgs/loadimg.gif) no-repeat center;
    width: 100px;
    height: 100px;
}
