#headerCell ul#menu li {
	font-family: Arial, Helvetica, sans-serif;
}

.tabs {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

	.col_1 {
		font-family: Calibri, Arial, Helvetica, sans-serif;
	}
		#mainCol .col_1 {
			border-bottom-style: none;
		}
		
		#mainCol .col_1 h3 a {
			font-size: 20px;
			text-decoration: none;
			border-bottom-style: none;
		}
		
		#mainCol .col_1 h4 {
			font-size: 15px;
			text-decoration: none;
			margin-bottom: 10px;
			border-bottom-style: none;
		}
		
			#mainCol .col_1 h4 a {
				border-bottom-style: none;
			}
		
		
		.col_1  {
			width: 400px;
			font-size: 14px;
		}
		
			.col_1 p {
				padding-bottom: 10px;
			}
		
			.col_1 img {
				float: right;
				margin-left: 10px;
				margin-top: -15px;
			}
		
			.col_1 img.port {
				float: left;
				margin-left: 10px;
			}
		
			.col_1 br {
				clear: both;
			}
			
			#mainCol .col_1 .contentHolder {
				float: left;
				width: 240px;
				margin-bottom: 20px;
			}
			
			#mainCol .col_1 a.moreLinkTxt {
				font-weight: bold;
				color: #0e2067;
				text-decoration: none;
				border-bottom-style: none;
			}
			
			#mainCol .col_1 a.callLinkTxt {
				font-weight: bold;
				color: #65b318;
				text-decoration: none;
				border-bottom-style: none;
			}
			
				#mainCol .col_1 p a {
					border-bottom-style: none;
					color: #0e2067;
					font-weight: bold;
				}
			
			.linksLine {
				color: #999;	
			}
			
			#mainCol .contentTopHeader {
				float: left;
				width: 590px;
				height: 228px;
				background: url('/shared/images/heading-hand-globe.jpg');
				padding: 0px 20px 20px 20px;
				margin-top: 20px;
			}
			
				#mainCol .contentTopHeader .copyTxt {
					width: 310px;
				}
			
				#mainCol .contentTopHeader h1 {
					color: #342a8a;
					font-size: 30px;
					display: block;
					padding-bottom: 0px;
					margin-bottom: 0px;
					line-height: 27px;
				}
			
				#mainCol .contentTopHeader h2 {
					color: #333333;
					font-size: 22px;
					font-weight: bold;
					padding-bottom: 0px;
					margin-bottom: 0px;
					line-height: 22px;
				}
			
				#mainCol .contentTopHeader .firstTxtHeading {
					color: #666666;
					font-size: 14px;
					font-weight: bold;
					padding-bottom: 0px;
					margin-bottom: 0px;
				}
				
				#mainCol .contentTopHeader .secondTxtHeading {
					color: #666666;
					font-size: 12px;
					padding-bottom: 0px;
					margin-bottom: 0px;
				}
				
					#mainCol .contentTopHeader .secondTxtHeading a {
						color: #65b318;
						font-weight: bold;
						border: none;
					}
				
				
				#mainCol {
					padding-left: 10px;	
				}
				
				.clearBoth {
					clear: both;	
				}
				
				.hr {
					border-bottom: 1px dotted #ccc;	
					margin-bottom: 20px;
				}
				
/* use a semi-transparent image for the overlay */ 
#overlay { 
    background-image:url(/shared/images/petrol.png); 
    color:#efefef; 
    height:400px; 
} 
 
/* container for external content. uses vertical scrollbar, if needed */ 
div.contentWrap { 
    height:490px; 
    overflow-y:auto; 
} 

/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(/shared/images/overlay/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:636px;
	height:506px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(/shared/images/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* black */
div.overlay.black {
	background:url(/shared/images/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(/shared/images/petrol.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}

#popupLayer {
	text-align: left;
	color: #333;
}

	#popupLayer label {
		float: left;
		margin: 5px 10px 10px 0px;
		font-weight: bold;
		color: #333;
		width: 60px;
	}

	#popupLayer h1 {
		display: block;
	}
