@charset "utf-8";
/*  Main Wrapper for entire site. Centers the site and sets the width */
#wrapper {
		text-align: left;
		margin: 0 auto;
		width: 760px;
                margin-top: 120px;
}
/* Header - Logos, and Top Bar with Search  */
#header_wrapper {  }

#top_bar_wrapper { border-collapse: collapse; width: 770px; }


/* Banners */

#banner_wrapper {
		position: absolute;
		top: 0;
		margin-left: 210px;
		width: 500px;
		text-align: center;
}
#banner_wrapper img {
		border-top: 0px solid #0C305E;
		border-right: 3px solid #0C305E;
		border-bottom: 3px solid #0C305E;
		border-left: 3px solid #0C305E;
}


/* Search bar  */
#search {
		background: url(../img/BG_Top.png) repeat-x top;
		height: 41px;
	}
	.input_search {
		border: 1px solid #001C3F;
		font-size: 12px;
		height: 15px;
		width: 150px;
	}
	.input_search_button {	cursor: pointer; }
	#search span {
		font-family: "Arial Black", "Arial MT Black";
		color: #DD050A;
		text-transform: uppercase;
		line-height: 41px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#slogan {
		background: url(../img/BG_Top.png);
		color: #0B2E5B;
		text-align: left;
		font-size: 20px;
                font-family: 'Goudy Old Style', serif;
		font-style: italic;
                font-weight: bold;
		line-height: 40px;
	}

/* Content Area  */
#content_wrapper { clear: both; }
	#content {
		clear: both;
		background: url(../img/BG_Content.png) repeat-y center;
		padding-right: 15px;
		padding-left: 15px;
}

/*  Footer  */

#footer_wrapper {
		clear: both;
		height: 20px;
		border-collapse: collapse;

}
#footer_BG {
		background: url(../img/BG_Bottom.png) repeat-x bottom;
		height: 20px;
		margin-left: 20px;
		width: 720px;
}

#footer_links {
		padding-top: 5px;
		padding-bottom: 5px;
}
	#footer_links a { color: #FFFFFF; }
	#footer_links a:hover { color: #DE050C; }


/*  Bluebox Logo  */
#BB_logo {}
	#BB_logo a {
		color: #FFFFFF;
		font: 11px "Trebuchet MS";
}
	#BB_logo a:hover { background: #3573B1; }

/* Logos - absolutely Positioned - observe ie6.css, ie6.css and ie5.css for adjustments for these browsers */
	#balgair_logo {		
		position: absolute;
		margin-left: 700px;
		margin-top: -65px;
}
	#naacam_logo {		
		position: absolute;	
		margin-top: -145px;
		margin-left: -60px;	
		}             
/* Rounded Corners  */
#corner_TL { float: left; }
#corner_BL { float: left; }
#corner_BR { float: right; }
