@media only screen and (min-width: 960px) {
 html {overflow-x:hidden}
}

body {
	font-family: 'open_sansregular', Arial, sans-serif;
	color: #000;
	font-size: 11px;
	height: auto;
	background-color: #EDEDED;
	background-image: url(../images/general/background.png);
	background-repeat: no-repeat;
	background-position: center 20px;
}

a {
	text-decoration: none;
	color: #0080C0;
}

a:hover {
  text-decoration: underline;
}

#wrapper {
	background-color: #FFF;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-bottom: 35px;
}

.topbar, .bottombar {
	font-family: 'open_sans_condensedbold', Arial, sans-serif;
	color: #FFF;
	background-color: #799900;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
	padding-top: 7px;
	padding-right: 8px;
	font-size: 13px;
	padding-bottom: 7px;
	padding-left: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.topbar a, .bottombar a {
	color: #FFF;
}

.bottombar {font-size: 12px;}

.topline {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #799900;
}


.gridp {
  border: 1px solid #666;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
}

/*.container_24 {
  background-color: #fff;
  background-repeat: repeat-y;
  background-image: url(../img/24_col.gif);
}

*/

/*Homepage carousel container*/
#headarea {
	background-color: #D4D4D4;
	position: relative;
}


/*Homepage signposts*/
.signpost {
	background-image: url(../images/home/signpost_bg.png);
	background-repeat: repeat-x;
	float: left;
	height: 231px;
	width: 234px;
	margin-top: 5px;
	color: #FFF;
	margin-right: 5px;
	position: relative;
	background-position: bottom;
	background-color: #00a7e5;
	transition-property:  background-image;
	transition-duration: .3s;
	/* Firefox 4 */ 
 -moz-transition-property: background-image;
	-moz-transition-duration: .3s;
	/* Safari and Chrome */ 
 -webkit-transition-property: background-image;
	-webkit-transition-duration: .3s;
	/* Opera */
  -o-transition-property: background-image, image;
	-o-transition-duration: .3s;
		cursor:pointer;
	position: relative;
}

.signpost:hover {
	background-color: #9a9a9a;
	background-image: url(../images/home/signpost_bg_grey.png);
}

.signpost_margin {
	margin-bottom: 30px;
	z-index: 1;
}


.signpost.last {
	width: 233px;
	margin-right: 0px;
}

.signpost h1 {
	font-family: 'open_sansextrabold', Arial, sans-serif;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.3em;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
}
.signpost p {
	font-family: 'open_sanssemibold', Arial, sans-serif;
	font-size: 1.2em;
	padding-right: 50px;
	padding-left: 20px;
}
.signpost .figure {
	overflow: hidden;
	position: absolute;
	width: 51px;
	right: 0px;
	bottom: 0px;
}
.signpost .figure.woman_e {
	width: 85px;
}

.signpost .figure.man_m {
	width: 48px;
}

.signpost .readmore {
	position: absolute;
	left: 20px;
	bottom: 13px;
	text-transform: uppercase;
	background-image: url(../images/general/readmore_arrows.png);
	background-repeat: no-repeat;
	background-position: right -80px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 1.2em;
}

.signpost .readmore a {
	text-transform: uppercase;
	color: #FFF;
	padding-right: 27px;
}



.content {float:left;}


.content.overview {
	width: 195px;
}

.content h1 {
	font-family: 'open_sansextrabold', Arial, sans-serif;
	font-size: 2em;
	text-transform: uppercase;
	color: #3b8ec8;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
}


.content h2 {
	font-family: 'open_sansbold', Arial, sans-serif;
	font-size: 1.3em;
	color: #799900;
	font-weight: normal;
}
.content h3 {
	font-family: 'open_sanbold', Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 5px;
}


.content p {
	font-size: 1.2em;
	margin-bottom: 10px;
	line-height: 1.3em;

}

.content  h1 .h1_normal {
	font-family: 'open_sansregular', Arial, sans-serif;
	color: #030303;
	font-weight: normal;
}

.content .readmore {
	font-family: 'open_sanssemibold', Arial, sans-serif;
	text-transform: uppercase;
	background-image: url(../images/general/readmore_arrows.png);
	background-repeat: no-repeat;
	background-position: right -22px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 1.2em;
	float: left;
	padding-right: 30px;
	}
.content .readmore.external {
	background-position: right 7px;
}

.content .readmore a {
	color: #00608a;
}


.readmore_carousel {
	font-family: 'open_sanssemibold', Arial, sans-serif;
	text-transform: uppercase;
	background-image: url(../images/general/readmore_arrows.png);
	background-repeat: no-repeat;
	background-position: right -79px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 1.2em;
	width: 107px;
	}
.readmore_carousel a {
	color: #FFF;
}
.readmore_carousel.external {
	background-position: right -50px;
}


.content.overview_images {
	width: 200px;
	float: right;
}
.content.overview_images .image_pad_bottom {
	margin-bottom: 12px;
}
.content.box {
	border: 1px solid #cccccc;
	width: 158px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}


.content p.paraintro {
	font-family: 'open_sanssemibold', Arial, sans-serif;
	margin-bottom: 20px;
}



/*Share styles*/
.share {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	margin-top: 15px;
	padding-top: 15px;
	margin-bottom: 15px;
}
.content.overview_images .image_pad_right {
	padding-right: 10px;
}

.share span {
	font-family: 'open_sans_condensedbold', Arial, sans-serif;
	float: left;
	margin-right: 10px;
	font-size: 20px;
	color: #808080;
}



/*Footer styles*/
.footer {
	font-family: 'open_sans_condensedbold', Arial, sans-serif;
	background-color: #f2f2f2;
	text-transform: uppercase;
	color: #808080;
	position: relative;
	margin-bottom: 15px;
	background-image: url(../images/general/idd_logo_2013.gif);
	background-repeat: no-repeat;
	background-position: 20px;
}
.footer .idd_logo {
	position: absolute;
	top: 22px;
	left: 25px;
}
.footer .follow {
	position: absolute;
	right: 20px;
	background-image: url(../images/general/twitter.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 14px;
	top: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer .follow a {
	color: #808080;
	padding-right: 35px;
}

.footer .bottomnav.firstnav {
	margin-left: 202px;
} 

.footer .bottomnav {
	padding-top: 22px;
	padding-bottom: 22px;
	float: left;
	margin-left: 43px;
}
.footer .bottomnav .bottomnav_head {
	font-size: 14px;
	margin-bottom: 5px;
}
.footer .bottomnav ul {
	margin-left: 7px;
	padding-left: 7px;
}
.footer .bottomnav ul li {
	list-style-image: url(../images/general/bottomnav_arrow.gif);
	font-size: 14px;
}
.footer .bottomnav ul li a {
	color: #999999;
}





/*Share box pop up - no login*/
#at3winssi, #at3winfooter a {
	display: none; !important
}
