@charset "UTF-8";   
/* Background-Styles */  


/*---------------------
	HEADING SECTION
---------------------*/
body{
	margin:0px; padding: 0px;
	background: #abced8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #434242;
	font-size: 16px;
	line-height: 19px;
	}

#main{
	background: #abced8 url(images/background_slice.jpg) repeat-x;
	min-height: 400px;
	}

#main .container{
	background-image:url(images/background_center.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 400px;
	}

#header{
	padding:18px;
	}
	
/*----
pages logo
----*/
#logo h1, #logo small{
	margin: 0px;
	display: block;
	text-indent: -9999px;
	}

#logo{
	background-image: url(images/BAI_Logo.gif);
	background-repeat: no-repeat;
	width:437px;
	height:77px;
	}

	
/*----
front logo
----*/	
#logo_index h1, #logo_index small{
	margin: 0px;
	display: block;
	text-indent: -9999px;
	}
#logo_index{
	background-image: url(images/BAI_Logo3.gif);
	background-repeat: no-repeat;
	width:437px;
	height:77px;
	}

#logo_space{
	height:77px;
	}
	
ul#menu{
	margin:0px; padding:0px 20px 0px 0px;
	position:absolute;
	right:0px;
	}

ul#menu li{
	display:inline;
	padding-left:10px;
	}
	
ul#menu li a{
	text-decoration:none;
	color: #000000;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	}
	
ul#menu li a.active, ul#menu li a:hover{
	color: #505050;
}

.letter {
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	}
	
/*---------------------
	CONTENT SECTION
---------------------*/
.header h2{
	padding-top: 10px;
	margin-left: 340px;
	color: #000000;
	font-size: 36px;
	margin-top: 12px;
	margin-bottom: 10px;	
	}

.block{
	display:block;
	margin-bottom: 20px;
	width: 950px;
	margin-left: auto;
	background:#ffffff;
	margin-right: auto;
	}

.block_inside{
	display: block;
	background:url(images/text_block_slice.gif) repeat-x;
	padding: 20px;
	overflow: auto;
	}

.left_bar{
	display: block;
	float: left;
	width: 310px;
	}

.image_block{
	float: left;
	padding: 5px;
	}

.image_block img{
	}

.left_block{
	display: block;
	width: 250px;
	font-size: 10px;
	padding: 5px;
	margin-top: 20px;
	margin-left: 10px
	}
	
.text_block{
	float:left;
	width: 500px;
	margin-left: 30px;
	}

.text_block h2{
	color: #000000;
	font-size: 36px;
	margin-top: 12px;
	margin-bottom: 10px;

	}
	
.text_block a{
	text-decoration: none;
	color:#0000ff;
	}
	
.text_block a.active, .text_block a:hover {
	color: #ff0000;
	}

a.button{
	background: #000000;
	padding: 5px 10px 5px 10px;
	text-transform:uppercase;
	font-size:10px;
	color: #ffffff;
	}

a.button:hover{
	background: #ff00ff;
	}

ul.triangle{
	list-style-type: disc;
	}

.centered{
	text-align: center;
	}

.fleft{
	float:left;
	text-align:center;
	font-size:75%;
	}

.fright{
	float:right;
	text-align:center;
	font-size:75%;
	}
	
.gallery{
	padding: 2px;
	width: 420px;
	}
	
.gallery img{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
}

.gallery li{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}
	
/*---------------------
	FOOTER SECTION
---------------------*/	


#footer{
	color: #ffffff;
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	}
	
#footer .container{
	background: #000000;
	width: 950px;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: fixed;	
	bottom: 0px;
	}
	
#footer a:link{
	color: #ffffff;
	text-decoration: none;
	}
	
#footer a:hover{
	color: #0000ff;
	text-decoration: underline;
	}
	

