﻿/* 
    Title:      Master styles
    Author:     Tomas
*/

/* CSS Reset
--------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clear fix
--------------------------------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Global styles
--------------------------------------------------------------------------------------- */

body {
	background: #fff url("gfx/header_bg.png") repeat-x center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	}
a,
a:link,
a:visited {
	text-decoration: none;
	color: #145a8c;
	}
a:hover {
	text-decoration: underline;
	color: #104a73;
	}
a:active {
	text-decoration: underline;
	color: #265a80;
	}	
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;    
    }	
h2 a:hover, h2 a:active {
    text-decoration: none;
    }
.clr {
	clear: both; 
	font-size: 0;
	line-height: 0; 
	height: 0; 
	overflow: hidden;
	}

/* Page structure 
--------------------------------------------------------------------------------------- */

#wrap { 
	width: 960px;
	margin: 0px auto;
	}
#header {
	clear: both;
	overflow: hidden;
	width: 100%;	
	position: relative;
	height: 150px;	
	}
#main {
	clear: both;
	overflow: hidden;
	width: 100%;
	}
#footer {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #888;
	clear: both; 
	overflow: hidden;
	width: 100%;	
	padding: 20px 0;
	border-top: 1px solid #b3b1af;	
	}
	
/* Header elements 
--------------------------------------------------------------------------------------- */

#header .logo {		
	float: left;
	width: 295px;
	height: 90px;
	padding-top: 38px;
	position: relative;
	}		
#header #tools {		
	position:absolute;
	right: 236px;
	top: 30px;
	height: 28px;
	line-height: 20px!important;
	}
#header #tools img {		
	width: 28px;
	height: 28px;
	margin-right: 8px;
	float: left;
	}
#header #tools span {		
	float: left;
	margin: 0px 8px 0 0;
	font-size: 13px;
    font-weight:bold;
	line-height: 16px;
	/*color: #666;*/
    color:#fff;
	padding: 5px 10px 5px 10px;	
	cursor: pointer;
	/*border: 1px solid #b3b1af;*/
    background-color:transparent;
    /*background-color:#696967;*/
	}
#header #tools span:hover {		
	color: #333;
	}
#header .search {		
	position:absolute;
	right: 0;
	top: 30px;
	height: 28px;
	}
#header .search input {
	text-align: left;
	float: left;	
	}
#header .search input.searchfield {
	border-top: 1px solid #b3b1af;
	border-right: 1px solid transparent;
	border-left: 1px solid #b3b1af;
	border-bottom: 1px solid #b3b1af;
	width: 180px;
	height: 18px;
	padding: 4px 10px;
	font-size: 1.3em;	
	}
#header .search input.button {
	background: transparent url("gfx/search_btn.png") no-repeat 0 0;
	width: 34px;
	height: 28px;
	cursor: pointer;
	border: 0;
	}

/*Navigation*/

#header .navigation {	
	position: absolute;
	right: 0;
	top: 110px;
	overflow: hidden;	
	z-index: 200;
	}
#header .navigation ul.mainmenu {
	float: right;
	}
#header .navigation ul.mainmenu li {
	overflow: hidden;
	float: left;
	padding: 0 0 0 30px;	
	}
#header .navigation ul.mainmenu li:first-child {
	padding-left: 0;	
	}
#header .navigation ul.mainmenu li a,
#header .navigation ul.mainmenu li a:visited {
	display: block;
	float: left;
	font-size: 17px;
	color: #333;	
	padding-bottom: 18px;	
	}
#header .navigation ul.mainmenu li a:hover {
	text-decoration: none;	
	border-bottom-style: solid;
	border-bottom-width: 5px;	
	}
#header .navigation ul.mainmenu li.active a {
	font-weight: bold;	
    }
#header .navigation ul.mainmenu li.active a.gray,
#header .navigation ul.mainmenu li a.gray:hover {
	border-bottom-color: #b3b1af;
	}
#header .navigation ul.mainmenu li.active a.orange,
#header .navigation ul.mainmenu li a.orange:hover {
	border-bottom-color: #bf701b;
	}
#header .navigation ul.mainmenu li.active a.blue,
#header .navigation ul.mainmenu li a.blue:hover {
	border-bottom-color: #005695;
	}
#header .navigation ul.mainmenu li.active a.purple,
#header .navigation ul.mainmenu li a.purple:hover {
	border-bottom-color: #62267f;
	}
#header .navigation ul.mainmenu li.active a.green,
#header .navigation ul.mainmenu li a.green:hover {
	border-bottom-color: #5c8727;
	}	
#header .navigation ul.mainmenu li.active a {
	border-bottom: 5px solid #b3b1af;
	}
#header .navigation ul.mainmenu li a img {
	padding: 0;
	margin: 0;
	width: 18px;
	height: 16px;
	}
#header .line {
	width: 100%;
	height: 1px;
	background-color: #005695;
	clear:both;
	position:absolute;
	top: 149px;
	z-index: 100;
	}
	
/* Main elements
--------------------------------------------------------------------------------------- */

/*Content area alignment*/
	
#main .left-aligned {
	width: 680px;
	float: left;
	}	
#main .right-aligned {
	width: 680px;
	float: right;
	margin-left: 40px;
	}	
#main .full {
	width: 960px;
	float: left;
	}	
#main .content {
	
	}
/*Faux columns*/
.two-col-left-sb {
    background: url("gfx/bg_faux_left_sidebar.png") repeat-y 0 0;
    }

/* Sidebars*/

#main .left-sidebar {
	float: left;
	width: 240px;
	}
#main .right-sidebar {
	float: right;
	width: 240px;
	}

/*Breadcrumbs*/

#main .breadcrumbs {
	font-size: 1.2em;
	color: #807e7d;
	padding-top: 36px;
	overflow: hidden;
	width: 100%;
	clear: both;
	}
#main .breadcrumbs img {
    padding: 0 10px 0 7px;    
    }
#main .breadcrumbs img,
#main .breadcrumbs a,
#main .breadcrumbs span {
	vertical-align: middle;	
	}
#main .breadcrumbs a,
#main .breadcrumbs a:visited {
	color: #807e7d;
	}
#main .breadcrumbs a:hover {
	color: #333;
	}

/*Sub menu*/

#main .left-sidebar ul.submenu {
	padding: 27px 0 20px 0;
	width: 239px;
	}
#main .left-sidebar ul.submenu li.submenuheading {
	background: none;
	padding: 0;
	border-bottom: 1px dotted #b3b1af;
	}
#main .left-sidebar ul.submenu li h2 {	
	font-size: 1.6em;	
	line-height: 1.1em;
	color: #333;
	padding: 10px 0 10px;	
	}	
#main .left-sidebar ul.submenu li h2 a {
	background-image: none!important;
	border-bottom-style: none;
	color: #333;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
	}	
#main .left-sidebar ul.submenu li {
	}
#main .left-sidebar ul.submenu li a {
	display: block;	
	padding: 10px 15px;
	background: url("gfx/submenu_arrow.png") no-repeat 0px 13px;
	font-size: 1.2em;
	line-height: 1.0em;
	height: 1%;
	color: #333;
	border-bottom: 1px dotted #bbb;
	}
#main .left-sidebar ul.submenu li a:hover, 
#main .left-sidebar ul.submenu li a.selected:hover {
	text-decoration:none;
	}
#main .left-sidebar ul.submenu.searchfilter li a {
	background: 0;
	}
#main .left-sidebar ul.submenu li a.selected {
	background: url("gfx/submenu_arrow_down.png") no-repeat 0px 14px;
	}
#main .left-sidebar ul.submenu li.active,
#main .left-sidebar ul.submenu li ul li.active, 
#main .left-sidebar ul.submenu li ul li ul li.active {   
	}
#main .left-sidebar ul.submenu li ul {
	}
#main .left-sidebar ul.submenu li.active ul li a,
#main .left-sidebar ul.submenu li ul li a {
	padding: 10px 20px 10px 30px;
	color: #333;
	background: transparent url("gfx/submenu_arrow.png") no-repeat 15px 13px;
	font-weight: normal;
	}
#main .left-sidebar ul.submenu li.active ul li a:hover,
#main .left-sidebar ul.submenu li ul li a:hover {	
	}
#main .left-sidebar ul.submenu li ul li a.selected {
	background: transparent url("gfx/submenu_arrow_down.png") no-repeat 15px 14px;
	}
#main .left-sidebar ul.submenu li ul li ul {
	padding: 0;
	}
#main .left-sidebar ul.submenu li.active a {
	font-weight: bold;
	}
#main .left-sidebar ul.submenu li ul li ul li a,
#main .left-sidebar ul.submenu li ul li.active ul li a,
#main .left-sidebar ul.submenu li.active ul li ul li a {
	padding: 10px 20px 10px 45px;
	color: #333;
	background: transparent url("gfx/submenu_arrow.png") no-repeat 30px 13px;
	}
#main .left-sidebar ul.submenu li ul li ul li a.selected {
	background: transparent url("gfx/submenu_arrow.png") no-repeat 30px 13px;
	}

/* Footer elements
--------------------------------------------------------------------------------------- */
#footer a {
	padding-top: 2px;
    padding-bottom: 2px;  
	}
#footer span  {
	color: #ccc;
	}
#footer a {
    color: #888;
    }
#footer a,
#footer a:visited,
#footer a:hover  {
	text-decoration: underline;
	}
#footer a:hover  {
	color: #333;
	}
#footer a.english {	
	background: transparent url("gfx/flag_uk.png") no-repeat 0 2px;
	padding-left: 35px;	
    }
#footer a.urdu {	
	background: transparent url("gfx/flag_urdu.png") no-repeat 0 2px;
	padding-left: 35px;	
    }

/* Main content typography and elements
--------------------------------------------------------------------------------------- */

/*Headings*/

#main .content h1 {
	font-size: 3.2em;
	line-height: 1.1em;
	color: #333;
	padding: 30px 0 20px 0;
	}
#main .content h2 {
	font-size: 1.9em;
	line-height: 1.1em;
	color: #333;
	padding: 10px 0 5px 0;
	}
#main .content h2.underlined {
	font-size: 1.9em;	
	line-height: 1.1em;
	color: #333;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	/*text-transform: uppercase;*/
	}
#main .content h3 {
	font-size: 1.5em;
	line-height: 1.1em;
	color: #333;
	padding: 10px 0 5px 0;	
	}
#main .content h3.underlined {
	font-size: 1.5em;
	line-height: 1.1em;
	color: #333;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	}
#main .content h4 {
	font-size: 1.4em;
	/*font-style: italic;*/
	line-height: 1.1em;
	color: #333;
	padding: 10px 0 5px 0;
	}
#main .content h4.underlined {
	font-size: 1.4em;
	/*font-style: italic;*/
	line-height: 1.1em;
	color: #333;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	}
#main .content h5 {
	font-size: 1.4em;
	line-height: 1.1em;
	text-transform: uppercase;
	color: #333;
	padding: 10px 0 5px 0;
	}
#main .content h6 {
	font-size: 1.3em;
	line-height: 1.1em;
	text-transform: uppercase;
	color: #333;
	padding: 10px 0 5px 0;
	}
	
/*Paragraphs*/

#main .content p {
	margin-bottom: 20px;
	font-size: 1.4em;
	line-height: 1.5em;
	}

/*Horizontal rulers*/
#main .content hr {
    border: 0;   
    color: #b3b1af;
    background-color: #b3b1af;
    height: 1px;    
    }

/*Block quotes*/

 #main .content blockquote {
	margin: 10px 30px;
	color: #999;
	border-left: 3px solid #ddd;
	padding-left: 15px;
	font-style: italic;	
	font-weight: bold;
	 } 
#main .content blockquote p:before {
	content: '"'; 
	}
#main .content blockquote p:after {
	content: '"'; 
	}
#main .content q {
	font-style: italic; 
	}
#main .content q:before {
	content: '"'; 
	}
#main .content q:after {
	content: '"'; 
	}

/*Lists*/

#main .content ul, ol {
    font-size: 1.4em;
	line-height: 1.4em;	
}
#main .content ul li ul {
    font-size: inherit;
}
#main .content ul li ul li ul {
    font-size: inherit;
}
#main .content ul li ul li ul li ul{
    font-size: inherit;
}
#main .content ol { 
	margin-bottom: 15px;
	margin-left: 50px;
	list-style-type: decimal;
	}
#main .content ol li {
	padding: 0 0 5px 0;
	}
#main .content ol li div {
	padding: 0;
	margin: 0;
	}
#main .content ul {    
	margin-bottom: 15px;
	margin-left: 30px;
	}
#main .content ul li {
	padding: 0 0 5px 15px;
	background: url(gfx/li_bullet.png) no-repeat 0px 8px;
	}
#main .content ul li div {
	padding: 0;
	margin: 0;
	}
	
/*Tables*/

#main .content table {
    font-size: 1.3em;
    line-height: 1.3em;
    border-collapse:collapse;
    margin-bottom: 15px;
    }
#main .content table thead td {
    background-color: #fff;
    font-weight: bold;
    }
#main .content table,th, td {
    border: 1px solid #666;
    text-align: left;
    vertical-align: top;    
    }
#main .content table th, table td {
    padding: 8px;
    }
#main .content table th p, 
#main .content table td p {
    font-size: inherit!important;
    }
#main .content table th ul, 
#main .content table td ul {
    font-size: inherit!important;
    margin-left: 0px!important;
    }
#main .content table th ol, 
#main .content table td ol {
    font-size: inherit!important;
	margin-left: 0px!important;
	list-style-position:inside;
	}
#main .content table input,
#main .content table textarea,
#main .content table select,
#main .content table label,
#main .content table legend {
    font-size: inherit!important;
    width: auto;
    }
/*Gray*/
#main .content table.gray,table.gray th,table.gray td {
    border: 1px solid #b3b1af!important;
    }
#main .content table.gray thead td {
    background-color: #f0efed!important;
    }
/*Green*/
#main .content table.green,table.green th,table.green td {
    border: 1px solid #5c8727!important; 
    }
#main .content table.green thead td {
    background-color: #e3f5ce!important;
    }
/*Blue*/
#main .content table.blue,table.blue th,table.blue td {
    border: 1px solid #456f8d!important;
    }
#main .content table.blue thead td {
    background-color: #cee4f5!important;
    }
/*Orange*/
#main .content table.orange,table.orange th,table.orange td {
    border: 1px solid #f28f23!important;
    }
#main .content table.orange thead td {
    background-color: #f5e2ce!important;
    }
/*Purple*/
#main .content table.purple,table.purple th,table.purple td {
    border: 1px solid #62267f!important;
    }
#main .content table.purple thead td {
    background-color: #e8cef5!important;
    }

/*Other markup elements*/

#main .content pre 
{
    font-size: 1.4em;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	line-height: 1.1em;
    background-color: #fff8cc;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px 1px 1px 3px;    
    padding: 15px;
    margin-bottom: 15px;
	}

/*Message boxes*/

#main .content div.msg-box {
	font-weight: normal;	
    background-color: #fff;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;    
    padding: 15px;
    margin-bottom: 15px;    
	}
#main .content div.msg-box p {
    margin: 0px!important;
	}
#main .content div.msg-box img {
   float:left;
   padding: 0 15px 0 0;  
	}
#main .content div.msg-box table th {
    white-space: nowrap;
	}
#main .content div.msg-box h1, div.msg-box h2, 
div.msg-box h3, div.msg-box h4, div.msg-box h5, div.msg-box h6 {
   padding-top: 0px!important;  
	}	
#main .content div.msg-box ul {
    margin-bottom: 0px!important;
	}

#main .content div.msg-box span.alert {
    color: #be3521;
    font-weight: bold;
    background: transparent url("gfx/icon_alert_16x16.png") no-repeat 0 0;
    padding-left:23px;
	}
#main .content div.msg-box span.success {
    color: #5c8727;
    font-weight: bold;
    background: transparent url("gfx/icon_success_16x16.png") no-repeat 0 0;
    padding-left:23px;
	}


/*Gray*/	
#main .content div.gray {    
    background-color: #f0efed!important;
    border-color: #b3b1af!important;          
	}
/*Green*/
#main .content div.green {   
    background-color: #e3f5ce!important;
    border-color: #5c8727!important;   
	}
/*Blue*/
#main .content div.blue {    
    background-color: #cee4f5!important;
    border-color: #456f8d!important;    
	}
/*Orange*/
#main .content div.orange {
    background-color: #f5e2ce!important;
    border-color: #f28f23!important;
	}
/*Purple*/
#main .content div.purple {
    background-color: #e8cef5!important;
    border-color: #62267f!important;
	}
/*red*/
#main .content div.red {
    background-color: #f2e1df!important;
    border-color: #be3521!important;
	}
#main .content p.ingress {
	font-size: 1.9em;
	line-height: 1.4em;
	margin-bottom: 27px;
	color: #333;
	}
#main .content div.ingress {
	font-size: 1.9em;
	line-height: 1.4em;
	margin-bottom: 27px;
	color: #333;
	}
#main .content div.ingress p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 27px;
	color: #333;
	}
#main .content img.ingressimage {
	float:none;
	width: 680px;
	}	

#main .content .ingressimagearea {
	clear: both;
	float:none;
	margin: 0 0 20px 0;																		
	}	

#main .content .ingressimagedescription {
    font-size: smaller;
	}
	
	
	
	
	
	
/*Right floated images*/

#main .content .image {
	clear: both;
	float: right;
	width: 320px;
	margin: 0 0 30px 40px;																		
	}	
#main .content p.imagecaption {
	float: right;
	clear:both;  
	margin: 0 0 30px 40px;
	font-size: 1.2em; 
	line-height: 1.3em; 
	width: 320px;    
	}	
#main .content p.imagecaption img {
    width: 320px;
	padding-bottom: 5px;
	}
			
/*Article tools*/

#main .content .articletools { 
    width: 320px;
	}
#main .content .articletools-wide { 
    width: 100%;
	}
#main .content .articletools,
#main .content .articletools-wide {
    border-top: 1px solid #b3b1af;
    border-bottom: 1px solid #b3b1af;
    padding: 5px 0;
    margin-bottom: 10px;
	}
#main .content .articletools p,
#main .content .articletools-wide p  {
    font-size: 12px;
    line-height: 12px;
    color: #807e7d;
    padding: 5px 0;
    margin:0;
	}
#main .content .articletools a,
#main .content .articletools-wide a {
    padding-top: 2px;
    padding-bottom: 2px;    
	}
#main .content .articletools a.author,
#main .content .articletools-wide a.author {
	color: #807e7d;
	background: transparent url("gfx/icon_arttool_contact.png") no-repeat 0 2px;
	padding-left: 21px;
	margin-right: 15px;
    }
#main .content .articletools a.print,
#main .content .articletools-wide a.print {
	color: #807e7d;
	background: transparent url("gfx/icon_arttool_print.png") no-repeat 0 2px;
	padding-left: 21px;
	margin-right: 15px;
    }
#main .content .articletools a.lang,
#main .content .articletools-wide a.lang {
	color: #807e7d;
	background: transparent url("gfx/icon_switch_lang.png") no-repeat 0 2px;
	padding-left: 21px;
	margin-right: 15px;
    }    
#main .content .articletools-wide .addthis_button,
#main .content .articletools .addthis_button,
#main .content .articletools-wide a.share,
#main .content .articletools a.share {
	color: #807e7d;
	background: transparent url("gfx/icon_arttool_share.png") no-repeat 0 2px!important;
	padding-left: 16px;
	margin-right: 15px;
    }
#main .content .articletools a.author:hover,
#main .content .articletools a.print:hover,
#main .content .articletools a.lang:hover,
#main .content .articletools a.addthis_button:hover,
#main .content .articletools a.share:hover,
#main .content .articletools-wide a.author:hover,
#main .content .articletools-wide a.print:hover,
#main .content .articletools-wide a.lang:hover,
#main .content .articletools-wide a.addthis_button:hover,
#main .content .articletools-wide a.share:hover {
	color: #333;
    }
/*Hide clear class from addthis*/
.atclear { display:none!important; }

/*Share box*/

#main .content div.articleshare {
    width: 320px;
    display: none;
    }
#main .content div.articleshare textarea#inputarticleshare {
    width: 90%;
    height: 50px;
    }

/*Right floated boxes*/

#main .content .rightbox {
	float: right;
	clear:both;
	margin: 0 0 30px 30px;
	width: 320px;	
	background-color: #f2f2ed;	
	}
#main .content .rightbox a {
	color: #333;
	}
#main .content .rightbox h2 {
	color: #fff;
	font-size: 17px;
	line-height: 17px;
	padding: 13px 15px 12px 15px; 	
	background: #7fa157 url('gfx/bg_content_box_header.png') repeat-x 0 top;
	}
#main .content .rightbox .boxcontent {
	font-size: .9em;
	padding: 15px;
	overflow: hidden;
	line-height: 1.5em;
	}
#main .content .rightbox .boxcontent p {
	margin-bottom: 5px;
	}
#main .content .rightbox .boxcontent ul {
	margin-left: 0px!important;
	}
#main .content .rightbox .boxcontent ul li {
	background: url(gfx/li_bullet.png) no-repeat 0px 8px;
	}
#main .content .rightbox .boxcontent ol {
	margin-left: 0px!important;
	list-style-position:inside;
	}
	
/*Box content - linklist*/

#main .content .rightbox .boxcontent ul.linklist {
	margin: 0;
	padding: 0;
    }
#main .content .rightbox .boxcontent ul.linklist li {   
	padding: 0;
	list-style-type: none;
    background-image: none!important;
    }
#main .content .rightbox .boxcontent ul.linklist li a {
	font-weight: normal;
	line-height: 1.6em;
	color: #333;
	background: transparent url("gfx/submenu_arrow.png") no-repeat 0 5px;
	padding-left: 10px;
    }
	
/*Right floated quote*/
	
#main .content .quote {
	clear: both;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0 0 40px 40px;
	width: 320px;
	font-size: 1.3em;
	color: #5c8727;	
	}
#main .content .quote span {
	color: #b3b1af;
	font-size: 3.0em;
	display: block;
	margin-bottom: -25px;
	line-height: 1.1em;
	}
#main .content .quote p {
	margin-bottom: 0px;
	}

#main .content .quoteblock {
	clear: both;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0 0 40px 40px;
	width: 320px;
	font-size: 1.3em;
	color: #5c8727;	
	}
#main .content .quoteblock span {
	color: #b3b1af;
	font-size: 3.0em;
	display: block;
	margin-bottom: -25px;
	line-height: 1.1em;
	}
#main .content .quoteblock p {
	margin-bottom: 0px;
	}

/* Forms - general */
#main .content fieldset {
	margin-bottom: 15px;
	border: none;
	border: 1px solid #dedcd9;
	padding: 15px;	
}
#main .content fieldset legend {
	color: #999;
    padding: 0 5px;
    font-size: 1.4em;
    font-weight: bold;
}
#main .content label,
#main .content input,
#main .content select,
#main .content textarea {
    margin: 0 5px 0 0;
    /*font-size: 100%;*/
    vertical-align: middle;
}
#main .content label {	
    font-size: 1.4em;
    line-height: 1.4em;
    display: block;
    margin-bottom: 5px;
	}
#main .content .jquery-filestyle label {
      display: inline-block;
  border: 1px solid #d1d1d1;
  background: #fff;
  margin-right: 5px;
  margin-left: 0;
  padding: 5px 12px;
  color: #0662ba;
  vertical-align: middle;
  line-height: 20px;
  text-align: center;
  margin: 0 5px 0px 0;
  font-size: 14px;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#main .content input[type="radio"],
#main .content input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px;
  /* IE8-9 */
  line-height: normal;
  cursor: pointer;
}
#main .content .radio input[type="radio"],
#main .content .checkbox input[type="checkbox"] {
  float: left;
  margin: 3px;
  margin: 0;
}
select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px;
}
#main .button {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    *line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff; 
    background-color: #61615f;
    *background-color: #61615f; 
    border: 0px solid #bbbbbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
}
#main .button:hover {
    text-decoration: none;
    background-color: #333;
}
#main .content div.button-group {
    text-align: right;
}
#main .content div.button-group a.button,
#main .content div.button-group input[type="submit"].button {
   margin-left: 5px;
}

#main input[type="submit"].button {
    *padding-top: 3px;
    *padding-bottom: 3px;
}
#main input[type="submit"].button::-moz-focus-inner {
    padding: 2px 0;
    border: 0;
}
#main .content input[type=text] {
	border: 1px solid #ccc;
	/*height: 16px;*/
	padding: 5px;
	font-size: 1.4em;	
    }    
#main .content textarea {
	border: 1px solid #ccc;	
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;	
    } 
#main .content select {
	border: 1px solid #ccc;	
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;	
    }
#main .content .filestyle {
    background: #fff!important;
    border: 1px solid #ccc;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
}
.watermark {
	color: #999!important;
}

/*News listing*/

#main .content .news-section {
	border-top: 1px solid #b3b1af;
	padding-bottom: 30px;
	clear: both;
    }
#main .content .news-section .news-item {
	width: 680px;
	border-bottom: 1px dotted #b3b1af;
	margin: 0;
	padding: 0;
	}
#main .content .news-section .news-item .item-content {
    float: left;
    width: 680px;
    padding-top: 0;
	}
#main .content .news-section .news-item .item-content h2 {
    padding-top: 13px;
    font-size: 1.7em;
	line-height: 1.1em;
	padding-bottom: 7px;
	}
	
#main .news-item-footer {
	padding: 10px 0px;	
	overflow: hidden;
	text-align: right;
	}
#main .news-item-footer a.arrow-link-green,
#main .news-item-footer a.arrow-link-green:visited,
#main .news-item-footer a.arrow-link-green:hover {
	padding: 1px 10px 1px 4px;
	background: #005695 url('gfx/link_arrow_npe_blue.png') no-repeat right ;
	color: #fff;
	font-size: 12px;
	line-height:12px;
	text-transform: uppercase;
	text-decoration: none;
}	
#main .news-item-footer a.box-link-green,
#main .news-item-footer a.box-link-green:visited,
#main .news-item-footer a.box-link-green:hover {
	padding: 1px 4px 1px 4px;
	background: #005695;
	color: #fff;
	font-size: 12px;
	line-height:12px;
	text-transform: uppercase;
	text-decoration: none;
}	


#main .content .news-section .news-item .item-content h2 a,
#main .content .news-section .news-item .item-content h2 a:visited {
	color: #4c4a48;
	}	
#main .content .news-section .news-item .item-content h2 a:hover {
	text-decoration: underline;
	}	
#main .content .news-section .news-item .item-content span {
    font-size: 1.1em;
    line-height: 1.1em;
    color: #878787;
    margin-bottom: 5px;
    display: block;
	}
#main .content .news-section .news-item .item-content img {
    float: left;
    margin: 15px 15px 15px 0;
    width: 160px;
	}
#main .content .news-section .news-item .item-content p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0 0 15px 0;
	}
#main .content .news-section .news-footer {
	width: 635px;
	text-align: right;
	margin: 0;
	padding: 0 0 30px 0;	
	}

/* FAQ Page
--------------------------------------------------------------------------------------- */
#main .content div.question p {
    font-weight: bold;
    margin-bottom: 5px;    
    }

/* Person Page
--------------------------------------------------------------------------------------- */
#main .content .person-search-control input.person-search-field {
    width: 242px;    
    }
#main .content .employee-profile {
    margin: 30px 0 15px 0;
    padding: 0;    
    clear: both;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border: 1px solid #ccc;
	}
#main .content .employee-profile img {
    float: left;
    width: 200px;
    padding: 0;
    margin: 0;
	}
#main .content .employee-profile h1 {
    color: #333!important;
    padding: 0;
	}
#main .content .employee-profile h2 {
    padding-bottom: 30px;
    color: #999!important;
    font-weight: bold;
    text-transform: capitalize;
	}
#main .content .employee-profile h3 {
    padding-bottom: 20px;
    color: #999!important;
	}
#main .content .employee-profile .employee-details {
    padding: 20px;
    float: left;
	}
#main .content .employee-profile table {
    font-size: 1.4em;
	line-height: 1.6em;
    border-collapse: collapse;
    margin-bottom: 15px;
    }
#main .content .employee-profile table,
#main .content .employee-profile table th, 
#main .content .employee-profile table td {
    border: 0;
    text-align: left;
    vertical-align: top;    
    }	
#main .content .employee-profile table th, 
#main .content .employee-profile table td {
    padding: 0 10px 0 0px;
    }    
#main .content .about-me textarea {
    width: 100%;
    padding: 10px;
    height: 140px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    }    
#main .content .my-links {
    margin-bottom: 30px;
    }
#main .content .my-links table input[type="text"] {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    }
    
    
#main .content .my-links table a.delete-record {	
	background: transparent url("gfx/intranet_sprite_delete_16x16.png") no-repeat 0 0;
	font-weight: normal;
	color: #999;
	width: 16px;
	height: 16px;
	overflow: hidden;
	display:inline-block;
	}
#main .content .my-links table  a.delete-record:hover {	
	background: transparent url("gfx/intranet_sprite_delete_16x16.png") no-repeat 0 -30px;
	}     
    
    
    
    
    

/*Search result*/

#main .content .employee-profile-small.last {
    margin-left: 20px;    
    }
#main .content .employee-profile-small {
    margin: 0 0 20px 0;
    padding: 0;
    width: 328px;
    height: 110px;
    overflow: hidden;
    float: left;    
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border: 1px solid #ccc;
	}
#main .content .employee-profile-small img {
    float: left;
    width: 80px;
    padding: 0;
    margin: 0;
	}
#main .content .employee-profile-small h1 {
    color: #333!important;
    padding: 0 0 7px 0;
    font-size: 14px;
    line-height: 14px;
	}
#main .content .employee-profile-small h2 {
    padding: 0 0 10px 0;
    color: #999!important;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    text-transform: capitalize;
	}
#main .content .employee-profile-small h3 {
    padding-bottom: 20px;
    color: #999!important;
	}
#main .content .employee-profile-small .employee-details {
    padding: 15px 0 0 15px;
    float: left;
    width: 228px;
    overflow: hidden;
	}	
#main .content .employee-profile-small ul.contact {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 19px;
	}
#main .content .employee-profile-small ul.contact li {
    background: none;
    padding: 0;
    white-space: nowrap;
	}
#main .content .employee-profile-small ul.contact li span {
    padding-right: 7px;
	}

/* xForm Page
--------------------------------------------------------------------------------------- */

.xform
{
}
#main .content .xform table,
#main .content .xform table td {
    border-style:none!important;
    /*font-size:inherit;*/
    }
.xform table,
.xform table tr td {
    border: 0;
    }
.xform h2 {
	padding: 1em 0;
	margin: 0;
    }
.xform .heading {
    font-weight: bold; 
    font-size: 1em; 
    padding: 0; 
    margin: 0.4em 0em;
    }
.xform #id_matrix {
    width: 100%;
	margin: 0;
	padding: 0;
    }
.xform #id_matrix td {
	border:0;
	margin: 0;
	padding: 0.2em 0;
    }
span.xformvalidator {
    color: Red;
    }
.xform input, .xForm .options {
    float: left;
    }
.xform fieldset {
    border: 1px solid #cdcdcd;
    }
.xform legend {
    color: #666;
    padding: 10px 5px;
    }
.xform label {
    /*line-height: 1.7em;*/
    margin-right: 0.5em;
    float: left;
    width: 120px!important;
    }    
    
/* Subscription page
--------------------------------------------------------------------------------------- */

#main .content .subscriptionArea 
{
    width: 100%;
}
#main .content .subscriptionArea table,
#main .content .subscriptionArea table td {
    border-style:none!important;
    /*font-size:inherit;*/
    }
#main .content .subscriptionArea label.topLabel {
    display: block;
    line-height: 1em;
    }
#main .content .subscriptionArea input, .subscriptionArea select {
    margin: 0.3em 0 1.5em 0;
    }
#main .content .subscriptionListArea {
    margin-top: 1.5em;
    }
#main .content .subscriptionListArea input {
    margin: 0 0.3em 0 0;
    }
#main .content .subscriptionListArea td {
    vertical-align: text-bottom;
    padding: 0.3em 0;
    }
#main .content .subscriptionListArea td label{
    display: inline;
    }

/* Document archive
--------------------------------------------------------------------------------------- */

#main .content select.categories {
    margin-left: 30px;   
    width: 220px;
    }
#main .content #doc-archive {
    margin-bottom: 35px;    
    }
#main .content #doc-archive .category-block {
    margin-bottom: 5px;    
    }
#main .content #doc-archive .category-block h4.toggle {
	background: transparent url(gfx/icon_col_16x16.png) no-repeat 98% center;
	padding: 13px 0 13px 15px;
	margin-bottom: 10px;
	margin-bottom: 0;
	cursor: pointer;
	color: #333;
    border: 1px solid #ccc;
	}
#main .content #doc-archive .category-block h4.toggle.expanded {
	background: transparent url(gfx/icon_col_16x16.png) no-repeat 98% center;
	}	
#main .content #doc-archive .category-block h4.toggle.collapsed {
	background: transparent url(gfx/icon_exp_16x16.png) no-repeat 98% center;
	}
#main .content #doc-archive .category-block div.doc-container {    
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding:15px;
    }
#main .content #doc-archive .category-block ul.link-list-mixed.doc-archive {
    margin-bottom: 0!important;
    }

/* Sitemap
--------------------------------------------------------------------------------------- */

#main .content .sitemap {    
	margin-bottom: 30px;
	}
#main .content .sitemap ul {    
	margin-bottom: 0!important;
	margin-left: 0!important;
	}

/* Section page
--------------------------------------------------------------------------------------- */

#main .content .section-row {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
    }
#main .content .section-row .focus-box {
	float: left;	
	margin: 0 0 0 15px;
	}
#main .content .section-row .focus-box:first-child {
	margin: 0!important;	
	}

/* Search page
--------------------------------------------------------------------------------------- */

#main .content .search-area {	
	width:680px;
	clear: both;
	margin-bottom: 20px;
	}
#main .content .search-area input {
	text-align: left;
	float: left;
	}
#main .content .search-area input.searchfield {
	border-top: 1px solid #b3b1af;
	border-right: 1px solid transparent;
	border-left: 1px solid #b3b1af;
	border-bottom: 1px solid #b3b1af;
	/*background: transparent url("gfx/searchfield_bg.png") no-repeat 0 0;*/
	width: 240px;
	height: 18px;
	padding: 4px 10px;
	font-size: 1.3em;	
	margin:0;
	}
#main .content .search-area input.searchbutton {
	background: transparent url("gfx/search_btn.png") no-repeat 0 0;
	width: 34px;
	height: 28px;
	cursor: pointer;
	border: 0;	
	padding: 0;
	}
#main .content .search-options {	
	width:680px;
	margin-bottom: 20px;
	clear: both;	
	}
#main .content .search-options label {	
    display: inline;
	}
#main .content .search-msg {	
	width:680px;	
	padding-top:20px;
	clear: both;	
	border-top: 1px solid #b3b1af;	
	}
#main .content .search-tips {	
	width:680px;	
	clear: both;	
	}
	
/* Page listings
--------------------------------------------------------------------------------------- */

#main .content .page-list {
	border-top: 1px solid #b3b1af;
	padding-bottom: 30px;
	clear: both;
	}
#main .content .page-list .list-item {
	width: 680px;
	border-bottom: 1px dotted #666;
	margin: 0;
	padding: 0;
	}
#main .content .page-list .list-item .date {
	 float: left;
	 width: 80px;
	 padding-top: 16px;
	 font-size: 85%;	
	}
#main .content .page-list .list-item .item-content {
    float: left;
    width: 580px;
    margin-left: 20px;
    padding-top: 0;
	}
#main .content .page-list .list-item .item-content h2 {
    padding-top: 16px;    
    /*padding-top: 13px;*/
    font-size: 1.7em;
	line-height: 1.1em;
	padding-bottom: 7px;    
	}
#main .content .page-list .list-item .item-content h2 a, 
#main .content .page-list .list-item .item-content h2 a:visited {    
    color: #4c4a48;  
	}	
#main .content .page-list .list-item .item-content h2 a:hover {
	text-decoration: underline;
	}		
#main .content .page-list .list-item .item-content img {
    float: right;
    margin: 20px 0 20px 20px;
    width: 160px;
	}
#main .content .page-list .list-item .item-content p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0 0 20px 0;
	}
#main .content .list-footer {
	width: 680px;
	text-align: right;
	margin: 0;
	padding: 0 0 30px 0;	
	}

/* Image gallery
--------------------------------------------------------------------------------------- */

#image_wrap {
    width:680px; 
    text-align:center;
}
#description {
    font-size: 13px; 
    margin-top: 0px; 
    padding-top: 12px; 
    background: none; 
    display: block;
    }


/* Start page
--------------------------------------------------------------------------------------- */

/*Top section*/

#main .startpage-top {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 40px 0 0 0;
	clear: both;
    }
#main .startpage-top .box-row {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;	
    }
#main .startpage-top .box-row .focus-box {
	float: left;	
	margin: 0 0 0 15px;	
	}
#main .startpage-top .box-row .focus-box:first-child {
	margin: 0!important;	
	}

/*Focus Boxes 310px*/

#main .focus-box {
	width: 310px;	
	background-color: #d4d4cf;
	}
#main .focus-box a,
#main .focus-box a:visited,
#main .focus-box a:hover {
	color: #333;
	text-decoration: none;
	margin:0;
	padding: 0;
	}
#main .focus-box h2 {
	color: #4c4a48;
	font-size: 17px;
	line-height: 17px;
	padding: 13px 15px 12px 15px; 	
	background: #d4d4cf url('gfx/bg_focus_box_header.png') repeat-x 0 top;
	}
#main .focus-box .box-content {	
	overflow: hidden;	
	}
#main .focus-box .box-content p {
	margin: 0;
	padding: 10px 15px 15px 15px;
	font-size: 1.3em;
	line-height: 1.4em;	
	}
#main .focus-box .box-content img {
	padding: 0;
	margin: 0;
	width: 310px;
	height: 132px;
	overflow: hidden;
	}
#main .focus-box .box-footer {
	margin: 0 15px;
	padding: 10px 0px;	
	overflow: hidden;
	border-top: 1px #999796 dotted;
	text-align: right;
	}

/*Content Boxes 310px*/

#main .content-box {
	width: 310px;	
	background-color: #f2f2ed;
	}
#main .content-box a,
#main .content-box a:visited,
#main .content-box a:hover {
	color: #333;
	text-decoration: none;
	margin:0;
	padding: 0;
	}
#main .content-box h2 {
	color: #fff;
	font-size: 17px;
	line-height: 17px;
	padding: 13px 15px 12px 15px; 	
	background: #d4d4cf url('gfx/bg_content_box_header.png') repeat-x 0 top;
	}
	
#main .content-box .grey-header {
	color: #4c4a48;
	font-size: 17px;
	line-height: 17px;
	padding: 13px 15px 12px 15px; 	
	background: #d4d4cf url('gfx/bg_focus_box_header.png') repeat-x 0 top;
	}
	
	
#main .content-box .box-content {	
	overflow: hidden;
	padding-top: 10px;	
	}
#main .content-box .box-content p {
	margin: 0;
	padding: 10px 15px 15px 15px;
	font-size: 1.3em;
	line-height: 1.5em;	
	}
#main .content-box .box-content img {
	padding: 0;
	margin: 0;
	width: 310px;
	height: 132px;
	overflow: hidden;
	}
#main .content-box .box-footer {
	margin: 0 15px;
	padding: 10px 0px;	
	overflow: hidden;
	border-top: 1px #999796 dotted;
	text-align: right;
	}
	
/*Link arrows - boxes*/

#main .content-box .box-footer a.arrow-link-green,
#main .content-box .box-footer a.arrow-link-green:visited,
#main .content-box .box-footer a.arrow-link-green:hover {
	padding: 1px 10px 1px 4px;
	background: #005695 url('gfx/link_arrow_npe_blue_whitebg.png') no-repeat right ;
	color: #fff;
	font-size: 12px;
	line-height:12px;
	text-transform: uppercase;	
}

#main .content-box .box-footer a.arrow-link-gray,
#main .content-box .box-footer a.arrow-link-gray:visited,
#main .content-box .box-footer a.arrow-link-gray:hover {
	padding: 1px 10px 1px 4px;
	background: #595957 url('gfx/link_arrow_gray2.png') no-repeat right ;
	color: #fff;
	font-size: 12px;
	line-height:12px;
	text-transform: uppercase;	
}


#main .focus-box .box-footer a.arrow-link-gray,
#main .focus-box .box-footer a.arrow-link-gray:visited,
#main .focus-box .box-footer a.arrow-link-gray:hover {	
	padding: 1px 10px 1px 4px;
	background: #595957 url('gfx/link_arrow_gray.png') no-repeat right ;
	color: #fff;
	font-size: 12px;
	line-height:12px;
	text-transform: uppercase;
    }	
	
/*Bottom section*/

#main .startpage-btm {
	clear: both;
	overflow: hidden;
	width: 100%;
	padding-bottom: 30px;	
    }
/*Bottom left*/
#main .startpage-btm .left-col {
	float: left;
	width: 635px;
	
    }
/*Slider*/
#main .startpage-btm .left-col .slider-wrapper {
	/*background-color: #ccc;*/
	margin-bottom: 0;
	border-top: 1px #b3b1af solid;
	border-bottom: 1px #b3b1af solid;
    }
/*Banner*/
#main .startpage-btm .left-col .banner-section {
	margin-top: 15px;
	border-bottom: 1px #b3b1af solid;
	padding-bottom: 14px;
    }
#main .startpage-btm .left-col .banner-section img {
	width: 635px;
    }

/*Start page News*/

#main .startpage-btm .left-col .news-section {
	padding-bottom: 30px;
	clear: both;
    }
#main .startpage-btm .left-col .news-section .news-item {
	width: 635px;
	border-bottom: 1px dotted #b3b1af;
	margin: 0;
	padding: 0;
	}
#main .startpage-btm .left-col .news-section .news-item .item-content {
    float: left;
    width: 625px;
    padding-top: 0;
	}
#main .startpage-btm .left-col .news-section .news-item .item-content h2 {
    padding-top: 13px;
    font-size: 1.7em;
	line-height: 1.1em;
	padding-bottom: 7px;
	}
#main .startpage-btm .left-col .news-section .news-item .item-content h2 a,
#main .startpage-btm .left-col .news-section .news-item .item-content h2 a:visited {
	color: #4c4a48;
	}	
#main .startpage-btm .left-col .news-section .news-item .item-content h2 a:hover {
	text-decoration: underline;
	}	
#main .startpage-btm .left-col .news-section .news-item .item-content span {
    font-size: 1.1em;
    line-height: 1.1em;
    color: #878787;
    margin-bottom: 5px;
    display: block;
	}
#main .startpage-btm .left-col .news-section .news-item .item-content img {
    float: left;
    margin: 15px 15px 15px 0;
    width: 160px;
	}
#main .startpage-btm .left-col .news-section .news-item .item-content p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0 0 15px 0;
	}
#main .startpage-btm .left-col .news-section .news-footer {
	width: 635px;
	text-align: right;
	margin: 0;
	padding: 0 0 30px 0;	
	}    

/* Bottom right */

#main .startpage-btm .right-col {
	float: left;
	width: 310px;	
	margin-left: 15px;
    }
    
/* Right boxes */

#main .startpage-btm .right-col .focus-box,
#main .startpage-btm .right-col .content-box {
	clear:both;
	margin-bottom: 15px;
    }

/*Slider*/

#slider {
    position:relative;
    width:310px;
    height:240px;
    background:url("Default/images/loading.gif") no-repeat 50% 50%;    
    }
#slider img {
    position:absolute;
    top:0px;
    right:0px;
    display:none; 
    }
#slider a {
    border:0;
    display:block;
    }
#slider a.arrow {
    border:0;
    display:block;
    padding-right: 20px;
    background: transparent url("gfx/arrow_green_32.png") no-repeat right center;
    }

/*Nivo overrides */
.nivo-caption {
	position:absolute;
	left:0;
	top:0;
	background: transparent;
	color:#333;
	width:310px;
	z-index:8;	
    }
.nivo-html-caption {
	background: none!important;
    }
.nivo-caption p {
	padding: 15px 0px;	
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	color: #333;
	/*opacity:1.0!important;
    filter:alpha(opacity=100)!important;	*/
    }    
.nivo-caption a {	
	font-weight: normal;
	color: #333;
    }
.nivo-caption a:hover {	
	text-decoration: none;
    }
 .nivo-caption span {	
	color: #5c8727;
	font-size: 2.1em;
	line-height: 1.1em;
	padding-bottom: 15px;
	display:block;
	font-weight:bold;
    }
.nivo-directionNav a {
	display:block;
	width:40px;
	height:40px;
	/*background:url("gfx/slider_arrows.png") no-repeat;*/
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	/*background-position:-40px 0;*/
	/*right:15px;*/
	top: 180px;
	background:url("gfx/slider_nav_next_new.png") no-repeat;
}
a.nivo-prevNav {
	/*left:525px;*/
	top: 180px;
	background:url("gfx/slider_nav_prev_new.png") no-repeat;
}

.hidden {
    display: none;
    }

/*Jquery Tooltip styles*/

.tooltip {
	display: none;
	margin: 0;
	background: #61615f url("gfx/bg_tt_arrow.png") no-repeat 50% 0;
	font-size: 12px;
	line-height: 12px;	
	color: #fff;
	text-align: center;	
	padding: 14px 10px 8px 10px;	
    }
#languagesa {		
	display: none;
	margin: 0;
	padding: 10px;
	background-color:white;
	z-index: 300;
	font-size: 12px;
	line-height: 14px;
	width: 110px;	
	color: #fff;
	text-align: left;	
    text-wrap:none;
    white-space:nowrap;
	}

span#languagesb {
    margin: 0px 0px 0px 0px!important;
    background-color: white;
    z-index: 301;
    font-size: 12px;
    line-height: 14px;
    width: 110px;
    color: #fff;
    text-align: left;
    white-space: nowrap;
}


#languagesb a{		
	/*display: none;*/
	margin: 0;
    background-color:#61615f;
	/*background-color: #61615f;*/
	z-index: 300;
	font-size: 12px;
	line-height: 14px;
	width: 70px;	
	color: #fff;
	text-align: left;	
    padding: 6px;
	}
#languages ul li a {		
	color: #fff;
	padding: 0px 0 0px 10px;
	}
#languages ul li a.selected {		
	font-weight: bold;
	background: url("gfx/arrow_fill_white.png") no-repeat 0px 4px!important;
	}
#languagesb a.selected {		
	font-weight: bolder;
	}

/*---------------------------------------- 
  Link List Mixed (Use with link styles)
----------------------------------------*/

ul.link-list-mixed {
	margin: 0 0 15px 0;
	padding: 0;
    }

ul.link-list-mixed li {   
	/*margin: 0 0 5px 0;*/
	padding: 7px 0; 
	list-style-type: none;
    background-image: none!important;  
    /*border-top: 1px dotted #b6b6ba;*/
    }
ul.link-list-mixed li a {
	display: inline-block;
    }
ul.link-list-mixed li a:hover {   
    /*text-decoration: none;*/
    }
    
/*Context specific module-cnt*/
.module-cnt ul.link-list-mixed li {     
    /*border: none;*/
    padding: 0 0 5px 0;
    }
/*Context specific module-cnt-box*/
.module-cnt-box ul.link-list-mixed li {
    border-top: 1px dotted #b6b6ba;
    margin-left: 0!important;
    }
.module-cnt-box ul.link-list-mixed li:first-child {      
    border-top: none;
    padding-top: 0;
    }   
    
/*Context specific .content*/
.content ul.link-list-mixed {
    margin: 0 0 20px 0!important;
    }
.content ul.link-list-mixed li {
    padding-left: 0!important;
    }

/*---------------------------------------- 
  Link List
----------------------------------------*/

ul.link-list {
	margin: 0 0 15px 0;
	padding: 0;
    }
ul.link-list li {
	padding: 7px 0;
	list-style-type: none;
    background-image: none!important;  
    /*border-top: 1px dotted #b6b6ba;*/
    }
/*ul.link-list li:first-child {      
    border-top: none;
    padding-top: 0;
    }*/
ul.link-list li a {
 	display: inline-block;
	background: transparent url("gfx/link_arrow.png") no-repeat 0 5px;
	padding-left: 10px;
	line-height: 16px;
    }
/*Context specific module-cnt*/
.module-cnt ul.link-list li {     
    border: none;
    padding: 0 0 5px 0;
    }
     
/*Context specific .content*/
.content ul.link-list {
    margin: 0 0 20px 0!important;
    }
.content ul.link-list li {
    padding-left: 0!important;
    }

/*---------------------------------------- 
  Link Styles
----------------------------------------*/

 a.generic {
	display: inline-block;
	background: transparent url("gfx/sprite_files_16x16.png") no-repeat 0 -360px;
	padding-left: 21px;
	line-height: 16px;
    } 
a.pdf {
	display: inline-block;
	background: transparent url("gfx/sprite_files_16x16.png") no-repeat 0 0;
	padding-left: 21px;
	line-height: 16px;
    }
a.doc,
a.docx {
	display: inline-block;
	background: transparent url("gfx/sprite_files_16x16.png") no-repeat 0 -60px;
	padding-left: 21px;
	line-height: 16px;
    }
a.ppt,
a.pptx {
	display: inline-block;
	background: transparent url("gfx/sprite_files_16x16.png") no-repeat 0 -120px;
	padding-left: 21px;
	line-height: 16px;
    }
a.xls,
a.xlsx {
	display: inline-block;
	background: transparent url("gfx/sprite_files_16x16.png") no-repeat 0 -180px;
	padding-left: 21px;
	line-height: 16px;
    }
a.zip,
a.rar {
	display: inline-block;
	background: transparent url("gfx/sprite_files_16x16.png") no-repeat 0 -240px;
	padding-left: 21px;
	line-height: 16px;
    }
a.calendar {
	display: inline-block;
	background: transparent url("gfx/sprite_files_16x16.png") no-repeat 0 -300px;
	padding-left: 21px;
	line-height: 16px;
    }
a.jpg,
a.png,
a.gif {
	display: inline-block;
	background: transparent url("gfx/sprite_files_16x16.png") no-repeat 0 -420px;
	padding-left: 21px;
	line-height: 16px;
    }
a.mov,
a.avi,
a.mp4,
a.mpg,
a.mpeg,
a.wmv,
a.swf {
	display: inline-block;
	background: transparent url("gfx/sprite_files_16x16.png") no-repeat 0 -480px;
	padding-left: 21px;
	line-height: 16px;
    }
a.link {
	display: inline-block;
	background: transparent url("gfx/link_arrow.png") no-repeat 0 center;
	padding-left: 10px;
	line-height: 16px;
    }     
a span.date {
    font-size: 0.846em;
    color: #333;
    font-weight: normal;
    }
a span.source {
    font-size: 0.846em;
    color: #333;
    display: block;
    font-weight: normal;    
    }

/* Color scheme overrides
--------------------------------------------------------------------------------------- */

/*Green*/
.green .left-sidebar ul.submenu li h2,
.green .content h1 {
    color: #5c8727!important;
    }
.green .left-sidebar ul.submenu li h2 a {	
	color: #5c8727!important;
	}
.green .left-sidebar ul.submenu li.submenuheading {
	border-bottom-color: #5c8727!important;
	}
.green .left-sidebar ul.submenu li a {	
	background: url("gfx/submenu_arrow_green.png") no-repeat 0px 13px!important;	
	}
.green .left-sidebar ul.submenu li a:hover, 
.green .left-sidebar ul.submenu li a.selected:hover {	
	color: #5c8727!important;
	}
.green .left-sidebar ul.submenu li a.selected {
	background: url("gfx/submenu_arrow_down_green.png") no-repeat 0px 14px!important;
	}
.green .left-sidebar ul.submenu li.active a {
	color: #5c8727!important;
	}
.green .left-sidebar ul.submenu li.active ul li a,
.green .left-sidebar ul.submenu li ul li a {	
	color: #333!important;
	background: transparent url("gfx/submenu_arrow_green.png") no-repeat 15px 13px!important;
	}
.green .left-sidebar ul.submenu li.active ul li a:hover,
.green .left-sidebar ul.submenu li ul li a:hover {	
	color: #5c8727!important;
	}
.green .left-sidebar ul.submenu li ul li a.selected {
	background: transparent url("gfx/submenu_arrow_down_green.png") no-repeat 15px 14px!important;
	}
.green .left-sidebar ul.submenu li ul li ul li a,
.green .left-sidebar ul.submenu li ul li.active ul li a,
.green .left-sidebar ul.submenu li.active ul li ul li a {
	background: transparent url("gfx/submenu_arrow_green.png") no-repeat 30px 13px!important;
	}
.green .left-sidebar ul.submenu li ul li ul li a.selected {
	background: transparent url("gfx/submenu_arrow_green.png") no-repeat 30px 13px!important;
	}

/*Blue*/    
.blue .left-sidebar ul.submenu li h2,
.blue .content h1 {
    color: #005695!important;
    }
.blue .left-sidebar ul.submenu li h2 a {	
	color: #005695!important;
	}
.blue .left-sidebar ul.submenu li.submenuheading {
	border-bottom-color: #005695!important;
	}
.blue .left-sidebar ul.submenu li a {	
	background: url("gfx/submenu_arrow_blue.png") no-repeat 0px 13px!important;	
	}
.blue .left-sidebar ul.submenu li a:hover, 
.blue .left-sidebar ul.submenu li a.selected:hover {	
	color: #005695!important;
	}
.blue .left-sidebar ul.submenu li a.selected {
	background: url("gfx/submenu_arrow_down_blue.png") no-repeat 0px 14px!important;
	}
.blue .left-sidebar ul.submenu li.active a {
	color: #005695!important;
	}
.blue .left-sidebar ul.submenu li.active ul li a,
.blue .left-sidebar ul.submenu li ul li a 	{
    color: #333!important;
	background: transparent url("gfx/submenu_arrow_blue.png") no-repeat 15px 13px!important;
	}
.blue .left-sidebar ul.submenu li.active ul li a:hover,
.blue .left-sidebar ul.submenu li ul li a:hover {	
	color: #005695!important;
	}
.blue .left-sidebar ul.submenu li ul li a.selected {
	background: transparent url("gfx/submenu_arrow_down_blue.png") no-repeat 15px 14px!important;
	}
.blue .left-sidebar ul.submenu li ul li ul li a,
.blue .left-sidebar ul.submenu li ul li.active ul li a,
.blue .left-sidebar ul.submenu li.active ul li ul li a {
	background: transparent url("gfx/submenu_arrow_blue.png") no-repeat 30px 13px!important;
	}
.blue .left-sidebar ul.submenu li ul li ul li a.selected {
	background: transparent url("gfx/submenu_arrow_blue.png") no-repeat 30px 13px!important;
	}
.blue .content .rightbox {
    background-color: #edf0f2!important;
    }
.blue .content .rightbox h2 {	
	background: #5782a1 url('gfx/bg_content_box_header_blue.png') repeat-x 0 top!important;
	}
.blue .content .quote {
	color: #005695!important;	
	}

/*Orange*/   
.orange .left-sidebar ul.submenu li h2,
.orange .content h1 {
    color: #bf701b!important;
    }
.orange .left-sidebar ul.submenu li h2 a {	
	color: #bf701b!important;
	}
.orange .left-sidebar ul.submenu li.submenuheading {
	border-bottom-color: #bf701b!important;
	}
.orange .left-sidebar ul.submenu li a {	
	background: url("gfx/submenu_arrow_orange.png") no-repeat 0px 13px!important;	
	}
.orange .left-sidebar ul.submenu li a:hover, 
.orange .left-sidebar ul.submenu li a.selected:hover {	
	color: #bf701b!important;
	}
.orange .left-sidebar ul.submenu li a.selected {
	background: url("gfx/submenu_arrow_down_orange.png") no-repeat 0px 14px!important;
	}
.orange .left-sidebar ul.submenu li.active a {
	color: #bf701b!important;
	}
.orange .left-sidebar ul.submenu li.active ul li a,
.orange .left-sidebar ul.submenu li ul li a {
    color: #333!important;	
	background: transparent url("gfx/submenu_arrow_orange.png") no-repeat 15px 13px!important;
	}
.orange .left-sidebar ul.submenu li.active ul li a:hover,
.orange .left-sidebar ul.submenu li ul li a:hover {	
	color: #bf701b!important;
	}
.orange .left-sidebar ul.submenu li ul li a.selected {
	background: transparent url("gfx/submenu_arrow_down_orange.png") no-repeat 15px 14px!important;
	}
.orange .left-sidebar ul.submenu li ul li ul li a,
.orange .left-sidebar ul.submenu li ul li.active ul li a,
.orange .left-sidebar ul.submenu li.active ul li ul li a {
	background: transparent url("gfx/submenu_arrow_orange.png") no-repeat 30px 13px!important;
	}
.orange .left-sidebar ul.submenu li ul li ul li a.selected {
	background: transparent url("gfx/submenu_arrow_orange.png") no-repeat 30px 13px!important;
	}
.orange .content .rightbox {
    background-color: #f2f0ed!important;
    }
.orange .content .rightbox h2 {	
	background: #c27b2f url('gfx/bg_content_box_header_orange.png') repeat-x 0 top!important;
	}
.orange .content .quote {
	color: #bf701b!important;	
	}

/*Purple*/
.purple .left-sidebar ul.submenu li h2,
.purple .content h1 {
    color: #62267f!important;
    } 
.purple .left-sidebar ul.submenu li h2 a {	
	color: #62267f!important;
	}	
.purple .left-sidebar ul.submenu li.submenuheading {
	border-bottom-color: #62267f!important;	
	}
.purple .left-sidebar ul.submenu li a {	
	background: url("gfx/submenu_arrow_purple.png") no-repeat 0px 13px!important;	
	}
.purple .left-sidebar ul.submenu li a:hover, 
.purple .left-sidebar ul.submenu li a.selected:hover {	
	color: #62267f!important;
	}
.purple .left-sidebar ul.submenu li a.selected {
	background: url("gfx/submenu_arrow_down_purple.png") no-repeat 0px 14px!important;
	}
.purple .left-sidebar ul.submenu li.active a {
	color: #62267f!important;
	}
.purple .left-sidebar ul.submenu li.active ul li a,
.purple .left-sidebar ul.submenu li ul li a {	
	color: #333!important;
	background: transparent url("gfx/submenu_arrow_purple.png") no-repeat 15px 13px!important;
	}
.purple .left-sidebar ul.submenu li.active ul li a:hover,
.purple .left-sidebar ul.submenu li ul li a:hover {	
	color: #62267f!important;
	}
.purple .left-sidebar ul.submenu li ul li a.selected {
	background: transparent url("gfx/submenu_arrow_down_purple.png") no-repeat 15px 14px!important;
	}
.purple .left-sidebar ul.submenu li ul li ul li a,
.purple .left-sidebar ul.submenu li ul li.active ul li a,
.purple .left-sidebar ul.submenu li.active ul li ul li a {
	background: transparent url("gfx/submenu_arrow_purple.png") no-repeat 30px 13px!important;
	}
.purple .left-sidebar ul.submenu li ul li ul li a.selected {
	background: transparent url("gfx/submenu_arrow_purple.png") no-repeat 30px 13px!important;
	}
.purple .content .rightbox {
    background-color: #f1edf2!important;
    }
.purple .content .rightbox h2 {	
	background: #8857a1 url('gfx/bg_content_box_header_purple.png') repeat-x 0 top!important;
	}
.purple .content .quote {
	color: #62267f!important;	
	}


.imgEnglish {
    width: auto !important;
    height: auto !important;
    cursor: pointer;
}

.blockArea.span_2_of_6 {
	clear:both;
	float:right;
    width: 320px;
	margin:0;
	margin: 0px 0px 30px 5%;
}

/*JSSorBullet Navigator Skin Begin*/ 
.jssorb13 div, .jssorb13 div:hover, .jssorb13 .av {
    background: url(/Styles/JssorSlider/b13.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb13 div {
    background-position: -5px -5px;
}
.jssorb13 div:hover, .jssorb13 .av:hover {
    background-position: -35px -5px;
}
.jssorb13 .av {
    background-position: -65px -5px;
}
.jssorb13 .dn, .jssorb13 .dn:hover {
    background-position: -95px -5px;
}
.captionOrange, .captionBlack
{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}
.captionOrange
{
    background: #EB5100;
    background-color: rgba(235, 81, 0, 0.6);
}
.captionBlack
{
    /*font-size:16px;*/
    background: #000;
    background-color: rgba(0, 0, 0, 0.2);
}
a.captionOrange, A.captionOrange:active, A.captionOrange:visited
{
    color: #ffffff;
    text-decoration: none;
}
a.captionOrange:hover
{
    color: #eb5100;
    text-decoration: underline;
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.7);
}







/* Page listings filesearch
--------------------------------------------------------------------------------------- */
#main .content .page-list-search {
	border-top: 1px solid #b3b1af;
	padding-bottom: 10px;
	clear: both;
	}

#main .content .page-list-search .list-item {
	width: 680px;
	border-bottom: 1px dotted #666;
	margin: 0;
	padding: 0;
	}
#main .content .page-list-search .list-item .date {
	 float: left;
	 width: 80px;
	 padding-top: 10px;
	 font-size: 85%;	
	}
#main .content .page-list-search .list-item .item-content {
    float: left;
    width: 580px;
    margin-left: 20px;
    padding-top: 0;
	}
#main .content .page-list-search .list-item .item-content h2 {
    padding-top: 10px;    
    /*padding-top: 13px;*/
    font-size: 1.7em;
	line-height: 1.1em;
	padding-bottom: 7px;    
	}
#main .content .page-list-search .list-item .item-content h2 a, 
#main .content .page-list .list-item .item-content h2 a:visited {    
    color: #4c4a48;  
	}	
#main .content .page-list-search .list-item .item-content h2 a:hover {
	text-decoration: underline;
	}		
#main .content .page-list-search .list-item .item-content img {
    float: right;
    margin: 20px 0 20px 20px;
    width: 160px;
	}
#main .content .page-list-search .list-item .item-content p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0 0 10px 0;
	}


#main .content .page-list-search table,th,td{
	border: 0px;
	}


#main .content .page-list-search table,th,td {
    padding: 15px;
    border-bottom:1px dotted lightgrey; 
    }

#main .content .page-list-search table th {
    background-color: whitesmoke;  
    }


/* find search adaptaitions*/
div.search-scope {
	border: 0px solid #ccc;
    /*background-color: whitesmoke;*/
    font-size: 15px;
	padding: 10px;
    }    

div.search-scope a {
	color: black;
    }


.item-content em {
    background-color: #f8ed8e;
    font-weight: bold;
    font-style: normal
}


.scopeBtnSelected {
    border-style: solid;
    font-weight: bold;
    background-color:whitesmoke;
    border-bottom: thick solid grey;
    }

div.search_page_browse_right {		
	float: right;
	font-size: 16px;
  	margin-top: 2px;
	}

div.search_page_browse_center {		
    align-content: center;
    text-align:center;
	font-size: 16px;
  	margin-bottom: 10px;
	}


