@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:28px;
	color:#4D4D4D;
	line-height:1;
	margin-bottom:20px;
	font-weight:100;
	margin-top:0px;
	background-color:#FFF; /*Fixes IE ClearType FadeIn Bug*/
}
h2{
	font-family: 'HelveticaNeueLight', sans-serif;
	font-size:20px;
	color:#4D4D4D;
	line-height:1;
	margin-bottom:20px;
	font-weight:100;
	margin-top:0px;
	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:970px;
}

#top{
	margin-top:10px;
	height: 80px;
	padding:5px;
	border-bottom:1px solid #ccc;
}

#logo_link{
	display:block;
	width:240px;
	height:76px;
	background:#fff url(../images/bs_logo.png) 0 0 no-repeat;
	text-decoration:none;
	float:left;
}

#top_nav{
	float:right;
	margin-top:53px;
}

#top_nav a{
	display:block;
	float:right;
	margin-left:30px;
	font-family: 'HelveticaNeueLight', sans-serif;
	font-size:19px;
}

/*Conent******************************************/
#content{
	padding:5px;
	margin:40px 0px 30px 0px;
}

.lcol{
	width:476px;
	float:left;
	text-align:justify;
	background-color:#fff;
	padding-right:10px;
	min-height:350px;
}

.rcol{
	width:396px;
	float:right;
	min-height:350px;
	background-color:#fff;
}

/*Logo Box*/

#logo_box_header{
	color:#1987a1;
	background-color:#fff;
	font-family: 'HelveticaNeueLight', sans-serif;
	font-size:18px;
	margin:47px 0px 20px 0px;
	
}

#logo_box td{
	font-size: 9px;
	text-transform:uppercase;
	padding:0px 8px 8px 0px;
}

.text_block{
	display:none;	
	width:480px;
	background-color:#fff;
	position:absolute; /* for rotation purposes - A. */
}

/*Right Nav*/
.rnav_item{
	border-bottom:1px solid #e2e2e2;
	padding-bottom:10px;
	margin-bottom:10px;
	width:100%;
	font-size:14px;
	color:#aaa;
}

/*Footer*****************************************/
#footer{
	border-top:1px solid #d2d2d2;
	background-color:#f6f6f6;
	overflow:hidden;
	padding:15px 30px 0px 30px;
	clear:both;
	height:40px;
}

#footer h2, #footer a{
	background-color:#f6f6f6;	
}

#footer h2{
	float:left;
}
#footer_content{
	float:right;
	font-size:13px;
}

#sub_footer{
	font-size:11px;
	color:#B3B3B3;
	float:right;
	margin-top:5px;
}

#contact-form{
	color:#808080;	
}

#contact-form label{
	display:block;
	font-weight:bold;
	
}

#contact-form textarea, #contact-form input{
	margin-bottom:10px;	
	width:310px; 
	padding:4px;
	color:#666;
}

