@charset "UTF-8";
/* CSS Document */

/* kill defaults */

html, body, dl, dt, dd, li, h1, h2, h3, h4, img, cellpadding, cellspacing, p { margin: 0; padding: 0; }
img	{ border: 0; }

/* ============= */


#home {
	background-color:#b8b7a3;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:960px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 620px;
}

#page_effect_top {
	background:transparent url(../images/border_shade.png) repeat scroll 0 0;
	margin:0 auto;
 	position:relative;
	float:left;
}

#page_effect_center {
	background-image:url(../images/center.png);
	background-position:left center;
	background-repeat:repeat-y;
	clear:both;
	float:left;
	position:relative;
	width:960px;
	margin-top: -4px;
}

#page_effect_center_shade {
	background:transparent url(../images/border_shade.png) repeat scroll 0 0;
	margin:0 auto;
 	position:relative;
	float:left;
}

#page_effect_botttom {
	background:transparent url(../images/border_shade.png) repeat scroll 0 0;
	margin:0 auto;
 	position:relative;
	float:left;
}

#header_wrapper {
	position:relative;
	width: 916px;
	height:92px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#top_menu_wrapper {
	position:relative;
	width: 920px;
	height:68px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#subhead_wrapper {
	position:relative;
	width: 510px;
	height:23px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	float: left;
	padding-left: 28px;
}

#subhead_wrapper p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	margin-left:0px;
	margin-right:0px;
	margin-top: 5px;
	padding-right: 15px;
	font-weight: 400;
}

#subhead_wrapper .red {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #FF0000; 
	font-size: 11px;
	line-height: 14px;
}


#content {
	margin-left:9px;
	margin-right:auto;
	position:relative;
	width:930px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
	
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
	color: #000000;
	margin-bottom:6px;
	margin-left:17px;
	margin-right:12px;

}


#subhead_wrapper a:link {
	color: #000000;
	text-decoration: none;
}
#subhead_wrapper a:visited {
	color: #000000;
	text-decoration: none;
}
#subhead_wrapper a:hover {
	color: #000000;
	text-decoration: none;
}
#subhead_wrapper a:active {
	color: #000000;
	text-decoration: none;
}

#subhead_wrapper .red a:link {
	color: #FF0000;
	text-decoration: none;
}
#subhead_wrapper .red a:visited {
	color: #FF0000;
	text-decoration: none;
}
#subhead_wrapper .red a:hover {
	color: #FF0000;
	text-decoration: none;
}
#subhead_wrapper .red a:active {
	color: #FF0000;
	text-decoration: none;
}


/*Home Top Menu*/

#business_first_button {
	float:left;
	width: 239px;
	height: 68px;
}

#space_button {
	float:left;
	width: 219px;
	height: 68px;
}

#about_arrow_button {
	float:left;
	width: 54px;
	height: 68px;
}

#features_button {
	float:left;
	width: 70px;
	height: 68px;
}

#buzz_button {
	float:left;
	width: 68px;
	height: 68px;
}

#bonds_button {
	float:left;
	width: 113px;
	height: 68px;
}

#opinion_button {
	float:left;
	width: 153px;
	height: 68px;
}

#home_intro_button {
	float:left;
	width: 65px;
	height: 23px;
}

#home_dean_button {
	float:left;
	width: 245px;
	height: 23px;
}


/*Home Top Menu End*/


#welcome_text {
	margin-right:auto;
	position:relative;
	width:300px;
	padding-top: 0px;
	padding-bottom: 0px;
	width:916px;
	height:100px;
	padding-left: 0px;
	z-index: 1;
	margin-top: 270px;
	background-color: #003300;
	/* for IE */
  	filter: alpha(opacity=90);
	/* CSS3 standard */
 	opacity: 0.8;
	margin-left: 14px;
}

#welcome_text p  {
	color: #ffffff;
	font-weight: bold;
	font-family: Georgia;
	font-size: 12px;
	line-height: 18px;
}

#welcome_text .headline {
	font-family: Georgia;
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
	line-height: 12px;
	padding-top: 33px;
	padding-left: 20px;
}

#welcome_headline {
	float: left;
	width: 216px;
	height: 100px;
}

#welcome_space {
	float: left;
	width: 30px;
	height: 60px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 20px;
}

#welcome_body {
	float: left
	width: 686px;
	height: 100px;
}

#welcome_text .content {
	font-family: Georgia;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	line-height: 18px;
	padding-top: 10px;
	padding-left: 0px;
}

#welcome_body a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#welcome_body a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#welcome_body a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#welcome_body a:active {
	color: #FFFFFF;
	text-decoration: underline;
}



#main_image  {
	margin-left:13px;
	margin-right:auto;
	width: 917px;
	height: 437px;
	background-image: url(../images/home_image.jpg);
	background-repeat: repeat;
	margin-top: -372px;
	z-index: 0;
}


#footer_wrapper {
	float:left;
	margin-left:auto;
	margin-right:50px;
	position:relative;
	width:960px;
	height: 50px;
}

#footer {
	position:relative;
	float:left;
	width: 671px;
	height: 50px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#logo {
	position:relative;
	float:left;
	width: 115px;
	height: 50px;
	margin-left: 32px;
	margin-top: 0px;
	padding-top: 4px;
	padding-bottom: 0px;
}

#ba_logo {
	position:relative;
	float:right;
	width: 142px;
	height: 45px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-right: 0px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	margin-top: 4px;
	color: #FFFFFF;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

