﻿/* CSS by J-F Simard Revised Carnicom Jan 2012 */

body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Arial, verdana, Helvetica, tahoma, trebuchet ms;
	line-height: 130%;
	background-image:url(images/BG_grey-gradient2.jpg);
	background-position: top left;
    background-attachment: fixed;
	
 	font-size: 18px;
	color:#000;
	font-weight: 500;
	
}

.framewrapper{
	position:relative;
	top:0px;
	margin: 0 auto;
	width:900px;
	height:170px;
	overflow: visible;
	background-image:url(images/BG_grey-gradient2.jpg);
	z-index:30;
	
}
.framewrapper-inner {
	position:fixed;
	top:-10px;
	margin: 0 auto;
	width:900px;
	height:140px;
	background-image:url(images/BG_grey-gradient2.jpg);
}


	
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	
}

h1 {
	color: #000;
	font-size: 26px;
	font-weight: 500;
	text-align: center;

}

h2 {
	font-family: Verdana, Arial, sans-serif;
	/*color: #000;*/
	color: #990066;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	

}

h3 {
    font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
    color: #060;
    text-align: center;
    margin-top: 0px;
    margin-bottom: -8px;
}

#head3margin {
    margin-bottom: 21px;
}


/*h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}*/

table, tr, td, th
{
border-collapse:collapse;
/*border:solid 1px gray;*/
border:none;
padding: 3px;
/*font-size: 15px;*/

}

#nostyle table, tr, td, th
{
border-style: none;
}


a {
	/*color:#222;*/
	font-weight: 500;
	text-decoration: underline;
	font-size: 18px;
	line-height: 20px;
}

a:hover {
	color: red;
	font-weight: 500;
	text-decoration: none;
}

hr {
	height: 1px;
	color: #ccc;
	
}

ul 
{
    list-style-position: inside;
    list-style-image: url('images/information.png');
}
    
li {
	text-align: justify;
	color: #222; 
	font-weight: 500;
	line-height: 17px;
    padding: 5px 0px 5px 0px;
    font-family: Tahoma;
	/* Bill 8-30-11 
	font-size: 12px;
	margin: 13px; */
}

.img a {
	color: #333; 
		
}

.img a:hover {
	color: #333; 
		
}

#header {
	margin: 0;
	background: #007B1E;
	height: 170px;
}



#side-a {
	float: left;
	width: 220px;
	border-right: 1px solid #666;
	margin: 5px;
	padding: 10px;
}

#side-b {
	float: right;
	width: 220px;
	border-left: 1px solid #666;
	margin: 5px;
	padding: 10px;
}

.content_wrapper{
	position:relative;
	top:-15px;
	margin: 0 auto;
	width:890px;
	background-image:url(/images/BG_grey-gradient2.jpg);
	
}
	


.content { 
	
	width: 800px;
	position:relative;
	top: 0px;
	margin: 0 auto;
	padding: 0;
}

.box {
	margin: 5px;
	color: #fff;
	font-weight: bold;
	text-align: justify;
	height: 110px;
	width: 320px;
	border: 1px solid #333;
	
	background: url("images/chem1.jpg");
	padding: 5px;
}

.box a {
	color: #333;
	text-decoration: underline;
	
}

.box a:hover {
	color: #c00;
	text-decoration: none;
	
}

#footer {
	clear: both;
	height: 60px;
	width: 950px;
	background: #007B1E;
	color: #fff;
	text-align: center;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

/* events.html */
table.register_table {
	border: none;
}
input.register_field {
	width: 250px;
}
textarea.register_text {
	width: 98%;
	height: 100px;
}

/* articles_by_date.html */
table.papers_index_table {
	border-style: none;
}

/* template.html */
span.translation_header {
	color: #060;
	font: 500 115%/100% tahoma, verdana, Helvetica, Arial;
}

a.translation_flag {
	margin-left: 5px;
}
