@charset "utf-8";

/* Embed Fonts */
@font-face {
	font-family: 'HelveticaNeueLight';
	src: url('helveticaneue-webfont.eot');
	src: local('☺'), url('helveticaneue-webfont.woff') format('woff'), url('helveticaneue-webfont.ttf') format('truetype'), url('helveticaneue-webfont.svg#webfontpDwEvKpe') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueLight';
	src: url('helveticaneue-webfont.eot');
	src: local('☺'), url('helveticaneue-webfont.woff') format('woff'), url('helveticaneue-webfont.ttf') format('truetype'), url('helveticaneue-webfont.svg#webfontpDwEvKpe') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Layout Styles */

body, h1, h2, h3, p{
	margin:0px;
	padding:0px;
}

td{
	vertical-align:top;
}

body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#808080;
	line-height:1.5;
}

a{
	color:#2EA3B5;	
	text-decoration:none;
	outline: none; /*Remove Dotted outline*/
}

.textLink img{
	border:2px solid #e6e6e6;	
}
.textLink img:hover{
	border:2px solid #a8c9d1;	
}

a.internal{
	display:block;
	padding-left:16px;
	background:transparent url(../images/icon_internal_link.png) no-repeat 0 3px;
	margin-bottom:6px;
	background-color:#FFF; /*Fixes IE ClearType FadeIn Bug*/
}

h1{
	font-family: 'HelveticaNeueLight', sans-serif;
	font-size:23px;
	color:#A9A9A9;
	line-height:1.3;
	margin-bottom:20px;
	font-weight:100;
	margin-top:10px;
	background-color:#FFF; /*Fixes IE ClearType FadeIn Bug*/
}

p{
	margin-bottom:20px;	
}

a:hover, a:active{
	text-decoration:underline;	
}

/*Layout Elements*/

/*Top Bar****************************************/
#wrapper{
	margin:0px auto;
	width:960px;
}

#flashContent{
	margin:50px 0px 20px 0px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#d6dadd url(../images/bgRepeat.jpg) repeat 0 0;
	
}
#flashContent .inner{
	text-align:center;
	width:100%;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	background: transparent url(../images/bgCenter.jpg) no-repeat top center;

}
.linkHolder{
	font-family: 'HelveticaNeueLight', sans-serif;
	padding-top:15px;
	font-size:24px;
	line-height:1.5;
	font-weight:100;
}

