/*CSS Stylesheet*/	
@CHARSET "UTF-8";

A:link{
	color: #1f2d96;
}

A:visited{
	color: #962d1f;
}

A:hover{
	color: #1f2d96;
}

/*
 @font-face{ 
	font-family: 'genbasi';
	src: url('../fonts/genbasi-webfont.eot');
	src: url('../fonts/genbasi-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/genbasi-webfont.woff') format('woff'),
	     url('../fonts/genbasi-webfont.ttf') format('truetype'),
	     url('../fonts/genbasi-webfont.svg#webfont') format('svg');
	font-style: italic;
	font-size: normal;
}

@font-face{ 
	font-family: 'genbasbi';
	src: url('../fonts/genbasbi-webfont.eot');
	src: url('../fonts/genbasbi-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/genbasbi-webfont.woff') format('woff'),
	     url('../fonts/genbasbi-webfont.ttf') format('truetype'),
	     url('../fonts/genbasbi-webfont.svg#webfont') format('svg');
} */

@font-face {
    font-family: 'powderfinger_typeregular';
    src: url('../fonts/powdrft_-webfont.eot');
    src: url('../fonts/powdrft_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/powdrft_-webfont.woff') format('woff'),
         url('../fonts/powdrft_-webfont.ttf') format('truetype'),
         url('../fonts/powdrft_-webfont.svg#powderfinger_typeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 12, 2015 */

@font-face {
    font-family: 'libre_baskervillebold';
    src: url('../fonts/librebaskerville-bold-webfont.eot');
    src: url('../fonts/librebaskerville-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/librebaskerville-bold-webfont.woff2') format('woff2'),
         url('../fonts/librebaskerville-bold-webfont.woff') format('woff'),
         url('../fonts/librebaskerville-bold-webfont.ttf') format('truetype'),
         url('../fonts/librebaskerville-bold-webfont.svg#libre_baskervillebold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'libre_baskervilleitalic';
    src: url('../fonts/librebaskerville-italic-webfont.eot');
    src: url('../fonts/librebaskerville-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/librebaskerville-italic-webfont.woff2') format('woff2'),
         url('../fonts/librebaskerville-italic-webfont.woff') format('woff'),
         url('../fonts/librebaskerville-italic-webfont.ttf') format('truetype'),
         url('../fonts/librebaskerville-italic-webfont.svg#libre_baskervilleitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'libre_baskervillebolditalic';
    src: url('../fonts/librebaskerville-italic-webfont.eot');
    src: url('../fonts/librebaskerville-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/librebaskerville-italic-webfont.woff2') format('woff2'),
         url('../fonts/librebaskerville-italic-webfont.woff') format('woff'),
         url('../fonts/librebaskerville-italic-webfont.ttf') format('truetype'),
         url('../fonts/librebaskerville-italic-webfont.svg#libre_baskervilleitalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'libre_baskervilleregular';
    src: url('../fonts/librebaskerville-regular-webfont.eot');
    src: url('../fonts/librebaskerville-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/librebaskerville-regular-webfont.woff2') format('woff2'),
         url('../fonts/librebaskerville-regular-webfont.woff') format('woff'),
         url('../fonts/librebaskerville-regular-webfont.ttf') format('truetype'),
         url('../fonts/librebaskerville-regular-webfont.svg#libre_baskervilleregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

BODY{
	overflow: auto;
	overflow-y: scroll;
	margin:0px;
	font-size: 14pt;
	/* font-style: italic; */
	font-weight: normal;
	font-family: arial, verdana, tahoma;
	border:0px white solid;
}

BODY B, 
DIV.Footer H2{
	font-weight: bold;
	/* font-style: italic;
	font-family: tahoma, arial, verdana; */
	color: white;
	border-bottom: none;
	margin-top: 0px;
}

DIV.Footer DIV#contact IMG{
    margin-left:-8px;
    margin-right:5px;
}

BODY H2{
	font-size: 16pt;
	margin:10px 0px 3px 0px;
	font-weight:normal;
	font-style: italic;
	border-bottom: 2px #cacaca solid;
	padding-bottom:2px;
}

BODY.EditableSection textarea[name='content']{
	width: 100%;
	height: 300px;
}

BODY.Section{
	overflow:hidden;
	padding: 10px;
	color: white;
	min-width: 0px;
}

/*
	Using divs to preserve the minimum width and height of the interface
	for iexplore and firefox.
*/

DIV.minX, DIV.minY{
	overflow: hidden;
	background-color:transparent;
	background-color:red;
}

DIV.ErrMsg{
	color: #962d1f;
}

DIV.ConfMsg{
	color: #2d961f;
}



DIV.minX{
	/*width:975px*/;
	/*@width:770px;*/
	height:1px;
	padding:0px;
	margin:0px;
}

DIV.minY{
	height:700px;
	/*@height:545px;*/
	width:1px;
}

.TxtLogo:first-letter{
	color: #c74633;
	padding-right: 1px;
}

TABLE TD{
	vertical-align: top;
	padding:0px;
}

TABLE.Interface TD.ContactPane{
	vertical-align:middle;
}

TABLE.Interface TD.ContactPane IFRAME{
	overflow:hidden;
	width: 1%;
}

TABLE.LeftPaneSub{
	width:100%;
	overflow:hidden;
	border: 0px blue solid;
	border-collapse: collapse;
}

TABLE.LeftPaneSub TD.TopPane{
	height:1px;
	text-align:center;
	border: 0px blue hidden;
	padding:0px;
}

TABLE.LeftPaneSub TD.BottomPane{
	height:1px;
	text-align:center;
}

IMG#Logo{
	margin:0px;
	border: 0px blue solid;
	position:fixed;
	top:0px;
	left: 0px;
	width: 150px;
}

/*Shown at the end of each section*/
DIV.SectionContents DIV.FPad{
	margin:-15px 0px 0px 0px;
	height:5px;
	line-height:0px;
	font-size:5px;
	clear: both;
	
	/*border: 1px red solid;*/
}

DIV.Autoscroll, DIV.View{
	height:260px;
	width:100%;
}

DIV.Autoscroll{
	position: relative;
	/*height:50%;*/
}

DIV.View{
	padding-left:1px;
	padding-top:1px;
	border:black 0px hidden;
	white-space:nowrap;
	overflow:hidden;
}

DIV.View TABLE{
	margin:5px 0px 0px 0px;
	@margin:0px;
}

DIV.SectionThumb IMG{
	border:0px black hidden;
	margin-left:0px;
}

/* DIV.SectionThumb DIV{
	padding: 0px 4px 0px 5px;
} */

DIV.SectionThumb DIV, 
DIV.SectionThumb IMG{
	border-radius: 0px;
}

DIV.SectionThumb A{
	color: white;
	text-decoration:none;
	cursor: pointer;
	padding:0px;
}

/*Section Contents********************************************************************************************/
TABLE.DynAccordion DIV.SectionContents,
DIV.SectionContents{
    background: transparent url('../images/white_60_bg.png') repeat;
    background: rgba(255, 255, 255, 0.6);
    color: #7C7C7C;
    width: inherit;
    /*padding:0px 10px 0px 10px;*/
    padding: 0px 0px 0px 0px;
    line-height: 16pt;
    font-size: 13pt;
    /*font-style:italic;*/
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 40px;
}

DIV.SectionContents P,
DIV.SectionContents DIV,
DIV.SectionContents TABLE{
    margin:10px;
    /*@margin-top:0px;*/
}

DIV.SectionContents TABLE{
    /*color: white;*/
    border-collapse: collapse;
}

DIV.SectionContents TD{
    padding:0px 10px 0px 3px;
}

DIV.SectionContents TABLE.ThumbLayoutA{
    margin-right: 0px;
}

/*Styles for multi-column content**************************************************************************/
DIV.SectionContents DIV.MultiCols{
   /*  -moz-column-width: 600px;
    -moz-column-fill: balance; 
    -webkit-column-width: 600px;
    -webkit-column-fill: balance; 
    column-width: 600px;
    column-fill: balance; */
    padding-top: 10px;
    margin:0px;
    overflow: visible;
}

DIV.SectionContents DIV.MultiCols P,
DIV.SectionContents DIV.MultiCols DIV{
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	width: 600px;
	inline-block;
	margin-bottom:10px;
}

DIV.SectionContents DIV.MultiCols P{
    text-align: justify;
}

DIV.SectionContents DIV.MultiCols.W400 P,
DIV.SectionContents DIV.MultiCols.W400 DIV{
	width: 400px;
}

DIV.SectionContents DIV.MultiCols.W400 DIV{
	padding: 0px 10px 0px 0px;
}

DIV.SectionContents DIV.MultiCols SPAN.Break{
	display:block; 
	height: 10px;
}

/*Thumb Layouts*******************************************************************************************/
TABLE.ThumbLayoutA TD{
	line-height: 1px;
	width: 50%;
}

TABLE.ThumbLayoutB DIV.SectionThumb{
    text-align:left;
    font-size:10pt;
    width:49%;
    float:left;
    padding-right:1%;
    padding-bottom: 5px;
}

DIV.SectionThumb A IMG{
	cursor: pointer;
	width: 100%;
}

TABLE.ThumbLayoutA DIV.SectionThumb{
    text-align:left;
    font-size:10pt;
    width:100%;
    padding-bottom: 0px;
    margin:0px;
}

TD.Right DIV.SectionThumb.Head DIV, 
TD.Right DIV.SectionThumb.Head IMG{
    border-top-right-radius:5px;
}

/* TD.Left DIV.SectionThumb.Tail DIV{
	padding:0px 5px 0px 4px;
} */

TD.Left DIV.SectionThumb.Tail DIV, 
TD.Left DIV.SectionThumb.Tail IMG{
    border-bottom-left-radius:40px;
}

TD.Right DIV.SectionThumb.Tail DIV, 
TD.Right DIV.SectionThumb.Tail IMG{
    border-bottom-right-radius:5px;
}

TABLE DIV.SectionThumb A DIV.ThumbLabel{
	background: url('../images/black_50_bg.png') repeat;
	background: rgba(0,0,0,0.5);
	color: rgb(255,255,255);
	position: absolute;
	font-size: 18pt;
	font-family: libre_baskervillebolditalic, arial, verdana, tahoma;
	padding:5px 5px 4px 4px;
	opacity:0;
	filter:alpha(opacity=0);
	overflow: hidden;
	line-height: 21px;
	margin:0px;
}

TABLE DIV.SectionThumb.Active A DIV.ThumbLabel{
	display:inline-block;
}

TABLE DIV.SectionThumb A DIV.ThumbLabel DIV{
    background: url('../images/white_30_bg.png') repeat;
    background: rgba(255,255,255,0.3);
    margin: 5px -6px -10px -4px;
    /*font-family: libre_baskervilleitalic;*/
    font-size: 16pt;
    text-align:left;
    color: rgb(225,225,225);
    border-radius:0px;
    border-collapse:collapse;
    padding: 0px 5px 0px 18px;
    height: 100%;
    line-height: 20pt;
}

DIV#portfolio_Contents TABLE.ThumbLayoutA TD{
	vertical-align:top;
	padding:0px 0px 0px 0px;
}

DIV#portfolio_Contents TABLE.ThumbLayoutB TD{
	vertical-align:top;
	width:100%;
	padding:0px 0px 0px 0px;
}

DIV#VCard{
    /*font-size: 14px;*/
    text-align: left;
    width:100%;
}

UL{
    margin: 5px auto 5px auto;
}

UL.Level2{
	font-size: 12pt;
	color: #929292;
}

UL.Level2 li{
	line-height:14pt;
}

TABLE.SectionThumbs{
	border-collapse: collapse;
}

.SectionThumbs IMG{
	margin-left:1px;
	margin-top: 5px;
}

/*DIAPORAMA*/

TABLE.DIDiaporama, TABLE.DIDiaporama DIV.Viewport{
	border: 0px blue solid;
}

TABLE.DIDiaporama{
	height: 100%;
	width: 100%;
	border-collapse:collapse;
	border: 0px solid red;
}

TABLE.DIDiaporama TR{
	height:100px;
	background-image: url('../images/footer_tile.png');
    background-repeat: repeat;
    vertical-align: middle;
    line-height:1px;
}

TABLE.DIDiaporama TR:FIRST-CHILD{
	height: auto;
	background-image: none;
}

TABLE.DIDiaporama DIV.Viewport{	
	/*border: 3px #9a9a9a solid;*/
	border-radius: 10px;
	overflow:hidden;
	margin:0px;
	/*display:inline-block;*/
	
}

TABLE.DIDiaporama TD.MainPane{
	width:1%;
}

TABLE.DIDiaporama TD.RightPane{
	text-align:left;
	width: auto;
}

TABLE.DIDiaporama TD.LeftPane{
	text-align:right;
	width: auto;
}

TABLE.DIDiaporama TD.LeftPane DIV.PrevDiapoB, TABLE.DIDiaporama TD.RightPane DIV.NextDiapoB{
	/*border: 3px #9a9a9a solid;*/
	width: 50px;
	height: 50px;
	/*background-color: black;*/
	display:inline-block;
}

TABLE.DIDiaporama TD.LeftPane DIV.PrevDiapoB.Inactive DIV.ThumbButtonLabel, 
TABLE.DIDiaporama TD.RightPane DIV.NextDiapoB.Inactive DIV.ThumbButtonLabel{
    background-image:none;	
}

TABLE.DIDiaporama TD.LeftPane DIV.PrevDiapoB.Active DIV.ThumbButtonLabel{
    background-image:url('../images/image_prev_on.png');
}

TABLE.DIDiaporama TD.RightPane DIV.NextDiapoB.Active DIV.ThumbButtonLabel{
    background-image:url('../images/image_next_on.png');
}

TABLE.DIDiaporama TD.LeftPane DIV.ThumbButtonLabel, TABLE.DIDiaporama TD.RightPane DIV.ThumbButtonLabel{
	display: block;
	height: 100%;
	background-position: center center;
}


TABLE.DIStripe DIV.PrevDiapo{
	float:left;
	width:auto;
	height:auto;
}

TABLE.DIStripe DIV.NextDiapo{
	float:right;
	width:auto;
	height:auto;
}

TABLE.DIDiaporama DIV.Viewport TABLE TD{
	/*height: 100%;*/
	line-height: 5px;
}

TABLE.DIDiaporama TABLE.DIStripe{
	min-height:20%;
	height:20%;
}

TABLE.DIStripe{
	font-size:0pt;
}

TABLE.DIStripe TD.DIThumbs IMG{
	max-width:200px;
	max-height:100px;
	margin-right:7px;
}

TABLE.DIDiaporama TABLE.DIStripe TD{
	padding-top: 10px;
	padding-bottom: 10px;
}

TABLE.DIDiaporama IMG{
	border: 0px blue solid;
}

.DIDiaporama TABLE{
   border:0px blue solid;
   border-collapse: collapse;	
   margin: 0px;
}

.DIDiaporama TD{
	text-align:center;
	vertical-align: middle;
	padding: 0px;
}

.DIDiaporama TD TABLE{
	margin-left: auto;
	margin-right: auto;
}

DIV#Layer3{
	visibility: hidden;
	opacity:0.0;
	filter:alpha(opacity=0);
	transition: opacity 1.5s linear 0s;/*, visibility 1s linear 1s;*/
}

/* IMG.Menu{
	opacity:1.0;
	transition: opacity 3s linear 5s, visibility 3s linear 5s;
} */

DIV#MPane{
	opacity:1.0;
	visibility: visible;
	/*filter: alpha(opacity=100);*/
	transition: opacity 1s linear 0s;/*, visibility 1s linear 1s;*/
	overflow: visible;
}

DIV.DynLayer .ClickableIndicator{
    position: absolute;
    text-align: right;
    width:98%;
    height: 50px;
    margin-top:-55px;
    font-size: 60pt;
    background-image: url('../images/image_link_on.png');
    background-repeat: no-repeat;
    background-position: right top;
    opacity: 0.8;
    filter:alpha(opacity=80);
}

DIV.DynLayer .DescDisp{
	padding: 4px;
	/*border-top: 1px #BABABA solid;*/
	/*color: #DBDBDB;*/
	color: #454545;
	margin-left:3px;
	font-size: 22pt;
	font-family: libre_baskervillebolditalic, arial, verdana, tahoma;
	line-height: 24pt;
}

DIV.DynLayer .DescDisp H1{
	font-size: 24pt;
    line-height: 26pt;
    margin-top: 0px;
    margin-bottom:3px;
}

DIV.DynLayer .DescDisp P{
    margin-top: 3px;
    margin-bottom:3px;
}

DIV.DynLayer .DIDiaporama .DescDisp{
    margin-left: auto;
    margin-right: auto;	
}

IMG.LrgDisp{
	margin:0px;
}

.Clickable{
	cursor:pointer;
}

.Invisible{
	opacity:0;
	filter:alpha(opacity=0);
}

.Visible{
	visibility: visible;
}

.DiapoThumb IMG, .DiapoThumb DIV.ThumbLabel{
	border-radius: 3px;
	margin-right: 3px;
}

.DiapoThumb{
	display: inline-block;
}

.DIStripe A{
    text-decoration:none;
    outline: 0;
}

.DIStripe .Active DIV.ThumbLabel{
	/*border: 2px white solid;*/
	/*border-radius: 10px;*/
	visibility:hidden;
}

.DIStripe DIV.ThumbLabel{
    background-color: rgba(0,0,0,0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#66000000', endColorstr='#66000000'); /* IE */
    color: white;
    color: rgba(255,255,255,0.8);    
    display:inline-block;
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    padding:5px 4px 5px 5px;
    opacity:1;
    filter:alpha(opacity=100);
}

DIV.ClsLayerB{
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	cursor:pointer;
	border: 3px black hidden;
	color:transparent;
	font-size:0px;
}


DIV.ClsLayerB{
    background-image:url('../images/layer_button_close_off.png');
}

DIV.ClsLayerB:HOVER{
    background-image:url('../images/layer_button_close_on.png');
}

IMG+DIV.ClickableIndicator{
	visibility: hidden;
}

IMG.Clickable+DIV.ClickableIndicator{
	visibility: visible;
	cursor: pointer;
}

DIV.TopBanner{
	background-repeat: no-repeat;
	height: 300px;
	width:110%;
	margin-left: -10px;
	margin-right: auto;
	@margin-top: -10px;
	@margin-bottom: 10px;
}

DIV.ClientTopBanner{
	background-image:url('../images/client_top_banner.png');	
}

.NextDiapoB SPAN SPAN, .PrevDiapoB SPAN SPAN{
	display: none;	
}

.DIStripe .PrevDiapoB, .DIStripe .NextDiapoB {
    background-color: rgb(51, 51, 51);
    line-height: 0px;
    font-size: 0px;
}

.DIStripe .PrevDiapoB{
    margin: 0px 7px 0px 0px;
}

.DIStripe .NextDiapoB{
    margin: 0px 0px 0px 0px;
}

.DIStripe .PrevDiapoB DIV, .DIStripe .PrevDiapoB IMG{
    border-radius: 5px 0px 0px 5px;
}

.DIStripe .NextDiapoB DIV, .DIStripe .NextDiapoB IMG{
    border-radius: 0px 5px 5px 0px;	
}

.DIStripe .PrevDiapoB DIV.ThumbButtonLabel, .DIStripe .NextDiapoB DIV.ThumbButtonLabel{
	display:inline;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
}

.DIStripe .PrevDiapoB.Active DIV.ThumbButtonLabel{
	background-image:url('../images/diapo_prev_on.png');
}

.DIStripe .NextDiapoB.Active DIV.ThumbButtonLabel{
	background-image:url('../images/diapo_next_on.png');
}

.DIStripe .PrevDiapoB.Inactive DIV.ThumbButtonLabel{
	background-image:url('../images/diapo_prev_off.png');
}

.DIStripe .NextDiapoB.Inactive DIV.ThumbButtonLabel{
	background-image:url('../images/diapo_next_off.png');
}
/* 
.PrevDiapoB DIV.ThumbButtonLabel{
	background-image:url('../images/diapo_prev_on.png');
}

.NextDiapoB DIV.ThumbButtonLabel{
	background-image:url('../images/diapo_next_on.png');
} */

.DIStripe .PrevDiapoB IMG, .DIStripe .NextDiapoB IMG{
	opacity: 0.3;
	filter:alpha(opacity=30);
	max-width:120px;
    max-height:65px; 
}

.DIStripe .NextDiapoB SPAN{
	background-image:url('../images/diapo_next_on.gif');
	background-position: right;
}

.DIStripe .PrevDiapoB SPAN{
	background-image:url('../images/diapo_prev_on.gif');
	background-position: left;
}
