body,html{
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: Tahoma;
	font-size: 10px;
}
form{
    height: 100%;
}
h5
{   
    margin: 0; 
    font-size: 11px;
}
hr
{
    color:#999999;
    height: 1px;    
}
ul
{
    margin: 20px;
    padding: 0px;
}
li
{
    padding-bottom: 14px;    
}
.top{
	border-bottom: 1px solid #525252;
	height: 213px;
	/*background-image:url(../gfx/topBGlogo.png);
	background-position:256px top;
	background-repeat:no-repeat;*/
}
.topBorder{
	background-image:url(../gfx/topBorderBG.png);
	width:100%;
	height: 2px;
	position:absolute;
	top:214px;
	z-index:2;
}
.frontPage{
	/*height: 43%;*/
	height: 380px;
}
.pageHeader{
    padding-bottom: 20px;
    width: 535px;
}
.page1col
{
    width: 515px;
}
.subMenu{
    padding-bottom: 30px;
}
.subPage{
	position: relative;
	overflow:hidden;
	min-height: 380px;
}
.subPageWithImg{
	width:1102px; 
	overflow:hidden;
}
.subPageText{
	width: 535px; 
	float:left; 
	margin-left:28px; 
	margin-top:23px;
}
.subPageTextCol{
	width: 242px;
	padding-right: 20px;
	float:left;
}
.subPageDesignCol{
	width: 222px; 
	float:left; 
	margin-left:28px; 
	margin-top:23px;
}
.newsSlideSpot
{
	margin-top: 59px;
	margin-left: 25px;
	float: left;
	width: 135px;
	height: 252px;
}
.newsSlideEmptySpot
{
	margin-top: 59px;
	margin-left: 25px;
	float: left;
	width: 135px;
	height: 135px;
	background-color:#CCCCCC;
}
.footer{
	height: 115px;
	border-top: 1px solid #dcdcdc;
}
.bottomLogos{
	float: right;
	margin-top: 39px;
	margin-right: 34px;
	margin-left: 34px;
	width: 139px;
}
.frontPageNewsHolder{
	width: 702px;
	float:left;
}
.frontPageNews{
	color: #666666;
	margin-top:34px;
	margin-left:34px;
	float: left;
	width: 200px;
}
.smallHeader{
	font-size: 11px;
	font-weight: bold;
}
.imgHolder
{
    z-index: 1;
    position:relative;
    margin-left: 20px;
    float:left;
    width:500px;
}
.newsCaseImgBack
{
    width: 360px;
    height: 380px;
    background-color: #ffffff;    
}
.clientDetail
{
    float: left;
    width: 225px;
    padding-left: 50px; 
    padding-top: 23px;   
}
.stipLineSeparator
{
    background-image: url(../gfx/stipLine2.gif);
    background-repeat: repeat-x;
    background-position: left 11px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.arrowLeftCases
{
    position:absolute;
	top:150px;
    z-index:98;
	float: left;
}
.arrowRightCases
{
    position:absolute;
	top:150px;
	right: 0px;
    z-index:97;
}
.menuSub1Selected{
    color: #666666;
    padding-bottom: 5px;
    /*background-image: url(../gfx/stipLine.gif);*/
}
.clientMenu
{
    width: 242px;
    margin-right: 25px;
    padding-top: 5px;
    float: left;
    height: 29px;
    background-image:url(../gfx/stipLine2.gif);
    background-repeat:repeat-x;
    background-position:left 28px;    
}
.clientMenuOff
{
    padding-left: 15px;
    }
.clientMenuSelected
{
   color: #666666;
   background-image:url(../gfx/indicator.gif);
   background-repeat:no-repeat;
   background-position:left 3px;
   padding-left: 15px;     
}
.clientMenu2
{
    width: 207px;
    float: left;
    height: 18px;
    padding-top:2px;
    padding-left:15px;
    background-image:url(../gfx/stipLine2.gif);
    background-repeat:repeat-x;
    background-position:left 17px;    
}

.clear
{
    clear:both;    
}

#mycustomscroll {
    width: 515px;
    height: 265px;
    overflow: auto;
    /* IE overflow fix, position must be relative or absolute*/
    position: relative;
    /*background-color: #E7EADE;
    margin: 0.3em auto;*/
    padding-right: 20px;
    
}
#mycustomscroll2 {
    width: 222px;
    height: 265px;
    overflow: auto;
    /* IE overflow fix, position must be relative or absolute*/
    position: relative;
    /*background-color: #E7EADE;
    margin: 0.3em auto;
    padding-left: 15px;*/
}
a{
	text-decoration: none;
	color: #000000;
}
a:hover{
	text-decoration: underline;
}

/* DIV HORI SCROLL */
#makeMeScrollable
	{
		width:100%;
		height: 380px;
		position: relative;
	}
	
	#makeMeScrollable div.scrollableArea *
	{
		position: relative;
		float: left;
	}
	
	
div.scrollingHotSpotLeft
{
    min-width: 47px;
	width: 47px;
	height: 75px;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	top: 91px;
	cursor: pointer;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(../gfx/arrowLeft.png);
	background-repeat: no-repeat;
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
    min-width: 47px;
	width: 47px;
	height: 75px;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	top: 91px;
	cursor: pointer;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(../gfx/arrowRight.png);
	background-repeat: no-repeat;
}

div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}


