/*Bridgenet International CSS*/
/*Author: Hung Le*/
/*Date: Sept 29, 2009*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body{
	background-color:#756d5d;
	background-image:url(../_source/images/main-gradient.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font-family:Tahoma, Geneva, sans-serif;
	/* cursor: url(../cursor.png), default; */
}

#outer{ /*centering the page*/
	width: 80%;
	width:1000px;
	height:100%;
	margin-left: auto;
    margin-right: auto;
}

#main-box{
	width:1000px;
	background-image:url(../_source/images/shadow-main.jpg);
	background-repeat:repeat-y;
	padding-top:0px;
}

.main{
	width:920px;
	margin-left:40px;
	margin-top:0;
	background-color:#fff;
	font-size: 14px;
}

.curve-top { /*main page top curve*/
	background: url(../_source/images/home-curve-top.jpg) no-repeat;
	margin: 0;
	padding: 40px 0px 0 0px;
	
}
		
.curve-btm { /*main page btm curve*/
	background: transparent url(../_source/images/home-curve-btm.jpg) no-repeat bottom left;
	margin: 0;
	padding: 45px 0px 0 0px;
}

#flash{ /*flash slideshow*/
	margin-top:0;
	padding-bottom:0;
}

#bridgenet-link{
	position:absolute;
}

#tagline{
	padding-left:30px;
	line-height:0;
	top:10px;
	height:60px;
	position:relative;
}

.tagline-img{
	position:relative;
	left:290px;
}

a {
	text-decoration: none;
	border: none;
	color: #eaeda1;
}

a:hover {
	color: #feffdf;
}

.special-anchor{
	color:#963;	
}

.special-anchor:hover{
	color:#900;
	text-decoration:underline;
}


/*========================== NAV BAR ============================*/
#nav-box{
	margin-top:0;
	width:960px;
	height:45px;
	margin-left:auto;
	margin-right:auto;
}

#nav{
	margin-top:0;
	padding-top:0;
}

/*========================== NEWS ============================*/

#intro-container{ /*containing "intro" absolute position*/
	height:140px;	
	padding-left:20px;
	margin-top:0px;
}

#news-box{
	width:278px;
}

.news-date{
	font-style:italic;
	margin-left:100px;
}

/*========================= INTRO ============================*/

#intro-box{
	position:absolute;
	margin-top:-139px;
	width:584px;
	margin-left:295px;
}

.curve-intro-top{ /*intro box top curve*/
	background: transparent url(../_source/images/intro-curve-top.jpg) no-repeat bottom left;
	margin: 0;
	padding: 14px 0px 0 0px;	
}

.curve-intro-btm{ /*intro box btm curve*/
	background: transparent url(../_source/images/intro-curve-btm.jpg) no-repeat bottom left;
	margin: 0;
	padding: 18px 0px 0 0px;	
}

#intro{
	background-color:#e2d054;
	background-image:url(../_source/images/intro-streak.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}

/*============================ FOOTER ===========================*/

#footer-box{
	padding-bottom:20px;
	height:50px;
}

#info{
	margin-left:50px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	list-style-type:none;
}

.copyrights{	
	text-align:left;
	float:left;
}

.address{
	text-align:right;
	float:left;
	padding-right:15px;
	padding-left:120px;
	line-height:15px;
}

.contact{	
	text-align:left;
	float:left;
	padding-left:15px;
	line-height:15px;
}

