/* CSS Document */

/* Global Elements */



@font-face {
    font-family: PTSans;
    src: url('/static/PT-Sans/PTS55F-webfont.eot');
    src: url('/static/PT-Sans/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/PT-Sans/PTS55F-webfont.woff') format('woff'),
         url('/static/PT-Sans/PTS55F-webfont.ttf') format('truetype'),
         url('/static/PT-Sans/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
  font-family: PTSans;
  font-weight: bold;
	src: url('/static/PT-Sans/PTS75F-webfont.eot');
    src: url('/static/PT-Sans/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/PT-Sans/PTS75F-webfont.woff') format('woff'),
         url('/static/PT-Sans/PTS75F-webfont.ttf') format('truetype'),
         url('/static/PT-Sans/PTS75F-webfont.svg#PTSansBold') format('svg');
}



html{ 
	font-size: 100%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
}

body{
	margin:0 auto;
	background-color:#ffffff;
	color:#444;
	line-height: 1;
	font-size: 14px;
}

.wrapper{
	margin:0 auto;
	width:1180px;
}
	
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { 
	font-family:'OpenSansRegular'; 
}
	
p{
	font-size:14px;
	line-height:1.5;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'OpenSansSemibold';
}

h1{
	font-size:48px;
	text-shadow: 0 0 1px rgba(0,0,0,0.3);
}
	
h2{
	font-size:30px;
	text-shadow: 0 0 1px rgba(0,0,0,0.3);
}

h3{
	font-size:24px;
}

h4{
	font-size:20px;
}

h5{
	font-size:18px;
}

h6{
	font-size:10px;
}
	

strong, .bold{
	font-family: 'OpenSansBold';
}
	
em, .italic{
	font-style:italic;
}

.underline{
	border-bottom: 2px solid #666;
}

a{
	color:#005f7d;
	text-decoration:none;
}

.text_link{
	padding-bottom:1px;
	}
	
.text_link:hover{
	border-bottom: 1px dotted #005f7d;
	padding-bottom:0;
}

.heading_link:hover{
	border-bottom: 2px dotted #005f7d;
}

.back_link{
	background:url(/static/img/global/left-arrow.png) no-repeat left center;
	padding:0 0 0 12px;
}

.forward_link{
	background:url(/static/img/global/right-arrow.png) no-repeat right top;
	padding:0 16px 0 0;
}

	.ie7 .back_link{
		background:url(/static/img/global/left-arrow.png) no-repeat left center;
		padding:0 0 0 12px;
	}

	.ie7 .forward_link{
		background:url(/static/img/global/right-arrow.png) no-repeat right center;
		padding:0 16px 0 0;
	}

.pdf_link{
	background:url(/static/img/global/pdficon_small.png) no-repeat left bottom;
	padding:0 0 0px 26px;
	line-height:26px;
}

.float_right{
	float:right;
}
	
.float_left{
	float:left;
}

.clear{
	clear:both;
}	

.clearfix:before, .clearfix:after { 
	content: ""; 
	display: table; 
}

.clearfix:after { 
	clear: both; 
}
.clearfix { 
	zoom: 1; 
}

::-moz-selection { 
	background: #666666; 
	color: #fff; 
	text-shadow: none; 
}

::selection { 
	background: #666666; 
	color: #fff; 
	text-shadow: none; 
}
/*
img { 
	-ms-interpolation-mode: bicubic; 
	vertical-align: middle; 
}*/

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #aaaaaa; }

textarea{
	overflow:auto;
}

figure{
	margin:0;
	padding:0;
}