<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* EmuTec Website main CSS file */

/*@font-face declaration*/
@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('../_fonts/Chunkfive-webfont.eot');
	src: local('â˜&nbsp;'), url('../_fonts/Chunkfive-webfont.woff') format('woff'), url('../_fonts/Chunkfive-webfont.ttf') format('truetype'), url('../_fonts/Chunkfive-webfont.svg#webfont4CzPTNtF') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'CommandoCommando';
    src: url('../_fonts/commando-webfont.eot');
    src: local('â˜&nbsp;'), url('../_fonts/commando-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/commando-webfont.woff') format('woff'),
         url('../_fonts/commando-webfont.ttf') format('truetype'),
         url('../_fonts/commando-webfont.svg#CommandoCommando') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationRegular';
    src: url('Sansation_Regular-webfont.eot');
    src: local('â˜&nbsp;'), url('../_fonts/Sansation_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/Sansation_Regular-webfont.woff') format('woff'),
         url('../_fonts/Sansation_Regular-webfont.ttf') format('truetype'),
         url('../_fonts/Sansation_Regular-webfont.svg#SansationRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationLight';
    src: url('Sansation_Light-webfont.eot');
    src: local('â˜&nbsp;'), url('../_fonts/Sansation_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/Sansation_Light-webfont.woff') format('woff'),
         url('../_fonts/Sansation_Light-webfont.ttf') format('truetype'),
         url('../_fonts/Sansation_Light-webfont.svg#SansationLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationBold';
    src: url('../_fonts/Sansation_Bold-webfont.eot');
    src: local('â˜&nbsp;'), url('../_fonts/Sansation_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/Sansation_Bold-webfont.woff') format('woff'),
         url('../_fonts/Sansation_Bold-webfont.ttf') format('truetype'),
         url('../_fonts/Sansation_Bold-webfont.svg#SansationBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationLightLightItalic';
    src: url('../_fonts/Sansation_Light_Italic-webfont.eot');
    src: local('â˜&nbsp;'), url('../_fonts/Sansation_Light_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/Sansation_Light_Italic-webfont.woff') format('woff'),
         url('../_fonts/Sansation_Light_Italic-webfont.ttf') format('truetype'),
         url('../_fonts/Sansation_Light_Italic-webfont.svg#SansationLightLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationItalic';
    src: url('../_fonts/Sansation_Italic-webfont.eot');
    src: local('â˜&nbsp;'), url('../_fonts/Sansation_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/Sansation_Italic-webfont.woff') format('woff'),
         url('../_fonts/Sansation_Italic-webfont.ttf') format('truetype'),
         url('../_fonts/Sansation_Italic-webfont.svg#SansationItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationBoldItalic';
    src: url('../_fonts/Sansation_Bold_Italic-webfont.eot');
    src: local('â˜&nbsp;'), url('../_fonts/Sansation_Bold_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/Sansation_Bold_Italic-webfont.woff') format('woff'),
         url('../_fonts/Sansation_Bold_Italic-webfont.ttf') format('truetype'),
         url('../_fonts/Sansation_Bold_Italic-webfont.svg#SansationBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ---------- Body styles ------------- */
@charset "utf-8";

* {
	padding:0;
	margin: 0;
}

/* All display rule*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
}

/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, section, summary {
	display: block;
}

body {
	font-size:110%;
	line-height:125%;
    text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	background: #CCC url(../_images/bd_bg.gif) repeat-x;
}

/* ----------------- Form styles ---------------*/

label.userdat {
	width: 120px;
	
	}
input.text {
	width: 150px;
	}
/* reset width for non-text inputs */
input.radio, input.checkbox, input.submit {
  width: auto;
  padding: 100px;
  margin:100px;
}

/* display labels next to form elements, add a class for when you want them to stack */
label {
	float:left;
	margin-right: 2em;
	padding-left: 2em;
	font-size: 0.8em;
	}

input.subbot {
	margin-left: 2em;
	}

.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg,
.passwordRequiredState .passwordRequiredMsg,
.passwordMinCharsState .passwordMinCharsMsg,
.passwordMaxCharsState .passwordMaxCharsMsg,
.passwordInvalidStrengthState .passwordInvalidStrengthMsg,
.passwordCustomState .passwordCustomMsg,
.confirmRequiredState .confirmRequiredMsg,
.confirmInvalidState .confirmInvalidMsg
{
	display: inline;
	color: #CC3333;
	border: 0px solid #CC3333;
	font-size: 0.7em;
	/*position:absolute;*/
	font-weight:bold;
	padding-left: 5px;
}

#wrapper {
	position:relative;
	width: 900px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
/*	overflow: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;*/
}

/* ----------------- header &amp; main nav styles ---------------*/

#pheader {
	position: relative;
	height:150px;
	width: 900px;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: left;
	padding-left:10px;
}

#logoimg {
	height:100px;
	width: 250px;
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	background: url(../_images/emulogo.gif) no-repeat left;
}

#banner {
	height:100px;
	width: 600px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 45px;
	float: right;
}

#pheader h1{
	margin-left: -9000px;
	}

a[href$=".pdf"] , a[href$=".PDF"]{
	padding-right: 50px;
	background: url(../_images/pdf_icon.gif) no-repeat right center;
}

a[href^="http://"]:hover {
	padding-right: 20px;
	background: url(../_images/external_link.gif) no-repeat right center;
}

p::selection
{
color:#ff0000;
}
p::-moz-selection
{
color:#ff0000;
}

input:disabled {
	background-color: #3e3e3e;
}

input:disabled + label {
	color: #aaa;
}

#mainnav
{
	margin-left: 250px;
	margin-bottom: 0px;

	padding: 5px 0 0 0;
	/*border-bottom: 2px solid #ef7f30;    #363636;  ef7f30*/
	font-size: 1em;
	/*font-family: 'Courgette', cursive;*/
	font-family: SansationRegular, Verdana, Geneva, Arial, sans-serif;
}

#mainnav h2, #sidenav h2
{
	position:absolute;
	visibility:hidden;
}


#mainnav ul#maintab
{
	float:left;
	bottom: 0px;
	padding: 0px;
	position: absolute;
	margin-bottom: 0px;
	font-weight:bold;
	text-align: center;
	line-height: normal;
	list-style-type: none;
	/*text-transform: uppercase;*/
}

ul#maintab li
{
	float:left;
	display: inline;
	list-style: none;
	margin: 0 0 0 10px;
}

ul#maintab li a
{
	display: block;
	padding: 5px 20px;
	color: #FFF;
	text-decoration: none;
	/*text-transform: uppercase;*/
	font-size: 0.8em;
	background: #A70008;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-shadow: #666 0 -1px 0px;
}

ul#maintab li:nth-child(1) a { background-color: #5c5d91; }
ul#maintab li:nth-child(2) a { background-color: #647484; }
ul#maintab li:nth-child(3) a { background-color: #728c8c; }
ul#maintab li:nth-child(4) a { background-color: #768c72; }
ul#maintab li:nth-child(5) a { background-color: #909673; }

#maintab li a:link, #maintab li a:visited, #maintab li a:active
{
	/*color: #333366;*/
}

#maintab li a:hover
{
	color: #F00;
}

#mainnav ul#jtag_flash_memory_emulator_products{
	margin: 0;
	padding: 0;
	bottom: -1.2em;
	left: 1em;
	display: none;
	position: absolute;
	text-transform:none;
	list-style-type: none;
}

#mainnav ul#jtag_flash_memory_emulator_products li {
	background: transparent;
}

#mainnav ul#jtag_flash_memory_emulator_products a {
	/*font-size: 12px;*/
	color: #333366;
	background: transparent; 
}

#home #homeLink a, #product #prodLink a, #support #sprtLink a, #partners #partLink a, #company #compLink a {
	color: #333366;
	background: #c70008;
	}

#home #homeLink a:hover, #support #sprtLink a:hover, #partners #partLink a:hover, #company #compLink a:hover {
	cursor: crosshair;
	}
/*------------------ End Main Nav ---------------------*/

#wrp-content {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #fff url(../_images/wr_bg.gif) repeat-y top left;
	
/*	-moz-background-clip: border-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-moz-background-origin: border-box;
	-webkit-background-origin: border-box;
	background-origin: border-box;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.25, rgb(60,107,146)), color-stop(0.65, rgb(226,217,185)));
	background:-moz-linear-gradient(center top, rgb(60,107,146) 25%, rgb(226,217,185) 65%);
	background-image: url(../_images/), url(../_images/);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
*/	
	}

#wrp-top{
	margin: 0;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background: url(../_images/header.gif) no-repeat top left;
	}

#wrp-top p {
	margin: 0;
	padding-left:190px;
	}

#wrp-top p a
{
	color: #333366;
	text-decoration: none;
}

#wrp-top p#logtxt {
	margin: 0;
	color: #777;
	padding-left:12px;
	font-size: 10px;
	line-height:19px;
}

#wrp-top p #smtxts {
	font-size: 9px;
	line-height:81px;
}

#wrp-top p #mdtxts {
	font-size: 12px;
}

#wrp-top p #lgtxts {
	font-size: 15px;
}

#wrp-top p a:link, #wrp-top p a:visited, #wrp-top p a:active
{
	color: #333366;
}

#wrp-top p a:hover
{
	color: #00F;
	background: #F00;
}

#wrp-bot{
	margin: 0;
	line-height:99px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background: url(../_images/footer.gif) no-repeat bottom left;
	}

#wrp-bot p a.top {
	margin-left:430px;
	text-decoration:none;
	line-height: 99px;
	text-align: left;
	padding-left: 32px;
	background: url(../_images/backtotop.gif) no-repeat bottom right;
}

#clear {
	clear:both;
	}

/* --------------------- sidebar styles ------------------------ */
#sidebar {
	text-align:center;
	float:left;
	width: 230px;
	position:relative;
	}
#sidebar h2{
	color: #00F;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-family: CommandoCommando, Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-shadow: 0 0 2px #fff, 0 0 5px #ddd, 0 0 10px #333;
	/*text-shadow: 1px 0 0 #ddd;*/
	}
/* ----- various styles -------*/

#newLocation{
	width:180px;
	margin:1.2em auto 2em auto;
	margin-bottom:2em;
}

#PSBSelect{
	width:250px;
	margin: 0 2em 8em 1.5em;
	margin-bottom:15px;
	margin-left: 15px;
	float:left;
}

#JTAGConSelect{
	width:200px;
	margin: 0 2em 8em 1.5em;
	margin-bottom:15px;
	margin-left: 30%;
}

#ManLogo
{
	margin-right:25px;
	float: right;
	border: 0px;
}

#EmailContact{
	width:200px;
	margin: 0 2em 8em 1.5em;
	margin-bottom:2em;
}

#EmailPic{
	width:400px;
	height:50px;
	background-image: url(../_images/emails.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#EmailPic1{
	width:400px;
	height:50px;
	background-image: url(../_images/emails.png);
	background-repeat: no-repeat;
	background-position: -30px -100px;
}

#EmailPic2{
	width:400px;
	height:50px;
	background-image: url(../_images/emails.png);
	background-repeat: no-repeat;
	background-position: -30px -250px;
}

#EmailPic3{
	width:400px;
	height:50px;
	background-image: url(../_images/emails.png);
	background-repeat: no-repeat;
	background-position: -30px -400px;
}

#EmailPic4{
	width:400px;
	height:50px;
	background-image: url(../_images/emails.png);
	background-repeat: no-repeat;
	background-position: -30px -550px;
}

#EmailPic5{
	width:400px;
	height:50px;
	background-image: url(../_images/emails.png);
	background-repeat: no-repeat;
	background-position: -30px -700px;
}

#EmailPic6{
	width:400px;
	height:50px;
	background-image: url(../_images/emails.png);
	background-repeat: no-repeat;
	background-position: -30px -850px;
}

#EmailPic7{
	width:400px;
	height:50px;
	background-image: url(../_images/emails.png);
	background-repeat: no-repeat;
	background-position: -30px -1000px;
}

#EmailPic8{
	width:400px;
	height:50px;
	background-image: url(../_images/emails.png);
	background-repeat: no-repeat;
	background-position: -30px -1150px;
}

#EmailPic9{
	width:400px;
	height:50px;
	background-image: url(../_images/emails.png);
	background-repeat: no-repeat;
	background-position: -30px -1300px;
}

#EmailPic10{
	width:400px;
	height:50px;
	background-image: url(../_images/emails.png);
	background-repeat: no-repeat;
	background-position: -30px -1450px;
}

#EmailPic11{
	width:400px;
	height:50px;
	background-image: url(../_images/emails.png);
	background-repeat: no-repeat;
	background-position: -30px -1600px;
}

#EmailPic12{
	width:400px;
	height:50px;
	background-image: url(../_images/emails.png);
	background-repeat: no-repeat;
	background-position: -30px -1750px;
}

/* ----- sidenav styles -------*/

#sidenav
{
	width: 180px;
	/*position:fixed;*/
	text-align:left;
	margin: 10px 25px 20px 25px;
	padding: 12px 0 0 0;
	font-size: 0.8em;
	font-weight:bold;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: SansationBold, Verdana, Geneva, Arial, sans-serif;
	background: url(../_images/snavt.gif) no-repeat top center;
}

#sidenav ul#navlist
{
	margin: 0;
	padding: 0 0 12px 0;
	list-style-type: none;
	background: url(../_images/snavb.gif) no-repeat bottom center;
}

#sidenav ul#navlist li#first
{
	border-top: 1px solid #fff;
}

#sidenav #navlist a
{
	margin: 0;
	width: 168px;
	display: block;
	padding: 3px 6px;
	border-bottom: 1px solid #fff;
	/*line-height: 35px;*/
	background-color: #c4bfac;
/*	background-color: #d7c394;*/
}

#sidenav #navlist li:nth-child(1) a { background-color: #5c5d91; }
#sidenav #navlist li:nth-child(2) a { background-color: #647484; }
#sidenav #navlist li:nth-child(3) a { background-color: #728c8c; }
#sidenav #navlist li:nth-child(4) a { background-color: #768c72; }
#sidenav #navlist li:nth-child(5) a { background-color: #909673; }
#sidenav #navlist li:nth-child(6) a { background-color: #768c72; }
#sidenav #navlist li:nth-child(7) a { background-color: #728c8c; }
#sidenav #navlist li:nth-child(8) a { background-color: #647484; }
#sidenav #navlist li:nth-child(9) a { background-color: #5c5d91; }
#sidenav #navlist li:nth-child(10) a { background-color: #647484; }
#sidenav #navlist li:nth-child(11) a { background-color: #728c8c; }
#sidenav #navlist li:nth-child(12) a { background-color: #768c72; }
#sidenav #navlist li:nth-child(13) a { background-color: #909673; }
#sidenav #navlist li:nth-child(14) a { background-color: #768c72; }
#sidenav #navlist li:nth-child(15) a { background-color: #728c8c; }
#sidenav #navlist li:nth-child(16) a { background-color: #647484; }
#sidenav #navlist li:nth-child(17) a { background-color: #5c5d91; }
#sidenav #navlist li:nth-child(18) a { background-color: #647484; }
#sidenav #navlist li:nth-child(19) a { background-color: #728c8c; }
#sidenav #navlist li:nth-child(20) a { background-color: #768c72; }
#sidenav #navlist li:nth-child(21) a { background-color: #909673; }


#sidenav #navlist a:link, #sidenav #navlist a:visited
{
	color: #FFF;
	text-decoration: none;
}

#sidenav #navlist a:hover
{
	/*background-color: #d5e8bd;*/
	/*background-color: #c70008;*/
	color: #F00;
}

#pjdeslink #sidenav #navlist #pjdeslink, #pjicelink #sidenav #navlist #pjicelink, #pjspilink #sidenav #navlist #pjspilink, #pjlpclink #sidenav #navlist #pjlpclink, #pjadplink #sidenav #navlist #pjadplink, #pjsftlink #sidenav #navlist #pjsftlink, #pjcmplink #sidenav #navlist #pjcmplink, #pjinflink #sidenav #navlist #pjinflink,  #pjhrdlink #sidenav #navlist #pjhrdlink, #pjvcclink #sidenav #navlist #pjvcclink  {
	color: #FFF;
	background-color: #C70008;
	
	}

#pjdeslink #sidenav #navlist #pjdeslink:hover, #pjicelink #sidenav #navlist #pjicelink:hover, #pjspilink #sidenav #navlist #pjspilink:hover, #pjlpclink #sidenav #navlist #pjlpclink:hover, #pjadplink #sidenav #navlist #pjadplink:hover, #pjsftlink #sidenav #navlist #pjsftlink:hover, #pjcmplink #sidenav #navlist #pjcmplink:hover, #pjinflink #sidenav #navlist #pjinflink:hover, #pjhrdlink #sidenav #navlist #pjhrdlink:hover, #pjvcclink #sidenav #navlist #pjvcclink:hover {
	color: #FFF;
	cursor: crosshair;
	}

#djdeslink #sidenav #navlist #djdeslink, #djhrdlink #sidenav #navlist #djhrdlink, #djdbglink #sidenav #navlist #djdbglink, #djfpglink #sidenav #navlist #djfpglink, #djcpglink #sidenav #navlist #djcpglink, #djscrlink #sidenav #navlist #djscrlink, #djcmplink #sidenav #navlist #djcmplink, #djbsplink #sidenav #navlist #djbsplink, #djjtglink #sidenav #navlist #djjtglink, #djinflink #sidenav #navlist #djinflink, #djadplink #sidenav #navlist #djadplink, #djvcclink #sidenav #navlist #djvcclink,
#djotflink #sidenav #navlist #djotflink{
	color: #FFF;
	background-color: #c70008;
/*	background-color: #d5e8bd;*/
/*	background-color: 90937e;*/
	}

#djdeslink #sidenav #navlist #djdeslink:hover, #djhrdlink #sidenav #navlist #djhrdlink:hover, #djdbglink #sidenav #navlist #djdbglink:hover, #djfpglink #sidenav #navlist #djfpglink:hover, #djcpglink #sidenav #navlist #djcpglink:hover, #djscrlink #sidenav #navlist #djscrlink:hover, #djcmplink #sidenav #navlist #djcmplink:hover, #djjtglink #sidenav #navlist #djjtglink:hover, #djbsplink #sidenav #navlist #djbsplink:hover, #djinflink #sidenav #navlist #djinflink:hover, #djadplink #sidenav #navlist #djadplink:hover, #djvcclink #sidenav #navlist #djvcclink:hover, #djotflink #sidenav #navlist #djotflink:hover {
	color: #FFF;
	cursor: crosshair;
	}

#sidenav #navlist ul.sbmenu {
	margin: 0;
	padding: 0;
	display: none;
	right:0;
	margin-top:-1.5em;
	position: absolute;
	text-transform:none;
	list-style-type: none;
}

#sidenav #navlist ul.sbmenu li a {
	border-bottom: 0px solid #fff;
	background-color: #909673;
}

#sidenav #navlist ul.sbmenu a {
	width: auto;
}

#sidenav #navlist li a.currentnav  {
	color: #FFF;
	background-color: #c70008;
	}

#sidenav #navlist li a.currentnav:hover {
	cursor: crosshair;
	}

/* --------------------- content styles ------------------------ */
#content{
	float: right;
	width: 660px;
	}

#content p{
	color: #777;
	text-align:justify;
	text-indent: 0.5em;
	margin-bottom: 1em;
	padding: 0 2em 1em 1.5em;

/*multi column text rule goes here*/
/*	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	-webkit-column-rule-style: solid;
	-webkit-column-rule-color: #999;
	-webkit-column-rule-width: 1px;
	-moz-column-rule-style: solid;
	-moz-column-rule-color: #999;
	-moz-column-rule-width: 1px;
	column-count: 2;
	text-align: justify;
	font-size: 85%;*/
}

#content div#fpidx{
	float:right;
	width: 300px;
	height: 400px;
	margin-right: 40px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#fpidx h3{
	color: #F00;
	text-align: center;
	text-decoration:none;
	padding-top: 0em;
	padding-bottom: 0.5em;
	font-family: CommandoCommando, Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-shadow: 0 0 2px #fff, 0 0 5px #ddd, 0 0 10px #333;
	/*text-shadow: 1px 0 0 #ddd;*/
	}

#fpidx div img{
/*	display: block;
	margin: .5em auto;

	border-top: 3px solid #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 3px solid #CCC; */

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	-webkit-box-shadow:inset  2px 2px 3px #999, inset -2px -2px 3px #999, 2px 2px 5px #000;
	-moz-box-shadow: inset 2px 2px 3px #999, inset -2px -2px 3px #999, 2px 2px 5px #000;
	box-shadow: inset 2px 2px 3px #999, inset -2px -2px 3px #999, 2px 2px 5px #000; 
}

#fpidx div {
    position:absolute;
    z-index: 0;
}
#fpidx div.previous {
    z-index: 1;
	visibility:hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#fpidx div.current {
    z-index: 2;
	background:#FFFFFF;	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#fpidx a{
	text-decoration:none;
}


#content p.colSplit{
	float: left;
	height: 400px;
	width: 250px;
	color: #777;
	font-size: 98%;
	line-height: 120%;
	text-align: justify;
	text-indent: 0.5em;
	margin-bottom: 1em;
	padding: 0 1em 1em 1.5em;
	border-right: #999999 groove;

/*multi column text rule goes here*/
/*	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	-webkit-column-rule-style: solid;
	-webkit-column-rule-color: #999;
	-webkit-column-rule-width: 1px;
	-moz-column-rule-style: solid;
	-moz-column-rule-color: #999;
	-moz-column-rule-width: 1px;
	column-count: 2;
	text-align: justify;
	font-size: 85%;*/
}

#content p.centertxt{
	color: #00C;
	text-align:center;
	text-indent: 0;
	font-size: 110%;
	line-height:auto;
}

#content table.conectinfo {
	margin: auto;
	width: 520px;
	background-color: #EDEFE9;
	border-collapse: collapse;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;

	-webkit-box-shadow:inset  2px 2px 3px #999, inset -2px -2px 3px #999, 2px 2px 5px #000;
	-moz-box-shadow: inset 2px 2px 3px #999, inset -2px -2px 3px #999, 2px 2px 5px #000;
	box-shadow: inset 2px 2px 3px #999, inset -2px -2px 3px #999, 2px 2px 5px #000; 


	/*-webkit-box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000; */
}

#content table.conectinfo caption {
	color: #51341b;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 25px;
}

#content table.conectinfo th p {
	color: #333;
	padding: 1em 1em 0 1em;
	font-size: 1.1em;
	line-height: auto;
	text-align: justify;
	font-weight: normal;
}

#content table.conectinfo tr td div {
	margin: 0;
	padding: 0;
	max-height: 17px;
}

#content table.conectinfo td img {
	margin: 0;
	padding: 0;
}

#content table.conectinfo tr td {
	max-height: 17px;
}

#content table.conectinfo tr td p {
	color: #000;
	text-align: center;
	text-indent: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	line-height: 17px;
}

#content table.conectinfo thead tr th:nth-child(3) {
	background-color: #6E7970;
}

#content table.conectinfo tr td:nth-child(3) {
	background-color: #6E7970;
}

#content table.conectinfo tr:nth-child(2n+2) {
	background-color: #6E7970;
}

#content table.conectinfo tr:nth-child(2n+2) p {
	color: #FFF;
}

#content ul.featlist, #content ul.featlist p {
	color:#528827;
	font-weight:bold;
	}


#content p a {
	color: #00C;
	text-decoration: none;
	}

#content p a:hover {
	color: #C00;
	/*background-color: #C00;*/
	}

#content ul{
	color: #777;
	text-align:justify;
	text-indent: 0.3em;
	margin-bottom: 1em;
	padding: 0 2em 1em 2em;
	}

.acnt{
	position:relative;
	text-align:center;
	margin-top:1em;
	margin-bottom:2em;
	}

.argt{
	position:relative;
	float:right;
	margin: 0em 2em 0.5em 1.5em;
	}

.alft{
	position:relative;
	float:left;
	margin: 0em 1.5em 0.5em 2em;
	}

#content div.argt img, #content div.acnt img{
/*	display: block;
	margin: .5em auto;

	border-top: 3px solid #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 3px solid #CCC; */

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	-webkit-box-shadow:inset  2px 2px 3px #999, inset -2px -2px 3px #999, 2px 2px 5px #000;
	-moz-box-shadow: inset 2px 2px 3px #999, inset -2px -2px 3px #999, 2px 2px 5px #000;
	box-shadow: inset 2px 2px 3px #999, inset -2px -2px 3px #999, 2px 2px 5px #000; 
}

#content h1{
	color: #00C;
	text-align: center;
	padding: 1em;
	}

#content h2{
	color: #00C;
	text-align: left;
	padding: 1em;
	}

#content h3{
	color: #00C;
	font-weight: normal;
	text-align: left;
	padding: 1em;
	padding-bottom: 2em;
	font-family: ChunkFiveRegular, CommandoCommando, Verdana, Geneva, sans-serif;
	text-shadow: 0 0 2px #fff, 0 0 5px #ddd, 0 0 10px #333;
	}

#content h4{
	color: #00C;
	text-align: left;
	padding-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 1em;
	}

#content h5{
	color: #C00;
	text-align: left;
	padding-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 1em;
	}

#content figcaption {
	padding: 1.2em;
	text-align: center;
/*	text-transform: uppercase;*/
	color: #4d4d4d;
	font-size: 1.2em;
}

#content #contheader{
	color: #C00;
	font-size:0.6em;
	text-align:left;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-top: 0;
	margin-bottom: 2em;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}

#content #contheader a{
	color: #00C;
	text-decoration: none;
	}

#content #contheader a:hover{
	color: #C00;
	text-decoration: none;
	}

#content td h3{
	font-size:90%;
	font-weight:500;
	padding: 0.1em 0.5em 0.1em 1.5em;
	}

#content td h4{
	color: #00A;
	font-weight:300;
	text-align:center;
	padding: 0.1em 0.5em 0.1em 1.5em;
	}

#content td h5{
	color: #008;
	font-weight:500;
	padding: 0.1em 0.5em 0.1em 1em;
	}

#content table.pninfo {
	width: 90%;
	font-size: 0.9em;
	background: #FFF;
	margin: 20px auto;
	background-color: #e1d8b9;
	border-collapse: collapse;

	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;

	-webkit-box-shadow: 2px 2px 5px #000;
	-moz-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000; 

/*	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	border: 10px solid #cb7d20;
	-moz-border-image:url(../_images/border_image.png) 15 round;
	-webkit-border-image:url(../_images/border_image.png) 15 round;
	border-image:url(../_images/border_image.png) 15 round;	*/
}

#content .pninfo caption {
	color: #51341b;
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
	padding-bottom: 10px;
}

#content .pninfo thead {
	height: 30px;
	background: url(../_images/thead_back.gif) repeat-x left top;
}

#content .pninfo td {
	font-size: .8em;
}

#content .pninfo th{
	color: #FFF;
	font-size: 1em;
	padding: 0 0px;
	line-height: 2em;
	text-align: center;
	font-weight: normal;
	border-size: 0;
}

#content .pninfo td p {
	color: #000;
	padding: 0.8em 0.5em 0.4em 1.5em;
	text-align: center;
}

#content .pninfo tr td:nth-child(1) p {
	font-size: 1.2em;
}

#content .pninfo tr th:last-child {
	border-left : 1px solid #333;
}

#content .pninfo tr td:last-child {
	border-left : 1px solid #333;
}

#content .pninfo tr:nth-child(2n+2) {
	background-color: #6E7970;
}

#content .pninfo tr:nth-child(2n+2) p {
	color: #FFF;
}

#content table.pninfo tr:last-child {
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.highlighto {
/*    background-color: #ffcc00;
*/    font-weight:bold;
}

.highlighte {
/*    background-color: #000;
*/    font-weight:bold;
}

#content .dnldlink {
	color: #0CC;
	font-size:100%;
	text-align: left;
	padding-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 1em;
}

/* -------------------- footer styles -------------------------------- */
#pfooter {
	clear: both;
	padding: 0em;
	margin-top: 2em;
	font-size: 0.8em;
	text-align: center;
	}

#pfooter p{
	color: #00F;
	}

#pfooter a{
	color: #d52e36;
	text-decoration: none;
	}

#pfooter p a:hover {
	color: #00C;
	/*background-color: #A00;*/
	/*font-weight:bold;*/
	}


#content .faqques {
	color: #1f4f71;
/*	color: #A00;
	font-size:110%;
	text-align: justify;
	padding-left: 1em;
	padding-top: 0.5em;
*/}

#content .faqansr {
	color: #bf572c;
/*	text-align: justify;
	padding-left: 1.5em;
	padding-bottom: 1em;*/
}


.faq_container {
	width: 600px;
	margin: 20px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	background: url(../_images/faq_tile.jpg) 0px 0px;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.faq {
	margin: 0px 15px 35px 15px;
	padding: 35px 15px 15px 70px;
	position: relative;
	background: #fff url(../_images/faq_top.jpg) no-repeat 0px 0px;

	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.roundtop {
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.faq_question { 
    margin: 0px;
	padding: 0px 0px 5px 0px;
	cursor: help;
	color: #1f4f71;
	text-align: justify;
	display: inline-block;
}

div.faq_question p { 
	color: #1f4f71;
}

.faq_answer_container {
	height: 0px;
	padding: 0px;
	overflow: hidden;

	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.faq_answer {
	margin: 0px;
	padding: 0px;
	color: #bf572c;
	text-align: justify;
	font-weight: normal;
}

div.faq_answer p { 
	color: #bf572c;
}

.faq .letter_q {
	width: 40px;
	height: 50px;
	top: 20px;
	left: 25px;
	position: absolute;
	background: url(../_images/q.png) 0px 0px;
}

.faq .letter_a {
	width: 43px;
	height: 40px;
	top: 42px;
	left: 23px;
 	display: none;
	position: absolute;
 	background: url(../_images/a.png) 0px 0px;
}
</pre></body></html>