﻿/* TOOLBAR */
.toolbar {
	background-image: url('images/toolbar-bg.jpg');
	background-repeat: repeat-x;
	height: 25px;
	z-index: 100;
	position: relative;
}
.toolbar .area {
	color: #FFF;
	overflow: visible;
}
.toolbar .area .section{
	float: right;
}
.toolbar .area .section .language a{
	color: #94bdf1;
}
.toolbar .area .section .signup a{
	color: #FFF;
}

.toolbar .area .section .language,
.toolbar .area .section .text-resize,
.toolbar .area .section .signup,
.toolbar .area .section .logged-in {
	float: left;
	border-left: 2px solid #737373;
	padding: 0 10px;
	height: 25px;
	line-height:25px;
}

.toolbar .area .section .login
{
	float: left;
	border-left: 2px solid #737373;
	padding: 0px;
	height: 25px;
	line-height:25px;
}

.toolbar .area .section .eGovLogin
{
	position: relative;
	float: left;
	border-left: 2px solid #737373;
	padding: 0px;
	height: 25px;
}

.toolbar .area .section div:first-child {
	border-left: 0;
}
.toolbar .area .section .text-resize {
	font-weight: bold;
	color: #D9D9D9;
	line-height:20px;
}

.toolbar .area .section .text-resize a {
	color: #D9D9D9;
}

.toolbar .area .section .text-resize .small{
	font-size: 12px;
}
.toolbar .area .section .text-resize .medium{
	font-size: 16px;
}
.toolbar .area .section .text-resize .large{
	font-size: 20px;
}
.toolbar .area .section .eGovLogin .login {
	padding-right: 0;
}

.toolbar .area .section .eGovLogin .login a{
	background: url('images/login-bg.jpg') repeat-x;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	height:25px;
	display: block;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
}

.toolbar .area .section .toolbar-dialog {
	float: left;
}
.toolbar .area .section .eGovLogin .logged-in .username,
.toolbar .area .section .eGovLogin .logged-in .arrow {
	color: #D7463F;
	font-weight: bold;
}
.toolbar .section .LoginPanel {
	display:none;
	position:absolute;
	z-index:100;
	top: 8px; 
	right: 0px; 
	margin-top:15px;
	color:white;
	font-size:11px;
	padding: 12px;
	overflow: hidden;
}

.toolbar .area {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.toolbar {
	font-family: "Segoe UI",Arial, sans-serif;
	font-size: 14px;		
}


/* SITE */
.site {
	font-family: "Segoe UI",Arial, sans-serif;
	font-size: 14px;	
	width: 1000px;
	margin: 0 auto;

}

.ms-dialog .site {
	font-family: "Segoe UI",Arial, sans-serif;
	font-size: 14px;
	width: 100%;
	margin: 0 auto;
}


.site, .section, .region {
	position: relative;
}
.site .s4-ca {
	margin-left:auto;
}

/* HEADER WITH LOGO AND SEARCH */
.section.header {
	height: 80px;
	z-index: 90;
	position: relative;

}

.section.header .logo {
	width: 343px;
	height: 60px;
	float: left;
	margin: 10px 0 0 10px;
}

.section.header .site-search {
	position: relative;
	right: 3px;
	top: 25px;
}
.section.header .site-search input[type="text"] {
	padding: 4px;
}
.section.header .site-search .buttons {
	float: right;
	overflow: hidden;
}

.section.header .site-search .buttons div {
	height: 29px;
	float: left;
}

.section.header .site-search .buttons .keyboard {
	background: url('images/search_btns.png') no-repeat;
	background-position: -260px 0px;
	width: 44px;
	height: 29px;
	display: block;
	margin: 0px 31px 0px 0px; /* right margin used to place search button in it */
	padding: 0px;
	position: relative;
	top: 0px;
}

.section.header .site-search .buttons .keyboard:hover {
	background: url('images/search_btns.png') no-repeat;
	background-position: -304px 0px;
}

.section.header .site-search .buttons .options {
	background: url('images/search_btns.png') no-repeat;
	background-position: -408px 0px;
	width: 33px;
}
.section.header .site-search .buttons .options:hover {
	background: url('images/search_btns.png') no-repeat;
	background-position: -439px 0px;
}

.section.header .site-search input.ms-sbplain {
	border-style: none !important;
	border-color: inherit !important;
	border-width: 0 !important;
	background: url('images/search_btns.png') no-repeat;
	background-position: 0px 0px;
	width: 252px !important;
	height: 21px;
	float: right;
	border-radius: 0;
	font-size: 14px;
	font-family: "Segoe UI",Arial, sans-serif;
	font-style: normal;
	color: #1B1B1B;
}

/* hide default scopes */
.section.header .site-search .ms-sbscopes.ms-sbcell {
	display: none;
}

/* hide default search button */
.section.header .site-search .ms-sbgo img {
	display: none;
}

td.ms-sbgo.ms-sbcell {
	border-width: 0px 0px 0px 0px;
	border-style: none;
	position: absolute;
	right: 31px; /* right is equal to the width of the scopes (options) button */
}

.section.header .site-search .ms-sbgo.ms-sbcell a {
	background: url('images/search_btns.png') no-repeat;
	background-position: -348px 0px;
	display: block;
	width: 31px;
	height: 29px;
}

.section.header .site-search .ms-sbgo.ms-sbcell a:hover {
	background: url('images/search_btns.png') no-repeat;
	background-position: -379px 0px;
}

/* search box autocomplete */
.section.header .site-search .srch-AutoCompContainer {
        display: block !important;
		margin-top: 30px !important;
        min-width: 283px;
        border: 1px #403f3f solid;
        padding: 10px 10px 5px 10px;
        z-index: 2000;
}
 
.section.header .site-search .srch-AutoCompListItem, .section.header .site-search .srch-AutoCompHListItem {
        display: block !important;
        color: #292929;
        background-color: transparent;
        border-style: none;
        border-width: 0px 0px 0px 0px;
}

.section.header .site-search .srch-AutoCompListItem {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.section.header .site-search .srch-AutoCompHListItem {
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


.section.header .site-search .srch-AutoCompList {
	font-size: 12px;
	font-family: "Segoe UI", Arial, sans-serif;
	line-height: 25px;
}

#keyboard { 
	position: absolute;
	display: none; 
	border: 1px solid #ccc; 
	width: auto;
	padding: 10px; 
	cursor: default;
	background-color: #FFFFFF;
    z-index:9999;
}

#keyboard input { 
	padding: 4px 9px 4px 9px;
	background-color: #f3f3f3;
	border: 1px #dadada solid;
	z-index:9999;
	cursor: pointer;
}

#keyboard input:hover { 
	background-color: #535562;
}


#spacebar input { 
	width: 180px; 
	margin: 0 auto; 
	margin-left: 150px; 
}

#shift, #shifton { 
	width: 70px; 
	text-align: left; 
}

#row0, #row0_shift, #row1, #row1_shift, #row2, #row2_shift, #row3, #row3_shift {
	margin-bottom: 4px;
	margin-top: 4px;
}

#row0_shift, #row1_shift, #row2_shift, #row3_shift {
	display: none;
}

#row0, #row0_shift {
	padding-left: 20px; 
}

#row1, #row1_shift { 
	padding-left: 60px; 
}

#row2, #row2_shift { 
	padding-left: 0px; 
}

#shifton { 
	border-left: 3px solid #000; 
	border-top: 3px solid #000; 
}


/* MAIN NAVIGATION */
.section.menu {
	min-height: 33px;
	width: 100%;
	font-size: 15px;
	text-transform: uppercase;
	z-index: 70;
	position: relative;
	background-color: #403F3F;
}

.section.menu .horizontalMenu {
	position: relative;
}

.section.menu .horizontalMenu td.active-td {
	background-color: #0087B9;
}

.section.menu .heading {
	line-height: 33px;
	float: left; 
	text-align: center; 
	font-size: 14px; 
	cursor: pointer; 
	color: #ffffff;
	width: 100%;
}

.section.menu table tr td {
	border-left: 1px #FFFFFF solid;
	position: relative;
}

.section.menu table tr td:first-child {
	border-left-style: none;
	border-left-width: 0px;
}

.section.menu .heading a {
	color: #ffffff; 
	display: block;
	padding: 0px 15px 0px 15px;
}

.section.menu .heading a:hover {
	text-decoration: none;
}

.section.menu .verticalMenuContainer {
	position: absolute;
	width: 100%;
	display: none;
	overflow: visible;
	border-left: 2px #bebebe solid;
	min-width: 200px;
	left: -2px;
}

.section.menu .verticalMenuContainer.twocolumn {
	width:400px;
}

.section.menu .verticalMenuContainer.widthOverride {
	min-width: 0px;
}


.section.menu .verticalMenuContainer.openSide {
	background-color: #ffffff; 
	left: 100%;
	top: -20px;
	border-top: 2px #bebebe solid;
}

.section.menu .verticalMenuContainer.openSide.twocolumn {
	width:400px;
}

.section.menu .verticalMenuContainer.openSide.widthOverride  {
	min-width: 0px;
}


.section.menu .verticalMenu {
	background-color: #FFFFFF;
	float: left; 
	text-transform: none;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 80;
	position: relative;

}

.section.menu .verticalMenu li {
	float: none;
	*display: inline-block;
	position: relative;
}

.section.menu .verticalMenu li:hover {
	background-color: #d3e9f1;
}


.section.menu .verticalMenu .menuItem {
	font-size: 12px;
	color: #686868;
}

.section.menu .verticalMenu .menuItem a {
	font-size: 12px;
	color: #686868;
	display: block;
	padding: 4px 15px 3px 15px;
	word-wrap: break-word;
	overflow: hidden;

}

.section.menu .verticalMenu .menuItem a:hover {
	font-size: 12px;
	color:#18407f;
	text-decoration: underline;
}

.section.menu .verticalMenu .menuItem:hover {
	background-color: #d3e9f1;
	font-weight: bold;
	color:#18407f;
	text-decoration: underline;
}


.section.menu .verticalMenu.twocolumn {
	float: left; 
	width: 49.75%; 
}

.section.menu .toprightShadow {
	width: 10px; 
	height: 2px; 
	top: -2px;
	position: absolute;
	right: -10px; 
	background-image: url('Images/submenu_shadow-right.png'); 
	background-repeat: repeat-y;
}


.section.menu .rightShadow {
	width: 10px; 
	height: 100%; 
	position: absolute;
	right: -10px; 
	background-image: url('Images/submenu_shadow-right.png'); 
	background-repeat: repeat-y;
}

.section.menu .bottomrightShadow {
	width: 10px; 
	height: 10px; 
	position: absolute;
	right: -10px; 
	bottom: -10px; 
	background-image: url('Images/submenu_shadow-corner.png'); 
	background-repeat: no-repeat;
}

.section.menu .bottomShadow {
	position: absolute; 
	bottom: -10px; 
	left: 0px;
	width: 100%; 
	height: 10px; 
	background-image: url('Images/submenu_shadow-bottom.png'); 
	background-repeat: repeat-x;
}


/* breadcrumbs */
.section.links {
	height: 30px;
	margin: 5px 0;
	border: 1px solid #DEDEDE;
	position: relative;
	color: #0087B9;
	font-size: 12px;
}
.section.links .breadcrumbs,
.section.links .social {
	position: absolute;
}
.section.links .breadcrumbs {
	left: 15px;
	top: 7px;
	width: 750px;
	height: 18px;
	overflow: hidden;
}

.section.links .breadcrumbs span.variation-root,
.section.links .breadcrumbs span.variation-root + span {
	display:none;
}

.section.links .breadcrumbs span.current-page {
	margin-right: 0;
	color: #666877;
}
.section.links .breadcrumbs span.current-page:visited {
	color: #666877;
}
.section.links .breadcrumbs span.current-page:hover {
	text-decoration: none;
}
.section.links .social {
	right: 15px;
	top: 2px;
}


/* -- Home Page -- */
.section.main.home {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	padding: 3px 10px 10px 10px;
	background: #FFF url('images/main-content-bg.png') no-repeat right bottom;
	min-height: 455px;
	margin: 0;
	}
.section.main .heading {
	text-transform: uppercase;
}

.section.main .heading.blue {
	color: #0087b9;
	font-size: 18px;
}

.section.main .heading.grey {
	color: #403F3F;
	font-size: 18px;
}


.section.main.home .region {
	display: inline-block; zoom: 1; *display: inline;
	width: 100%;
	margin-top: 10px;
}

.section.main.home .region.a ul.dfwp-list{
	margin:0px;
	padding: 0px;
	list-style: none;
}

.section.main.home .region .news {
	padding: 14px;
	float: left;
}
.section.main.home .region .news a {
	margin-left: 14px;
}
.section.main.home .region .news span {
	text-transform: uppercase;
}
.section.main.home .region .news,
.section.main.home .region .facebook,
.social,
.section.main.home .region .social .share,
.section.main.home .region .social .share .logo {
	display: inline-block; zoom: 1; *display: inline;
	overflow: hidden;
}
.section.main.home .region .facebook {
	float: left;
	margin: 13px 0 0 15px;
}
.section.main.home .region .social 
{
	float: right;
	margin-right: 15px;
}
.section.main.home .region .social .share {
	margin-top: 10px;
}

.section.main.home .ms-WPBody,
.section.main.home .region .container{
	display: inline-block; 
	zoom: 1; 
	*display: inline;
	background: url('images/white-opaque-bg.png');
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
}

.section.main.home .region .content {
	padding: 20px 10px 10px 15px;
}

.section.main.home .region .content .links {
	padding-bottom: 10px;
}

.section.main.home .region a {
	color: #686868;
}
.section.main.home .region .content ul {
	margin: 0;
}
.section.main.home .region .content ul li{
	margin-top: 5px;
	font-size: 50%;
	list-style: none;
	color: #666877;
	background-image: url('images/bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 9px; 
	padding-left: 14px; 
}
.section.main.home .region .content ul li a {
	font-size: 200%;
}

.section.main.home .region.b .leftarea td {
	width: 281px;
	vertical-align:top;
}

.section.main.home .region.b {
	height: 100%;
}
.section.main.home .region.b .images {
	margin-top: 10px;
	display: inline-block; zoom: 1; *display: inline;
}
/*
.section.main.home .region .content,
.section.main.home .region.b .images img {
	margin-left: 15px;
}
.section.main.home .region .content:first-child,
.section.main.home .region.b .images img:first-child {
	margin-left: 0;
}
*/

.section.main.home .region.b .imagearea .ms-WPBorder,
.section.main.home .region.b .imagearea .ms-WPBorderBorderOnly {
	border: 2px solid #E1E1E1;
	line-height: 0;
}


/* MAIN CONTENT AREA */
.section.main {
	background-color: #FFF;
	border: 1px solid #DEDEDE;
	overflow: visible;
	margin-bottom: 5px;
	min-height: inherit;
	height: 100%;
}

.ms-dialog .section.main {
	background-color: #FFF;
	border: 0px;
	overflow: visible;
	margin-bottom: 5px;
	min-height: inherit;
}

/*Two Column Style*/
.section.main .container.a {
	background-color: #EEEEEE;
	float: left; 
	width: 100%; 
	min-height: inherit;
}

.section.main .container.a .column.a {
	background-color: transparent;
	width: 24.9%;
	float: left;
}

.section.main .container.a .column.a .content {
	margin: 20px 20px 20px 20px;	
}

.section.main .container.a .column.a .content .content {
	margin: 0px;	
}

.section.main .container.a .column.a .content .content li,
.section.main .container.a .column.a .content .cbq-layout-main li {
	margin-top: 7px;
}

.section.main .container.a .column.a .content ul {
	list-style: none outside none;
	margin-left: 0px;
	margin-top: 0px;
}

.section.main .container.a .column.a .content ul li {
	
}

.section.main .container.a .column.a .content .section {
	margin-top: 26px;
}
.section.main .container.a .column.a .content .section:first-child {
	margin-top: 0;
}

.section.main .container.a .column.a .content .section .heading,
.section.main .container.a .column.a .content .section a {
	margin-top: 7px;
}
.section.main .container.a .column.a .content .section .heading:first-child,
.section.main .container.a .column.a .content .section a:first-child {
	margin-top: 0;
}

.section.main .container.a .column.a .content .section a {
	display: block;
	color: #0087B9;
	line-height: 16px;
}

.section.main .container.a .column.a .content .seperator{
	border-bottom-color: #000000;
	margin: 38px 0px 38px 0px;
}

.section.main .container.a .column.a .content .ms-PartSpacingVertical {
	margin-top: 26px;
}

.section.main .container.a .column.a .content .links {
	margin-top: 26px;
}

.section.main .container.a .column.a .content .links:first-child {
	margin-top: 0px;
}

.section.main .container.a .column.a .content .links ul li {
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 0px;
}

.section.main .container.a .column.b {
	background-color: #FFFFFF;
	width: 75%;
	float: right;
	min-height: 324px;
}

.section.main .container.a .column.b .content {
	margin: 20px 20px 20px 20px;	
}

.section.main .container.a .column.b .content.left {
    float: left;
    width: 478px;
    margin: 20px 35px 20px 20px; 
}

.section.main .container.a .column.b .content.right {
    margin: 20px 20px 20px 0px;
    width: 195px;
    float: right;
}

.section.main .container.a .column.b .content.right .section .ms-WPBorderBorderOnly {
	border: 2px solid #E1E1E1;
}

.section.main .container.a .column.b .content .image {
	position: relative;
	overflow: hidden;
}

.section.main .container.a .column.b .content .image .caption.container{
	background-color: #000;
	max-width: 227px; 
	position: absolute; 
	left: 0px; 
	bottom: 25px;
	z-index: 10;
}

.section.main .container.a .column.b .content .image .caption.text {
	line-height: 20px; 
	color: #FFF; 
	font-size: 12px;
	margin-left: 15px; 
	margin-right: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px 0px 0px 0px;
}

.section.main .container.a .column.b .content .image .caption.text .ms-selectorlink A {
	color: #FFF !important; 
	font-size: 12px;
}


.section.main .container.a .column.b .content .image .zoomLink{
	display: block;
	position: relative;
	float: left;
}

.section.main .container.a .column.b .content .image img {
	display: block;
	margin-bottom: 25px;
}

.section.main .container.a .column.b .content .image .zoom{
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: block;
	background-image: url('Images/zoom-icon.png');
	background-repeat: no-repeat;
	width: 39px;
	height: 39px;
	margin-bottom: 25px;
}

.section.main .container.a .column.b .content .image .zoom:hover {
	background-image: url('Images/zoom-icon-hover.png');
}

/* Packaged Content Columns*/
.section.main .container.a .column.b .layoutcolumn {
	float:left;
	width:345px;
}

.section.main .container.a .column.b .layoutcolumn.right {
	margin-left:18px;
}

.section.main .container.a .column.b .layoutcolumn .content {
	margin: 0px 0px 20px 0px;
}

.section.main .container.a .column.b .layoutcolumn .content .links {
	margin-top:38px;
}

.section.main .container.a .column.b .layoutcolumn .content .links:first-child{
	margin-top:0px;
}

.section.main .container.a .column.b .layoutcolumn .content .links h3 {
	margin-top:0px;
}

.section.main .container.a .column.b .layoutcolumn .content .links ul {
	list-style:none;
	margin:0px;
}
.section.main .container.a .column.b .layoutcolumn .content .links ul li {
	margin-top: 7px;
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 0px;
}
.section.main .container.a .column.b .layoutcolumn .content .links ul li .itemdescription {
	margin-top: 20px;
}

.section.main .container.a .column.b .layoutcolumn .content .links p {
	margin: 0px;
}




/* Start of Search Results */
.section.main .container.a .column.b .content .searchresults h2{
	color: #0087B9;
}

.section.main .container.a .column.b .content .searchresults p {
	margin-top: 0;
}


.section.main .container.a .column.b .content .searchresults .searchresult {
	margin-top: 50px;
}

.section.main .container.a .column.b .content .searchresults .searchresult:first-child {
	margin-top: 8px;
}

.section.main .container.a .column.b .content .searchresults {
	font-family: "Segoe UI", Arial, sans-serif;
}

.section.main .container.a .column.b .content .searchresults .srch-WPBody {
	color: inherit;
	font-size: inherit;
	font-family: "Segoe UI", Arial, sans-serif;
	width: 709px;
}

.section.main .container.a .column.b .content .searchresults .srch-WPBody a:link {
	color: #0087b9;
}


.section.main .container.a .column.b .content .searchresults .ms-WPBody h2 {
	font-size: 20px;
}

.section.main .container.a .column.b .content .searchresults .srch-resultsfooter
{
	padding-top: 8px;
	margin-top: 50px;
	border-top: 5px solid #DEDEDE;
	width: 100%;
}


/* End of Search Results */

/*eGov Image column a */
.section.main .container.a .column.a .content .image {
	position: relative;
	overflow: hidden;
}

.section.main .container.a .column.a .content .image .caption.container{
	background-color: #000;
	max-width: 227px; 
	position: absolute; 
	left: 0px; 
	bottom: 25px;
	
}

.section.main .container.a .column.a .content .image .caption.text {
	line-height: 20px; 
	color: #FFF; 
	font-size: 12px;
	margin-left: 5px; 
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

.section.main .container.a .column.a .content .image .caption.text .ms-selectorlink A {
	color: #FFF !important; 
	font-size: 12px;
}


.section.main .container.a .column.a .content .image img {
	display: block;
	margin-bottom: 25px;
}


.section.main .container.a .column.b .content .site-search {
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 100px;
}

.section.main .container.a .column.b .content .site-search .searchbox {
	width: 453px;
	position: relative;
	float: left;
	margin-right: 5px;
	font-size: 22px;
}

.section.main .container.a .column.b .content .site-search .searchbox.bg {
	background-image: url('images/search-page-input-bg.jpg');
	background-repeat: no-repeat;
}

.section.main .container.a .column.b .content .site-search .searchbox SELECT {
	display: none !important;	
}

.section.main .container.a .column.b .content .site-search .searchbox input[type="text"] {
	background: none;
	border: none !important;
	top: 5px;
	left: 5px;
	width: 453px;
	height: 43px;
	font-size: 22px;
	font: inherit;
	padding: 0px 0px 0px 0px;
	line-height: 43px;
}

.section.main .container.a .column.b .content .site-search .searchbox .ms-sbgo.ms-sbcell {
	position: absolute;
	left: 458px;
}


.section.main .container.a .column.b .content .site-search .searchbox .ms-sbgo.ms-sbcell img {
	display: none; 
}

.section.main .container.a .column.b .content .site-search .searchbox .ms-sbgo.ms-sbcell a {
	background-repeat: no-repeat;
	width: 95px;
	height: 43px;
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}

.section.main .container.a .column.b .content .site-search .searchbox.EN .ms-sbgo.ms-sbcell a {
	background-image: url('images/search_btn_up_EN.png');
}

.section.main .container.a .column.b .content .site-search .searchbox.EN .ms-sbgo.ms-sbcell a:hover {
	background-image: url('images/search_btn_over_EN.png');
}

.section.main .container.a .column.b .content .site-search .searchbox.MT .ms-sbgo.ms-sbcell a {
	background-image: url('images/search_btn_up_MT.png');
}

.section.main .container.a .column.b .content .site-search .searchbox.MT .ms-sbgo.ms-sbcell a:hover {
	background-image: url('images/search_btn_over_MT.png');
}

.section.main .container.a .column.b .content .site-search .searchbox .ms-sbtable {
	font-family: inherit;
}

.section.main .container.a .column.b .content .site-search .buttons .search {
	background-image: url('Images/search_btn_up_EN.png');
	background-repeat: no-repeat;
	width: 95px;
	height: 43px;
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}

.section.main .container.a .column.b .content .site-search .buttons .search:hover {
	background-image: url('Images/search_btn_over_EN.png');
}

.section.main .container.a .column.b .content .site-search h2,
.section.main .container.a .column.b .content .site-search h3,
.section.main .container.a .column.bb .content .site-search p {
	margin-top: 35px;
}

.section.main .container.a .column.b .content .site-search h2+p {
	margin-top: 0;
}


/*Two Column Style*/

/*One Column Style*/
.section.main .container.b {
    background-color: #FFFFFF;
    width: 100%;
    float: left;
    min-height: inherit;
}

.section.main .container.b .content {
    margin: 20px 20px 20px 20px;    
}

.ms-dialog .section.main .container.b .content {
	margin: 0px;
}


.section.main .container.b .content .image {
    position: relative;
    overflow: hidden;
}

.section.main .container.b .content .image .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    max-width: 217px;
}

.section.main .container.b .content .image .caption .text {
    color: #FFF;
    font-size: 12px;
}


.section.main .container.b .content .image img {
    display: block;
}

.section.main .container.b .content .site-search {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	padding-top: 25px;
	padding-bottom: 100px;
}

.section.main .container.b .content .site-search .searchbox {
	width: 453px;
	position: relative;
	float: left;
	margin-right: 5px;
	font-size: 22px;
}

.section.main .container.b .content .site-search .searchbox.bg {
	background-image: url('images/search-page-input-bg.jpg');
	background-repeat: no-repeat;
}

.section.main .container.b .content .site-search .searchbox SELECT {
	display: none !important;	
}

.section.main .container.b .content .site-search .searchbox input[type="text"] {
	background: none;
	border: none !important;
	top: 5px;
	left: 5px;
	width: 453px;
	height: 43px;
	font-size: 22px;
	font: inherit;
	padding: 0px 0px 0px 0px;
	line-height: 43px;
}

.section.main .container.b .content .site-search .searchbox .ms-sbgo.ms-sbcell {
	position: absolute;
	left: 458px;
}


.section.main .container.b .content .site-search .searchbox .ms-sbgo.ms-sbcell img {
	display: none; 
}

.section.main .container.b .content .site-search .searchbox .ms-sbgo.ms-sbcell a {
	background-repeat: no-repeat;
	width: 95px;
	height: 43px;
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}

.section.main .container.b .content .site-search .searchbox.EN .ms-sbgo.ms-sbcell a {
	background-image: url('images/search_btn_up_EN.png');
}

.section.main .container.b .content .site-search .searchbox.EN .ms-sbgo.ms-sbcell a:hover {
	background-image: url('images/search_btn_over_EN.png');
}

.section.main .container.b .content .site-search .searchbox.MT .ms-sbgo.ms-sbcell a {
	background-image: url('images/search_btn_up_MT.png');
}

.section.main .container.b .content .site-search .searchbox.MT .ms-sbgo.ms-sbcell a:hover {
	background-image: url('images/search_btn_over_MT.png');
}


.section.main .container.b .content .site-search .searchbox .ms-sbtable {
	font-family: "Segoe UI", Arial, sans-serif;
}

.section.main .container.b .content .site-search .buttons .search {
	background-image: url('images/search_btn_up.png');
	background-repeat: no-repeat;
	width: 95px;
	height: 43px;
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}

.section.main .container.b .content .site-search .buttons .search:hover {
	background-image: url('images/search_btn_over.png');
}

.section.main .container.b .content .site-search h2,
.section.main .container.b .content .site-search h3,
.section.main .container.b .content .site-search p {
	margin-top: 35px;
}

.section.main .container.b .content .site-search h2+p {
	margin-top: 0;
}

.section.main ul {
	list-style-type: none;
	margin-top: 25px;
}

.section.main ul li {
	margin-top: 0px;
	list-style: none;
	background-image: url('images/bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 9px; 
	padding-left: 14px;
}

/*End One Column Style*/


.section.main .header {
	border-left: 6px solid #D7463F;
	padding-left: 10px;
	display: block;
	position: relative;
	margin-bottom: 35px;
}

.section.main .header .info {
	color: #666877;
	font-size: 12px;
	margin-top: 0;
}


.section.main .header h1 {
	width: 470px;
}

.section.main .header .icon {
	position: absolute;
}
.section.main .header .icon a {
	margin-left: 30px;
	display: block;
	min-width: 100px;
}
.section.main .header .icon.comments {
	background: url('images/comments-icon.png') no-repeat;
	width: 27px;
	height:22px;
	top: 10px;
	right: 80px;
	overflow: visible;
}
.section.main .header .icon.subscribe {
	background: url('images/rss-icon.png') no-repeat 0 center;
	top: 5px;
	width: 118px;
	height: 100%;
	right: 0;
}

.section.main .content p {
	margin-top: 25px;
}

.section.main .content p:first-child {
	margin-top: 0px;
}


.section.main .footer {
	margin-top: 35px;
	width: 100%;
}

.section.main .footer div {
	display: inline; 
	zoom: 1;
	*display: inline;
	padding-left: 94px;
}

.section.main .footer div:first-child {
	padding-left: 0px;
}

.section.main .footer div.rating span:first-child {
	margin-left: 2px;
	position: relative;
	top: 4px;
}

.section.main .footer div.subscribe img {
	margin: 0 5px 0 0;
	vertical-align: text-bottom;
}

.section.main div.share {
	margin-top: 35px;	
    float: none;
}



/* Comments */
.section.main .comments {
	overflow: hidden;
}
.section.main .comments p {
	margin-bottom: 15px;
}
.section.main .comments form {
	display: inline-block; zoom: 1; *display: inline;
}
.section.main .comments textarea {
	width: 100%;
	height: 109px;
	border-color: #989898;
    font-family: "Segoe UI", Arial, sans-serif;
	font-size: 14px;
	padding: 4px 2px 2px 4px;
}
.section.main .comments .loginmessage
{
    margin: 5px 28px 0px 0px;
}

.section.main .comments button.submit {
	float: right;
    margin: 5px 28px 0px 0px;
}

.section.main .comments.submitted {
	margin-top: 25px;
	padding-top: 15px;
	border-top: 1px solid #989898;
	position: relative;
}
.section.main .comments.submitted table,
.section.main .comments.submitted tr,
.section.main .comments.submitted td
{
	border: 0px;
	font-size: inherit;
	font-family: "Segoe UI", Arial, sans-serif;
}
.section.main .comments.submitted .count,
.section.main .comments.submitted .responses .name {
	font-weight: bold;
}
.section.main .comments.submitted .link {
	position: absolute;
	top: 15px;
	right: 0;
}
/* Comment Responses */
.section.main .comments.submitted .responses {
	margin: 25px 0;
	border-bottom: 1px solid #DEDEDE;
}
.section.main .comments.submitted .responses .response {
	position: relative;
	margin-bottom: 20px;
	padding-right:20px;
}
.section.main .comments.submitted .responses .response .name {
	font-weight: bold;
}
.section.main .comments.submitted .responses .response .text {
	max-width: 500px;
}
.section.main .comments.submitted .responses .response .time,
.section.main .comments.submitted .responses .response button {
	position: absolute;
	right: 20px;
	top: 0px;
}
.section.main .comments.submitted .responses .response .time {
	color: #666877;
	font-size: 12px;
}
.section.main .comments.submitted .responses .response button {
	top: 20px;
}
.section.main .comments.submitted .responses .response.comment_thread2,
.section.main .comments.submitted .responses .response.comment_thread3,
.section.main .comments.submitted .responses .response.comment_thread4 {
	padding: 20px 20px 30px 51px;
	background-color: #cbe5f5;
	margin-bottom: 0;
	margin-top: 3px;
}
.section.main .comments.submitted .responses .response:first-child {
	margin-top: 3px;
}

.section.main .comments.submitted .responses .response.comment_thread2 .image,
.section.main .comments.submitted .responses .response.comment_thread3 .image,
.section.main .comments.submitted .responses .response.comment_thread4 .image {
	background: url('images/comment-dots.png') no-repeat;
	width: 47px;
	height: 50px;
	display: block;
	position: absolute;
	top: -15px;
	left: 0;
}
.section.main .comments.submitted .responses .response.comment_thread3 {
	padding-left: 102px;
}
.section.main .comments.submitted .responses .response.comment_thread3 .image {
	left: 51px;
}

.section.main .comments.submitted .responses .response.comment_thread4 {
	padding-left: 153px;
}
.section.main .comments.submitted .responses .response.comment_thread4 .image {
	left: 102px;
}

.section.main .comments.submitted .responses .response .comment-input-area-reply {
	margin-top: 10px;
}

.section.main .comments .comment-submit {
	text-align: right;
	margin-top: 10px;
}

/* FOOTER */
.section.footer {
	background-color: #DEDEDE;
	position: static;
}
.section.footer .region {
	display: inline-block; zoom: 1; *display: inline;
	width: 100%;
	font-size: 12px;
}
.section.footer .region.header,.section.footer .region.menus, .section.footer .region.logos {
	position: relative;
	overflow: hidden;
}
.section.footer .region.logos {
	margin-top: 50px;
	height: 45px;
}
.section.footer .region.header .logo{
	background-image: url('images/footer-logo.png');
	background-repeat: no-repeat;
	display: inline-block; zoom: 1; *display: inline;
	height: 30px;
	margin: 15px 0 0 20px;
}
.section.footer .region.header .text{
	display: inline-block; zoom: 1; *display: inline;
	font-size: 12px;
	margin: 7px 0 0 75px;
}
.section.footer .region.header .links ul li{
	display: inline-block; zoom: 1; *display: inline;
}
.section.footer .region.header .links ul li a {
	margin: 0 6px;
	color: #464646;
}
.section.footer .region.menus {
	margin: 15px 0 0 20px;
	width: 960px;
}
.section.footer .region.menus .menu{
	float: left;
	width: 20%;
}
.section.footer .region.menus .menu ul li{
	margin-top: 4px;
}
.section.footer .region.menus .menu ul li:first-child{
	margin-top: 0;
}
.section.footer .region.menus .menu ul li a{
	color: #5D5D5D;
}
.section.footer .region.menus .menu ul li a.footer-heading{
	color: #000;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 14px;

}
.section.footer .region.logos .logo {
	display: inline-block; zoom: 1; *display: inline;
	background-repeat: no-repeat;
	height: 43px;
	position: absolute;
}
.section.footer .region.logos .logo.left {
	background-image: url('images/w3g-logo.png');
	width: 88px;
	left: 20px;
}
.section.footer .region.logos .logo.center {
	background-image: url('images/doi-logo.png');
	width: 146px;
	left: 410px;
}
.section.footer .region.logos .logo.right {
	background-image: url('images/mita-logo.png');
	width: 140px;
	right: 15px;
}

/* ERROR */
.section.main .appcontent.error {
       padding: 80px 145px;
}
.section.main .appcontent.error p {
       margin-top: 35px;
}
.section.main .appcontent.error h2+p {
       margin-top: 0;
}



/* pagination */
.pagination {
	margin-top: 35px;
	text-align: center;
}
.pagination ul li {
	display: inline;
	padding: 2px !important;
	background-image: none !important;
}
.pagination ul li a.current {
	color: #000;
}


.pagination a:link {
	color: #0087B9;
	text-decoration: none;
}
.pagination a:visited {
	color: #0087B9;
	text-decoration: none;
}
.pagination a:hover, .link:hover {
	cursor: pointer;
	text-decoration: underline;
}



/* POLLS */

.section.main .poll {
	padding: 15px;
}

.section.main.home .poll .radio-btn table {
	font-size: inherit;
	font-family: "Segoe UI", Arial, sans-serif;
}

.section.main.home .poll .radio-btn td{
	padding-bottom: 15px;
	font-size: inherit;
	font-family: "Segoe UI", Arial, sans-serif;
}
.section.main .poll .radio-btn td {
	padding-bottom: 15px;
	font-size: inherit;
	font-family: "Segoe UI", Arial, sans-serif;
}

.section.main .poll .buttons {
	display: inline-block;
}

.section.main .poll input[type="submit"] {
	margin: 0px 8px 3px 0px;
	float: left;
}
.section.main .poll button.submit {
	float: right;
	background-image: none;
	padding-right: 9px;
}

.poll {
	color: #686868;
}

.poll p{
	font-weight: bold;
	margin: 15px 0;
}
.poll.question h3 {
	text-transform: uppercase;
}
.poll .radio-btn {
	margin-bottom: 5px;
}
.poll input[type="submit"] {
	float: right;
	margin-top: 20px;
}
.poll .progress {
	margin: 25px 0 15px;
}
.poll .progress .label {
	margin-bottom: 5px;
}
.poll .progress-bar {
	background-color: #DEDEDE;
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
.poll .progress-bar>div {
	background-color: #0087B9;
	text-align: right;
	padding: 3px 0px 3px 0;
	color: #FFF;
	font-weight: bold;
}

.poll .progress-bar>div>span {
	padding: 0px 5px 0px 5px;
}

.poll .link {
	border-top: 1px solid #989898;
}

.poll .link a {
	margin-top: 10px;
	display: block;
	color: #0087B9;
    text-decoration: none;
}


/*GENERIC LISTING STYLE*/

.section.main .genericlist{
	margin: 20px 0px 0px 0px;
	border-top-color: #dedede;
	border-top-width:5px;
	border-top-style:solid;
}

.section.main .genericlist .item,
.section.main .item{
	padding: 10px 0;
	border-bottom: 1px solid #DEDEDE;
}

.section.main .genericlist .item span.column30_percent,
.section.main .item span.column30_percent{
	display: inline-block;
	*display: inline;/* for IE7*/   
	*zoom:1;/* for IE7*/ 
	width: 30%;
	word-wrap:break-word;
}

.section.main .genericlist .item span.column50_percent,
.section.main .item span.column50_percent{
	display: inline-block;
	*display: inline;/* for IE7*/   
	*zoom:1;/* for IE7*/ 
	width: 50%;
	word-wrap:break-word;
}

.section.main .genericlist .item span.column70_percent,
.section.main .item span.column70_percent{
	display: inline-block;
	*display: inline;/* for IE7*/   
	*zoom:1;/* for IE7*/ 
	width: 70%;
	word-wrap:break-word;
}

.section.main .genericlist .item span.column100_percent,
.section.main .item span.column100_percent{
	display: inline-block;
	*display: inline;/* for IE7*/   
	*zoom:1;/* for IE7*/ 
	width: 100%;
	word-wrap:break-word;
}

.section.main .genericlist .item a:link,
.section.main .item a:link{
	color:#0087b9;
	text-decoration:none;	
}


/* Footer and Pager styles in generic listing*/
.section.main .genericlistfooter{
	padding: 10px 0;
	border-bottom: 0px;
}


.section.main .genericlistfooter a:link{
	color:#0087b9;
	text-decoration:none;	
}



.section.main .genericlistpager{
	padding: 0px 0px 10px 10px;
	margin-top: 0px;
	border-bottom: 0px;
}


.section.main .genericlistpager a:link{
	color:#0087b9;
	text-decoration:none;	
}

/*ADVERT STYLE*/
.advert {
	border: 1px solid #DEDEDE;
}

.advert a,
.advert img { 
    display: block;
}

/* FORMS */
table.inputform {
	width: 100%;
}

table.inputform td.formlabel {
	text-align: right;
	vertical-align: top;
	padding: 0px 4px 10px 0px;
}

table.inputform td.formfield {
	padding: 0px 0px 10px 4px;
}

table.inputform td.formfield input[type="text"] {
	font: inherit;
}

#alertFreq_Daily input[type="radio"] {
	margin: 0px 10px 0px 4px;
}

#alertFreq_Weekly input[type="radio"] {
	margin: 0px 4px 0px 4px;
}

table.inputform td.formfield .notificationweekdays {
	float: left;
	margin-right: 6px;
}

/* APPLICATION PAGES */
.section.main .appcontent {
	margin: 0px auto 0px auto;
}

.section.main .appcontent p {
	margin-top: 0px;
	margin-bottom: 14px;
}


/* SURVEY */
.section.main .appcontent .progress {
	margin: 25px 0px 25px 0px;
}

.section.main .appcontent .progress div.progress-bar {
	width: 210px;
	height: 25px;
	margin-left: 5px;
	display: inline-block;
	background-color: #5d5d5d;
}

.section.main .appcontent .progress div.progress-bar>div {
	background-color: #9aac4b;
	text-align: right;
	padding: 3px 5px 3px 0;
	color: #FFF;
	font-weight: bold;
}
.section.main .appcontent .questions {
	border-top: 1px #dedede solid;
	border-bottom: 1px #dedede solid;
	padding: 14px 0px;
	margin-bottom: 15px;
}

.section.main .appcontent .questions h3{
	margin-top: 10px;
}

.section.main .appcontent .questions .ms-verticaldots {
	border: 0px none;
}

.section.main .appcontent .questions .ms-gridT1 {
	font: inherit;
	text-align: left;
	padding-top: 4px;
	padding-right: 10px;
}

.section.main .appcontent .questions .ms-gridCol {
	width: 40px;
	text-align: center;
	font-style: italic;
}

.section.main .appcontent .questions .ms-dtinput,
.section.main .appcontent .questions .ms-dttimeinput {
	font-size:inherit;
}

/* NOTIFICATIONS */
.section.main .appcontent .notifications {
	margin: 10px 0px 20px 0px;
}

.section.main .appcontent .notifications  th,
.section.main .appcontent .notifications  td {
	text-align: left;
	padding: 2px 14px 2px 0px;
}

.section.main .appcontent .notifications  th {
	white-space: nowrap;
}

/*COMBO PAGES AND GENERIC LISTING PAGES TOP RIGHT ZONE*/
.section.main .header .layout {
	position: absolute;

}
.section.main .header .layout.toprightzone1 {
	height:inherit;
	float:right;
	top: 10px;
	right: 0px;
	overflow: visible;
	width: 180px;
}

.required
{
	color: #D7463F !important;
	text-align:right;
	font-family:"Segoe UI";
	text-align:left;
	font-size:12px;
	word-wrap:normal;
}

/*SOCIAL INTEGRATION*/
.socialitem{
	float:left !important;
	position:relative;
	background-image: none !important;
	background-repeat: no-repeat !important;
	padding-left: 0px !important;
}

/* PAGE FEEDBACK */
.ratingoptions input[type="radio"]
{
	padding: 0px 0px 2px 0px;
}

.ratingoptions label
{
	padding: 0px 10px 0px 0px;
}


/* DOI ENHANCEMENTS */
.slides .slides_container .slide .caption{
	min-height: 0px !important;
}