@import url("../styles/level2.css"); /* import level 2 section styles */

body {background-image:url(images/body_bg.png);}

a:link, a:visited {color:#1B2C88;}
a:hover {color:#0099FF;}

h2#heading {border-bottom:none;margin-bottom:10px;}
#main h2#heading {background: url(images/head_index.png) no-repeat -1px 0;height:84px;width:457px;}
#reply h2#heading {background: url(images/head_reply.png) no-repeat -1px 0;height:84px;width:365px;}
#thanks h2#heading {background: url(images/head_thanks.png) no-repeat -1px 0;height:84px;width:365px;}

div#main-content {
	width:475px;
	margin-left:100px;
	position:absolute;
	z-index:3;
}
div#main-content img.rightcol {z-index:1000;position:relative;}

div#main-content p {
	color:#000;
	position:relative;
	z-index:10;
	}
div#main-content p#continue {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	margin:20px 0;
	padding:15px 0 15px 18px;
	font-size:1.1em;
	background:url(images/click_here.png) no-repeat 0px 18px;
}
div#main-content span.prodref {
	color:#1B2C88;
	font-weight:bold;
	font-style:italic;
}


div#main-content table {border-bottom: none;}
div#main-content th, div#main-content td {border-top: none;}

form#reply-form input, form#reply-form textarea {width:350px;}
form#reply-form input#submit {width:6em;}
form#reply-form input#counter1 {width:3em;}

div#main-content p#footer, div#content p#footer {
	*margin-top:1em;/*IE6 Hack*/
	margin-bottom:1em;
}

/* DIVS FOR MISC. GRAPHICS */
div#misc1 {
	background-image:url(images/misc_pics.jpg);
	background-repeat:no-repeat;
	width:75px;
	height:356px;
	position:absolute;
	top:119px;
	left:154px;
}
div#misc2 {
	background-image:url(images/sidebar_btm.jpg);
	background-repeat:no-repeat;
	width:154px;
	height:270px;
	position:absolute;
	top:315px;
	left:0px;
}
#thanks div#misc3 {
	background-image:url(images/bg_molecule.jpg);
	background-repeat:no-repeat;
	width:517px;
	height:519px;
	position:absolute;
	top:320px;
	left:468px;
	z-index:1;
}

