html {
    height: 100%;	margin: 0;
	padding: 0;
}

a {
	color: #419639;
}

a, img {
	border: none;
	outline: none;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

a:hover {
	color: black;
}

body {
    height: 100%;
	background-color:#E5E5E5;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:150%;
	margin: 0;
	padding: 0;
}

body > #wrapper {
	height: auto; min-height: 99%;
}

cite {
	color: #999;	
	display:block;
	font-size:85%;
	font-style:italic;
	margin:12px 0;
}

cite a {
 	color: #999;
}

input, textarea {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}

p {
	margin-bottom:10px;
}

table {
	font-size:inherit;
}

/* Base page layout */

.greenline {
	border-top:6px solid #419639;
	height:6px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:100;
}

#wrapper {
	background-color: #ffffff;
	margin: 0 auto 0;
	padding-top: 6px;
	width: 940px;
	height: 100%;
}

#main {
	background-color:#FFFFFF;
	padding:0 0 75px;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

#content {
	border-left:1px solid #B6B3B4;
	margin:0 0 0 274px;
	padding-left:20px;
	position: relative;
	width:605px;
}

/* Header etc. */

#aboveheader {
    margin-top: 5px;

}

#aboveheader ul {
	margin: 0;
	list-style: none;
	text-align:right;
}

#aboveheader li {
	padding: 5px 40px 0 0;
}

#header {
	background-color:#FFFFFF;
	margin:0 auto 0px;
	width:940px;
}

#branding {
	background-color:#FFFFFF;
	float:left;
	height:73px;
	padding:0;
	position:relative;
	width:221px;
}

#blog-title, #blog-description {
	padding:0px 0 0 40px;
	margin-bottom: 1px;
}

#blog-title a {
	background-image:url(images/ba_logo.gif);
	
	background-repeat:no-repeat;
	display:block;
	height:85px;
	text-indent:-7777px;
	width:221px;
}

/* Main navigation */

#access {
	border:medium none;
	float:right;
	padding-top:38px;
	position:relative;
	width:628px;
}

#access .menu {
	background-color:white;
	height:32px;
	padding:0 30px 0 0;	
	width: auto;
}

#access .sf-menu {
	border:medium none;
	float:right;
	padding:0 20px 0 0;
	position: relative;
}

#access .sf-menu, #access .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#access .sf-menu {
	line-height:	1.0;
}
#access .sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
#access .sf-menu ul li {
	width:			100%;
}
#access .sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#access .sf-menu li {
	float:			left;
	position:		relative;
}
#access .sf-menu a {
	display: block;
	font-weight: bold;
	position: relative;
	text-decoration: none;
/* 	letter-spacing: 0.05em; */
}

#access .sf-menu a, #access .sf-menu a:visited {
	border:medium none;
	color:#419639;
	font-family:Arial,Helvetica,sans-serif;
	text-transform:uppercase;
}

#access .sf-menu a, #access .sf-menu a:hover {
	background-image: url(images/menu-off.gif);
	background-position: 7px center;
	background-repeat: no-repeat;
	font-size:11px;
	padding:9px 9px 9px 16px;
}

#access .sf-menu .current_page_item a,
#access .sf-menu .current-cat a,
#access .sf-menu .current_page_parent a,
#access .sf-menu .current-cat-parent a,
#access .nav-news .page-item-385 a,
#access .nav-careers .page-item-23 a
 {
	background-image: url(images/menu-on.gif);
	color:#000000;
}

#access .sf-menu ul {
	border:medium none;
	width:300px;
}

#access .sf-menu .clear {
	clear:both;
}

/* Footer  */

#footer {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 66px;
	margin-top: -66px;
	clear:both;
}

#footer-content {
	background-color:#FFFFFF;
	border-top:1px solid #CCCCCC;
	margin:0 auto;
	padding:0 0 20px;
	position:relative;
	width:940px;
}

.footer-links {
	float: left;
	position: relative;
	width: 310px;
}

.footer-copyright {
	float: right;
	padding: 0 40px 0 0;
	position: relative;
	text-align: right;
	width: 550px;
	
}

#siteinfo {
	color:#666666;
	font-size:11px;
	line-height:18px;
	padding:22px 0 22px 40px;;
	width:auto;
}

/* Main content */

.hentry {
	position: relative;
	width:auto;
}

.entry-title, .page-title {
	color:#333333;
	font-family:Arial,sans-serif;
	font-size:16px;
	line-height:normal;
	padding:0;
}

.page-title {
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:normal;
	left: -1px;
	line-height:125%;
	margin:25px 0 0;
	padding:0px 60px 14px 18px;
	position: relative;
}
.page-title span {
	font-style:normal;
}

.post {
	padding-left: 18px;
}
/* Breadcrumb */

.breadcrumb {
	background-color:#419639;
	color:#ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	margin:0 0 15px;
	padding:9px;
	text-transform:uppercase;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb-separator{
    background-image: url(images/white_arrow.gif);
    background-repeat: no-repeat;
    background-position: center 4px;
    margin:0 6px;
}

/* Titles */

.entry-title a:hover{
     color: #000 !important;
}

.entry-meta {
	padding:0 0 0 18px;
}

.entry-meta a, .entry-utility a {
	color: #004B91;
	font-style: normal;
	text-decoration:underline;
}

/* Content */

.entry-content {
	padding:0 0 30px 18px;
}

.entry-content h2 {
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:normal;
	left: -1px;
	line-height:125%;
	margin:25px 0 0;
	padding:0px 60px 14px 0px;
	position: relative;
}

.entry-content h3 {
	font-family:Arial;
	font-size:16px;
	font-style:normal;
	line-height:140%;
	padding:0 77px 10px 0;
	margin: 0 0 10px;
}

.entry-content h4 {
	font-family:Arial,sans-serif;
	font-size:15px;
	font-weight:bold;
	margin:30px 0 0;
	text-transform:uppercase;
}

.entry-content table h4 {
	margin:20px 0 0;
}

.entry-content h5 {
	font-weight: bold;
	padding-bottom: 5px;
}

.entry-content h6 {
	font-weight: bold;
}

.entry-content p {
	padding:0 80px 0 0;
}

.entry-content table p {
	padding:0;
}

.entry-content ul {
	margin:0 100px 18px 0;
	padding:0 0 0 20px;
}
.entry-content ul li {
	padding:0 0 0 10px;
}


.entry-utility {
	color:#666666;
	font-size:13px;
	line-height:18px;
	margin:0;
}

/* Sidebar */

.aside .xoxo {
	margin: 0 0 0 40px;
}

.aside, .aside input {
	font-size:11px;
}

.aside input {
    border:1px solid #CCCCCC;
	margin-bottom: 0px;
	padding: 2px;
}


.aside h3 {
	color:black;
	font-size:11px;
	font-style:normal;
	line-height:22px;
}

.aside ul, .aside li {
	line-height: normal;
	list-style: none;
	margin: 0;
	padding: 0;
}

.aside ul ul {
	list-style-image:none;
	list-style-type:none;
	margin:0;
}

.aside ul ul ul {
	margin:0 0 0 20px;
}

.aside li a {
	background-image: url(images/submenu-green.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom:1px solid #b6b3b4;
	color:#419639;
	display:block;
	font-size:12px;
	padding:7px 0 7px 7px;
	text-decoration:none;
}

.aside li a:hover{
    color:black;
}

.aside .current_page_item .page_item a {
	color:#419639;
}

.flexipages_widget ul ul {
	margin:0;
}

.aside .current_page_item a, .aside .current-cat a {
	background-image: url(images/submenu-black.gif);
	color:#000000;
}

.aside #searchform {
	margin:15px 0 0;
}

.aside #searchform #s {
	height:14px;
    padding:6px 2px;
    width:60%;
}

.aside #searchsubmit {
	display:inline;
}

#primary {
	border:medium none;
	padding:0;
}

.xoxo {
	border-top:1px solid #B6B3B4;
	margin-bottom:18px;
}

/* Search */

#searchsubmit{
	background-image:url(images/search_btn.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	border:medium none;
	height:26px;
	margin-left:3px;
	margin-top:0;
	width:59px;	
}

#searchsubmit:hover{
	background-image:url(images/search_btn.gif);
	background-position:0 -26px;
	background-repeat:no-repeat;
	border:medium none;
	height:26px;
	margin-left:3px;
	margin-top:0;
	width:59px;	
}

.flexipages_widget .widgettitle {
	display:none;
}

.flexipages_widget .menu {
	width:auto;
}

.not-singular .category-news, .not-singular .category-careers {
	width: 460px;
}

.not-singular .category-news .entry-title, .not-singular .category-careers .entry-title {
	clear: none;
	float: right;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 10px 0;
	position: relative;
	width: 375px;
}

.not-singular .category-news .entry-meta, .not-singular .category-careers .entry-meta {
	float: left;
	font-size: 11px;
	line-height: 14px;
	padding: 10px 0;
	position: relative;
	width: 85px;
}

#content ul, li{
    list-style: none;
}

#content li{
    margin: 10px 7px 0px;
    
}


#content ul li ul{
   margin-left: -30px;
}

#content ul li ul li{
   margin-top: 0px;
   padding-left:30px;
}

#access .sf-menu a:hover{
    color:black;
}

.main-aside {
	float:left;
	position:relative;
	width:274px;
}

.pageid-7 .entry-content ul li{
    background-image: url(images/menu-off.gif);
    background-repeat: no-repeat;
    background-position:0 5px;
    padding-left:10px;
    
}

.category-news .entry-title a:visited{
    color:#565656;
}

.category-news .entry-title a{
    color:#419639;
}

.pageid-50 h4 {/* "Partners" page */
	margin: 0;
	padding: 20px 0;
}

.pageid-28 td { /* Support page */
	padding: 10px 10px 0 0;
}

.pageid-127 #content ul { /* Sitemap */
	margin-left: 0;
	padding-left: 12px;
}

.pageid-127 #content ul li ul { 
	padding-left: 15px;
}

.pageid-127 #content ul li ul li { 
	margin-left: 0;
	padding-left: 0;
}

.pageid-440 table img { /* In the news */
	padding-right: 10px;
}

.entry-content ul li{
    background-image: url(images/menu-off.gif);
    background-repeat: no-repeat;
    background-position:0 5px;
    padding-left:10px;
}

h1.entry-title{
    font-size: 24px;
	padding:0 0 0 18px;    
}

/* Homepage */

.home cite {
	margin-top: 22px;
}

.home #below2 cite a {
	background-image: none;
	color: #999;
	padding: 0;
	text-decoration: underline;
}

.home #below2 a:hover, .home #below2 cite a:hover {
	color: black;
}

.home #blog-title a {
	height: 66px;
}

.home #container {
	margin:0;
	width:940px;
}

.home #content {
	border-left:medium none;
	margin:0;
	padding-left:0;
	width:100%;
}

.home #flash, .home #flash-wrapper {
	clear: both;
    width: 940px;
    height: 382px; 
    position: relative;
}

.home #content-below {
    width:940px;
    position: relative;
    padding:0px;
}

.home #below1 {
    width:160px;
}

.home #below2{
    width:413px;
    padding-left: 0px;
    padding-right: 0px;
}

.home #below3{
    width:254px;
    padding-right: 42px;
}

.home .below{
	float:left;
	padding-left: 35px;
	margin: 0px;
	margin-bottom: 20px;
}

.home .below h3{
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    width:120px;
    height:28px;
    border-bottom: #419639 solid 1px;
    color: #565656;
    margin: 38px 0px 15px
}

.home .below p{
    margin:10px 0px 0px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #565656;
    line-height: 17px;
}

.home #below3 p{
    margin-bottom: 20px;
}

.home .below h4{
    margin:10px 0px 0px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #565656;
    line-height: 17px;
}

.home #below2 a {
    background: url(images/menu-off.gif);
    background-position: right center;
	background-repeat: no-repeat;
	color: #419639;
	padding-right: 9px;
	text-decoration: none;
}

.home #below3 h4{
    margin-bottom: 20px;
}

.home #below3 ul{
	margin: 0;
	padding: 0;
}

.home #below3 ul li{
    margin:10px 0;
    padding:0;
}


.home .below p.menuoff{
    background: url(images/menu-off.gif);
    background-position: 0 center;
	background-repeat: no-repeat;
	padding-left: 9px;
}


.home #below3 a{
    background: url(images/menu-off.gif);
    background-position: right center;
	background-repeat: no-repeat;
	color: #419639;
	padding-right: 9px;
	text-decoration: none;
}

.home #below3 li.over {
	cursor: pointer;
}

.home #below3 a:hover, #below3 li.over a {
    color:black;
}

.home #below3 a.menuoff{
     color:black;
}

.home .below p.menuoff a{
    text-decoration: none;
    color: #419639;
}

.home .below p.menuoff a:hover{
    color:black;
}

.home .below h2.big_black{
    font-family: "Avenir", Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: black;
    font-weight: bold;
    margin-top: 12px;
    line-height: 35px;
}

.home .below h2 span{
    height: 25px;

}

.home #header{
    margin-bottom: 0;
}

/* Safari-only */

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#searchsubmit {
		position: relative;
		top: -2px;
	}
}
