/***********************************************/
/*Seatrade portal basic style sheet*/
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #333333;
	font-style: normal;
	text-align: left;
}
/***********************************************/
/******* hyperlink and anchor tag styles *******/
/***********************************************/
a:link, a:visited{
	color: #3097B9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/***********************************************/
/******* h1 - h6  heading styles *******/
/***********************************************/
h1{
	color: #E53015;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: bold;
	line-height: 80%;
}

h2{
	color: #006699;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 150%;
	line-height: 26px;
	font-weight: bold;
}

h3{
	color: #003473;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

h4{
 	font: 100% Arial,sans-serif;
 	color: #333333;
 	margin: 0px;
}

h5{
 	font: 100% Arial,sans-serif;
 	color: #334d55;
 	margin: 0px;
}
h6{
	font-size: 100%;
}

/***********************************************/
/*************** basic list tag styles ***************/
/***********************************************/
ul{
	list-style-type: disc;
	list-style-position: outside;
}
ul ul{
	 list-style-type: disc;
}
ul ul ul{
	 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	float: left;
	width: 900px;
	height: 132px;
	margin-top: 10px;
	background-image: url(graphics/business_head.jpg);
	background-repeat: no-repeat;
}

#pagecell{
	float: left;
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(Template_graphics/bigchunk.gif);
	background-repeat: no-repeat;
}
#menu{
	float: left;
	width: 150px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
}

#banners{
	float:right;
	width: 125px;
}

#content{
	float: left;
	width: 600px;
	background-image: url(Template_graphics/smallchunk.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}
#siteInfo{
	float: left;
	color: #cccccc;
	width: 900px;
	height: 92px;
	background-repeat: no-repeat;
	background-color: #000068;
}

/************* #masthead styles ***************/

/************* #menu styles ***************/
dl#menu {
width: 150px;
margin: 0;
padding: 0;
list-style-type: none;
}
dl#menu dt {
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	background-color: #3097B9;
	width: 150px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-bottom: 3px;
	padding-top: 3px;
	list-style-type: none;
	background-image: url(Graphics/menu_end.gif);
	background-repeat: repeat-y;
	background-position: right;
	font-size: 12px;
}
dl#menu dd {
	width: 150px;
	margin: 0;
padding: 0;
list-style-type: none;
}
dl#menu li {
	text-align: center;
	background-color: #920062;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #FFFFFF;
}

dl#menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

dl#menu li a, dl#menu dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 20px;
}

dl#menu li a:hover, dl#menu dt a:hover {
	background-color: #FFFFFF;
	margin-bottom: 5px;
	padding: 0;
	list-style-type: none;
	color: #3097B9;
	line-height: 20px;
}
/***********************************************/
/************* #banners styles ***************/
/***********************************************/

/***********************************************/
/************* #content styles ***************/
/***********************************************/
.story {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top: 0px;
	line-height: 22px;
	vertical-align: 0%;
	color: #000000;
	margin-left: 0px;
	padding-left: 5px;
}

.marquee {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top: 0px;
	vertical-align: 0%;
	margin-top: 144px;
	margin-left: 250px;
	margin-right: 150px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #0A187F;
	margin-left: 0px;
	padding-left: 5px;
}
