


/*  
	Theme Name: Dnata
	Description: The Chameleon 3.1 Theme
	Version: 1.0
	Author: Felix
	Author URL: http://www.flipcorp.com
*/
/***** Global Settings *****/
	html, body { border:0; margin:0; padding:0; height:100%; }
	body {
	font:12px/16px arial, helvetica, sans-serif;
	color:#333;
	line-height:17px;
	}
	/***** Common Formatting *****/
	h1, h2, h3, h4, h5, h6 {margin:0; padding:0; font-weight:normal;}
	ul, li, ol{	margin:0; padding:0; list-style:none;}
	h1 { letter-spacing:-1px; font:2em arial, helvetica, sans-serif;}
	h2 { padding:30px 0 0; letter-spacing:-1px; font:28px arial, helvetica, sans-serif; margin-bottom:40px;}
	h3 { font:12px arial, helvetica, sans-serif; font-weight:bold; color:#333}
	h4 { font-size:12px; }
	p{margin:0;	padding:0 0 16px 0; font-size:12px}
	blockquote {margin:22px 40px;padding:0;	}
	small {font-size:0.85em;}
	img {border:0;}
	sup {position:relative;	bottom:0.3em; vertical-align:baseline;}
	sub { position:relative; bottom:-0.2em; vertical-align:baseline;}
	acronym, abbr {	cursor:help; letter-spacing:1px; border-bottom:1px dashed;}
	
	address{font-size:12px; font-style:normal}
	address a{	font-weight:bold}
	/***** Links *****/
	a, a:visited { color:#04528b;text-decoration:none; outline:none;}
	a:hover{color:#666}
	
	/***** Forms *****/
	form {	margin:0; padding:0; display:inline;}
	input, select, textarea {font:12px arial, helvetica, sans-serif; color:#666; border:1px solid #bbb;}
	textarea {line-height:1.25;overflow:auto}

	/***** Tables *****/
	table { border:0; margin:0 0 18px 0; padding:0;}
	table tr td {padding:2px;}
	
	/***** Global Classes *****/
	.clear 			{ clear:both; }
	.float-left 	{ float:left; }
	.float-right 	{ float:right; }
	.text-left 		{ text-align:left; }
	.text-right 	{ text-align:right; }
	.text-center 	{ text-align:center; }
	.text-justify 	{ text-align:justify; }
	.bold 			{ font-weight:bold; }
	.italic 		{ font-style:italic; }
	.underline 		{ border-bottom:1px solid; }
	.highlight 		{ 
	color:#702e88;
	font-size:14px; font-weight:bold;
	border-top:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
	padding:18px 0 16px;
	margin-bottom:18px;
	line-height:17px;
	}
	.wrap 			{ width:960px;margin:0 auto; }
	.img-left 		{ float:left;margin:4px 10px 4px 0; }
	.img-right 		{ float:right;margin:4px 0 4px 10px; }
	.nopadding 		{ padding:0; }
	.noindent 		{ margin-left:0;padding-left:0; }
	.nobullet 		{ list-style:none;list-style-image:none; }
	.noborder 		{ border:none }
	/*-- Main --*/
	
	#container{
	width:980px;
	margin:0 auto;
	}
	/* Header */
	#header{
	position:relative;
	width:980px;
	float:left;
	height:106px;
	}
	h1{
	position:absolute;
	top:37px;
	}
	h1 a{
	width:181px;
	height:83px;
	text-indent:-999em;
	display:block;
	background:url("/Images/logo_tcm349-281990.gif") no-repeat;
	}
	h1 img{
	display:none;
	}
	
	#search{
	position:absolute;
	right:0;
	top:37px;
	padding:4px 7px 0;
	width:201px;
	height:20px;
	background:url("/Images/bg-search_tcm349-308715.gif");
	}
	#search input{
	border:0;
	background:none;
	width:170px;
	font-size:11px;
	color:#999;
	padding-left:4px;
	}
	#search input.image{
	width:auto;
	vertical-align:middle
	}

	#nav-global{
	position:absolute;
	right:215px;
	top:40px
	}
	
	#nav-global li{
	float:left;
	background:url("/Images/bg-navglobal_tcm349-281991.gif") no-repeat right;
	font-size:11px;
	}
	#nav-global li.last{
	background:none
	}
	#nav-global li a{
	padding:0 8px;
	color:#999;
	}
	#nav-global li a:hover{
	color:#333;
	}
	#nav-global li.current a{
	color:#333;
	}
	#nav-top{
	position:absolute;
	top:65px;
	right:0;
	background:url("/Images/bg-nav-top_tcm349-281992.gif") no-repeat left top;
	height:41px;
	padding-left:8px; 
	}
	#nav-top ul {
	background:url("/Images/bg-nav-top_tcm349-281992.gif") no-repeat right top;
	height:41px; 
	float: left;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	padding-right:8px;
	}
	
	#nav-top li a {
		display:block;
		padding:16px 0 0 22px;
		height:25px;
	}
	#nav-top li {
		float: left;
		padding: 0;
		width:183px;
		background:url("/Images/bg-navtop-li_tcm349-281993.gif") right top no-repeat;
	}
	#nav-top li.last{
		background:none;
	}
	#nav-top li a:hover{
		background:url("/Images/bg-navtop-on_tcm349-281994.gif");
	}
	#nav-top li.current a{
		background:url("/Images/bg-navtop-on_tcm349-281994.gif");
	}
	#nav-top li.current li a{
		background:url("/Images/bg-nav-top-level2_tcm349-281995.gif") bottom repeat-x;
	}
	#nav-top li ul {
		position: absolute;
		left: -999em;
		height: auto;
		width: 183px;
		font-weight: normal;
		margin: 0;
		padding:0;
		background:#00508d;
	}
	
	#nav-top li li {
		margin:0;
		width: 150px;
		background:none;
		height:none;
		padding:0 18px;
	}
	
	#nav-top li ul a {
		width:145px;
		color:#fff;
		padding:0;
		margin:0;
		padding:10px 0 5px 5px;
		height:15px;
		background:url("/Images/bg-nav-top-level2_tcm349-281995.gif") bottom repeat-x;
	}
	#nav-top li ul a:hover{
	background:url("/Images/bg-nav-top-level2_tcm349-281995.gif") bottom repeat-x;
	color:#5cabd2;
	}
	
	#nav-top li ul ul {
	margin: -1.75em 0 0 14em;
	}
	
	#nav-top li:hover ul ul, #nav-top li:hover ul ul ul, #nav-top li.sfhover ul ul, #nav-top li.sfhover ul ul ul {
	left: -999em;
	}
	
	#nav-top li:hover ul, #nav-top li li:hover ul, #nav-top li li li:hover ul, #nav-top li.sfhover ul, #nav-top li li.sfhover ul, #nav-top li li li.sfhover ul {
	left: auto;
	}
	
	#nav-top li:hover, #nav-top li.sfhover {
	background:url("/Images/bg-navtop-on_tcm349-281994.gif");
	}
	
	#nav-top li li:hover, #nav-top li li.sfhover {
	background:none;
	}	
	
	/* Content wrap */
	#wrap{
	width:980px;
	float:left;
	padding-top:14px;
	}
	#spotlight{
	width:980px;
	float:left;
	margin-top:-14px;
	height:350px;
	overflow:hidden;
	}
	#home-wrap{
	width:980px;
	height:258px;
	overflow:hidden;
	padding-top:20px;
	float:left;
	background:url("/Images/bg-home-wrap_tcm349-281996.jpg");
	color:#04528b;
	}
	#home-wrap h2{
	border:0;
	height:auto;
	width:auto;
	padding:0;
	margin:0;
	background:none;
	height:34px;
	}
	.box{
	width:206px;
	height:242px;
	padding:0 17px 0 22px;
	float:left;
	background:url("/Images/bg-home-box_tcm349-281997.gif") repeat-y right;
	}
	.box.last{
	background:none;
	}
	.home-image{
	background:url("/Images/bg-home-image_tcm349-281998.jpg") right bottom no-repeat;
	padding:0 4px 5px 0;
	margin-bottom:11px;
	}
	.box .readmore.home{
	background:url("/Images/bg-readmore-home_tcm349-282183.gif");
	}
	a.readmore.home:hover{
	background-position:0 -24px;
	}
	.box p{
	padding-bottom:10px;
	}
	#home-news li{
	float:left;
	width:206px;
	padding-bottom:9px;
	}
	#home-news li a{
	background:url("/Images/icon-arrow-blue_tcm349-282185.gif") no-repeat 0 4px;
	padding-left:14px;
	float:left;
	}
	#home-news li a:hover{
	background:url("/Images/icon-arrow-grey_tcm349-282186.gif") no-repeat 0 4px;
	}
	#home-events li{
	float:left;
	width:206px;
	margin-bottom:14px;
	}
	#content{
	width:500px;
	float:left;
	margin-right:20px;
	min-height:400px;
	_height:400px;
	}
	#content.more-width{
	width:720px;
	}
	.less-width{
	width:740px!important;
	margin:0;
	}
	.full-width{
	width:960px!important;
	margin:0;
	}
	h2{
	width:980px;
	background:url("/Images/bg-title_tcm349-282190.gif") repeat-x bottom;
	height:44px;
	}
	#content h3{
	font-size:14px;
	}
	#content h3.sub-title{
	padding:5px 0 13px;
	}	
	#content h3 a{
	color:#333;
	}
	#content h3 a:hover{
	color:#04528B;
	}
	#content li h3{
	font-size:12px;
	}
	#listing li{
	border-bottom:1px solid #c1c1c1;
	padding-bottom:12px;
	margin-bottom:16px;
	width:100%;
	float:left;
	}
	#listing p{
	padding-bottom:3px;
	}
	#listing li small{
	font-size:11px;
	}
	.listing-image{
	float:left;
	margin-right:20px;
	height:90px;
	}
	.listing-image a:hover img{
	border:3px solid #005695;
	}
	.listing-image a img{
	border:3px solid #bbb;
	}
	.listing-image p{
	padding-bottom:0;
	}
	a.more{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:17px;
	background:url("/Images/icon-arrow-blue_tcm349-282185.gif") no-repeat 0 5px;
	}
	a.more:hover{
	background:url("/Images/icon-arrow-grey_tcm349-282186.gif") no-repeat 0 5px;
	}
	a.more-pdf{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:17px;
	background:url("/Images/icon-arrow-blue_tcm349-282185.gif") no-repeat 0 6px;
	display:block;
	float:left;
	}
	a.more-pdf img{
	vertical-align:top
	}
	a.more-pdf:hover{
	background:url("/Images/icon-arrow-grey_tcm349-282186.gif") no-repeat 0 6px;
	}	
	.info {
	background:#ebebeb;
	margin:0;
	padding:10px 20px;
	}
	.info a{
	color:#04528b;
	font-weight:bold;
	}
	/* Media and gallery pages */
	#content .gallery-head{
	color:#702e88;
	font-size:16px;
	}
	#gallery{
	margin:18px 0  0 0;
	padding-bottom:50px;
	clear:both;
	float:left;
	}
	#gallery-listing{
	width:220px;
	float:right;
	}
	#gallery-listing li{
	float:left;
	width:66px;
	padding:0 11px 11px 0;
	}
	#gallery-listing li.last{
	padding-right:0;
	}
	#gallery-listing li a img{
	border:3px solid #bbb;
	}
	#gallery-listing li a:hover img{
	border:3px solid #005695;
	}
	#panel{
	width:500px;
	float:left;
	margin-right:20px;
	}
	#panel img{
	border:3px solid #bbb;
	}
	#panel .title{
	padding:17px 0;
	border-bottom:1px solid #c1c1c1;
	margin-bottom:17px;
	}
	#gallery .float-right{
	color:#005695;
	}
	#gallery a.next{
	float:right;
	background:url("/Images/icon-arrow-blue_tcm349-282185.gif") no-repeat right;
	padding-right:11px;
	font-weight:bold;
	}
	#gallery a.next:hover{
	background:url("/Images/icon-arrow-grey_tcm349-282186.gif") no-repeat right;
	}
	#gallery a.prev{
	float:left;
	background:url("/Images/icon-arrow-left_tcm349-282197.gif") no-repeat 0 4px;
	padding-left:11px;
	font-weight:bold;
	}
	#gallery a.prev:hover{
	background:url("/Images/icon-arrow-left-on_tcm349-282200.gif") no-repeat 0 4px;
	}
	.media-listing{
	float:left;
	width:100%;
	padding-bottom:18px;
	margin:10px 0 16px;
	}
	.media-listing li{
	float:left;
	width:236px;
	margin-right:14px;
	}
	.media-listing li.last{
	margin:0;
	}
	.media-listing li a img{
	margin-right:10px;
	float:left;
	border:3px solid #bbb;
	}
	.media-listing li a:hover img{
	border:3px solid #005695;
	}
	li.filler{
	width:100%!important;
	border-top:1px solid #c1c1c1;
	margin:18px 0 0 0;
	height:14px;
	}
	.media-listing li a.image:hover{
	height:86px;
	}
	/* Sitemap page */
	ul#sitemap{
	float:left;
	width:960px;
	border-top:1px solid #c1c1c1;
	padding:16px 0;
	}
	#sitemap li{
	float:left;
	width:320px;
	}
	#sitemap li.last{
	margin:0;
	}
	#sitemap li h3{
	padding-bottom:15px;
	}
	#sitemap li li a{
	color:#333;
	background:url("/Images/icon-arrow-blue_tcm349-282185.gif") no-repeat 0 7px;
	padding:2px 0 2px 14px;
	float:left;
	}
	#sitemap li li a:hover{
	background:url("/Images/icon-arrow-grey_tcm349-282186.gif") no-repeat 0 7px;
	}
	#sitemap li li li a{
	color:#004f8d;
	font-size:11px;
	background:none;
	}
	#sitemap li li li a:hover{
	color:#333;
	background:none;
	}
	#sitemap li li a:hover{
	color:#005695;
	}
	/* Contact page */
	.mandatory{
	font-size:20px;
	color:#04528b;
	font-weight:bold;
	vertical-align:middle
	}
	.contantform td{
	padding:0 0 20px 0;
	vertical-align:top;
	}
	.contantform .txt{
	width:340px;
	padding:2px;
	}
	.contantform input.image{
	border:none;
	float:left;
	margin-right:20px;
	}
	.contantform textarea{
	width:340px;
	padding:2px;
	height:60px;
	}
	.contantform .mandatory{
	background:url("/Images/icon-mandatory_tcm349-282220.gif") no-repeat right 3px;
	padding-right:11px;
	}
	.error{
		color:red;
	}

	/* Feedback page */
	#comments-header{
	border-top:1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
	padding:10px 0;
	float:left;
	width:100%;
	}
	#comments-header select{
	color:#333;
	}
	#comments{
	float:left;
	width:500px;
	font-size:12px;
	margin-bottom:18px;
	}
	#comments h4{
	background:url("/Images/icon-arrow-blue_tcm349-282185.gif") no-repeat right;
	}
	#comments h4.selected{
	background:url("/Images/icon-arrow-down_tcm349-282221.gif") no-repeat right;
	}
	#comments h4 a{
	display:block;
	color:#333;
	}
	#comments h4 a:hover{
	color:#04528B;
	}
	#comments li{
	float:left;
	width:480px;
	padding:18px 0;
	border-bottom:1px solid #c1c1c1;
	padding-right:10px;
	}
	#comments li li{
	border:none
	}
	#comments div{
	margin-top:15px;
	}
	#comments div small{
	margin-bottom:10px;
	display:block;
	font-size:11px;
	}
	
	/* Utilities */
	.info a:hover{
	color:#333;
	}
	#utilities{
	width:500px;
	float:left;
	padding:29px 0;
	}
	#utilities a{
	padding-left:24px;
	float:left;
	}
	#utilities a:hover{
	color:#005695;
	}
	a.print{
	background:url("/Images/icon-print_tcm349-282224.gif") no-repeat;
	color:#333;
	width:35px;
	margin-left:5px;
	}
	a.print:hover{
	background-position:0 -51px;
	}
	a.email{
	background:url("/Images/icon-email_tcm349-282227.gif") no-repeat 0 3px;
	width:35px;
	margin-left:5px;
	color:#333;
	}
	a.email:hover{
	background-position:0 -46px;
	}
	/* Paging */
	#paging{
	float:left;
	clear:both;
	width:100%;
	padding-bottom:8px;
	}
	#paging a{
	font-weight:bold;
	}
	#paging a.next{
	float:right;
	background:url("/Images/icon-arrow-blue_tcm349-282185.gif") no-repeat right;
	padding-right:11px;
	font-weight:bold;
	}
	#paging a.next:hover{
	background:url("/Images/icon-arrow-grey_tcm349-282186.gif") no-repeat right;
	}
	#paging a.prev{
	float:right;
	background:url("/Images/icon-arrow-left_tcm349-282197.gif") no-repeat left;
	padding-left:11px;
	font-weight:bold;
	margin-right:14px;
	}
	#paging a.prev:hover{
	background:url("/Images/icon-arrow-left-on_tcm349-282200.gif") no-repeat left;
	}
	
	/* Col right */
	#col-right{
	width:220px;
	float:left;
	margin-right:20px;
	}
	.img-spotlight{
	padding:0 4px 5px 0;
	background:url("/Images/bg-img-spotlight_tcm349-282231.gif") right bottom;
	}
	.news{
	margin-top:25px;
	float:left
	}
	.news small{
	font-size:10px;
	}
	.news ul{
	margin-top:16px;
	}
	.news li{
	padding-bottom:15px;
	}
	#col-right h3{
	color:#04528b;
	font-weight:bold;
	}
	.news p{
	padding-bottom:0;
	}
	a.readmore{
	width:91px;
	height:20px;
	background:url("/Images/bg-readmore_tcm349-282237.gif");
	color:#fff!important;
	padding:4px 0 0 22px;
	float:left;
	}
	a.readmore:hover{
	background-position:0 -24px;
	color:#70a3cc!important;
	}
	/*sidebar right*/
	
	#sidebar-right{
	width:220px;
	float:left;
	}
	#related-links{
	float:left;
	width:220px;
	background:url("/Images/bg-sidebar_tcm349-282238.gif") no-repeat left top;
	padding-top:20px;
	margin-bottom:19px;
	}
	#related-links h3{
	padding:0 0 11px 19px;
	}
	#related-links ul{
	width:220px;
	float:left;
	}
	#related-links li{
	background:url("/Images/bg-related-links-li_tcm349-282239.gif") bottom repeat-x;
	margin:0 20px;
	display:inline;
	float:left;
	width:180px;
	}
	#related-links li a{
	background:url("/Images/icon-navright_tcm349-282240.gif") no-repeat 0 11px;
	padding:5px 0 8px 17px;
	display:block;
	}
	#related-links li a:hover{
	background:url("/Images/icon-navright-on_tcm349-282241.gif") no-repeat 0 11px;
	color:#001a2c;
	font-weight:bold;
	}
	#related-links li.current a{
	background:url("/Images/icon-navright-on_tcm349-282241.gif") no-repeat 0 11px;
	color:#001a2c;
	font-weight:bold;
	}
	#related-links li.last{
	margin:0;
	background:url("/Images/bg-related-links-bottom_tcm349-282242.jpg");
	height:29px;
	border:0;
	width:220px
	}
	.brochure p{
	color:#04528b;
	padding-bottom:13px;
	}
	.brochure h3{
	margin-bottom:18px
	}
		
	/* Footer */
	#footer{
	float:left;
	width:980px;
	border-top:1px solid #d1d1d1;
	color:#999;
	text-transform:uppercase;
	padding:5px 0 40px;
	margin-top:20px;
	}
	#footer.home-footer{
	border:0;
	}
	#footer p{
	font-size:10px;
	}
	
	#nav-footer{
	float:right;
	font-size:10px;
	}
	#nav-footer li{
	float:left;
	background:url("/Images/bg-navglobal_tcm349-281991.gif") no-repeat right;
	padding:0 6px;
	}
	#nav-footer li.last{
	background:none;
	padding-right:0;
	}
	
	#nav-footer li a{
	color:#999;
	}
	#nav-footer li a:hover{
	color:#333;
	}
	/* validation response */
	.validationresponse{
	width:339px;
	background:#ccc;
	font-size:12px;
	font-weight:normal;
	padding:3px;
	color:red;
	}
	@media print{
	#col-right, #sidebar-right, #footer, #utilities, .info, #paging, #nav-top, #search, h1 a, #nav-global{
	display:none;
	}
	h1 img{
	display:block
	}
	#content{
	width:900px;
	}
	}