﻿@charset "utf-8";
/* CSS Document */
<!--
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.twoColElsLt #container { 
	width: 100%;
max-width: 800px;
min-width: 780px;
background: #FFF;
margin: 0 auto; 
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	text-align: left;
} 

.twoColElsL #header { 
	background: #DDDDDD;
	padding: 0px 0px;
} 
.twoColElsL #header h1 {
	margin: 0;
	padding: 0 0;
}
.twoColElsLt #content {
	height: auto;
max-height: 664px;
min-height: 644px;
   margin: 0 0;
} 
.fltlft { 
	float: right;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
	BODY, TD {
	text-decoration: none;
	color:#003366;
	font-size:10pt;
}

A {
		color:BLUE;
		font-size:10pt;
		text-decoration: none;
	}
	A:VISITED {
	text-decoration: none;
	color:PURPLE;
	font-size:10pt;
}
A:HOVER {
	text-decoration: none;
	background-color:#003366;
	color:#FFF;
	font-size:10pt;
}

.toolTip{ position: relative; }   
.toolTip span{   
    display: block;   
    border: solid 1px #999;   
    background-color: #eee;   
    color: #666;   
    text-decoration: none;   
    position: absolute;   
    margin-top: 0px;   
    left: 0px;   
    padding: 2px;   
    visibility: hidden;   
    width: 100px;   
}   
  
a.toolTip:hover,a.toolTip:hover span{ visibility: visible; z-index: 100; } 

ul#portfolio {
	margin:  2px 0 0 2px;
	padding: 0:
	height: 102px;
	overfow: hidden;
}
ul#portfolio li {
	margin: 0;
	padding: 0;
}
ul#portfolio li img {
	background: #fff;
	border: 1px double #ccc;
	margin: 0;
	padding: 0;
}
.margin {
	margin-top: 50px;
}
.viewer {
	margin: 0 auto;
	width: 300px;
	height: 202px;
	text-align: left;
	overflow: hidden;
}
.viewer ul {
	width: 300px;
	height: 202px;
	text-align: left;
	overflow: hidden;
	position: relative;
}
.viewer ul li {
	top: 0;
	left: 0;
	width: 300px;
	height: 202px;
	display: none;
	position: absolute;
}
img {  border: none; }  
div.caption {  
    position: relative;  
}  
div.caption p {
    margin: 0;
    font-size: .9em;
    position: absolute;
    bottom: 14;
    left: 0;
    background: #FFF;
    color: #333;
    opacity: .7;
}
div.scrollWrapper {
	position:relative;
	overflow:hidden;
	width:100%;
	height:100%;
}
div.scrollableArea {
	position:relative;
	width:auto; height:100%;
	background-color:#FFFFFF;
}
.clSum {
	width:102%;
	height:102%;
	position:relative;
}
.clSum * {
	position:relative;
	float:left;
	margin:0; padding:0;
}
div.scrollableArea img{
	padding:4px !important;
}
#idWrap{
	width:314px;
	margin:0 auto;
}
-->