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

body {
	margin:0px; 
	padding:0px; 
	background: #ffffff url(images/bg.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;	
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #5c708b;
	font-weight: bold;
	}
	
a:hover {
	color: #FF0000;
	}
	
#container {
	position: relative;
	width: 750px;
	margin: auto;
	}
	
#basu_logo {
	margin: 0;
	}
	
#contact_us {
	height: 50px;
	margin-top: 20px;
	background: center url(images/phone.jpg) no-repeat;
	}

#navcontainer {
	position: relative;
	margin: auto;
	width: 750px;
	height: 150px;
	}

.nav_image {
	border: none;
	width: 118px;
	}
	
.nav_link1 {
	position: absolute;
	left: 0px;
	margin: 3px;
	width: 150px;
	text-align: center;
	}
	
.nav_link2 {
	position: absolute;
	left: 150px;	
	margin: 3px;
	width: 150px;
	text-align: center;
	}
	
.nav_link3 {
	position: absolute;
	left: 300px;
	margin: 3px;
	width: 150px;
	text-align: center;
	}
	
.nav_link4 {
	position: absolute;
	left: 450px;
	margin: 3px;
	width: 150px;
	text-align: center;
	}
	
.nav_link5 {
	position: absolute;
	left: 600px;
	margin: 3px;
	width: 150px;
	text-align: center;
	}

/* hidden text */	
#basu_logo_text span, p#flash_text span, p#phone_number span {
	display: none;
	}