/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#fff;
}

p {
	font-size: 12px;
	color: #4D4D4D;
	margin:0 0 10px 0;
}

li {
	font-size: 12px;
	color: #4D4D4D;
}

h1 {
	font-size: 18px;
	color: #4D4D4D;
	font-weight: normal;
	margin:0 0 10px 0;
}

h2 {
	font-size: 14px;
	color: #004499;
	font-weight: normal;
	margin:0 0 10px 0;
}

#site-holder {
	width: 960px;
	margin: 0 auto;
}

/*--------------------------------------------------top holder */
#top
{
    float: left;
	width: 960px;
	height: 360px;
	margin-bottom:20px;
	margin-top:20px;
	position: relative;
}

#top-logo
{
    background-image:url(../sitepix/structural/top-logo.png);
    background-repeat:no-repeat;
    background-position:left top;
    width:300px;
    height:90px;
    margin-right:660px;
    float:left;
}

#top-header {
	float: left;
	width: 960px;
	height: 225px;
	position: relative;
	border:none;
	margin-bottom:5px;
}

.logo
{
    width:360px;
    height:225px;
    border:none;
    float:left;
}

.top-pic
{
    width:595px;
    height:225px;
    margin-right:5px;
    float:left;
}

#menu 
{
	text-align: center;
	width: 960px;
	height:40px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	color: #fff;
	font-size:18px;
	float: left;
	height: 40px;
	line-height:40px;
	outline: none;
	text-decoration: none;
}

#menu ul li a#home {
	background-image: url(../sitepix/navigation/home.gif);
	width: 92px;
}

#menu ul li a#lipid {
	background-image: url(../sitepix/navigation/lipid.gif);
	width: 158px;
}

#menu ul li a#enprint {
	background-image: url(../sitepix/navigation/enprint.gif);
	width: 105px;
}

#menu ul li a#isotope {
	background-image: url(../sitepix/navigation/isotope.gif);
	width: 195px;
}

#menu ul li a#other {
	background-image: url(../sitepix/navigation/other_services.gif);
	width: 171px;
}

#menu ul li a#sectors {
	background-image: url(../sitepix/navigation/sectors.gif);
	width: 105px;
}

#menu ul li a#contact {
	background-image: url(../sitepix/navigation/contact.gif);
	width: 134px;
}

#menu ul li a:hover 
{
    background-position: 0 -40px;
    color:#4D4D4D;
}

#menu ul li a.active {
	background-position: 0 -80px;
	color:#004499;
}


/*--------------------------------------------------------------pages layout */

#main-holder
{
    width:960px;
    margin-top:35px;
    margin-bottom:20px;
    float:left;
    text-align:left;
}

.home-images
{
    width:305px;
    height:270px;
    margin:0 18px 0 0;
    padding:0;
    border:none;
}

#homepage-images
{
    width:960px;
    margin:0;
    padding:0;
    float:left;
}

#text-holder {
	float: left;
	width: 400px;
	margin: 0 40px 0 30px;
	padding: 0;
	text-align: left;
}

#text-holder-large {
	float: left;
	width: 760px;
	margin: 0 40px 0 30px;
	padding: 0;
	text-align: left;
}


/*--------------------------------------------------------------right holder layout*/

#right-holder
{
	float: left;
	width: 360px;
	margin: 0 0 40px 0;
	padding: 0;
}

.right-pic
{
    width:360px;
    border:none;
    border:solid 1px #B3B3B3;
}

/*--------------------------------------------------------------Subnav */

#subnav 
{	
	width:130px;
	text-align: left;
	float:left;
	margin:0px;
	padding:0px;
}

#subnav  ul
{
	margin: 0;
	padding: 0;
}

#subnav ul li
{
	margin: 0;
	padding: 0;
	display: inline;
	
}

#subnav ul li a
{
	margin: 0;
	padding:0 0 0 15px;
	text-align:left;
	line-height: 25px;
	text-decoration: none;
	font-size:12px;
	display: block;
	color:#4D4D4D;
	background-image:url(../sitepix/structural/sub-menu-arrow.png);
	background-repeat:no-repeat;
	background-position:left;
}

#subnav ul li a:hover {
	 color:#004499;
}

#subnav ul li a.active {
	 color:#3A801C;
}


/*-----------------------------------------------------------footer */

#footer
{
	width:960px;
	height:80px;
	clear: both;
	position: relative;
	margin: 0 0 20px 0;
	padding:0 0 20px 0;
	background-image: url(../sitepix/structural/footer-logo.png);
	background-repeat:no-repeat;
	float:left;
	text-align:left;
}

#footer-left
{
    width:730px;
    float:left;
}

#footer-left ul {
	padding:20px 0 0 0;
	margin: 0;
}

#footer-left ul.second {
	padding:5px 0 0 0;
	margin: 0;
}

#footer-left ul li 
{
	margin: 0;
	padding: 0;
	display:inline;
}

#footer-left ul li a {
	margin: 0 20px 0 0;
	padding:0;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color:#4D4D4D;
}


#footer-left ul li a:hover {
	color:#004499;
 
}

#footer-text
{
    width:230px;
    float:left;
    text-align:right;
}

#footer-text p {
	margin: 20px 0 0 0;
	padding:0px;
	font-size: 11px;
	line-height:20px;
	color:#4D4D4D;
	font-weight: normal;
}

#footer-text a {
	font-size: 11px;
	font-weight: normal;
	color:#4D4D4D;
	text-decoration: none;
}

#footer-text a:hover {
	color: #004499;
}

/*-----------------------------------------------------------Table */    
#homepage-table    
{
    width:100%;
    background-color:#fff;
    margin:20px 0;
    float:left;
}

#homepage-table p
{
    font-size: 12px;
	color: #4D4D4D;
	margin:0;
	padding:10px;
}

#events-calendar-scrollbox
{
	width:350px;
	height:340px;
	margin:5px;
	padding:0;
	overflow-y:scroll;
	overflow-x:hidden;
}

#events-calendar-text
{
	width:275px;
	height:335px;
	margin:10px 20px 10px 10px;
	padding:0;
}

h1.calendar-h1
{
	color: #004499;
	margin: 0px;
	margin-bottom:15px;
	font-size: 13px;
	font-weight:bold;
}

