@font-face {
    font-family: 'OpenSansLight';
    src: url('http://www.interproinc.com/CSS/font-face/OpenSans/OpenSans-Light-webfont.eot');
    src: url('http://www.interproinc.com/CSS/font-face/OpenSans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.interproinc.com/CSS/font-face/OpenSans/OpenSans-Light-webfont.woff') format('woff'),
         url('http://www.interproinc.com/CSS/font-face/OpenSans/OpenSans-Light-webfont.ttf') format('truetype'),
         url('http://www.interproinc.com/CSS/font-face/OpenSans/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('http://www.interproinc.com/CSS/font-face/OpenSans/OpenSans-Regular-webfont.eot');
    src: url('http://www.interproinc.com/CSS/font-face/OpenSans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.interproinc.com/CSS/font-face/OpenSans/OpenSans-Regular-webfont.woff') format('woff'),
         url('http://www.interproinc.com/CSS/font-face/OpenSans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('http://www.interproinc.com/CSS/font-face/OpenSans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('http://www.interproinc.com/CSS/font-face/OpenSans/OpenSans-Semibold-webfont.eot');
    src: url('http://www.interproinc.com/CSS/font-face/OpenSans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.interproinc.com/CSS/font-face/OpenSans/OpenSans-Semibold-webfont.woff') format('woff'),
         url('http://www.interproinc.com/CSS/font-face/OpenSans/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('http://www.interproinc.com/CSS/font-face/OpenSans/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('http://www.interproinc.com/CSS/font-face/OpenSans/OpenSans-Bold-webfont.eot');
    src: url('http://www.interproinc.com/CSS/font-face/OpenSans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.interproinc.com/CSS/font-face/OpenSans/OpenSans-Bold-webfont.woff') format('woff'),
         url('http://www.interproinc.com/CSS/font-face/OpenSans/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('http://www.interproinc.com/CSS/font-face/OpenSans/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
div#parallax {background:#fff; position:relative; overflow:hidden; width:600px; height:180px; margin:10px 20px; border:1px solid #aaa;}
.parallax-layer {
    position: absolute;
}
.nextBodyFont {
	font-family: "Helvetica Neue",Arial,sans-serif;
	font-size:0.77em;
	line-height:1.2em;
}
body {
	position:absolute;
	left:0px;
	top:0px;
	margin:0; 
	padding:0;
	width:100%;
	height:100%;
	font-family: Verdana, Arial, sans-serif;
	font-size:.71em;
	color:#333;
	background-color:#fff;
/*	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:top left;
	background-image: url(http://www.interproinc.com/images/skins/b/bg/bodyBG.jpg);
*/}
p {
	margin:0 70px 12px 20px;
	padding:0;
}
h1 {
	font-family:'OpenSansLight', Arial, sans-serif;
	letter-spacing: 0.025em;
	font-size:2.25em;
	font-weight:normal;
	color:#333;
	margin:0;
	padding:20px 20px 40px 20px;
}
h2 {
	font-family: 'OpenSansRegular', Arial, sans-serif;
	font-size:1.8em;
	font-weight:normal;
	color:#333;
	margin:0;
	padding:20px 20px 10px 20px;
	clear:both;
}
h3 {
	font-family: 'OpenSansRegular', Arial, sans-serif;
	font-size:1.5em;
	font-weight:normal;
	color:#333;
	margin:0;
	padding:16px 20px 10px 20px;
}
img { border:none; }
hr {  margin-top:10px; margin-right:20px; margin-bottom:10px; margin-left:20px; }
sup { font-size:.6em }
code { font-size:1.3em }
cite { font-weight:bold; }
* :focus { outline:none }
a:active, a:focus { outline:0; }
input, select, textarea {
	border:1px solid #ccc;
	background-color:#fff;
}
input:focus, select:focus, textarea:focus {
	border:1px solid #00f;
	background-color:#fffcaf;
}
.inputIEfocus {
	border:1px solid #00f;
	background-color:#fff;
}
.inputIEblur {
	border:1px solid #ccc;
}


/* ===================== div to hold the Interpro logo ====================== */
div#logo {
	position:absolute;
	top:26px;
	left:6px;
	background-image:none;
	z-index:5;
}
/* =================== end div to hold the Interpro logo ==================== */


/* ========================== start language div ============================ */
div#language {
	position:absolute;
	top:76px;
	left:380px;
	z-index:35;
}
div#language p span {
	white-space:nowrap;
}
div#language p.lang {
	font-size:.9em;
	color:#555;
	margin:0;
	padding:0;
}
div#language p span a:link { color:#333; text-decoration:none; }
div#language p span a:visited { color:#333; text-decoration:none; }
div#language p span a:link:hover { color:#000; text-decoration:underline; }
div#language p span a:visited:hover { color:#000; text-decoration:underline; }
/* =========================== end language div ============================= */


/* =========================== start gateway div ============================ */
div#gateway {
	position:absolute;
	top:10px;
	right:20px;
	z-index:36;
}
div#gateway ul {
	width:210px;
	list-style-type:none;
	font-family: Arial, sans-serif;
	color:#222;
	margin:0;
	padding:0;
	line-height: normal;
}
div#gateway ul li {
	width:210px;
	height:36px;
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
	border:1px solid #4a525a;
}
div#gateway ul li a {
	position:absolute;
	width:190px;
	height:24px;
	margin:0 auto 0 auto;
	padding:12px 10px 0px 10px;
	font-family: Arial, sans-serif;
	font-size:1.0em;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#4a525a;
	z-index:201;
}
div#gateway ul li a:link { color:#333; text-decoration:none; }
div#gateway ul li a:visited { color:#333; text-decoration:none; }
div#gateway ul li a:link:hover { color:#000; text-decoration:none; }
div#gateway ul li a:visited:hover { color:#000; text-decoration:none; }
div#gateway ul li img {
	border:0;
	position:absolute;
	top:0;
	left:0;
	z-index:200;
}
/* ============================ end gateway div ============================= */

div#social {
	position:absolute;
	top:376px;
	left:6px;
	width:350px;
	margin:0;
	padding:0;
	z-index:4;
}
div#social p {
	margin:0 auto 20px auto;
	padding:0;
	font-size:.9em;
	line-height:16px;
	text-align:center;
}
div#social img {
	padding:0 4px;
}

/* ============================= form styles ================================ */
div#newsletterSignUp {
	display:none;
	margin:20px 0 20px 0;
	padding:0;
}
div#newsletterSignUp p {
	line-height:normal;
}
div#signup_form {
	margin:0 20px 0 0;
	padding:0;
}
div#signup_form fieldset {
	margin:0 0 4px 0;
	padding:6px;
	border:1px solid #aaa;
}
div#signup_form fieldset legend {
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size:.87em;
	color:#333;
	padding:0 6px 0 6px;
	margin:0;
}
div#signup_form div {
	margin:0;
	padding:6px 0 6px 0;
}
div#signup_form label {
	font-family: Arial, sans-serif;
	font-size:.8em;
	color:#333;
	margin:0;
	padding:0;
}
div#signup_form input {
	float:left;
	margin: 0 4px 0 4px;
}
.hanging {
	float:left;
	margin:0 10px 22px 10px;
}
div#signup_form label.error {
	color:#f00;
}
div#message_Success {
	display:none;
}
div#message_Fail {
	display:none;
}
.submitButton {
	margin:4px 0 0 0;
}
/* ============================= form styles ================================ */

/* ================ main content div (named 'copy') styles ================== */
div#copy {
	position:absolute;
	top:100px;
	left:360px;
	margin:0;
	padding:0;
	background-image:url(http://www.interproinc.com/images/skins/2009-12/bg/trans_light.png);
	background-repeat:repeat;
	border: 1px solid #aaa;
	z-index:2;
}
div#flashContainerDiv {
	margin-left:20px;
	margin-bottom:12px;
	width:600px;
	height:338px;
}
h1.home {
	padding:20px 20px 10px 20px;
}
/* UNIQUE TO JAPANESE */
div#copy h1 span {
	white-space:nowrap;
}
div#copy p {
	margin:0;
	padding:0 40px 12px 20px;
}
div#copy p.nospacebelow {
	padding:0 40px 0 20px;
}
div#copy blockquote {
	margin:0;
	padding:12px 40px 4px 20px;
}
div#copy blockquote p {
	display:inline;
	margin:0;
	padding:0;
}
div#copy ul {
	margin:0;
	padding:0 40px 18px 40px;
}
div#copy ol {
	margin:0;
	padding:0 40px 18px 40px;
}
div#copy li {
	margin:0;
	padding:0 0 4px 0;
}
div#copy table {
	margin:8px 20px 8px 20px;
	padding:0;
	border-bottom: 1px solid #2e4057;
}
div#copy td {
	vertical-align:top;
	padding-top:4px;
	border-top:1px solid #2e4057;
}
div#copy td p {
	margin:0 12px 0 0;
	padding:6px 6px 10px 6px;
}
div#copy th {
	vertical-align:top;
	padding-top:4px;
	border-top: 1px solid #2e4057;
}
div#copy th p {
	text-align:left;
	font-weight:bold;
	margin:0;
	padding:6px 6px 10px 6px;
}
div#copy img {
	margin-top:10px;
	padding:0;
}
div#copy form {
	margin:0;
	padding:14px 0 4px 0;
}
div#copy p.language {
	font-size:.9em;
	color:#000;
	margin:0;
	padding:4px 0 4px 20px;
	clear:both;
}
div#copy p.helpicon {
	margin:0;
	padding:0 14px 22px 30px;
	float:left;
}
div#copy p.help {
	margin:0;
	padding:10px 20px 24px 20px;
	width:460px;
}
div#copy p.centered {
	margin:0 60px;
	padding:6px 20px 8px 20px;
	text-align:center;
	font-weight:bold;
	border-top:1px solid #aaa;
}
div#copy div.contactform {
	margin:0 20px 10px 20px;
	padding:0 20px 10px 0;
}
div#copy div.contactform label {
	display:block;
	padding:0 0 4px 0;
}
div#copy div.contactformleft {
	margin:0 20px 10px 20px;
	padding:0 20px 10px 0;
	float:left;
}
div#copy div.contactformleft label {
	display:block;
	padding:0 0 4px 0;
}
div#copy div label.error {
	color:#f00;
	display:none;
}

div#copy p span a:link { color:#000; text-decoration:none; }
div#copy p span a:visited { color:#000; text-decoration:none; }
div#copy p span a:link:hover { color:#000; text-decoration:underline; }
div#copy p span a:visited:hover { color:#000; text-decoration:underline; }

div#copy a:link { color:#00f; text-decoration:underline; }
div#copy a:visited { color:#00f; text-decoration:underline; }
div#copy a:link:hover { color:#00f; text-decoration:underline; }
div#copy a:visited:hover { color:#00f; text-decoration:underline; }
/* ============== end main content div (named 'copy') styles ================ */


/* ============= UL for clients testimonials and client logos =============== */
div#copy p.pullquote {
	margin:0;
	padding:0 50px 18px 50px;
}
div#copy img.testimonialLogo {
	float:right;
	margin:0 10px 20px 30px;
	padding:0;
}
div#copy ul.level3 {
	width:160px;
	float:right;
	list-style-type:none;
	list-style-image:none;
	color:#000;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background-color:#c8ccda;
	margin:0 0 10px 20px;
	padding:10px 0 20px 0;
}
div#copy ul.level3 li {
	margin:0;
	padding:0;
}
div#copy ul.level3 li strong {
	padding:0;
}
div#copy ul.level3 li.headline {
	font-weight:bold;
	padding:0px 10px 12px 10px;
}
div#copy ul.level3 a, div#copy ul.level3 a:visited {
	display:block; 
	color:#000;
	text-decoration:none;
	width:140px;
	margin:0;
	padding:4px 10px 3px 10px;
}
div#copy ul.level3 a:hover {
	color:#000; 
	text-decoration:none;
	background-image:url(http://www.interproinc.com/images/skins/2009-12/ui/bucket.gif);
	background-repeat:repeat-x;
	background-color:#90a2af;
}
/* ============ end UL for clients testimonials and client logos ============ */


/* ============================ MAIN menu styles ============================ */
/* ======================== GLOBAL main menu styles ========================= */
.menu table { position:absolute; top:0; left:0; }
.menu ul :hover ul { visibility:visible; }
.menu ul :hover ul ul { visibility:hidden; }
.menu ul :hover ul :hover ul ul { visibility:hidden; }
.menu ul :hover ul :hover ul { visibility:visible; }
.menu ul :hover ul :hover ul :hover ul { visibility:visible; }
div#mainmenuTransparentBackground {
	display:none;
	position:absolute;
	top:100px;
	left:6px;
	width:156px;
	height:272px;
	background-color:#fff;
	z-index:2;
}
div#mainmenu {
	position:absolute;
	top:100px;
	left:6px;
	width:156px;
	height:270px;
	margin:0;
	padding:0;
	background-image:url(http://www.interproinc.com/images/skins/2009-12/bg/trans_light.png);
	background-repeat:repeat;
	border: 1px solid #aaa;
	z-index:5;
}

/* ======================= First Level Main Menu styles ===================== */
.menu ul {
	width:156px;
	list-style-type:none;
	font-family: Arial, sans-serif;
	font-size:0.92em;
	font-weight:bold;
	color:#000;
	text-align:right;
	margin:0;
	padding:12px 0 0 0;
}
.menu ul li {
	position:relative;
	width:156px;
	margin:0;
	padding:0;
}
.menu ul li:hover {
	background-image:url(http://www.interproinc.com/images/skins/2009-12/ui/bucket.gif);
	background-repeat:repeat-x;
	background-color:#ffb878;
}
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	width:140px;
	margin:0;
	padding:5px 8px 2px 8px;
	color:#000;
}
.menu a:hover {
	color:#000; 
	background-image:url(http://www.interproinc.com/images/skins/2009-12/ui/bucket.gif);
	background-repeat:repeat-x;
	background-color:#ffb878;
}

/* ======================= Second Level Main Menu styles ===================== */
.menu ul li ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:156px;
	width:191px; 
	height:auto;
	margin:0;
	padding:0;
	border:1px solid #000;
	text-align:left;
	font-size:1.0em;
	color:#000;
	background-color:#fbd4be;
	background-image:none;
}
.menu ul li ul li { width:191px; border-top:1px solid #000; }
.menu ul li ul li a, .menu ul ul li a:visited { width:175px; padding:5px 8px 2px 8px; }

/* ================ Third and Fourth Level Main Menu styles ================= */
.menu ul li ul li ul { left:191px; }

/* ========================== END MAIN menu styles ========================== */


/* ============================== SUBMENU styles ============================ */
div#submenuTransparentBackground {
	display:none;
	position:absolute;
	top:100px;
	left:168px;
	width:188px;
	height:272px;
	background-color:#fff;
	z-index:2;
}
div#submenu {
	position:absolute;
	top:100px;
	left:168px;
	width:186px;
	height:270px;
	margin:0;
	padding:0;
	background-image:url(http://www.interproinc.com/images/skins/2009-12/bg/trans_light.png);
	background-repeat:repeat;
	border:1px solid #aaa;
	z-index:3;
}
div#submenu ul {
	position:absolute;
	bottom:0px;
	width:186px;
	list-style-type:none;
	font-family: Arial, sans-serif;
	font-size:0.92em;
	font-weight:bold;
	color:#000;
	margin:0;
	padding:0 0 12px 0;
}
div#submenu ul li {
	position:relative;
	width:186px;
	margin:0;
	padding:0;
}
div#submenu ul li:hover {
	background-image:url(http://www.interproinc.com/images/skins/2009-12/ui/bucket.gif);
	background-repeat:repeat-x;
	background-color:#ffb878;
}
div#submenu a, .submenu a:visited {
	display:block; 
	text-decoration:none;
	width:170px;
	margin:0;
	padding:5px 8px 2px 8px;
	color:#000;
}
div#submenu a:hover {
	color:#000; 
	background-image:url(http://www.interproinc.com/images/skins/2009-12/ui/bucket.gif);
	background-repeat:repeat-x;
	background-color:#ffb878;
}
/* START DYNAMIC STYLES (APPLIED VIA JAVASCRIPT TO SUB-MENU <A> ELEMENTS) */
div#submenu a.dimmedLink { color:#ccc; }
div#submenu a.undimmedLink { color:#000; }
div#submenu a.undimmedLink:hover { color:#000; }
/* END DYNAMIC STYLES... */
div#submenu img.arrow {
	position:absolute;
	left:184px;
	margin:0;
	padding:5px 0 0 0;
}
.activePage {
	background-color:#d4c2cc;
}
/* =========================== END SUBMENU styles =========================== */


/* ============================= FOOTER styles ============================== */
div#footer {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	margin:0;
	padding:0;
	background-image:url(http://www.interproinc.com/images/skins/b/bg/trans_light.png);
	background-repeat:repeat;
	border-top:1px solid #000;
	z-index:5;
}
div#footer p {
	font-size:0.8em;
	font-weight:normal;
	color:#000;
	vertical-align:middle;
	margin:0;
	padding:4px 10px 4px 10px;
}
div#footer a:link { color:#000; text-decoration:none; border:none; }
div#footer a:visited { color:#000; text-decoration:none; border:none; }
div#footer a:link:hover { color:#000; text-decoration:underline; border:none; }
div#footer a:visited:hover { color:#000; text-decoration:underline; border:none; }
div#footer img {
	margin:0;
	padding:0;
	vertical-align: bottom;
}
/* =========================== end FOOTER styles ============================ */

div#copy p.blocks {
	clear:both;
	margin:0;
	padding:0 0 30px 20px;
}
div#copy p.copyright {
	display:none;
	font-size:0.8em;
	font-weight:normal;
	color:#000;
	text-align:left;
	vertical-align:middle;
	margin:0;
	padding:10px 10px 10px 20px;
}

/* ========================== printAddress styles =========================== */
div#printAddress { display:none }
/* =========================== end FOOTER styles ============================ */
