@import url(commonapps.css);
@import url(/_shared/fonts.css);
@import url(pvistyles.css);
@import url(popupstyle.css);

body{
font-family:Arial,Helvetica,sans-serif;
margin-left: 0px;
background-color: #fff;
}

h1,h2,h3{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

p{
	font-family:Arial,Helvetica,sans-serif;
} 


div.line{
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom:0px;
	padding-top: 0px;
}

h1 {
color:#02558E;
background-color: #A3E5FC;
font-size: 1.6em !important;
padding: 2px 0 2px 4px;

}

h2 {
font-weight: normal;
font-size: 1.4em !important;
color:#02558e;
display: block;
 
}

img, a img{
border:none;
text-decoration:none;
}

p img{
	padding:10px 10px 10px 10px;
}


.content a{
	color:#063090;
}




#udm .captionmenuitem a.nohref,
#udm .captionmenuitem a.nohref:hover
{
	padding: 3px 0px 3px 6px;
	font-weight: bold;
	font-style: italic;
	color: #000;
	background-color: transparent;
}

.rootcaption a:link, .rootcaption a:visited, .rootcaption a:active,.rootcaption a{
	text-decoration: none;
	background-color: #FFF !important;
	display: block;
	height: 1%;
	padding: 3px 0px 3px 6px;
	color: #000 !important;
	font-weight: bold;
	margin-bottom: 2px;
}

.topLink{
	text-align:right;
}

.summary th{
	text-align: left;
	
}

.summary thead th{
	background-color: #0714E4;
	color: #fff;
}


.results thead th,.results td{
	text-align:center;
}

table.results,table.summary{
	border-collapse:collapse;
	width: 95%;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.results th,.results td,.summary th,.summary td{
	border: 1px solid #0714E4;
	background-color: #e1ecef;
}

.summary th{
	vertical-align: top;
}

.results thead th{
	background-color: #0086b5;
	color: #fff;
}

.results {
	border: #ffffff 2px solid;
}

.results th,.results td{
	padding: 2px;
	border: #0086b5 1px solid;
}

.results thead th a:link,.results thead th a:visited,.results thead th a:active{
	color: #FFFFFF;
}

.results tfoot th{
	background-color: #0714E4;
	color: #fff;
}

.results tfoot th a:link,.results tfoot th a:visited,.results tfoot th a:active{
	color: #FFFFFF;
}

.summary thead th{
	background-color: #0086b5;
	color: #fff;
}

.summary th,.summary td{
	padding: 5px;
	border: #0086b5 1px solid;
}

.summary {
	border: #ffffff 2px solid;
	background-color: #e1ecef;
}


div.copyright{
	margin-top: 30px;
}

.balancesheet
{
	width:95%;
	border-collapse: collapse;
   border-spacing: 0px;
	
}

.balancesheet thead th
{
	background-color: #0714E4;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: 1px solid #0714E4;
	border-collapse: collapse;
   border-spacing: 0px;

}
.balancesheet tbody th

{
	text-align:left;
	vertical-align: top;
	border: 1px solid #0714E4;
	border-collapse: collapse;
   border-spacing: 0px;
}

.balancesheet tbody td
{
	text-align:left;
	vertical-align: top;
	border: 1px solid #0714E4;
	border-collapse: collapse;
   border-spacing: 0px;
}

.balancesheet tfoot td
{
	background-color: #0714E4;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: 1px solid #0714E4;
	border-collapse: collapse;
   border-spacing: 0px;
}

input.button,a.button{
	background-color: #fff;
	color: #0714E4;
	font-weight: bold;
	
}

a.button{
	text-decoration: none !important;
	border: thin groove Blue;
}







.search{
	background-color: #063090;
	padding: 10px 10px 10px 10px;
	border-style: groove;
	width: 380px;
}

.search td{
	background-color: #063090 ;	
	text-align: left;
	color: #fff;	
}

.search th{
	color: #fff;;	
	text-align:right;
}

.search .button,.button input{
	background-color:#fff;
	color: #0714E4;
	font-weight: bold;
	border: 1px solid #000000;
	cursor: pointer;
	height: 20px;
}

.search .button:hover{
	background-color: #FFDE00;
}

.search label{
	font-weight: bold;
	color: #FFFFFF;
}

.search fieldset input {
	margin-right: 6px;
	
}

.search fieldset div{
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.search fieldset{
	border: none;
}

.search #search{
	background-color: #FFFFFF;
	border: 1px solid #fff;
	width: 190px;
	margin-left: 4px;
}



/*
	IOMGOV TOOLBAR*/

#govnavbar {
	background-color: #000000;
	color: #fff;
}
#govnavedge {
	border-right-color: #000000; 
	border-bottom-color: #000000;
}
#govnavbar a {
	background-color: #000000;
	color : #fff;
	border-color: #000000;
}
#govnavbar a:hover {
	background-color: #404040;
}

.contacts {
	border-collapse: collapse;
}

.contacts td, .contacts th {
	padding: 2px 4px;
	border: 1px solid #000;
	background-color: #CAEAFA;
	color: #000;
	text-align: left;
}

.contacts th.companyname {
	background-color: #063090;
	color: #fff;
	text-align: center;
}

/*general layout*/

.main{
background-image: url(../images/menu_bg.gif);
background-repeat: repeat-y;
background-position: bottom left;
height: 100%;
overflow: auto;
margin: 0 8px;
}


.content{
float:none;
margin: 0 0 20px 210px;
}

#header{
	margin: 8px 8px 0 8px;
height: 76px;
}

#footer{
	height: 28px;
padding: 0 0 0 12px;
margin: 4px 8px 12px 8px;
background-color: #02558E;
text-align: right;
clear: both;
}



.default{
	background: #02558E;
}

.breadcrumb{
background: url(../images/breadcrumb_bg.gif) repeat-x #02558E;
height: 28px;
padding: 0 0 0 12px;
margin: 0 8px 12px 8px;

}

.breadcrumb span, .breadcrumb a, .breadcrumb {
	line-height: 28px;
	color: white;
	font-size: 0.9em;
	font-family: arial;
}

.menu{
	float: left;
	width: 190px;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em !important;
}

.menu .button{
	width:190px;
	display: block;
	vertical-align: middle;
	border-bottom: 1px solid white;
}

.menu .button img{
	float:left;
}

.menu .button a {
	text-decoration: none !important;
	line-height:32px;
}

.menu .currentButton a {
	border-bottom: 1px solid white;
	text-decoration: none !important;
	line-height:32px;
}

.menu a{
padding: 0 0 0 6px;
color: black;
background-color: #dddddd;
display: block;
}

.button a:link, .button a:visited, .button a:active, .button a:hover,.button a{

}

.button a:hover {
background-color: white;
}

.currentButton a, .currentButton a:link, .currentButton a:visited, .currentButton a:visited{
}

.currentButton a:hover 
{
	background-color: White;
}

.menu div.rootcaption{
	display: block;
	width: 195px;
	line-height: 42px;
	height: 42px;
	vertical-align: middle;
	background-color: white !important;
	border-top: 1px solid #dddddd;
}

.menu .rootcaption img{
	float: left;
	padding: 6px 2px 0 0;
	
}

.rootcaption a{
		text-decoration: none !important;
	line-height: 42px;
}

/*homepage layout */

.FlashContainer{
	height: 180px;
	margin: 6px 8px 12px 8px;
	padding: 0;
}

#FirstRow{
float: none;
}

#SecondRow{
border-top: 2px solid #063090;
	display: block;
	float: none;
	width:100%;
}

#RegistrationCoupon{
	height: 15em;
	width: 75%;
	float: left;
	margin: 6px 0 10px 0;
	background-color:#E1ECEF;
}

#RegistrationCoupon table{
	padding: 0;
	margin: 12px 0 0 12px;
}

#RegistrationCoupon .textField, #RegistrationCoupon .messageField{
	width: 280px;
	margin: 2px 0;
}

#RegistrationCoupon .button{
	margin: 4px 0 0 12px;
}

.FreedomLogo{
	float: right;
text-align: center;
width: 22%;
}

.FreedomLogo img{
margin-top: 8%;
}


.MoreLink{
	background: url(../images/MoreLink_bg.gif) repeat-y #DAE0C6;
	text-align: right;
	padding: 2px 5px 2px 2px;
}

.MoreLink a{
	color: #404040;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.MoreLink a:hover{
color: black;
}

#FirstRow .LeftContainer{
	width:48%;
	float: left;
	padding: 0 0 1em 0;
	background: url(../images/dottedborder.gif) repeat-y left;
}

#FirstRow .RightContainer{
	float: right;
	width: 50%;
	background: url(../images/dottedborder.gif) repeat-y left;
	
}

.LocationHeading, .InfoHeading{
	background-color: #0086B5;
}

.CaseStudiesHeading{
	background-color: #02558E;
}

.NewsHeading{
	background-color: #002C44;
}
.NewsHighlights{
	padding: 0 0 5% 0;
}

#LocationMap{
	height: 190px;
}

#SecondRow{
	clear: both;
}

.NewsItem{
margin: 0.6em 0 2em 0;
display: block;
clear:both;
}

.NewsItem h3{
		color: #0476A8;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.4em;
		font-weight: normal;
		padding: 0 0 0.2em 0;
		margin: 0 0 0 12px;
		clear:left;
}
.NewsItem h3 a{
color: #0476A8;

}
.NewsItem p{
	color: #002C44;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0;
	margin: 0 0 0 120px;
}

.NewsItem a{
	color: #002C44;
	font-weight: bold;
	margin: 0 12px 0 0;
	text-decoration: none;
}

div.NewsBody{
	margin: 0;
	padding: 0 0 0.4em 0;
	display: block;
}

.NewsBody img{
	float: left;
	padding: 0 0 0 12px;
}

.readmoreLink{
	text-align: right;
		
}
#rightpanel{
	float: right;
	width:210px;
	background: #f6f9ff;
	padding: 0 5px 25px 10px;
	margin-bottom: 10px;
	border: 2px solid #e1ecef;
}

#rightpanel h1{
	display: none;
}

#rightpanel h2{
	color: #000;
	text-transform: uppercase;
	font-size: 1.0em !important;
	font-weight: bold;
}

#rightpanel img {	
	/*float:left;*/
	padding: 8px 8px 0 0;
	/*padding-left: 20%;*/
}

#rightpanel ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#rightpanel li {
	padding: 2px 0;
}

/*---------- RightPanel table styling ---------------------*/
#rightpanel .results th,#rightpanel .results td{
	padding: 2px;
	border: none!important; /*#0086b5 1px solid;*/
}

#rightpanel .summary th,#rightpanel .summary td{
	padding: 5px;
	border: none!important; /*#0086b5 1px solid;*/
}
/*-------------Content left styling -----------------------*/

#contentleft{
	margin: 0 237px 0 210px;
}

#contentleft p {
	overflow: hidden;
	width: 98%;
}

#contentleft img {
padding: 10px;
	margin: 0;
		overflow: hidden;
}

#documents{
	clear: both;
	margin-left: 210px;
}

/*
	****	STYLE FOR NEWS ON CUSTOMS HOME PAGE ****
*/
/*
.news{
	margin-top: 20px;
	margin-right: 10px;
}

.news tbody th{
	text-align: left;
	background-color: #CCCCCC;
	
}

.news thead th{
	background-color: #CC0000;
	color: #FFFFFF;
}

.news tbody td{
	
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #EFEFEF;
}*/

#breadandprint {
	float: left;
}

.printicon {
	padding-top: 5px;
	padding-right: 5px;
	float: left;
}


