/**
 * Copyright (c) 2008, Omnia FZ LLC
 * All rights reserved.
 * 
 * @version 0.1.x
 */

/*Generic Styles */
html, body {
	margin:0; padding:0;
	height:100%;
}

* {
margin:0;
padding:0;
}
*:focus{
border:0px none;
outline:none;
}
a{
color: #777777;
text-decoration: none;
}

/*Generic link style*/
a:hover{
color: #333;
}
/*Page Body */
body {
text-align:center;
font-family:arial,verdana,serif;
color:#666;
background-color:#ebebeb;
font-size: 100%;
background-image: url(../Images/Background/Page.jpg);
background-repeat: repeat-y;
background-position: left top;
}

/*Master Div*/
#Wrap1 {
width:966px;
text-align:left;
margin:20px auto;
position:relative;
}

.Homepage #Wrap1{
	position:relative; 
 clear:left;
	height:576px; 
 width:966px;
	margin:0 auto;
}

#floater{
	position:relative; 
 float:left;
	height:50%;	
 margin-bottom:-288px;
	width:1px;
}

/*Master Div*/
#Wrap2 {
float:left;
width:966px;
}

/*Header Block*/
#Header {
width:966px;
float:left;
background-image: url(../Images/Background/NavBar.jpg);
background-repeat: no-repeat;
background-position: left top;
height: 44px;
margin: 0 0 17px 0;
position: relative;
z-index: 900;
}

/*Generic heading */
h2{
padding: 0 0 0px 0;
}

/*Generic Paragraph */
p{
font-size: 0.75em;
line-height: 1.3em;
padding: 0 0 10px 0;
}

/*Read more link */
p.ReadMore{
font-weight: bold;
font-style: italic;
}

/*Read more link */
p.ReadMore a{
background-image: url(../Images/Generic/Arrow.gif);
background-repeat: no-repeat;
background-position: right 5px;
padding-right: 10px;
color: #a8a8a8;
}

/*Read more link  hover*/
p.ReadMore a:hover{
color: #333;
}

/*Content wrap added for th top curve background*/
#ContentWrap{
background-image: url(../Images/Background/PageBottom.png);
background-repeat: no-repeat;
width: 100%;
background-position: right bottom;
float: left;
padding-bottom: 25px;
}

/*Content div for the bottom shadow background*/
#Content{
background-image: url(../Images/Background/ContentTopCurve.jpg);
background-repeat: no-repeat;
background-position: left top;
background-color: #fff;
width: 920px;
padding: 20px 0px 0 20px;
float: left;
}

.FlashContent #Content{
background-image: url(../Images/Background/ContentTopCurve.jpg);
background-repeat: no-repeat;
background-position: left top;
badckground-color: #fff;
padding: 20px 0px 0 0px;
width: 940px;
baddckground-color: transparent;
overflow: hidden;
}

#FlashContent{
height:479px;
}

/*Logo holding div*/
#Logo{
padding: 0 20px 20px 0;
float: left;
}

/*logo with background divider*/
h1{
float: left;
background-image: url(../Images/Background/LogoDivider.gif);
background-repeat: no-repeat;
background-position: right bottom;
padding-right: 40px;
}

/*Caption*/
#Logo p{
margin-top: 102px;
padding-left: 40px;
float: left;
}

#Copy{
clear: both;
padding: 0 20px 10px 0;
}

#Copy a{
color: #333;
text-decoration: none;
}

/*Generic link style*/
#Copy a:hover{
color: #000;
}

.FlashContent #Copy{
padding: 0 0px 0px 0;
}

#Copy h2{
color: #00498f;
font-size: 1.6em;
padding: 0 0 10px 0;
}

#Copy  .Synopsis  h2{
color: #00498f;
font-size: 1.1em;
padding: 0 0 8px 0;
}

/*Search Block*/
.Search {
position: absolute;
right: 35px;
top: 10px;
border:0;
width:190px;
margin:1px 0 0;
background-image: url(../Images/Background/SearchBg.gif);
background-repeat: no-repeat;
background-position: left top;
}

.Search fieldset{
border: 0;
}

/*Search Text*/
.SearchText {
border:0;
background:transparent;
color:#797979;
font-weight:700;
font-size:0.65em;
float:left;
width:152px;
margin:0px 0 0;
padding: 3px 4px 5px;
}

/*Search Button*/
.SearchButton {
position: absolute;
display: block;
padding: 6px;
right: 0px;
}

/*List styles*/
ul {
list-style:none;
}

/*Generic link style*/
a{
color: #777777;
text-decoration: none;
}

/*Generic link style*/
a:hover{
color: #333;
}

/*Main Site Navigation*/
#Navigation {
width:760px;
padding:0px 15px 0px 0;
clear: both;
float: left;
position: relative;
z-index: 100;
}

/*Main Site Navigation Level1 item*/
#Navigation li {
float:left;
font-size:0.8em;
font-weight:700;
background-image: url(../Images/Background/NavDivider.gif);
background-repeat: no-repeat;
background-position: left top;
}

/*Main Site Navigation first child first level*/
#Navigation li:first-child,#Navigation li.FirstChild{
background:none;
}


/*Main Site Navigation Level1 item links*/
#Navigation li a {
color: #00498f;
text-decoration:none;
display: block;
padding:13px 11px 15px 13px;
}

#Navigation li.Active a {
background-image: url(../Images/Background/NavActive.gif);
background-repeat: repeat-x;
background-position: left 1px;
color:#666;
}

#Navigation li.Active li a,#Navigation li  li a{
padding: 0;
background: none;
border-bottom: 1px solid #efefef;
display: block;
padding: 8px 0  8px 0;
}

#Navigation li.Active li a:hover{
color: #333;
}

/*Main Site Navigation links hover*/
#Navigation li.Highlight  a,#Navigation li.Highlight  ul li.Highlight a{
color: #333;
}

/*Dropdown styles*/
#Navigation li ul{
position: absolute;
width: 166px;
clear:both;
margin-left: 0px;
margin-top: 17px;
top: -999em;
background-image: url(../Images/Background/SubNavBottom.png);
background-repeat: no-repeat;
background-position: left bottom;
z-index: 99;
padding-bottom: 10px;
font-size:1.1em;
}

/*Dropdown styles*/
#Navigation li.Active ul,
#Navigation li:hover ul{
top: 26px;
display: block;
}

/*Dropdown styles*/
#Navigation li.LastChild ul,
#Navigation li:last-child ul{
margin-left: -78px;
}

/*Dropdown styles*/
#Navigation li ul li{
width: auto;
background: none;
float: left;
padding: 0;
width: 125px;
padding: 0px 15px 0px 15px;
}

#Navigation li ul li:last-child,
#Navigation li ul li.LastChild
{
width: auto;
background: none;
float: left;
padding: 0;
width: 125px;
padding: 0px 15px 0px 15px;
}

/*Dropdown styles*/
#Navigation li ul li:last-child a,
#Navigation li ul li.LastChild a{
border: 0;
padding-bottom: 0;
}

/*Dropdown styles*/
#Navigation li.Highlight ul li a{
color: #727272;
}

/*Content Columns*/
/*Column1*/
#Column1{
width: 460px;
float: left;
min-height:449px;
height:auto !important;
height:449px;
overflow-x: hidden;
}

.FlashContent #Column1{
min-height:10px;
height:auto !important;
height:10px;
float:left;
padding-left:20px;
}

#Column1 .Cell{
width:  230px;
float: left;
overflow: hidden;
}

#Column1 .sf_newsList h3 a{
color: #00498F;
}

#Column1 .sf_newsList h3 a:hover{
color: #333;
}

#Column1 .sf_newsList h3.sf_newsTitle{
font-size: 0.75em;
margin: 0;
font-weight: normal;
padding: 0 10px 0px 0;

}

 h3.sf_newsTitle em{
	font-size: 0.9em;
	font-weight: bold;
	font-style: normal;
	color: #666666;
	}

#Column1 .sf_newsList{
padding-top: 10px;
padding-bottom: 0;
margin: 0;
}

.InnerPage #Column1{
width: 690px;
}

/*Content sections*/
.Synopsis{
float: left;
padding: 0 0 0px 0;
width: 100%;
}

/*Content Thumbs*/
.Synopsis  .Thumb,.sf_newsThumbnail{
float: left;
padding: 0 20px 0 0;
}

/*Content Descriptions*/
.Synopsis .Desc{
float: left;
width: 100%;
padding-left: 0px;
}

.Synopsis .Desc p{
padding: 0 0 10px 0;
}

.Synopsis .Desc p.ReadMore{
padding-top: 5px;
}

/*Content Strong paragraph*/
.Synopsis p strong{
color: #777777;
}

/*Content Date formats*/
.Synopsis  .sf_newsList  p.sf_newsDate{
font-style: normal;
font-size: 0.7em;
padding-bottom: 5px;
}

/*Content sub headings*/
.Synopsis  h2{
color: #00498f;
font-size: 0.9em;
padding: 0 0 8px 0;
}

.Synopsis  h2 a{
color: #00498f;
background-image:url(../Images/Generic/Arrow2.gif);
background-position:right 4px;
background-repeat:no-repeat;
padding-right: 20px;
}

.Synopsis .Thumb{
padding: 0 0 0px 0;
}

/*news list for home page*/
.sf_newsList{
width: 100%;
float: left;
margin: 0;
}

/*news list for home page*/
.sf_newsList li{
float: left;
width: 220px;
padding: 0 0px  0px 0;
}

#Copy .sf_newsList{
border-bottom: 1px solid #ddd;
margin-bottom: 20px;
}

#Copy .sf_newsList li{
height: 190px;
}
span.Source{
color:#666666;
font-weight:bold;
}
.sf_newsTitle span.Source{
color:#666666;
font-size:0.9em;
}
.sf_newsList li p.Source{
color: #00498f;
padding-top: 5px;
font-weight: bold;
display:inline
}
.sf_singleNews .Source{
color: #00498f;
font-weight: bold;
}
.Homepage .sf_newsList li p.Source{
padding: 0;
}

.Homepage .sf_newsList li{
width: auto;
padding: 0 0px 8px 0 ;
border-bottom: 1px solid #ddd;
margin: 0 30px 8px 0;
}


.Homepage .sf_newsList li:last-child,
.Homepage .sf_newsList li.LastChild{
border: 0;
margin-bottom: 0;
padding-bottom: 0;
}

/*news list thumbs*/
.sf_newsList li   p img{
float: left;
padding: 0 20px 0 0;
}

/*news list paragraphs*/
.sf_newsList li   p{
padding: 0 20px 0 0;
}

h3.sf_newsTitle{
font-size: 0.75em;
padding: 0;
}

.InnerPage  h3.sf_newsTitle{
font-size: 0.9em;
}

h4{
color: #00498F;
font-size: 0.9em;
}

h3{
padding: 0 0 10px 0;
}

/*column2*/
#Column2{
width: 230px;
float: left;
background-image: url(../Images/Background/Col2Repeat.gif);
background-repeat: repeat-y;
background-position: left top;
overflow-x: hidden;
}

/*column2 Top shadowed background*/
#Column2Inner{
background-image: url(../Images/Background/Col2Top.gif);
background-repeat: no-repeat;
background-position: left top;
float: left;
width: 190px;
padding: 183px 20px 0px 20px;
overflow:hidden;
}

.InnerPage #Column2Inner{
background-image: url(../Images/Background/Col2TopInner.jpg);
padding-top: 0px;
}
.FlashContent #Column2Inner{
min-height:200px;
height:auto !important;
height:200px;
}
.FlashContent #Column2{
background-image: url(../Images/Background/NavshadowBottom.gif);
background-repeat: no-repeat;
background-position: left bottom;
}
.FlashContent #Column2Inner .List {
padding:0 0 30px;
}

/*column2 lists*/
#Column2Inner .List{
font-size: 0.75em;
border-top: 1px solid #e8e8e8;
padding: 0px 0 30px 0;
width: 100%;
float: left;
}

/*column2 lists*/
#Column2Inner .List li{
border-bottom: 1px solid #e8e8e8;
padding: 10px 0 10px;
float: left;
width: 100%;
}

/*column2 lists links*/
#Column2Inner .List li a{
font-weight: bold;
background-image: url(../Images/Generic/Arrow2.gif);
background-repeat: no-repeat;
background-position: right 4px;
padding-right: 10px;
float: left;
}

#Column2Inner .List > li.Highlight > a {
color: #333;
}

#Column2Inner .List li:last-child,#Column2Inner .List li.LastChild{
border: 0;
}

#Column2Inner ul.List li ul {
 float:left;
 padding:0 0 0 10px;
 margin:0;
 width:190px;
 clear:both;
}

#Column2Inner .List li ul li.Highlight a{
color: #333;
}

#Column2Inner ul.List li ul li {
 float:left;
 width:100%;
 padding:3px 0;
}

#Column2Inner ul.List li ul li a {
 background-image:none;
 color:#ADADAD;
}

/*column2 lists links*/
#Column2Inner .List li li{
padding: 0 0 5px 0;
border: 0;
}

/*column2 lists links*/
#Column2Inner .List li li a{
color: #adadad;
}

#Column2Inner .List li li a:hover{
color: #333;
}

/*column2 lists links*/
#Column2Inner .List li ul{
padding: 5px 0 0 15px;
float: left;
}

/*Column3*/
#Column3{
width: 230px;
float: left;
}


#MediaSpace{
height: 479px;
margin-top:118px;
overflow: hidden;
}
/*Generic Image styles*/
img{
border:0;
display: block;
}

/*Generic  grid style -  for milestones*/
.GenericList{
font-size: 0.8em;
width: 100%;
border: 1px solid #ddd;
border-collapse: collapse;
}
.GenericList th{
background: #eee;
}

.GenericList th,.GenericList td{
padding: 5px;
border: 1px solid #ddd;
}

.GenericList td ul{
list-style: disc;
padding: 0 0 0 15px;
}

.GenericList td ul li{
padding: 0 0 10px 0;
}

/*2 column lists for management team*/

.TwoColList{
width: 100%;
float: left;
}

.TwoColList li{
float: left;
padding: 0 0 10px 0;
border-bottom: 1px solid #f1f1f1;
margin: 0 0 10px 0;
}

.TwoColList li h3{
font-size: 1.1em;
padding: 0 0 5px 0;
}

.TwoColList li h4{
font-size: 0.8em;
padding: 0 0 5px 0;
}

.TwoColList li:last-child,.TwoColList li.LastChild{
border: 0;
margin: 0;
}

.TwoColList .Thumb{
float: left;
height: 100px;
width: 100px;
background: #f1f1f1;
border: 1px solid #ddd;
display: none;
}

.TwoColList .Desc{
float: left;
padding: 0 15px 0 0px;
width:  98%;
}

.ListHorizontal{
width: 100%;
float: left;
list-style: none;
}

.ListHorizontal li{
float: left;
width: 200px;
padding: 0 20px 20px 0;
}

.ListHorizontal li h4{
font-size: 0.8em;
padding: 0 0 10px 0;
}

.SimpleList{
list-style: none;
font-size: 0.8em;
padding: 0 0 5px 0;
}

.SimpleList li{
padding: 0 0 5px 15px;
background-image: url(../Images/Generic/Arrow.gif);
background-position: left 5px;
background-repeat: no-repeat;
}

/*Sitemap styles*/
.Sitemap{
list-style: none;
font-size: 0.75em;
float: left;
width: 100%;
}

/*Sitemap styles*/
.Sitemap ul{
list-style: none;
}

/*Sitemap styles*/
.Sitemap li a{
color: #333333;
font-weight: bold;
border-bottom: 1px solid #ccc;
padding: 0 0 5px 0;
float: left;
width: 100%;
}

/*Sitemap styles*/
.Sitemap li a:hover{
color: #959595;
}

/*Sitemap styles*/
.Sitemap li{
padding: 0 20px 10px 0;
width: 175px;
float: left;
height: 270px;
}

/*Sitemap styles*/
.Sitemap li ul{
padding: 10px 0 0 0px;
float: left;
}

/*Sitemap styles*/
.Sitemap li li{
height: auto;
float: left;
padding: 0 0 10px 0px;
width: 160px;
overflow: hidden;
}

/*Sitemap styles*/
.Sitemap li li a{
font-weight: normal;
border: 0;
float: none;
padding: 0;
}

/*Career Module*/
.JobListing{
width: 100%;
border: 0;
font-size: 0.8em;
border-collapse: collapse;
margin: 20px 0 20px 0;
}

.JobListPaging{
width: 100%;
}


.First{
left: 0;
position: absolute;
background: #fff;
border: 0;
padding: 2px 5px 5px 15px;
background-image: url(../Images/Generic/PagingPrevious.gif);
background-repeat: no-repeat;
background-position: left 4px;
font-weight: bold;
color: #00498f;
cursor: pointer;
}

.Last{
right: 0;
position: absolute;
background: #fff;
border: 0;
padding: 2px 15px 5px 5px;
background-image: url(../Images/Generic/PagingNext.gif);
background-repeat: no-repeat;
background-position: right 4px;
font-weight: bold;
color: #00498f;
cursor: pointer;
}



.ApplyOnlineLink a{
display: block;
padding: 5px 10px;
background: #f4f4f4;
border: 1px solid #eee;
font-weight: bold;
color: #00498f;
cursor: pointer;
float: left;
font-size: 0.85em;
}

.ApplyOnlineLink a:hover{
color: #1d5d9b;
}

.ApplyOnlineLink a.Backutton{
color: #00498f;
font-size: 0.75em;
float: right;
width: 50px;
padding: 0;
display: inline;
background: none;
border: 0;
font-weight: bold;
}

.JobListing td,.JobListing th{
padding: 5px;
border: 1px solid #eee;
}

.JobListing th{
color: #00498f;
}

.JobListing td{
background: #f4f4f4;
}

.JobListing tr.Alternate td{
background: #fff;
}

.JobInfo{
width: 100%;
border-spacing: 0;
font-size: 0.8em;
}



.JobInfo th,.JobInfo td{
padding: 10px 0 10px 0;
border-bottom: 1px solid #eee;
}

.JobInfo td.Modify{
padding: 20px 0 10px 0;
border: 0;
}

.TableForm{
width: 100%;
font-size: 0.8em;
}

.TableForm td,.TableForm th{
padding: 5px 0 5px 0;
border-bottom: 1px solid #eee;
}
.TextInput,.Textbox{
width: 250px;
border: 1px solid #ddd;
padding: 2px;
}

.TableForm th{
width: 230px;
}

.TableForm th em,.Form em{
color: #ff0000;
}

.radEnabledCss_DatePickerThmeme{
width: 200px;
border: 1px solid #ddd;
padding: 2px;
}
.radPopupImage_DatePickerThmeme{
right: -10px;
position: relative;
}

.MultipleList{
height:90px;
width: 255px;
}
.FormDropDown,.GenericDD{
width: 255px;
height:22px;
}
.TableForm td, .TableForm th{
font-weight: normal;
vertical-align: top;
}

.SelectButton{
padding: 0 10px 0 0;
}

.SelectButton input{
margin: 0 5px 0 0;
}


.Action td{
padding: 5px 0px;
font-weight: bold;
color: #00498f;
}

.Action input{
display: block;
border:0 none;
padding: 5px 10px;
background: #f4f4f4;
font-weight: bold;
color: #00498f;
cursor: pointer;
width: 100%;
text-align: left;
margin: 15px 0 15px;
}

.ErrorMessage{
display: block;
}

.Form{
width: 100%;
font-size: 0.8em;
list-style: none;
margin: 0 0 40px 0;
float: left;
}

/*Contact form styles*/
.Form li{
padding: 10px 0 10px 0;
border-bottom: 1px solid #EEE;
}

/*Contact form styles*/
.Form li:last-child,
.Form li.LastChild{
border: 0;
}

textarea{
font-family: arial,verdana,serif;
font-size: 1em;
}

.NewsletterPopup{
background: #f4f4f4;
padding: 30px;
width: 300px;
border: 1px solid #ddd;
}

.CloseButton{
position: absolute;
top: 10px;
right: 10px;
font-size: 0.75em;
}

.FormContainer{
float: left;
width: 100%;
}

/*Contact form styles*/
.Form li .Error{
display: block;
margin-left: 185px;
padding: 5px 0 0 0;
}

/*Contact form styles*/
.Form label{
width: 150px;
padding: 0 30px 0px 0;
vertical-align: top;
float: left;
}

.Grid{
border: 0;
font-size: 0.8em;
border: 1px solid #ddd;
border-collapse:collapse;
margin-bottom: 5px;
background: #fefefe;
}

.Grid td,.Grid th{
border: 1px solid #ddd;
padding: 5px;
}

p.AlignCenter{
width: 100%;
text-align: center;
}

p.AlignCenter img{
margin : 0  auto;
padding: 0 0 20px 0;
}

.FloatLeft{
float: left;
padding: 0 20px 20px 0;
}
.FloatRight{
float: right;
padding: 10px 20px 0px 0px;
clear:both;
}


ol{
font-size: 0.8em;
padding: 0 0 0 25px;
}

ol li{
padding: 0 0 10px 0;
}

ul.DownloadStyle1{
font-size: 0.75em;
padding: 0 0 30px 0;
}

ul.DownloadStyle1 li{
padding: 10px 0 0px 25px;
margin: 10px 0 0px 0;
border-top: 1px solid #ddd;
background-image: url(../Images/Generic/icon_pdf.gif);
background-repeat: no-repeat;
background-position: left 10px;
}

ul.Video li{
background-image: url(../Images/Generic/Video.gif);
padding: 10px 0 5px 35px;
}


ul.DownloadStyle2
{
font-size: 0.75em;
padding: 0 0 30px 0;
}
ul.DownloadStyle2 li{
padding: 0px 0 0px 60px;
margin: 10px 0 50px 0;
background-image: url(../Images/Generic/Downloadicon1.gif);
background-repeat: no-repeat;
background-position: center left;
width:120px;
height:60px;
float:left;
}
ul.DownloadStyle2 li a{

}

h4{
clear: both;
padding: 0 0 10px 0;
}

.DownloadButton{
position: relative;
text-align: left;
}

.DownloadButton input{
border: 1px solid #ddd;
background: #f1f1f1;
font-size: 11px;
padding: 3px;
color: #00498F;
font-weight: bold;
cursor: pointer;
margin-right:10px;
}

.DownloadButton a{
border: 1px solid #ddd;
background: #f1f1f1;
font-size: 11px;
padding: 3px 12px 3px 12px;
color: #00498F;
font-weight: bold;
cursor: pointer;
margin-right:10px;
}


.sf_readMore a{
font-weight: bold;
background-image:url(../Images/Generic/Arrow2.gif);
background-position:right center;
background-repeat:no-repeat;
padding:0px 15px 0px 0px;
display:inline-block;
margin-top:5px;
color:#00498F!important;
}
.sf_readMore a:hover{
color:#333333 !important;
}
.CheckBox{
font-size: 0.75em;
}

.CheckBox li{
padding: 0 0 10px 0;
float: left;
}

.CheckBox input{
margin: 0 5px 0 0;
}

.CheckBox label{
padding-right: 30px;
}

.ButtonHolder{
clear:both;
}

.Button{
border: 1px solid #ddd;
padding: 5px;
background: #f1f1f1;
color: #666;
cursor: pointer;
clear:both;
}

/*Footer Styles*/
#Footer {
width:100%;
float:left;
margin-top:-30px;
position: relative;
}

/*Footer copyright*/
#Footer .Copyright {
position: absolute;
left: 0;
padding:20px 0px 20px 20px;
font-size: 0.7em;
}

/*Footer terms and conditions link*/
#Footer .Links {
position: absolute;
right: 10px;
padding:20px 20px 0 20px;
font-size: 0.7em;
}


/*Footer terms and conditions link*/
#Footer p a {
text-decoration:none;
color:#ababad;
}

#Footer p a:hover{
color: #333;
}
/* Content Navigation Tab Styles*/
ul.InlineTabs{
width:100%;
float:left;
padding-bottom:10px;
}
ul.InlineTabs li{
float:left;
padding:0px 10px 5px 0px;
}
ul.InlineTabs li:last-child{
padding-right:0px;
}
ul.InlineTabs li.LastChild{
padding-right:0px;
}

#Column2Inner .sf_newsList{
list-style: none;
font-size: 100%;
}

.InnerPage #Column2Inner h3.sf_newsTitle{
font-size:0.7em;
padding:4px 0px 5px 0px;
}
.InnerPage #Column2Inner ul.sf_newsList li{
width:195px;
border-top: 1px solid #ddd;
padding-top: 10px;
}
.InnerPage #Column2Inner h3.sf_newsTitle a{
color:#00498F;
}
.InnerPage #Column1 .sf_newsList h3.sf_newsTitle {
padding:4px 10px 5px 0px;
font-weight:bold;
color:#00498F;
}

.InnerPage #Column2Inner h3.sf_newsTitle em{
font-size:0.95em;
}

.sf_singleNews .sf_back{
font-weight:bold;
font-size:0.7em;
color:#00498F;
background-image:url(../Images/Generic/PagingPrevious.gif);
background-position:left center;
background-repeat:no-repeat;
padding-left:15px;
}
.TopBorder  h2 {
color:#00498F;
font-size:0.9em;
padding:0 0 8px;
border-bottom:1px solid #E8E8E8;
}
/*Press Release  Page styles*/
/*Paging style for news*/
table.Paging
{
 width:100%;
 margin: 0px 0 15px 0;
 font-size:0.7em;
}

/*Paging style for news*/
table.Paging td
{
	text-align: center;
}

/*Paging style for news*/
table.Paging td.Previous,
table.Paging td.Next
{
	width: 100px;
	text-align: left;
}
/*Paging style for news*/
table.Paging td span
{
padding: 0 5px 0 5px;
}
table.Paging td p{
padding:0px;
}
table.Paging td a
{
color: #00498F;
font-weight:bold;
}

table.Paging td a.sf_PagerSelItem{
color:#666666;
}

table.Paging td.Next a
{
color: #00498F;
font-weight:bold;
background-image:url(../Images/Generic/PagingNext.gif);
background-repeat:no-repeat;
background-position:top right;
padding-right:20px;
}
table.Paging td.Previous a
{
color: #00498F;
font-weight:bold;
background-image:url(../Images/Generic/PagingPrevious.gif);
background-repeat:no-repeat;
background-position:center left;
padding-left:20px;
}

/*Style for search*/
.SearchInfo{
font-size: 0.8em;
}
.SearchInfo td{
width:310px;
padding:0px 30px 15px 0px;
}
.SearchInfo td p{
font-size:0.9em;
padding:0px;
}
.SearchInfo td p.sf_readMore a{
background-position:right 5px;
}

.SearchInfo td h3 {
padding:0px 0px 3px 0px;
}
.SearchInfo td h3 {
font-size:0.9em;
}
.SearchInfo td h3 a {
color:#00498F;
}
/*Paging Style for search*/
div.Paging{
width:95%;
text-align:center;
padding:0px 0px 15px 0px;
}
 div.Paging span a{
font-weight:bold;
font-size:0.75em;
color:#00498F;
padding:0px 3px 0px 3px;
}
 div.Paging span{

 }
div.Paging span.sf_PagerItem1{
width:auto;
font-size:0.75em;
font-weight:bold;
padding:0px 3px 0px 3px;
}
.SerchPrevious{
float:left;
}

.SerchNext{
float:right;
margin-top:-17px;
}

p.Error{
color:#ff0000;
}
/*style for News archive Control in the press relese*/

/*Flexible Thick image Frame styles*/
.Frame{
float:right;
padding-left:10px;
}
 .CornerTl{
 Background-image:url(../Images/Background/CornerTl.gif);
 background-repeat:no-repeat;
 background-position:top left;
 padding:0px 0px 0px 0px;
 float:left;
 }
  .CornerTr{
   Background-image:url(../Images/Background/CornerTr.gif);
 background-repeat:no-repeat;
 background-position:top right;
 padding:0px 0px 0px 0px;
 float:left;

 }
  .CornerBl{
   Background-image:url(../Images/Background/CornerBl.gif);
   background-repeat:no-repeat;
   background-position:bottom left;
   padding:20px 0px 0px 20px;
   float:left; 
 }
  .CornerBr{
 Background-image:url(../Images/Background/CornerBr.gif);
 background-repeat:no-repeat;
 background-position:bottom right;
 padding:0px 20px 20px 0px;
 float:left;
 }
 .TopShadow{
 Background-image:url(../Images/Background/ShadowTop.gif);
 background-repeat:repeat-x;
 background-position:top left;
 padding:0px 0px 0px 0px;
 float:left;
 }
  .RightShadow{
 Background-image:url(../Images/Background/ShadowRight.gif);
 background-repeat:repeat-y;
 background-position:top right;
 padding:0px 0px 0px 0px;
 float:left;
 }
  .LeftShadow{
 Background-image:url(../Images/Background/ShadowLeft.gif);
 background-repeat:repeat-y;
 background-position:top left;
 padding:0px 0px 0px 0px;
 float:left;
 }
  .BottomShadow{
 Background-image:url(../Images/Background/ShadowBottom.gif);
 background-repeat:repeat-x;
 background-position:bottom left;
 padding:0px 0px 0px 0px;
 float:left;
 }
 
 
.TableFrame{
padding-left:0px;
}
.RadTreeView{
width:150px;
}
.RadTreeView ul li{
padding:8px 0px 5px 0px;
border-bottom:1px solid #E7E7E7;
}
.RadTreeView ul li.rtLast{
border:0px none;
}
.RadTreeView ul li a.rtIn{
font-size:1.1em;
font-weight:bold;
color:#8F8F8F;
}
.RadTreeView ul li .rtHover a:hover{
background-color:transparent;
border:0px none;
color:#8F8F8F;
margin:1px 0;
padding:2px 3px 3px;
}
.RadTreeView ul ul li{
padding:0px 0px 5px 0px;
border:0px;
}
.RadTreeView ul ul.rtUL li a{
font-weight:normal;
}
body .RadTreeView .rtUL .rtUL {
padding-left:0px;
}
.RadTreeView_TreeViewTheme .rtUL .rtSelected  a.rtIn {
color:#1F66A9;
background:none;
border:0px none;
margin:1px 0;
padding:2px 3px 3px;
}
 
 
 /*Video styles*/
  .Video{
 padding:5px 0px 20px 0px;
 border-bottom:1px solid #dddddd;
 margin:0px 0px 15px 0px;
 float:left;
 width:100%;
 }

.TableFrame{
padding-left:0px;
}
.LanguageSwitch {
font-weight:bold;
position:absolute;
top:80px;
right:190px;
font-size:1em;
width:170px;
height:15px;
}
.LanguageSwitch p{
float:left;
width:auto;
padding-right:5px;
}
.LanguageSwitch a{
color:#00498F;
}
.LanguageSwitch a:hover{
color:#777777;
}

.Video1{
padding:20px 0px 20px 0px;
border-bottom:1px solid #ccc;
position:relative;
}
.CapitalUae{
float:left;
width:445px;
}
ul.UaeImages li{
padding:5px 0px 15px 0px;
margin:0px;
float:left;
clear:both;
}
ul.UaeImages li a{
float:left;
}
.UaeImages{
float:left;
width:190px;
padding:0px 0px 0px 20px;
}
.InnerPage div.ContactLeft{
width:355px;
float:left;
}
.GoogleMapHolder{
width:311px;
height:270px;
float:left;
}
#GoogleMap{
border:2px solid #ccc;
width:311px;
height:270px;
}
.ContactDespn{
float:left;
width:100%;
padding-top:30px;
}
#copyright span{
display:none;
}
.RamdanWish{
left:240px;
position:absolute;
top:112px;
}

.Overlay{
position: absolute;
top: 0;
left: 0;
width: 100%;
 background-color: #165E9D;
 z-index: 1000;

}

/* picture Page styling */

div.Image1 {
 float:left;
 min-height:215px;
 height:auto !important;
 height:215px;
 width:100%;
}

div.Image1 p.heading {
 float:left;
 width:215px;
 color:#3C9AE4;
 font-size:16px;
}

.heading {
 float:left;
 width:215px;
 color:#3C9AE4;
 font-size:16px;
}

p.heading1 {
 color:#00498F;
 font-size:16px;
}

div.Image1 img.picture {
 float:left;
 padding:5px 0 0 0;
}

.copyblock h6 {
 display:block;
 border-bottom:1px solid #f1f1f1;
 padding:0 0 5px 0;
 margin:0 0 10px 0;
}

h6 {
 font-size:15px;
 color:#00498F;
}

div.copyblock {
 float:left;
 margin:20px 15px 20px 0;
 padding:0;
 width:415px;
}

div.dlPanel2 {
 float:left;
 width:13.9em;
 padding:0;
}


div.dlPanel {
 float:left;
 width:13.9em;
 padding:20px 0 0 0;
}

ul.font_1 {
 float:left;
 width:13.9em;
 margin:5px 0 0 0;
 display:block;
}

ul.font_1 li {
 display:block;
 float:left;
 width:100%;
 padding:0 0 3px 0;
 margin:2px 0;
 position:relative;
}

ul.font_1 li img {
 float:left;
 padding:0 7px 0 0;
}

ul.font_1 li a {
 float:left;
 font-size:13px;
}

ul.font_1 li em {
bottom:3px;
font-size:10px;
font-style:normal;
left:40px;
position:absolute;
}

ul.font_1 li:last-child {
 border:0;
}

ul.font_1 li.LastChild {
 border:0;
}

div.dlPanel2 h5 {
 border-bottom:1px solid #F1F1F1;
 display:block;
 padding:8px 0;
}

ul.sf_newsList li p {
 color:#3C9AE4;
}

#Copy ul.sf_newsList li p a {
 color:#00498F;
}

ul.sf_newsList li p img {
 float:left;
 height:66px;
 padding:0 0 10px;
 width:200px;
}

.dlPanel h6 {
 border-bottom:1px solid #F1F1F1;
 padding:0 0 5px 0;
}


/*The news page style*/
div.theNews{
 Background-image:url(../Images/Background/Research.gif);
 background-repeat:no-repeat;
 background-position:center center;
 width:670px;
 float:left;
 clear:both;
 position:relative;
}
#Copy div.theNews ul.sf_newsList{
padding:10px 0px 20px 13px;
border:0px;
margin:0px 0px ;
}
#Copy div.theNews ul.sf_newsList li{
 Background-image:url(../Images/Background/researchlist.png);
 background-repeat:no-repeat;
 background-position:top left;
 width:282px;
 height:160px;
 padding:20px 10px 0px 25px;
 margin:10px 0px 0px 5px;
 float:left;
}
#Copy div.theNews ul.linksbottom{
margin-top:8px;
}

#Copy div.theNews ul.linksbottom li{
background-image:none;
background-repeat:no-repeat;
background-position:left 5px;
width:50px;
float:left;
height:auto;
padding:0px 0px 0px 20px;
margin:0px;
}
#Column1 .sf_newsList h3  a span.source{
font-size:0.9em;
padding:5px 0 0px;
color:#666666;
font-weight:normal;
display:block;
}

#Column1 .sf_newsList h3.source span {
font-weight:normal;
font-style:italic;
}
#Copy div.theNews ul.linksbottom li.text{
 Background-image:url(../Images/Background/text.gif);
}
#Copy div.theNews ul.linksbottom li.link{
 Background-image:url(../Images/Background/link.gif);
}
#Copy div.theNews ul.linksbottom li.clipping{
 Background-image:url(../Images/Background/clipping.gif);
}
#Copy div.theNews ul.linksbottom  li a{
font-size:0.7em;
color:#00408b;
}
/*Paging  style*/
.paging_news{
	overflow:hidden;
	width:100%;
	position:relative;
 padding-top:12px;
}
.paging-holder{
	position:relative;
	float:left;
	left:50%;
}
.paging-frame{
	float:left;
	position:relative;
	left:-50%;
 font-size:0.75em;
}

.paging_news .prev,
.paging_news .next{
	float:left;
	width:6px;
	height:9px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/Background/ico-arrow.gif) no-repeat;
	margin:3px 0 0;
}
.paging_news .next{background-position:0 -9px;}
.paging_news ul{
	float:left;
	margin:0;
	padding:0 14px;
	list-style:none;
}
.paging_news ul li{
	float:left;
	padding:0 6px;
}
.paging_news ul li a{
	color:#a6a6a6;
	text-decoration:none;
 font-weight:bold;
}
#Copy .paging_news ul li a.sf_PagerSelItem{
	color:#005ba1;
}
.paging_news ul li a:hover,
.paging_news ul li.active a{
	color:#323132;
	font-weight:bold;
}

/*The news  page style ends*/

/*Reserch page style */
#Copy  h2.small{
font-size:0.9em;
}
ul.Research{
padding-top:20px;
width:100%;
}
ul.Research li{
width:288px;
padding:0px 22px 15px 0px;
float:left;
}
ul.Research li p{
color:#298ddb;
}
ul.Research li img{
margin:5px 0px 8px 0px;
}
/*Reserch page style ends*/
#Copy ul.docc_List li em{
font-weight:normal;
font-size:1em;
}
#Copy  a.download{
background-image:url(../Images/Generic/Arrow2.gif);
background-position:right center;
background-repeat:no-repeat;
color:#00498F;
font-size:0.7em;
padding:0px 12px 0px 0px; 
}
#Copy  a.download:hover{
color:#333333;
}
ul.docc_List{
padding-top:10px;
}
#Copy ul.docc_List li{
width:295px;
min-height:240px;
height:auto !important;
height:240px;
}
#Copy ul.extendList li{
min-height:255px;
height:auto !important;
height:255px;
}
#Copy ul.docc_List li h3{
color:#00498F;
padding:4px 10px 5px 0;
font-size:0.75em;
}
#Copy ul.docc_List li h3 em{
font-style:normal;
color:#666666;
}
#Copy ul.docc_List li h3 a{
color:#00498F;
}
#Copy ul.docc_List li h3 a:hover{
color:#333333;
}

#banner{
background: transparent;
}
.bannerbtm{margin: 20px 0 0 0}
