
html {
    font-family: 'Arial',helvetica,sans-serif;
}

body{ 

	font-size: 100%;
	/*background:url("/images/branding/globals/page-bg-imgs/background-repeat-top.jpg") repeat-x;*/
	/*replaced this with new bg color*/
}

/*****Basic Elements 	*****/ 
h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
	margin:0px;
	padding: 0px;
}
h1 { /* Page headers */
	font-size: 34px;
	color:#FFF;
	line-height:2em;
}
h2 { /* byline */
	font-size: 18px;
	color:#FFF;	
}
h3{ /* content area headings */
	font-size: 18px;	
	padding: 10px 0;
}
h4 { /* content area headings */
	font-size: 16px;
	padding: 10px 0;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 11px;
}

p { /* body copy, should appear in Alamy Light Navy. */
	font-size: 14px;
	line-height: 20px;
	padding: 0px 0px 17px;
	color: #848491;
}
.line-height-reduction{
	line-height: 1.1em;
}

/* Extended Font size  */
.text-size10{
	font-size: 10px;
}
.text-size11{
	font-size: 11px;
}
.text-size12{
	font-size: 12px;
}
.text-size13{
	font-size: 13px;
}
.text-size14{
	font-size: 14px;
}
.text-size15{
	font-size: 15px;
}
.text-size16{
	font-size: 16px;
}
.text-size17{
	font-size: 17px;
}
.text-size18{
	font-size: 18px;
}
.text-size20{
	font-size: 20px;
}
.text-size22{
	font-size: 22px;
}
.text-size26{
	font-size: 26px;
}
.text-size28 {
    font-size: 28px;
}
.text-size30 {
    font-size: 30px;
}
.text-size32 {
    font-size: 32px;
}
.text-size34{
	font-size: 34px;
}
.text-size72 {
	font-size: 72px;
}

.line-height10{
	line-height: 10px;
}
.line-height11{
	line-height: 11px;
}
.line-height12{
	line-height: 12px;
}
.line-height14{
	line-height: 14px;
}
.line-height18{
	line-height: 18px;
}
.line-height20{
	line-height: 20px;
}
.line-height24{
	line-height: 24px;
}
.line-height26{
	line-height: 26px;
}
.align-right{
text-align: right;
}
.align-left{
text-align: left;
}
/* display: block for em and span */
.blockfix{
	display: block;	
}
.fixclear{
	clear: both;
}
/* end */

/***** Alamy font colors 	*****/ 
.dark-navy {
	color: #323248;
}
.light-navy {
	color: #848491;
}
.dark-grey {
	color: #D6D6DA;
}
.light-grey {
	color: #EBEBED;
}
.cyan {
	color: #268EFC;
}
.deep-cyan {
	color: #1661A5;
}
.alamy-green {
    color: #39B54A;
}
.alamy-orange {
    color: #F7931E;
}
.alamy-red {
    color: #ED1C24;
}
.bold {
    
    font-weight: bold;
}
.normal {
    font-family: 'Arial',helvetica,sans-serif;
    font-weight: normal;
}
.italic {
    font-family: 'Arial',helvetica,sans-serif;
    font-style: italic;
}
/***** basic hyperlink behavious ****/ 

a,
a:link,
a:visited,
a:focus, 
.no-underline{
	color: #268EFC;
	text-decoration: none;

}
a:hover, .no-underline:hover {
	color: #1661A5;
	text-decoration: underline;
	cursor: pointer;
}
.no-underline:hover {
	text-decoration:none;
}
a img{border: none;}
a.grey{
	color: #848491;
	text-decoration: none;
	padding: 10px 0 0;
}
a.grey:hover{
	color: #848491;
}
a.dark-navy{
	color: #323248;		
}
a.dark-navy:hover{
	color: #323248;
}
/* style overriding-- */
	/*---header footer css - style overriding footer-- */
		.footer_subpg.static .communication.center-layout{
			width:880px; 
			margin:38px auto 10px;
		}
		.footer_subpg.static .links_n_license.center-layout{
			width:880px;
			margin:0 auto;
		}
	
		.footer_subpg .license.grey{
			width:45%; 
		}
		body .all-wrapper div.footer-cushion{			
			padding-bottom: 550px; /*it was 246px. we have a 16px (230px +16px) extra in static pages*/		
		}
		/* -- style overriding header -- */ 
		
		.main-header .topbar, #frmSearch .common_hdr_search, .common_hdr_search{
			width: 960px; margin:0 auto;
		}
        .alamy-logo{margin-left:27px !important;*margin-left:30px !important;}
        #frmSearch .common_hdr_search, .common_hdr_search {
			width:877px;
			padding-left:86px;
        }	
		@media (max-width:1020px){
			#frmSearch .common_hdr_search, .common_hdr_search {
				padding-left:32px;
				width:930px;
				min-width: 930px;
			}
			.main-header .topbar{margin:0px;}
		}	
		#crumb {
			display: none; /* hide crumb */
		}
		
		
/*****Generic Classes*****/ 

.align-center{
	position: relative;
	width: 100%;
	display: block;
}
.content-wrap-border{
	border-bottom: 1px solid #323248;
    margin: 0 auto;
    height: 0px;
    position: relative;
    width: 922px;
    z-index: 1;
}
.content-wrap{
	width:880px; 
	background:#FFF; 
	padding:20px 20px 0px; 
	margin:0 auto;
	clear:both;
	border:1px solid #efefef;
	border-top: 1px solid #323248;	
	overflow:auto;
	border-bottom: none;	
}
.content-wrap-cushion{
	width: 100%; 
	height: 100px;
	float: left;
}
.heading-wrap{
	width: 880px;
	margin: 0 auto;
	padding: 0px 20px;
	height:125px;
}
.heading-wrap.extend{
	height:325px;
}

.header-media-holder{
	width:505px; 
	height: 284px; 
	float: right;
	margin: 20px;
}
.heading{
	height:auto;
	width:880px; 	
	float:left;
	position: relative;
}
.heading.half-width{
	width: auto;
}
.heading.hd-left{
	width: auto;	
}
.heading.hd-right{
	width: auto;
	float: right;
}
.hr-heading{
	position: absolute;
	border: none;
	border-bottom:1px solid #D6D6DA;
	width:100%;
	top:47px;
	left:0px;
}
.hr-heading.with-subline{
	top: 70px;
}
.heading-para{
	width: 300px;
	padding-top: 40px;
}
/***** arrows (greater than, less than, talk bubble arrows) ***/ 
.code-arrow {
	font-size: 1.1em;
	line-height: 1em;
	font-weight: normal;
}
.grey-bubble-arrow-right, .grey-bubble-arrow-left,  .grey-bubble-arrow-top, .grey-bubble-arrow-down, 
.cyan-bubble-arrow-right, .cyan-bubble-arrow-left,  .cyan-bubble-arrow-top, .cyan-bubble-arrow-down,
.navy-bubble-arrow-right, .navy-bubble-arrow-left,  .navy-bubble-arrow-top, .navy-bubble-arrow-down,.speech-arrow {
	background: url("/images/branding/globals/sprite-arrow.png") no-repeat 0px -327px;
	height: 28px;
	position: absolute;
	width: 16px;
}
.grey-bubble-arrow-top, .grey-bubble-arrow-down, 
.cyan-bubble-arrow-top, .cyan-bubble-arrow-down,
.navy-bubble-arrow-top, .navy-bubble-arrow-down {
	height: 16px;
	width: 28px;
}
.grey-bubble-arrow-left {
	background-position: 0px -408px;
}
.grey-bubble-arrow-top {
	background-position: 0px -452px;
}
.grey-bubble-arrow-down {
	background-position: 0px -364px;
}
.cyan-bubble-arrow-right {
	background-position: 0px -166px;
}
.cyan-bubble-arrow-left {
	background-position: 0px -246px;
}
.cyan-bubble-arrow-top {
	background-position: 0px -291px;
}
.cyan-bubble-arrow-down {
	background-position: 0px -201px;
}
.navy-bubble-arrow-right {
	background-position: 0px -6px;
}
.navy-bubble-arrow-left {
	background-position: 0px -86px;
}
.navy-bubble-arrow-top {
	background-position: 0px -131px;
}
.navy-bubble-arrow-down {
	background-position: 0px -54px;
}
.speech-arrow{
	background-position: -5px -1035px;
}
.top-button, .top-button2{
	height: 33px;
	width: 33px;
	display: block;
	background:url("/images/branding/globals/top-button.jpg") -1px 0px;
	position: fixed;
	margin-left: 220px;
	top: 250px;
}
.top-button2{background:url("/images/branding/globals/top-button.png") -1px 0px;}
.top-button:hover,.top-button2:hover{
	background-position: -1px -33px;
}
.back-to-top-link{font-size: 12px; line-height: 1.5em; padding:10px 0px; float: right; }
/* general layouts */

/*table style */
.info-table {

 font-size: 14px;
 line-height: 1.5em;
 padding-left: 0px;
 margin-bottom: 0px;
}

.info-table li {
border-bottom: 1px solid #dcdcdc;
padding: 10px 0;
width: 100%;
overflow: hidden;
list-style-type: none;
}
.info-table .field {
float: left;
width: 150px;
color: #393839;
}
.info-table .value {
display: block;
margin-left: 160px;
color: #848491;

}
.info-table .field > label, .info-table .value > label {
display: block;
line-height: 1.9;
}
.info-table li.last {
	border-bottom: none;
	padding-bottom: 0px;
}

.last{
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}
/*table style */

/* general layouts */


/* heading */

/*** containers ***/ 

.grey-container,.navy-container{
	background:#EDEDED;
    color: #393839;
    float: left;
    line-height: 20px;
    padding: 12px 20px 0;
    
}
.navy-container{
	background: #323248;
	color: #ffffff;
}

	a.col-link {
		color: #000;
		text-decoration: underline;
	}
	.col-link:hover {
		color: #0080FF;
	}

	/* 1 column */
	.one-col-wide{
	width: 100%;	
}

	/* 7 column */
	.seven-col-wide, .two-col-thin {
	float: left;
    overflow: hidden;
    padding: 20px 60px 0px 0;
    width: 492px

		
	}
	.two-col-left, .two-col-right{
		width: 45%;
		padding:auto 10px auto auto; 
		float: left;}
	.two-col-right{
		float: right;
			padding:auto auto auto 10px; 
	}
	.two-col-thin  {
		padding: 20px 0px 0px 60px;
		width: 200px;
	}
	/* 3 column */
	.three-col-left, .three-col-mid, .three-col-right {
		float: left;
		overflow: visible;
		padding: 0 10px 10px;
		width: 139px;
		overflow: visible;
	}
	.three-col-mid {
		width: 300px;
	}
	.three-col-right {
		width: 340px;
	}

.video-holder{
	width: 430px;
	height: 245px;
}

.border:before {
    content:" ";
    margin:0 -60px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #EBEBED;
  }

.dark-line {
border: none;
border-top: 1px solid #EBEBED;
width: 100%;
height: 1px;
margin: 5px 0 10px;
}
.top-line {
    background-color: #323248;
    margin: 0 auto;
    padding: 0 1px;
    height:1px;
    width: 920px;
}
 /* 75%:25%  width */

	.three-fourth-col{
		padding: 20px;
	  	width: 460px;
	  	background: #ffffff;
	  	float: left;	  	
	  }

	 .one-fourth-col{
	 	padding: 20px;
	 	width: 330px;
	 	background: #ffffff;
	 	float: left;
	 }

/* general classes */

.text-bg-highlight{ /* editor choice -latest imagery */
	display:inline-block; 
	padding: 0px 5px; 
	background-color: #268EFC; 
	font-size: 12px; 
	color:#fff; 
	font-style: normal; 
	margin-top:0px; 
	margin-left: 10px;
}
.ellipsis 	{
	text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
	
}

/* social icons dark-navy*/
.fb-icon,.twitter-icon,.tumblr-icon,.share-icon,.twitter-cyan-icon { 
	margin-right: 7px; 
	float: left; 
	background: url(/images/branding/globals/sprite-social-icons.png) no-repeat; 
	width:22px;
	height:18px;
}
.fb-icon { 
	background-position: 0 -3px; 	
}
.twitter-icon { 
	background-position: 0px -107px; 
}
.twitter-cyan-icon{
	background-position: 0px -177px; 	
}
.tumblr-icon { 
	background-position: 0px -212px; 
}
.share-icon { 
	background-position: 0 -107px; 
}


/* General Tab Structure */
#tab-nav {
    border-bottom: 3px solid #333346;
    float: left;
    line-height: 22px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
#tab-nav li {
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
}
#tab-nav a {
    background: none repeat scroll 0 0 #F6F6F6;
    color: #444444;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #EBEBED;
    border-bottom: 1px solid #F6F6F6;

}
#tab-nav a:hover{
	background: none repeat scroll 0 0 #D6D6DA;
	border-bottom: 1px solid #D6D6DA;
	color: #FFF;
}


#tab-nav li.active a {
    background: none repeat scroll 0 0 #323248;
    color: #FFFFFF;
    border: 1px solid #323248;
    cursor: default;
}
#tab-nav li.tab-icon{
	background: none repeat scroll 0 0 #F6F6F6;
    padding-right: 10px;
}

/* buttons */
.action-button-oval{
    background: none repeat scroll 0 0 #39B54A;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
}
ul li a{
	padding: 0;
}
.border-right{
    border-right: 1px solid #ebebeb;    
}
.border-left{
    border-left: 1px solid #ebebeb;    
}

.ol-style,.ul-style{
	padding: 0 20px;
	line-height: 20px;
	width: auto;
}
.relative-pos{
    position: relative;
}
.ol-style li,.ul-style li{
	padding-bottom: 5px;
}
.ol-style li a{
	color: #323248;
}
.ol-style li a:hover{
	text-decoration: none;
	  color: #268EFC;
}

.unordered-list, .unordered-nostyle, .ordered-list {
    color: #848491;
    font-size: 14px;
    line-height: 20px;
    list-style: square outside none;
}
.list-para-with-icon{
	width:330px;
}
.unordered-nostyle {
    list-style: none outside none;
}
.ordered-list {
    list-style: decimal outside none;
}
.unordered-list li{
	margin-bottom: 5px;
}

#fixed-nav {
  position: fixed;
}
.media-container{/* iq page video */
	padding:20px 0px;
	} 

.addthis_button_compact{font-size: 14px;}

.credit-line {
    color: #848491;
    font-size: 11px;
    font-style: italic;
}
.left {
    float: left;
}
.right {
    float: right;
}
.no-pad {
    padding: 0;
}
.no-pad-left {
    padding-left: 0;
}
.no-pad-right {
    padding-right: 0;
}
.no-pad-top {
    padding-top: 0;
}
.no-pad-bottom {
    padding-bottom: 0;
}
.no-mrgn {
    margin: 0;
}
.no-mrgn-top {
    margin-top: 0;
}
.no-mrgn-left {
    margin-left: 0;
}
.no-mrgn-right {
    margin-right: 0;
}
.no-mrgn-bottom {
    margin-bottom: 0;
}
.horizontal-line {
    background: url("/images/branding/grey-line.jpg") repeat-y scroll 535px 0;
    display: block;
    float: left;
}
.no-line-height{
    line-height: 0px;    
}
.pad-btm5px{
    padding-bottom: 5px;
}
.downloadContractBtn .icon{top:1px!important;}
.downloadContract{width: 140px;float: left;}
ul.disc-type{list-style:disc}
ul.disc-type li{padding-bottom: 0;}
ul.disc-type li:before{display:none}
.italics{font-style: italic;} 
