@import url(nav.css);
@import url(typography.css);
@import url(search.css);
@import url(sitemap.css);

/*@charset "utf-8";
/* CSS Document */

body
{
	font: normal 0.8em Arial, Helvetica, sans-serif;
	color: #002952;
	margin: 0;
	padding: 0;
	background-color: #e4eaee;
	/*background-image: url(../images/bodyTopBar_bg.gif);
	background-repeat: no-repeat;
	background-position: top;*/
}

body.iframe
{
	font: normal 0.8em Arial, Helvetica, sans-serif;
	color: #002952;
	margin: 0;
	padding: 0;
	background-image: none !important;
	background-color: transparent;
}

#leftColHolder hr
{
	border:none;
	height:4px;
	background-color:#E4EAEE; 	
}

img
{
	border: none;
}

ul, li
{
	margin: 0;
	padding: 0;
}

.bold
{
	font-weight: bold;
}

.clear
{
	clear: both;
}

#topBar
{
	margin: 0 auto;
	padding: 0;
	/*background-image: url(../images/topBar_bg.gif);
	background-repeat: repeat-y;*/
	background-position: top;
	background-color:#FABB00;/*LUS*/
	height: 79px;
	width: 100%;
}

.borders
{
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/borders.gif);
	background-repeat: repeat-y;
	height: 79px;
	width:980px;
}

#smallLogoHolder
{
	margin: 0pt auto;
	padding: 5px 24px 0 0;
	text-align: right;
	height: 25px;
	width:965px;
}

#logoQuickLinksHolder
{
	margin: 0 auto;
	padding: 0px 0 0 0;
	height: 38px;
	width: 972px;
}

#largeLogoHolder
{
	float:left;
	/*width:490px;*/
	padding: 0 0 0 0px;
}

/* QUICKLINKS ------------------------------------------------------------ QUICKLINKS */
#quickLinksHolder
{
	height: 20px;
	padding: 22px 20px 0 0;
	float: right;
}

#quickLinksHolder ul li
{
	padding: 0 0 0 10px;
	display: inline;
	list-style-type: none;
	font-weight: bold;
}

#quickLinksHolder ul li a
{
	font-size: 0.9em;
	display: inline;
	list-style-type: none;
	color: #002952;
	/*text-decoration: none;*/
}

#quickLinksHolder ul li a:hover
{
	display: inline;
	list-style-type: none;
	color: #ce0005;
}


/* SUB-NAVIGATION ------------------------------------------------------------ SUB-NAVIGATION */

#subNavHolder
{
	background-color: #00FF00;
	margin: 0;
	padding: 0;
	margin: 0 auto;
	width: 980px;
}

/* ABOUT US + SUB-NAVIGATION  */
#aboutMenuContainer
{
	position: relative;
	left: 0px;
	top: 0px;
	visibility: hidden;
	margin: 0;
	z-index: 300;
	background-color: transparent;
}

#aboutMenuContainer a
{
	font-size: 0.8em;
	padding: 10px 10px 10px 30px;
	margin: 0 0 0 4px;
	background-color: #8c9fb1;
	display: block;
	width: 120px;
	color: #fff;
	border-top: #fff solid 1px;
}

#aboutMenuContainer a:hover
{
	background-color: #002952;
	display: block;
	width: 120px;
}


/* OUR SERVICES + SUB-NAVIGATION  */
#servicesMenuContainer
{
	position: relative;
	left: 0px;
	top: 0;
	visibility: hidden;
	margin: 0;
	z-index: 300;
	background-color: transparent;
}

#services
{
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	height: 25px;
	background-color: transparent;
}


/* CONTENT ------------------------------------------------------------ CONTENT */
#contentHolder
{
	margin: 0 auto;
	padding: 24px;
	background-image: url(../images/contentHolder_bg.gif);
	background-repeat: repeat-y;
	background-position: top;
	width: 932px;
	background-color: #fff;
}

#leftColInnerMiddle ul
{
	list-style: none;
}

#leftColInnerMiddle ul li
{
	padding-left: 20px;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
}

#welcomeHolder
{
	margin-top:40px;
/*	padding: 12px;
	background-color: #abbcc9;*/
/*}

#innerWelcomeHolder
{*/
    border: solid 12px #abbcc9;
	height: 170px;
	background-color: #fff;
}

#welcomeHolderContent 
{
    margin: 28px;
}

#welcomeTextHolder
{
	float: left;
	width: 320px;
	color: #666;
}

#welcomeNavHolder
{
	/*width: 585px;*/
	height: 110px;
	float: right;
	font-size: 1.2em;
}

#welcomeNavHolder .box
{

}

#welcomeNavHolder a
{
    float:left;
    margin: 0 0 0 5px;
	padding: 5px;
	width: 85px;
	height: 100px;	
	background-color: #8295AA;
	text-decoration: none;
	color: #fff;
}
#welcomeNavHolder .first
{
	width: 170px;
}


#welcomeNavHolder a:hover
{
	background-color: #B0000C;
}

#welcomeTextHolder .titletext
{
	background-image: url(/images/title-background.png);
	background-repeat: no-repeat;
	padding: 5px;
	z-index: 0;
	width: 340px;
	height: 100px;
}

#welcomeTextHolder .titletext p
{
	padding: 0 5px 0 0;
}


#welcomeNavHolder .boxTitle
{
	font-size: 0.65em;
	font-weight: bold;
	vertical-align: bottom;
	line-height: 1.3em;
	display: block;
}



/* Boxs *//*financial Highlights*/
#welcomeNavHolder img
{
	margin-bottom: 8px;
}


/* BREAD CRUMBS ------------------------------------------------------------ BREAD CRUMBS */

#breadCrumbs
{
	font-size: 0.9em;
	margin: 10px 0 10px 0;
}
#breadCrumbs a
{
	color: #002952;
	text-decoration: underline;
}
#breadCrumbsa:visited
{
	text-decoration: none;
	color: #002952;
}
#breadCrumbs a:hover
{
	text-decoration: underline;
	color: #b0000c;
}
#breadCrumbs a:active
{
	text-decoration: underline;
	color: #002952;
}

/* LEFT COL ------------------------------------------------------------ LEFT COL */

#flashContent
{
	margin: 0 0 20px 0;
}

#leftColHolder
{
	float: left;
	width: 650px;
	margin: 0 14px 0 0;
	padding: 0;
}

#leftColHolderFull
{
	float: left;
	width: 932px;
	margin: 0 14px 0 0;
	padding: 0;
}

/* Inner cols */

/*leftColInnerLeft*/
#leftColInnerLeft
{
	float: left;
	width: 346px;
	margin: 0 14px 0 0;
}


/*leftColInnerMiddle*/
#leftColInnerMiddle
{
	float: left;
	width: 434px;
	/*margin: 15px 0 0 0;*/
	background-color: #fff;
}



#leftColInnerMiddle a:link
{
	color: #c73334;
	text-decoration: underline;
}

#leftColInnerMiddle a:visited
{
	color: #002452;
	text-decoration: underline;
}

#leftColInnerMiddle a:hover
{
	color: #002452;
}
#leftColInnerMiddle li
{
	margin: 0 0 0 15px;
}

/*leftColInnerMiddleFull*/
#leftColInnerMiddleFull
{
	float: left;
	width: 710px;
	background-color: #fff;
}

#leftColInnerMiddleFull a
{
	color:#B0000C;
}

#leftColInnerMiddleFull ul li
{
	padding-left: 20px;
	list-style-type: none;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
}

#leftColInnerMiddle a:link, #leftColInnerMiddle a:visited
{
	color: #c73334;
	text-decoration: underline;
}
#leftColInnerMiddle a:hover
{
	color: #002452;
}
#leftColInnerMiddle li
{
	margin: 0 0 0 15px;
}

/*feature*/
.feature
{
	font-size: 0.9em;
	color: #000;
	margin: 0;
	padding: 10px 0 10px 0;
	width: 346px;
	border-bottom: #e4eaee solid 2px;
}

.articleBody
{
	float:left;
	width:180px;
}

.StoltNews
{
	font-size: 0.9em;
	color: #000;
	margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: #e4eaee solid 2px;
}

.feature_first
{
	border-top: #e4eaee solid 2px;
}

.feature img, .StoltNews img
{
	margin: 0 8px 0 0;
	float: left;
	clear: both;
}

.feature a:link, .StoltNews a:link
{
	color: #c73334;
	text-decoration: none;
	background-image: url(../images/readMoreArrow.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.feature a:visited, .StoltNews a:visited
{
	text-decoration: none;
	color: #c73334;
	background-image: url(../images/readMoreArrow.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.feature a:hover, .StoltNews a:hover
{
	text-decoration: underline;
	color: #002452;
	background-image: url(../images/readMoreArrow.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.feature a:active, .StoltNews a:active
{
	text-decoration: none;
	color: #c73334;
	background-image: url(../images/readMoreArrow.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 10px;
}

/*leftColInnerRight*/
#leftColInnerRight
{
	float: left;
	width: 290px;
	background-color: #fff;
}

#leftColInnerRightSub
{
	padding: 0 15px 15px 15px;
	width: 260px;
	background-color: #e4eaee;
	font-size: 0.9em;
	color: #000;
}

.newsItems
{
	padding: 15px 0 15px 0;
	border-bottom: #9cacbc solid 2px;
}

.newsItemsLast
{
	padding: 15px 0 15px 0;
	border: none;
}

.date
{
	font-weight: bold;
}

.newsItems a:link, .newsItemsLast a:link
{
	color: #c73334;
	text-decoration: none;
}
.newsItems a:visited, .newsItemsLast a:visited
{
	text-decoration: none;
	color: #c73334;
}
.newsItems a:hover, .newsItemsLast a:hover
{
	text-decoration: underline;
	color: #002452;
}
.newsItems a:active, .newsItemsLast a:active
{
	text-decoration: none;
	color: #c73334;
}

/* LEFT NAVIGATION ------------------------------------------------------------ LEFT NAVIGATION */
#leftColInnerLeftNav
{
	float: left;
	width: 160px;
	margin: 0 52px 0 0;
	
}

.left-nav ul
{
	list-style: none;
	padding: 0;
}

.left-nav li
{
	width: 160px;
	font-weight: normal;
	border: #000 solid 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: #e1e1e1 solid 0px;
}

.left-nav a
{
	border: #000 solid 0px;
	width: 160px;
	display: block;
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
}



.left-nav .current a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	background-color: #002952;
	padding: 5px 0 5px 10px;
	width: 150px;
	font-size: 85%;
}

.left-nav .subNav a
{
	color: #002952;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	width: 145px;
	background-color: #99a9ba;
	font-weight: normal;
	padding: 5px 5px 5px 10px;
	font-size: 85%;
	border-bottom: #e4eaee solid 1px;
}

.left-nav .subNav a:hover
{
	color: #99a9ba;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	width: 145px;
	background-color: #002952;
	font-weight: normal;
	border-bottom: #e4eaee solid 1px;
}


/*.left-nav .currentsub li {
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	display: inline;
}*/

.left-nav .currentsub
{
	color: #dfdfdf;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	display: block;
	width: 160px;
}


/*Inner navigation items*/
.left-nav .currentsub a
{
	color: #002952;
	width: 143px;
	display: block;
	padding: 5px 0px 5px 17px;
	margin: 0px 0px 0px 0px;
	border-bottom: #9cacbb dotted 1px;
	line-height: 18px;
	background-image: url(../images/leftNavArrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 11px;
	background-color: #e4eaee;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.8em;
}


.left-nav .currentsub a:hover
{
	color: #002952;
	text-decoration: none;
	background-image: url(../images/leftNavArrowHover.gif);
	background-repeat: no-repeat;
	background-position: 10px 11px;
	background-color: #667e97;
	width: 143px;
}

.left-nav .currentsub .selected a
{
	color: #002952;
	text-decoration: none;
	background-image: url(../images/leftNavArrowHover.gif);
	background-repeat: no-repeat;
	background-position: 10px 9px;
	background-color: #667e97;
	width: 143px;
}


/* RIGHT COL ------------------------------------------------------------ RIGHT COL */
#sharePriceHolder
{
	background: url(../images/shareBack.gif);
	background-repeat: repeat-x;
	height: 57px;
	color: #ffffff;
}

#sharePriceHolder .box
{
	padding: 10px 5px 5px 15px;
	padding: 10px 5px 5px 15px;
	font-size: 0.8em;
}

#sharePriceHolder .box a, #sharePriceHolder .box a:active, #sharePriceHolder .box a:link, #sharePriceHolder .box a:hover, #sharePriceHolder .box a:visited
{
	text-decoration:none;
	color:#fff;
}

#sharePriceHolder .box .sharePriceDate
{
	font-size: 0.7em;
}

#rightColHolder
{
	float: left;
	width: 268px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#attachmentsHolder
{
	margin-top:5px;
	padding:0;
	background-color:#E4EAEE;
	width:268px;
	border-width:0;
	float:left;
}

#attachmentsHeader
{
	background: url(../images/shareBack.gif);
	background-repeat: repeat-x;
	height:30px;
	width:268px;
	float:left;
	color: #ffffff;
}

#attachmentsHeader h3
{
	color:#fff;
	margin:7px 15px 0 15px;
	/*padding:0 15px 10px 15px;*/
}

#attachmentsBody ul li
{
	padding:5px 0 5px 15px;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	float:left;
	list-style-type:none;
	background:none !important;
}

#attachmentsBody a
{
	font-size:0.9em;
	color:#B0000C;
}

/*----------------------------------FISH STUFF-----------------------------------------------*/

#seaFarmRecipie
{
	width: 700px;
	float: left;
	padding: 15px 5px 15px 5px;
	background-color: #E4EAEE;
}

#seaFarmRecipie img
{
	float: left;
	padding: 0 5px 0 0;
}

#fish
{
	/*border-bottom: solid 4px #E4EAEE;*/
	padding: 15px 5px 15px 5px;
	float: left;
	width:700px;
}

#fish h2
{
	border-bottom: solid 4px #E4EAEE;
	color: #B0000C;
	padding-bottom: 3px;
}

#fish img
{
	float: left;
	padding: 0 5px 0 0;
}

#ingredients
{
	float: right;
	border-left: solid 1px #002952;
	padding: 0 15px 0 10px;
	width: 130px;
}

.newsArchiveItem
{
	display: inline;
}
.newsArchiveItem div
{
	float: left;
	width: 130px;
	padding-right: 10px;
}

.pager
{
	background-color: #DBE2E7;
	border: 1px solid #ABBCC9;
	padding: 2px;
	margin-top: 10px;
}
.pager a
{
	margin-right: 5px;
	text-decoration: none;
}
.pager a.Selected
{
	padding-left: 3px;
	padding-right: 3px;
	background-color: #ABBCC9;
}


.newslist { list-style: none; }
.newslist li 
{
	background-image: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.bigtitle
{
	font-weight: bold;
}

.left-nav { margin-top: 5px; }

#contentHolder table
{
	float:left;
	border-collapse: collapse;
	width:100%;
	/*width:430px;
	font-size:60%;*/
}

#contentHolder table tr
{
	height: 1.1em;
}
#recaptcha_area tr {
	height: auto !important;
}
#contentHolder table tr th
{
	background-color: #6B809B;
	font-weight:bold;
	color: #fff;
	border: 1px solid #fff;
	padding: 4px;
}

#contentHolder table tr td
{
	background-color: #E4EAEE;
	color: #002952;
	border: 1px solid #fff;
	text-align: left;
	vertical-align:top;
	padding: 4px;
}

#contentHolder table tr.altRow td
{
	background-color: #ECF0F3;
}


.newsTitle
{
	background-color: #6A819A;
	color: #fff;
	padding: 2px 0 2px 5px;
}


.newsTitle2
{
	background: #6A819A url(/images/news-table-header.gif) repeat-x;
	height: 30px;
	color: #fff;
}

.NewsLink
{
	padding-left: 15px !important;
	background-image: url(/images/read.gif) !important;
	background-repeat: no-repeat !important;
	background-position: 0 .2em !important;
}

.newsArchiveList
{
	margin-top: 15px;
	margin-bottom: 15px;
}

.newsArchiveList ul
{
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}


/* careers */
#vacancy_container h3 {
	color:#012D5C;
	font-size:110%;
	padding:5px 0 0 0;
	margin-bottom:0px;
}
#vacancy_container div.vacancy_left h3 {
	font-size:95%;
	margin:0 0 2px 0;
	padding:0;
}
#vacancy_container h4 {
	color:#012D5C;
	font-size:80%;
	font-weight:bold;
}
#vacancy_container div.vacancy_right h4, #vacancy_container div.vacancy_details h4 {
	font-size:75%;
}
/*paras*/
#vacancy_container p {
	font-size:80%;
	margin:0 0 16px 0;
	line-height:1.3em;
	color: #666 !important;
	}
#vacancy_container p.smalltext {
	font-size:75%;
}
#vacancy_container p.back {
	margin:0 0 0 21px;
	font-weight:bold;
	font-size:75%;
}
#vacancy_container div.vacancy_left p {
	margin:0 0 6px 0;
}
#vacancy_container div.vacancy_contact p {
	margin:0 0 7px 0;
}
#vacancy_container div.vacancy_right p, #vacancy_container div.vacancy_details p {
	font-size:75%;
	margin:0 0 5px 0;
}

/*lists*/
#vacancy_container ul.linklist {
	font-size:75%;
	color:#be0010;
	font-weight:bold;
	margin:0;
}
#vacancy_container ul.linklist li {
	list-style-type:none;
	display:inline;
	margin-right:5px;
	background-image:none !important;
	padding:0;
	margin:0;
}
#vacancy_container ul.linklist a {
	margin-right:5px;
}
#vacancy_container a {
	color:#be0010;
	text-decoration:none;
}
#vacancy_container a:hover, #vacancy_container a:active, #vacancy_container a:focus {
	text-decoration:underline;
}

#vacancy_container {
	width:611px;
	float:left;
}
#vacancy_container div.vacancy {
	float:left;
	width:566px;
	border:2px solid #cfd6dc;
	margin:15px 0 10px 0;
	padding:12px 23px 10px 18px;
}
#vacancy_container div.greybg {
	background:#f2f2f2;
}
#vacancy_container div.vacancy_left {
	float:left;
	width:343px;
	background:url(../images/siteobjects/bg_divider.gif) repeat-y right top;
	padding:4px 40px 4px 0;
}
#vacancy_container div.vacancy_right {
	float:left;
	width:126px;
	padding:4px 0 4px 57px;
}

#vacancy_container div.vacancy_details_top {
	float:left;
	width:566px;
	background:url(../images/siteobjects/bg_divider_hr.gif) repeat-x left top;
	margin:11px 0 14px 0;
}
#vacancy_container div.vacancy_details {
	float:left;
	width:566px;
	background:url(../images/siteobjects/bg_divider_hr.gif) repeat-x left bottom;
	padding:12px 0 8px 0;
}
#vacancy_container div.vacancy_details_col1 {
	float:left;width:125px;margin-right:10px
}
#vacancy_container div.vacancy_details_col2 {
	float:left;width:128px;margin-right:10px
}
#vacancy_container div.vacancy_details_col3 {
	float:left;width:178px;margin-right:10px
}
#vacancy_container div.vacancy_details_col4 {
	float:left;width:105px;
}
#vacancy_container div.vacancy_content {
	float:left;width:566px;
}
#vacancy_container div.vacancy_contact {
	float:left;width:566px;margin:0 0 9px 0;
}
#vacancy_container div.vacancy_contact_col1 {
	float:left;width:247px;margin-right:10px
}
#vacancy_container div.vacancy_contact_col2 {
	float:left;width:134px;margin-right:10px
}
#vacancy_container div.vacancy_contact_col3 {
	float:left;width:165px;
}

#leftColInnerMiddle .searchButton
{
	margin:1px 0 0 5px;
}
