/*
Science Made Simple Style Sheet
Date: 28 August 2005
Author: Interactive Design
Version history:
2-11-05 Changed a added a p - see below
*/ 

html, body { 
	margin:0; 
	padding:0; 
	text-align:center; 
	background-color:#EFEFEF;
	color: #000000;
	} 


/* FONT SIZES ###################### */

div, p, h3, h4, th, td, ul, ol, li, dd, address
    {
    font-size : small;
    }

/*/*/a{}

body, body div, body p, body h3, body h4, body th, body td, body ul, body ol, body li, body dd, body address
    {
    font-size : x-small;
    voice-family : "\"}\"";
    voice-family : inherit;
    font-size : small;
    }

html>head:first-child+body div, html>head:first-child+body p, html>head:first-child+body h3, html>head:first-child+body h4, html>head:first-child+body th, html>head:first-child+body td, html>head:first-child+body li, html>head:first-child+body dd, html>head:first-child+body address
    {
    font-size : small;
    }

/* */


/* ================================== */

h1
    {
    font-size : x-large;
    }

/*/*/a{}

body h1
    {
    font-size : large;
    voice-family : "\"}\"";
    voice-family : inherit;
    font-size : x-large;
    }

html>head:first-child+body h1
    {
    font-size : x-large;
    }

/* */

/* ================================== */

h2
    {
    font-size : large;
    }

/*/*/a{}

body h2
    {
    font-size : medium;
    voice-family : "\"}\"";
    voice-family : inherit;
    font-size : large;
    }

html>head:first-child+body h2
    {
    font-size : large;
    }

/* */


span.bigtext {
	font-size : medium;
	font-weight: bold;
	}

/* FONT ENDS ###################### */


/* SET FONTS  */

body, p, li, ol, td, th, h1, h2, h3, h4, h5, div {  
	font-family: "Trebuchet MS", Arial, Helvetica, Helv, Geneva, sans-serif; 
	}

p, li, ol, td, th {  
	color:#666666;  
	}

h1 {  
	color:#6A6BB0;
	margin-top:10px; 
	}

h2 {  
	color:#6A6BB0;
	}

h3 {  
	color:#6A6BB0;
	}

/* 2-11-05 The decendant p is to fix link color for bad code from the editor eg <A><P>blah</P></A> */
a, a p {  
	color:#6A6BB0;
	}

a:hover, a:active, a:hover p, a:active p {  
	color:#FF0000;
	}

a:visited, a:visited p {  
	color:#9697CF;
	}

.crumb {
	margin-top: 0px;
	padding-top:10px;
	}

/* LAYOUT ###################### */

#pagewidth { 
	width:744px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
	} 
 
#leftcol {
	width:190px; 
	float:left;
 	}
 
#maincol {
	float: right; 
	display:inline; 
	width:554px; 
	margin:0;
	padding:0;
	background-image:url(../i/bg-content-mid.gif);
	background-repeat:repeat-y;
	background-position:top left;
	}

#content {
	background-image:url(../i/bg-content-top.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding: 0px 20px 0px 23px;
	}

#content p {
	overflow: visible; /* Prevent italic div problem */
	}
	
#content p i {
	word-spacing: -1px;
	}
	
#titlepic {
	background-image:url(../i/bg-titlepic.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:114px;
	padding-bottom: 6px;
	}
	
#titlepic img {
	}
	
#titlepic h1 {
	margin: 10px;
	color: #FFFFFF;
	float: left;
	width: 190px;
	font-size:medium;
	}


#footer {
	background-image:url(../i/bg-footer-top.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding: 20px 0px 0px 0px;
	clear: both;
	}

#footer p {
	background-image:url(../i/bg-content-bot.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding: 2px 20px 14px 23px;
	margin-bottom: 0px;
	}

#promos {
	float: right;
	width:148px;
}

#news, #science {
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom: 30px;
}

#news h2, #science h2 {
	background-repeat:no-repeat;
	background-position:top left;
	padding: 8px 10px 0px 13px;
	margin-bottom: 3px;
	font-size: small;
	color: #000000;
}

#news h2 {
	color: #FFFFFF;
}

#news {
	background-image:url(../i/home-box-1-bot.gif);
	margin-top: 20px;
}

#science {
	background-image:url(../i/home-box-2-bot.gif);
}

#news h2 {
	background-image:url(../i/home-box-1-top.gif);
}

#science h2 {
	background-image:url(../i/home-box-2-top.gif);
}

#news ul {
	margin: 0 0 0 0;
	padding: 0px;
	list-style-type: none;
	}

#news li {
	margin-left: 13px;
	margin-right: 7px;
	padding-bottom: 3px;
	color: #FFFFFF;
	}

#news ul a {
	color:#FFFFFF;
	text-decoration: none;
	}

#news a:link, #news a:visited {
	color:#FFFFFF;
	}

#news li a:hover {
	text-decoration: underline;
	}

#science p {
	padding: 2px 10px 2px 13px;
	margin: 0px;
}

#science p a {
	color: #000000;
	text-decoration: none;
}

p.comp-no {
	text-align:center;
	margin-left: 190px;
}

p.sitelinks {
	margin-left: 13px;
}

p.sitelinks a {
	text-decoration: none;
}



/* MENU ###################### */

/* 
Hack below required to stop manu bg disappearing 
http://www.communitymx.com/content/article.cfm?page=2&cid=C37E0 
also used on footer
*/

/* Hides from IE5-mac \*/
* html #menu {height: 1%;}
/* End hide from IE5-mac */ 

#menu {
	background-image:url(../i/bg-menu-top.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin-top: 76px;
	}

#menu ul {
	margin-top: 0px;
	padding: 15px 0px 0px 0px;
	list-style-type: none;
	margin-left: 0px;
	margin-right: 20px;
	}

#menu li {
	border-bottom: 1px solid #FFE8AF;
	margin-left: 13px;
	margin-right: 7px;
	padding-bottom: 3px;
	}

#menu ul a {
	color:#FFFFFF;
	text-decoration: none;
	}

#menu a:link, #menu a:visited {
	color:#FFFFFF;
	}

#menu li a:hover {
	text-decoration: underline;
	}
	
#menu a.highlight {
	font-weight: bold;
	}
	
li.grandparent {}
li.parent {}

/* Sitemap styling */

#sitemap {
	margin-top: 30px;
	margin-left: 50px;
	}

#sitemap ul {
	list-style-type: square;
	color: #F15F22;
	}

#sitemap a:link, #sitemap a:visited, #sitemap a:active {
	color: #211F5E;
	text-decoration: none;
	}

#sitemap a:hover {
	color: #F15F22;
	text-decoration: underline;
	}

#sitemap ul li {
	font-weight: bold;
	margin-top: 10px;
	}

#sitemap ul ul li {
	font-weight: normal;
	margin-top: 0px;
	}

#sitemap ul ul ul li {
	font-weight: normal;
	margin-top: 0px;
	}

/* To hide skip to contents link */
.skipLink a {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
}

.skipLink a:active, .skipLink a:focus {
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	/* The rest are purely presentational properties to make the link stand out */
	background-color: yellow;
	color: red;
	top: 5px;
	left: 5px;
	padding: 5px;
	border: 2px solid red;
	font-weight: bold;
} 



/* ACCESSIBILITY CONVERSIONS == */

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}


/* EMAIL FORM STYLES == */


div.mailFormRow input, div.mailFormRow textarea { 
	width: 400px; 
	}
 
/* DIV surrounds sitemeter image - could be used for hiding */
div.sitemeter {  
	visibility:hidden;
	display:none;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
noprint { visibility:hidden;display:none;}
}

