﻿/***********************************/
/***** HTML ELEMENTS ***************/
/***********************************/
body
{
	background-image: url(../Images/Background.gif);
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	color: #666;
	line-height: 18px;
	margin-top: 0px;
}


h1
{
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 26px;
}
.h1Title, .redH1Title,.customerCaseTitle,.smallBoxTitle
{
    font-size: 20px;
	font-weight: bold;
	padding-top: 7px;
	margin-bottom: 20px;
	line-height: 26px;
}
.dropDownSelector .smallBoxTitle
{
    padding-top:0;
}
.redH1Title
{
    color:Red;
    padding-left:25px;
}
.customerCaseTitle
{
    padding-top: 20px;
    padding-left:80px;
}
.smallBoxTitle
{
    width:240px;
}

h2
{
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin-top: 14px;
}

h3
{
	font-weight: bold;
	font-size: 12px;
	margin-top: 12px;
}

a
{
	text-decoration: none;
	color: #666;
}

a:hover
{
	text-decoration: underline;
	color: #666;
}

.ingress
{
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}
.ingress p
{
    /*font-weight:normal;*/
}

.ingressNarrow
{
	
	/*width: 290px;*/
}
.ingressNarrow p
{
	margin-top:0;
}

.ingressImageArea
{
	float:right;
	width: 344px;
	height:290px;
	padding-left:10px;
}

.ingressImageArea img
{
	height:265px;
	width:344px;
	float:left;
}

.imageText
{
	font-style: italic;
	font-size: 12px;
	line-height: 15px;
}
.mainBody
{
    float:left;
    width:600px;
   /* position:relative;*/
   display:inline-block;
}


/***********************************/
/***** MASTERPAGE ******************/
/***********************************/
#container
{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

.LeftMenu #container
{
	width: 973px;
}


#header
{
	margin-top: 15px;
	height: 100px;
}

#logo
{
	float: left;
	margin-left: 45px;
}

#logo img, .footerAbout img
{
	border: none;
}

#headerLinkMenu
{
	float: right;
	height: 10px;
	font-size: 11px;
	margin-top: -4px;
}

#headerLinkMenu ul
{
	margin-top: 0px;
}

#headerLinkMenu li
{
	list-style-type: none;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #fff;
}

#headerLinkMenu li:first-child
{
	border: none;
}

#headerLinkMenu a
{
	color: #fff;
	font-weight: bold;
}
/*******************
SEARCH
********************/
#searchBox
{
	position: absolute;
	margin-top: 10px;
	margin-left: 656px;
}

.searchBoxBackground
{
	background-image: url(../Images/Boxes/Searchbox.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 320px;
	height: 40px;
}
.searchBoxBackground img
{
    margin-top:8px;
}
.searchBoxInput
{
	margin-top: 14px;
	margin-left: 32px;
	width: 240px;
	font-size: 12px;
	color: #999;
	background: none;
	border: none;
	float:left;
}

/*.searchBoxButton
{
	position: absolute;
	
	margin-top: 8px;
	margin-left: 0px;
}*/
.itemhover  
{
    background-color:#b7b7b7 !important; 
    color:#232323 !important; 
}
.hideSearch
{
}
.allresult
{
    height:30px; 
}

.AutoComplete {
	background:#CCCCCC;
	padding-left:2px;
	padding-right:2px;
	
	width:270px;
	float:right;
	margin-right:10px;
	margin-left:25px;
	
	z-index:35;
	position:absolute;
}
.AutoComplete ul li img
{
    height:32px;
    width:32px;
    float: left;
    width: 32px; 
    margin-top: 8px;
}
.AutoComplete h2{
	line-height:15px;
	font-size:1em;
	padding:0 0 0 16px;
	color:#000;
	padding-bottom:10px;
	margin-top:7px;
}

.AutoComplete a{
	/*display:block;*/
	text-decoration:none;
	color:#000040;
	font-weight:bold;
	padding-right:10px;
}

.AutoComplete ul {
	padding:0;
	margin:0;
	list-style:none !important;
	padding-left:0 !important;
}
.AutoComplete ul li {
	background-color:#FFF;
	margin:2px 0 0;
	padding:0 0 0 16px;
	overflow:hidden;
	font-size:12px;
	height:75px;
}
.clicker
{
  
}
.AutoComplete ul li:hover {
    background-color:#b7b7b7 !important; 
    color:#232323 !important; 
}
.AutoComplete ul li span {
	float:left;
}
.AutoComplete ul li span img {
	margin:4px 16px 4px 0;
}
.AutoComplete ul li a {
	/*display:block;*/
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	font-size:12px;
	/*padding-bottom:0;
	line-height:5px;*/
}

#mainMenu
{
	position: absolute;
	height: 49px;
	/*width: auto;*/
	min-width:632px;
	margin-top: 60px;
	margin-left: 25px;
	z-index: 30;
}

.mainMenuLeft, .mainMenuRight
{
	background-image: url(../Images/Boxes/mainMenuSprite.png);
	background-repeat: no-repeat;
	height: 56px;
	width: 20px;
	float: left;
}

.mainMenuLeft
{
	background-position: -30px 0px;
}

.mainMenuRight
{
	background-position: 0px 0px;
}

.mainMenuContent
{
	background-image: url(../Images/Boxes/mainMenuBg.png);
	background-repeat: repeat-x;
	height: 56px;
	float: left;
}

#mainMenu a
{
	font-size: 16px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#mainMenu a:hover
{
	color: #f60;
}

#mainMenu ul
{
	margin-top: 5px;
}

#mainMenu li
{
	/*list-style-type: none;*/
	border-left: 1px solid #ccc;
	float: left;
	padding-left: 21px;
	padding-right: 21px;
	padding-top: 13px;
	padding-bottom: 13px;
}

#mainMenu li:first-child
{
	border: none;
}
/*För dubbla menyrader*/
#mainMenu li.leftChild
{
	border: none;
}
#mainMenu li.firstRow
{
	border-bottom: 1px solid #ccc;
}

#mainMenu li.secondRow
{
	border-bottom: none;
}

/* Mega Dropdown box */
.sub
{
	position: absolute;
	margin-top: -10px;
	margin-left: -60px;
	
	background-image: url(../Images/Boxes/doubleBranchHoover.png);
	background-repeat: no-repeat;
	background-position:right top;
	
	width: 942px;
	height: 346px;
	z-index: -1;
	display: none;
}

.subText
{
	padding-left: 24px;
	padding-top: 34px;
	width: 450px;
	height: 72px;
	font-size: 12px !important;
	font-weight: bold !important;
	
}
.subText img
{
    float:right;
}


.sub ul
{
	margin-left: 6px;
	padding-left: 3px;
	width: 926px;
	height: 85px;
	border-top: 1px solid #ccc;
}

.sub ul li
{
	float: left;
	width: 89px;
	height: 80px !important;
	height: 100%;
	text-align: center;
	line-height: 14px;
	
}

/*Ruta7 i branschmenyn*/ /*Vid en menyrad*/
.last
{
	padding-top:0 !important;
	padding-bottom:26px !important;
	padding-left:10px !important;
}

.sub ul li a
{
	font-size: 12px !important;
	color: #333 !important;
}

.sub ul li a:hover
{
	text-decoration: underline !important;
}

.sub ul li img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Last mega Dropdown box */
.sub ul li ul
{
	padding-top: 0px;
	margin-top: -15px !important;
	display: inline;
	width: 50px !important;
	border-top: none;
	line-height: 14px;
	list-style-type:none !important;
}

.sub ul li ul li
{
	text-align: left !important;
	padding: 0px !important;
	border-left: none !important;
	float: none !important;
	height: 20px !important;
	padding-left: 10px !important;
    background:url(../Images/bullet.jpg) 0px 5px no-repeat;
}
#closeMegaDropDownBtn
{
    margin-top:-94px;
    
    float:right;
    margin-right:15px;
    width: 20px;  /*width of image*/ 
    height: 20px;  /*width of image */
    background-image:url("/ClientUI/Images/Buttons/cross4.png");
    /*background-position:0 85%;*/
    background-repeat:no-repeat;
    float:right;
    margin-right:15px;
    margin-top:-94px;
    cursor:pointer;
}

/*#closeMegaDropDownBtn:hover {
    background-image:url("/ClientUI/Images/Buttons/icons.png");
    background-position:0 85%;
    background-repeat:no-repeat;
    float:right;
    height:18px;
    margin-right:15px;
    margin-top:-94px;
    width:18px;
}*/
#topContent
{
	margin-top: -20px;
}

#topContentWithLeftMenuTop
{
	background-image: url(../Images/Boxes/LeftMenuSprite.png);
	background-position: -3px 0px;
	background-repeat: no-repeat;
	height: 28px;
	margin-top: -20px;
}

#topContentWithLeftMenuBottom
{
	background-image: url(../Images/Boxes/LeftMenuSprite.png);
	background-position: -3px -32px;
	background-repeat: no-repeat;
	height: 28px;
	width:975px;
	position:absolute;/**/
	margin-top:-20px;
}
.pageLeftMenu #topContentWithLeftMenuBottom
{
    background-image: url(../Images/Boxes/LeftMenuSprite1.png);
}
.InvestorInfo #topContentWithLeftMenuBottom
{
    background-image: url(../Images/Boxes/LeftMenuSprite1.png);
}

#topContentWithLeftMenuContent
{
	background-image: url(/ClientUI/Images/Boxes/smallBoxBg.png);
	background-position: -1px 0px;
	/*background-position:top left;*/
	background-repeat: repeat-y;
	padding-left:5px;
}

#pageContent
{
	width: 980px;
}

/* Footer */
#footer
{
	clear: both;
	margin-top: -5px;
}

.footerTop
{
	background-image: url(../Images/Boxes/BoxSprite.png);
	background-repeat: no-repeat;
	background-position: -5px -190px;
	height: 30px;
	width: 974px;
}

.footerBottom
{
	background-image: url(../Images/Boxes/BoxSprite.png);
	background-repeat: no-repeat;
	background-position: -5px -225px;
	height: 31px;
	width: 974px;
}

.footerContainer
{
	background-image: url(../Images/Boxes/footerBG.png);
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
	padding-right: 24px;
	height: 200px;
	width: 926px;
}

.footerContainer h3
{
	background-color: #333;
	font-weight: bold;
	color: #ccc;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.footerContainer a
{
	color: #fff;
	text-decoration: none;
}

.footerContainer a:hover
{
	text-decoration: underline;
}

.footerContainer ul
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

.footerColumn
{
	width: 146px;
	float: left;
	margin-top: -10px;
}

.footerContact
{
	width: 262px;
	float: left;
	margin-top: -10px;
}

.footerDescription
{
	width: 362px;
	float: left;
	margin-top: -10px;
}
.footerDescription span
{
	line-height: 16px;
}
.footerDescription h3
{
	margin-bottom: 2px;
}
.footerAbout
{
	position: absolute;
	margin-top: 180px;
	margin-left: 723px;
}

.footerAbout a
{
	font-size: 10px;
	color: #ccc;
	font-weight: normal;
	text-decoration: none;
}


/***********************************/
/***** LEFT MENU MASTERPAGE ********/
/***********************************/
#leftMenu
{
	float: left;
	/*margin-left: 23px;*/
	padding-bottom:28px;
	/*padding-left:5px;*/
	width:268px;
}

#leftMenu h1
{
	padding-top: 27px;
	padding-left: 6px;
	color: #c00;
}

#leftMenu a
{
	font-size: 13px;
	font-weight: bold;
	color: #666;
}

#leftMenu a:hover
{
	color: #f60;
	text-decoration: none;
}

#leftMenu li
{
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 4px;
	overflow:auto;
	/*padding-left: 25px;*/
	/*width: 244px;
	margin-left: -19px;*/
}
#leftMenu *
{
    overflow:auto;
}

#leftMenu li.SelectedExpandedItem,
#leftMenu li.ExpandedTop
{
    /*border-bottom:0px none;*/
}

#leftMenu li a
{
    padding-left: 25px;
    display:block;
}
#leftMenu .subMenu li a
{
    padding-left: 37px;
}
#leftMenu .subMenu .subMenu li a
{
    padding-left: 48px;
}

#leftMenu .subMenu
{
    padding-bottom: 0;
    padding-top: 0;
    border: none;
    /*margin-left:-19px;*/
    background-color: #f3eac5;
    overflow:hidden;
}



#leftMenu .subMenu .subMenu
{
    padding-bottom: 0;
    padding-top: 0;
    border: none;
    /*margin-left:-19px;*/
    background-color: #EEDFA2;
}


#leftMenu .subMenu ul
{
    /*width: 233px;*/
    padding-left: 0px;
    /*margin-left: -7px;*/
    padding-top: 0px;
    margin-top: 0px;
}
#leftMenu .subMenu li
{
    /*padding-left:0;*/
}

#leftMenu ul li ul li
{
	background-color: #f3eac5;
	/*padding-left: 37px;
	width: 233px;*/
}

#leftMenu ul li ul li ul li
{
	background-color: #eedfa2;
	/*padding-left: 48px;
	margin-left: -30px;*/
	/*width: 222px;*/
}

.leftMenuItems
{
	margin-top: -9px;
}

.selectedTop a,.selectedItem a, .SelectedExpandedTop a, .SelectedExpandedItem a, .ExpandedTop a, .expandedItem a
{
	color: #f60 !important;
}

.SelectedExpandedTop, .SelectedExpandedItem, .ExpandedTop, .expandedItem
{
    background:url(/ClientUI/Images/menuicondown.gif) no-repeat;
    background-position:11px center;
    
}
.subMenu .SelectedExpandedTop, .subMenu .SelectedExpandedItem, .subMenu .ExpandedTop, .subMenu .expandedItem
{
    background:url(/ClientUI/Images/menuicondown.gif) no-repeat;
    /**/
    background-position:23px center;
    
}

.subMenu .subMenu .SelectedExpandedTop, .subMenu .subMenu .SelectedExpandedItem, .subMenu .subMenu .ExpandedTop, .subMenu .subMenu .expandedItem
{
    background:url(/ClientUI/Images/menuicondown.gif) no-repeat;
    background-position:34px center;
    
}

.expandableItemIcon
{
    background:url(/ClientUI/Images/menuicon.gif) no-repeat;
    background-position:11px center;
    z-index:1000;
    
}
.subMenu .subMenu .expandableItemIcon
{
   /**/ background-position:38px center;
   
}
.subMenu .expandableItemIcon
{
   /**/ background-position:23px center;
   
}

#rightContent
{
	float:right;
	/*
	margin-left:26px;*/
	position:relative;
	
}

#rightContent .mediumBoxBottom, #rightContent .mediumBoxTop
{
	margin-left: -1px;
}

#rightContent .mediumBoxContent
{
	height: auto;
	margin-left: -1px;
}

#rightPageContent .contactBox
{
	float: none;
	
}

.servicesProductContact .mediumBoxBottom, .investorInfoContact .mediumBoxBottom
{
    margin-top:20px;
}

#rightPageContent .contactBoxInfo
{
	margin-left: -1px;
}

.servicesProductContact .contactBoxInfo, .investorInfoContact .contactBoxInfo
{
	margin-bottom: -20px;
}

#rightPageContent .contactBoxInfo .contactImages
{
	margin-top: -158px;
}

#rightPageContent .contactBox
{
	margin-left: 0px;
	margin-top: 9px;
}

#rightPageContent .investorInfoContact
{
	clear: both;
}
#rightPageContent .small
{
	padding-top:0;
}
.date
{
	padding-top: 16px;
	font-size: 10px;
	font-weight: bold;
}

.newsDate
{
	font-size: 10px;
	font-weight: bold;
	margin-bottom: -15px;
}

.topContentLeftDiv
{
	width: 100%;
	float: left;
}
.topContentLeftDiv ul
{
    padding-left:15px;
    list-style-type:disc;
}
 

.puffArea
{
	width: 244px;
	float: left;
	margin-left: 15px;
}
.puffArea img
{
	width:242px;
}


/***********************************/
/***** BOX FORMATTINGS *************/
/***********************************/
.smallBoxTop, .smallBoxBottom, .mediumBoxTop, .mediumBoxBottom, .largeBoxTop, .largeBoxBottom
{
	background-image: url(../Images/Boxes/BoxSprite.png);
	background-repeat: no-repeat;
}

.smallBoxTop, .smallBoxBottom
{
	height: 30px;
	width: 280px;
}

.mediumBoxTop, .mediumBoxBottom
{
	height: 30px;
	width: 689px;
	margin-left: 0px;
}

.largeBoxTop, .largeBoxBottom
{
	height: 28px;
	width: 972px;
}

.smallBoxTop
{
	background-position: -5px -125px;
	margin-top: -6px;
}

.smallBoxBottom
{
	background-position: -5px -160px;
	margin-bottom: -10px;
}

.mediumBoxTop
{
	background-position: -5px -60px;
	margin-top: -6px;
}

.mediumBoxBottom
{
	background-position: -5px -96px;
	margin-bottom: -10px;
}

.largeBoxTop
{
	background-position: -5px 0px;
}

.largeBoxBottom
{
	background-position: -5px -32px;
	margin-top: -5px;
}

.smallBoxContent
{
	background-image: url(../Images/Boxes/smallBoxBg.png);
	padding-left: 24px;
	padding-right: 24px;
	height: 170px;
	width: 232px;
	margin-left:0.5px;
}
.smallBoxContent h1
{
    margin-right:-10px;
}

#leftMenu .smallBoxContent
{
	height: auto;
}

.mediumBoxContent, #rightContent .contactBox .mediumBoxContent
{
	background-image: url(../Images/Boxes/mediumBoxBg.png);
	padding-left: 24px;
	padding-right: 24px;
	height: 170px;
	width: 641px;
}
.mediumBoxContent
{
    /*margin-left:0.5px;*/
    margin-left:0;
   
}
.largeBoxContent
{
	background-image: url(../Images/Boxes/largeBoxBg.png);
	padding: 24px;
	width: 924px;
	margin-left:0.5px;
}


/***********************************/
/***** CONTROL FORMATTINGS *********/
/***********************************/
.breadCrumbs
{
	padding-bottom: 15px;
	margin-top: -4px;
}

#rightContent .breadCrumbs
{
	padding-top: 20px;
}

.breadCrumbs, .breadCrumbs a
{
	color: #ccc;
	font-size: 13px;
	font-weight: bold;
}

.breadCrumbs .currentPage, .breadCrumbs .currentPage a
{
	color: #666;
	display: inline;
}
.floatLeft
{
	float:left;
}
.contactBox
{
	float: left;
	margin-left: 5px;
}

.contactBoxInfo
{
	height: 170px;
	width:689px;
	background-image: url(../Images/Boxes/mediumBoxBg.png);
}

.contactBoxText
{
	font-size: 12px;
	width: 300px;
	float: left;
	padding-left: 24px;
	line-height: 14px;
}

.contactBoxText p
{
    margin-bottom: 14px;
    margin-top: 14px;
}

#contactImages
{
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	
}
#contactImages img
{
	float:left;
	height:160px;
	max-width:160px;
	
}

.dropDownSelector
{
	float: left;
	font-size: 12px;
}

.dropDownSelector select
{
	background-color: #f8f8f8;
	color: #666;
	width: 230px;
}

.dropDownSelector input
{
	float: right;
	margin-top: 17px;
}

.imgBtnContainer
{
	position: relative;
}
.imgBtnTextArea
{
	position: absolute;
	left: 173px;
	top: 22px;
	width: 56px;
	text-align: center;
	cursor: pointer;
}
.imgBtnText
{
	font-weight: bold;
	color: #FFF;
}

#shareDiv
{
	width: 642px;
	clear: both;
	border-top: 1px solid #ccc;
	text-align: right;
	margin-top: 55px;
}

#shareDivLinks
{
	margin-top: 15px;
	padding-bottom: 5px;
}

.branchTopDiv
{
	height: 312px;
	margin-top: -40px;
	border: 1px solid green;
	position: absolute;
	width: 935px;
}

.topImage
{
	background-repeat: no-repeat;
	background-position: 542px 0px;
	/*background-position: top right;*/
	height: 280px;
}

.topImageFilter
{
	/**/background-image: url(/ClientUI/Images/topImageFilter.png);
	background-repeat: no-repeat;
	background-position: 542px 0px;
	/*background-position: right top;*/
	height: 280px;
}

.sub .topImage
{
	/*background-image: url(/ClientUI/TEMP/StartpageTopImage.jpg);*/
	background-image:none;
	background-position: 535px 0;
	height: 111px;
	z-index: -5;
}

.sub .topImageFilter
{
	/**/background-image: url(/ClientUI/Images/subTopImageFilter.png);
	background-repeat: no-repeat;
	
	/**/background-position: 535px 0;
	height:110px;
}

.topText
{
	width: 570px;
	padding-top: 30px;
}
.topText ul
{
	list-style-type:disc;
	margin-left:20px;
}

.topText .narrowIngress
{
    width:530px;
}

#navigationSpheres
{
	margin-top: 20px;
}

.navigationSphere
{
	float: left;
	width: 125px;
	text-align: center;
}

.shadow
{
	clear:both;
	width:59px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	
}
.navigationsSphereTextDiv
{
	position:absolute;
	margin-top:80px;
}
.navigationsSphereText
{
	width:125px;
	float:left;
	text-align:center;
}
.navigationsSphereText a
{
	font-size: 18px !important;
	/*color: #ccc !important;*/
	color: #9f9f9f !important;
	margin-top: 0px;
}
.navigationSphereText a:hover
{
	text-decoration: none;
}

.formDiv
{
	font-size: 12px;
	font-weight: bold;
	width:642px;
}

.checkBox, .checkBoxClear
{
	background-image: url(/ClientUI/Images/Forms/CheckBoxSprite.png);
	background-repeat: no-repeat;
	float: left;
	width: 50px;
	height: 50px;
	padding: 0px;
	margin: 0px;
	/*margin-top: -18px;*/
	cursor: pointer;
}

.checkBox
{
	background-position: 0px 20px;
}
.checkBoxClear, .checkBoxLabel, .checkBox
{
    margin-top:20px;
}
.checkBoxClear
{
	background-position: 0px -27px;
}

.checkBoxLabel
{
	margin-left: 50px;
}

.formContactBox
{
	float:right;
	margin-bottom:10px;
	margin-right:16px;
	margin-left:10px;
}

.formMandatory
{
    margin-bottom: 10px;
}

.formFirstName
{
	float: left;
	width: 332px;
}

.formLastName
{
	float: left;
	width: 310px;
	margin-bottom: 20px;
}

.formSmallTextBox, .formWideTextBox
{
	height: 22px;
	border: 1px solid #ccc;
	background-image: url(/ClientUI/Images/Forms/formBg.png);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-left: 5px;
}

.formSmallTextBox
{
	width: 300px;
}

.formWideTextBox
{
	width: 415px;
}

.formTopClearer, .formBottomClearer, .sendClearer
{
	border-top: 1px solid #ccc;
	clear: both;
	width: 964px;
	/*margin-top: 54px !important;*/
	margin-left: -19px;
	margin-bottom: 24px;
}

.formBottomClearer
{
	margin-top: 54px;
}

.sendClearer
{
	text-align: right;
	margin-top: 54px;
}

.sendClearer input
{
	margin-top: 20px;
	margin-right: 24px;
}

.formLoadCV
{
	float: left;
}

.formMissingCV
{
	position: absolute;
	margin-left: 655px;
	width: 250px;
	font-weight: normal;
	color: #999;
	line-height: 15px;
	float:right;
	margin-bottom:50px;
}

.errorMessages
{
	color: #f30;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.contactBoxSmall
{
	background-image: url(../Images/Boxes/smallContactPuff.png);
	background-repeat: no-repeat;
	height: 308px;
	width: 228px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
}

.contactBoxSmallText
{
	position: absolute;
	width: 200px;
}

.contactBoxSmallContactImage
{
	position: absolute;
	margin-top: 100px;
	margin-left: 70px;
}

.contactBoxSmallContactName
{
	float:right;
	margin-top: 245px;
}

.newsBox
{
	float: left;
	margin-left: 5px;
}

.newsBox a
{
	color: #333;
	font-size: 12px;
}

.newsBoxLeftDiv
{
	width: 370px;
	float: left;
}

.newsBoxRightDiv
{
	float: left;
	width: 245px;
	margin-left: 15px;
}
.newsBoxRightDiv .eventLink1
{
    float:left;
}
.newsBoxRightDiv .eventLink2
{
    margin-top:6px;
    float:left;
}
.newsBoxRightDiv img
{
	
	width: 245px;
	height:82px;
	
}

.newsBoxHeaderWrapper
{
	height:33px;
}

.newsBoxRssIcon
{
	float:left;
	margin-right:7px;
}

.newsBoxHeader
{
	margin-top:5px;
	margin-bottom: 10px;
	padding-bottom:3px;
	float:left;
}

.newsBoxHeader a
{
    font-size: 20px;
	font-weight: bold;
    color:#666;
    text-decoration:none;
}

.newsBoxItem
{
	height: 22px;
	padding-left: 9px;
	padding-top: 3px;
}

.odd
{
	background-color: #ccc;
}

.newsBoxDate
{
	padding-top: 4px;
	font-size: 10px;
	font-weight: bold;
}

.newsBoxMoreInfo, .newsBoxMoreInfo a
{
	float: right;
	font-size: 10px;
}

.newsBoxLeftDiv .newsBoxMoreInfo
{
	margin-top: 2px;
}


/***********************************/
/***** PAGE FORMATTINGS ************/
/***********************************/
.startPage
{
	font-size: 14px;
	font-weight: bold;
	color: #999;
	margin-top: -40px;
	margin-bottom: -20px;
	width: 940px;
	height: 282px;
	position: absolute;
}

.startPageSpacing
{
	height: 205px;
}

.startPage h1
{
	font-size: 24px;
	color: #666;
	margin-bottom:10px;
}

.startpageCCS
{
	padding-top: 4px;
	clear:both;
}

.newsArchive
{
	/*padding-top: 15px;*/
}

.newsArchive h1
{
	margin-bottom: 0px;
}

.newsArchive a:hover
{
	color: #f60;
	text-decoration: none;
}

.newsArchiveItem
{
	padding-bottom: 38px;
	border-bottom:solid 1px #ccc;
}
.newsArchiveItem:hover
{
	background-color:#b7b7b7 !important; 
    color:#666666 !important; 
}
.newsArchiveItem a:hover
{
	
    color:#666666 !important; 
}

.newsArchiveItem h2
{
	margin-bottom: -15px;
}

.newsArchiveItem p
{
	margin-bottom: -12px;
}

.jobItemWrapper
{
	margin-top: -39px;
	margin-bottom: -14px;
}

.jobItem
{
	background-image: url(../Images/Boxes/jobBg.gif);
	background-repeat: repeat-x;
	background-color: #ededed;
	margin-left: -19px;
	width: 916px;
	padding: 24px;
	display: none;
}

.jobItemHeader, .jobItemHeaderSelected
{
	width: 940px;
	margin-left: -19px;
	padding-top: 13px;
	padding-bottom: 14px;
	padding-left: 24px;
	background-image: url(../Images/Buttons/arrowSprite.png);
	background-repeat: no-repeat;
	background-position: 898px 0px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

.jobItemHeader:hover
{
	color: #f60;
}

.jobItemHeaderSelected
{
	background-position: 898px -48px;
	border-bottom: none;
}

.jobItemLeftDiv
{
	width: 443px;
	float: left;
}

.jobItemRightDiv
{
	float: left;
	width: 443px;
	margin-left: 15px;
	color: #333;
}

.jobItemRightDiv ul
{
	margin-left: 24px;
	margin-top: 20px;
	color: #666;
	font-style: italic;
}

.jobItemRightDiv li
{
	list-style-image: url(../Images/liCircle.png);
	padding-bottom: 10px;
}

.jobItemReadMore
{
	margin-bottom: 20px;
	font-style: italic;
	color: #333;
	cursor: pointer;
}

.jobItemReadMore img
{
	border: none;
}

.readMoreItem
{
	display: none;
	position: absolute;
}

.readMoreItem .mediumBoxContent
{
	margin-top: -14px;
}

.jobItemSeparator
{
	clear: both;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	width: 964px;
	margin-left: -19px;
}


#jobItemShareDiv #shareDiv
{
	width: 443px;
	border-top: none;
	text-align: left;
	margin-top: 55px;
	display: inline;
}

#jobItemShareDiv img
{
	border: none;
}

.jobItemApply
{
	float: right;
	margin-top: -29px;
}

/***** SEARCHPAGE ************/
.searchTopContent
{
	height: 80px;
}

.searchTopContentLeftDiv
{
	width: 924px;
	float: left;
}

.searchLeftDiv
{
	float: left;
	width: 320px;
	font-size: 12px;
}

.searchNewSearchBox
{
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	margin-left: 328px;
}

.searchNewSearchBoxText
{
	position: absolute;
	margin-top: -12px;
	margin-left: 20px;
}

.searchWrapper
{
	border: 1px solid #ccc;
}

.searchCategory
{
	background-color: #ccc;
	margin-top: -15px;
	
}
.searchCategory h2
{
	
}
.showHide
{
   float:right;
   margin-top:-37px;
   cursor:pointer;
}

.searchCategory h2
{
	padding: 9px;
	color: #333;
}

.searchClearer
{
	clear: both;
}

.searchItem
{
	border-top: 1px solid #ccc;
	padding-top: 9px;
	padding-bottom: 9px;
	background-color: #fff;
	min-height: 50px;
}
.searchItemSmall
{
    float:left;
    width:210px;
    margin-left:10px;
}
.searchItemSmall h2
{
    font-size:1.1em;
   color:#666666;
   padding:0 !important;
}


.searchItemSmallIcon
{
}
.searchItemSmallIcon
{
}

.searchItemIcon
{
	float: left;
	width: 80px;
	text-align: center;
}

.searchItemText
{
	margin-left: 80px;
	
}
.searchItemText a
{
    color:#666666;
	font-weight:bold;
}

.searchItemText h3
{
	color: #333;
	font-size: 14px;
	margin-top: 0px;
}

.searchPager
{
	background-color: #fff;
	text-align: right;
	padding-right: 24px;
	padding-bottom: 5px;
}

.searchPager a
{
	padding: 5px;
	font-weight: bold;
}
/*.searchPager a:first-child
{
	color: #f60;
}*/
.searchPager a:hover
{
	text-decoration: none;
	color: #f60;
	cursor:pointer;
}

.notSelectedPage
{
    color: Black !important;
}
.SelectedPage
{
    color: #f60 !important;
}

/***** PRODUCT PAGE ************/
.mainText
{
    width: 100%;
    float:left;
}

/***** BLOG PAGE ************/
.blog pre
{
    width: 641px;
    min-height:40px;
    overflow: auto;
}
.blog .boxInfo{margin-top:5px;}
.blog .boxText
{
    width:450px;
    font-size: 12px;
	float: left;
	padding-left: 24px;
	line-height: 14px;
}

.blog .infoTitle
{
    font-weight:bold;
}

/***********************************/
/***** SCROLLABLE ******************/
/***********************************/
div.scrollable
{
	position: relative;
	overflow: hidden;
	width: 823px;
	height: 240px;
}

.small div.scrollable
{
	margin-left:80px;
}

div.scrollable div.items
{
	width: 20000em;
	position: absolute;
}

.customerCaseWrapper
{
	background-image: url(../Images/Boxes/ccsBg.png);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	height: 252px;
	width: 977px;
	clear: both;
	padding-top: 6px;
	padding-bottom: 3px;
}

.customerCaseWrapper h1
{
	padding-top: 17px !important;
	margin-bottom: 10px !important;
	padding-bottom: 0px !important;
}

.small .customerCaseWrapper h1
{
	padding-left:80px;
}

.scrollItem
{
	float: left;
	width: 350px;
	height: 165px;
}

.scrollItem h3
{
	margin-top: 0px;
	margin-bottom: 6px;
	color: #333 !important;
}

.scrollItemLeftDiv
{
	float: left;
	width: 165px;
}

.scrollItemLeftDiv img
{
	height: 110px;
	width:155px;
	float:left;
}

.scrollItemRightDiv
{
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	width: 165px;
	float: left;
}
.scrollItemRightDiv p
{
    margin-top:0;
}
.scrollItemRightDiv a
{
    text-decoration:none;
}

.scrollItemReadMore
{
	margin-left: 260px;
	margin-top: 125px;
}

.scrollItemReadMore a
{
	font-size: 10px;
	color: #333;
}

.prev, .prevPage, .next, .nextPage
{
	background-image: url(../Images/Buttons/CCArrowSprite.png);
	background-repeat: no-repeat;
	width: 80px;
	height: 241px;
	border: none;
	margin-top: 4px;
	cursor: pointer;
}

.prev, .prevPage
{
	background-position: 5px 0px;
	float: left;
}

.small .prev, .small .prevPage
{
	position:absolute;
}

.next, .nextPage
{
	background-position: -84px 0px;
	position: absolute;
	/*margin-top: -289px;*/
	margin-top: -302px;
	margin-left: 894px;
}

.prev:hover, .prevPage:hover
{
	background-position: 5px -243px;
}

.next:hover, .nextPage:hover
{
	background-position: -84px -243px;
}

.small div.scrollable
{
	width: 535px;
}

.small .next, .small .nextPage
{
	margin-left: 604px;
}

.small .prev, .small .prevPage
{
	background-position: 0px 0px;
}

.small .customerCaseWrapper
{
	width: 665px;
	clear: both;
	margin-left: 4px;
	height: 242px;
}

.small .scrollItem
{
	padding-right: 50px;
}


