/* css document for layout */
#page_container {
	margin: 0;
	padding: 0;
	/*background-image: url('../../im/bkgrd_gradient.jpg');*/
	background: #285185 url('../../im/background.gif') top left repeat-x;

}

/** For test first **/

#center_container {
	width: 960px;
	margin: 0 auto;
	/*background-image: url('../../im/bkgrd_gradient.jpg');
	background-repeat: repeat-x;*/
}
/** For test first */

/** NOT IN USE **/
#big_cont {
	margin: 0px auto 0px auto;
}

#l_cont {
    float:left;
	height:200px;
	width: auto;
	background-image: url('../../im/bkgrd_gradient_left.jpg');
	background-repeat: repeat-x;
}

#c_cont {
    float:left;
	width: 960px;
	height:200px;
	margin: 0px auto 0px auto;
    background-color: blue;
}

#r_cont {
    float:right;
	height:200px;
	margin: 0px auto 0px auto;
	background-image: url('../../im/bkgrd_gradient.jpg');
	background-repeat: repeat-x;
}
/** NOT IN USE **/

#header {
	width: 954px;
	/*height: 129px; */
	
}

#header_nav {
	width: 753px;
	height: 129px;
}

#header .padding {
	padding: 87px 45px 0px 415px;
	*padding: 86px 45px 0px 415px;
}

#search {
	width:703px;
	margin-top: 18px;
	margin-bottom: 20px;
	margin-right:43px;
	*margin-right:63px;
	text-align:right;
}
 
#nav {
	margin: 10px 23px 0 223px;
	}
	
#container {
	width: 954px;
	margin: 0 0 17px 0;
}

#sub_container {
	width: 913px;
	background-image: url('../../im/contentpane_bg.gif');
	background-repeat: repeat-x;
	margin-left: 19px;
	background-color:#0c1a37;
}

#sub_container .wrapper {
	background-color:#0c1a37;
	overflow:hidden;
}

#logo {
	width: 182px;
	height: 114px;
}

#banner {
	height: 243px;
	margin-left: 19px;
}

#sub_banner {
	height: 173px;
	margin-left: 19px;
}

#breadcrumbs {
	height: 28px;
/*	background-image: url('../../im/breadcrumbs_bg.jpg');
	background-repeat: no-repeat;*/
}

.breadcrumbs_padding {
	padding: 11px 30px 0 30px;
}

#sidebar {
	float: left;
	width: 186px;
	background-image: url('../../im/contentpane_bg.gif');
	background-repeat: repeat-x;
	padding-top:10px;
	overflow:auto;
}

#sidebar .divider {
	background-image:url(../../im/divider.jpg);
	background-position: right;
	background:no-repeat;
	padding: 11px 0 0 0;
	vertical-align:top;
	border-right:1px solid #1f4b82;

}

#sidebar .padding {
	padding: 11px 0px 0px 23px;
}

#sidebar .submenu {
	background-color: #0c1a37;
	line-height:18px;
}


#sidebar .quotebox {
	padding: 20px 0px 50px 0px;
	background-color: #0c1a37;
	width:135px;
}

#sidebar .quotetext {
	font-family:"Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ffffff;
    font-size: 12px;
    color: #becfed;
	text-align:center; 

}

#sidebar li {
	margin-left:5px;
}

#content {
	width: 727px;
	float: right;
	clear:both;
	background-position: top;
	background-image: url('../../im/contentpane_bg.gif');
	background-repeat: repeat-x;
	background-color:#0c1a37;
}

#content .divider {
	vertical-align:top;
	border-left:1px solid #1f4b82;

}

#content .padding {
	padding: 10px 30px 30px 30px;	
}

#universal_filter
{
	height: 183px;
	margin-left: 19px;
}

#news_ticker {width:225px; background-color:#0000CC;}

#footer_container {
	height: 176px;
	clear: both;
	text-align: center;
	background-image: url('../../im/bkgrd_gradient_footer.jpg');
	background-repeat: repeat-x;
}

#footer {
    margin: 0px auto 0px auto;
	/*float:left;*/
	width: 954px;
	height: 176px;
	text-align: left;
	background-image: url('../../im/footer.gif');
	background-repeat: no-repeat;
}


#footer .padding {
	padding: 150px 0px 20px 230px;
	margin-top: 224px;
}

#footer_content
{
	width: 730px;
	height: 150px;
	text-align: left;
	margin: 0 0 0 224px;
}

#sub_links {
	margin-top:40px;
}	

#sub_banners {
	margin-top:15px;
}

#copyright
{
	text-align: left;
	margin: 0 15px 0 224px;	
}


/* main nav */
#home {
	width: 77px;
	height: 28px;
	background: url(../../im/nav_home_ON.jpg) no-repeat;
	display: block;
}

/*FOBISSEA liwen added*/
.font_14{
font-size:14px;
}
.fobissea_header_bg{
background-color:#081226;
padding:3px 0px 3px 10px;
margin:10px 0 10px 0;
}
.fobissea_basket_participat{
width:250px;
float:left;
padding:0px 0px 0px 10px;
}
.fobissea_basket_participat_2{
width:250px;
float:left;
}

.clear{
clear:both;
line-height:0%;
height:0px;
}

.fobissea_mar_10{
margin:0 0 0 10px;

}

.fobissea_guidelines{
border:1px solid #1f4b82;
padding:10px 10px 10px 20px;
}

.float_left{
float:left;
}


.float_right{
float:right;
}

.bg_dark_blue_2 {
	background-color: #1a2c4e;
}