@charset "UTF-8";
/* CSS Document */

body
{
	background-color:#59595c;
}

p 
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding-top:5px;
	text-align:justify;
}


p3
{
	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#09F;
	
}




li
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}


@font-face {
    font-family: 'FrutigerLTStd45Light';
    src: url('../fonts/frutigerltstd-light-webfont.eot#') format('eot'),
         url('../fonts/frutigerltstd-light-webfont.woff') format('woff'),
         url('../fonts/frutigerltstd-light-webfont.ttf') format('truetype'),
         url('../fonts/frutigerltstd-light-webfont.svg#webfontkeBPtt2V') format('svg');
    font-weight: normal;
    font-style: normal;

}

h2
{
	font-family: 'FrutigerLTStd45Light';
	font-size:24px;	
}

#nav
{
	font-family: 'FrutigerLTStd45Light';
	border-bottom: dotted 1px #333;
	
	
}
			#nav a
			{
				color:#666;
				text-decoration: none;
			}

			#nav a.current
			{
				color:#06F;
				text-decoration: none;
			}
			
			#nav a:hover
			{
				color: #0CF;
				text-decoration: none;
			}
			
			#nav a:active
			{
				color:#06F;
				text-decoration: none;
			}
			
#logo
{
	background: white;	
}
	
#bot_flower
{
	border-bottom: dotted 1px #666;
}

#profile
{
	margin-top: 15px;
}

#copyright
{
	border-top:dotted 1px #333;
}
#address
{
	font-style:italic;
}

#insight
{
	margin-top: 10px;
}

#site
{
	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 50px;
}

#white2
{
	border-bottom: dotted 1px #333;
}


#slider {
    position:absolute;
    width:400px; /* Change this to your images width */
    height:200px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
	top: 430px;
}
#slider img {
    position:absolute;
    top:300px;
    left:20px;
    display:none;
}
#slider a {
    border:0;
    display:inline-block;
}

body#home a#nav-home
{
	color:#0CF;
}

#home_quote
{
	font-size: 28px;
	font-family: 'FrutigerLTStd45Light';
	color:#333;
	padding-bottom: 100px;
	
}

#whitepapers_header
{
	font-size: 20px;
	font-family: 'FrutigerLTStd45Light';
	color:#09F;
	
}

#case
{
	font-size: 14px;
	font-family: 'FrutigerLTStd45Light';
	color:#333;
	
}

.image {
	
  posititon: relative;
  
  
}




#navigation {font-size:0.75em; width:150px;}
#navigation ul {margin:5px; padding:0px;}
#navigation li 

{
list-style: none;
color:#FFF;
} 

ul.top-level {background:#666;}
ul.top-level li {
 border-bottom: #fff solid;
 border-top: #fff solid;
 border-width: 1px;
}

#navigation a {
 color:#fff;
 cursor: pointer;
 display:block;
 height:20px;
 line-height: 25px;
 text-indent: 10px;
 text-decoration:none;
 width:100%;
}
#navigation a:hover{

 background:#09c ;
 position: relative;
}

#navigation a:current{
 background:#09c ;
 position: relative;
}

#navigation2 {font-size:0.75em; width:190px;}
#navigation2 ul {margin:5px; padding:0px;}
#navigation2 li 

{
list-style: none;
color:#FFF;
} 

ul.top-level {background:#666;}
ul.top-level li {
 border-bottom: #fff solid;
 border-top: #fff solid;
 border-width: 1px;
}

#navigation2 a {
 color:#fff;
 cursor: pointer;
 display:block;
 height:20px;
 line-height: 25px;
 text-indent: 10px;
 text-decoration:none;
 width:100%;
}
#navigation2 a:hover{
 background:#09c ;
 position: relative;
}

#navigation2 a:current{
 background:#09F ;
 position: relative;
}

#header
{
	font-size: 20px;
	font-family: 'FrutigerLTStd45Light';
	color:#09F;
	
}