﻿/* CSS Document */

* { /* Set main attributes to 0 or none */
	margin: 0;
	padding: 0;
	border: none;
}


/* #################### */
/*         Layout       */
/* #################### */

body {
	background-color: #fff;
	font: 11pt verdana, helvetica, arial, sans-serif;
	padding: 1.5cm auto;
	color: #000;
}

#wrapper { /* Set the width of the wrapper div and centre the div in the window */
	width: auto;
	margin: 0px auto;
}
#header {
	display: none;
}
#header-print {
	display: block;
}

/* ############## */
/*   TOOLS MENU   */
/* ############## */

#toolsMenu { 
	display: none;
}

/* ################### */
/*   MAIN NAVIGATION   */
/* ################### */

#navigation {
	display: none;
}

/* ############################# */
/*   MAIN NAVIGATION DROP-DOWN   */
/* ############################# */

/* The following attributes for the drop-down menus are shared across each menu. Make changes to specific drop-downs below. */
	#subVisit, #subPrograms, #subExhibits, #subResearchers, #subTeachers, #subDatabases, #subDownloads {
		display: none;
	}

/* ################### */
/*    Section Title    */
/* ################### */
						
#sectionTitle { 
	display: none;
}	

/* ################### */
/*        Search       */
/* ################### */

#searchArea {
	display: none;
}

/* ############################ */
/*    Sub Nav & Body Content    */
/* ############################ */		
		
#contentwrapper {
	background: #fff url(#) repeat-y;
	height: auto !important;
}

/* ################### */
/*   Sub-navigation    */
/* ################### */

#subnavigation {
	display: none;
}
					
/* ######################## */
/*       Sub Drop-down      */
/* ######################## */

/* Hide all sub navigation drop-down menus – will be displayed using templates */
	ul#subNav01, ul#subNav02, ul#subNav03, ul#subNav04, ul#subNav05, ul#subNav06, ul#subNav07, ul#subNav08, ul#subNav09, ul#subNav10  {
		display: none;
	}

	
/* ################### */
/*       Content       */
/* ################### */

#content {
	padding: 0;
	margin: 1cm 1.5cm 0 1.5cm;
	width: auto;
}
#breadcrumbs {
	display: none;
}

/* ################### */
/*       Footer        */
/* ################### */		
		
#footer {
	display: none;
}

/* ################### */
/*     Bottom Nav      */		
/* ################### */		
		
#bottomNav {
	display: none;
}


/* ######################## */
/*         Typography       */
/* ######################## */

/* NOTE: Some typographical elements may effect the layout. If this happens, add the id "#content" before the tag to style only those tags found inside the content area. */

#content p {
	line-height: 18px;
	margin-bottom: 12px;
	font-size: 12px;
}
h1 {
	margin-bottom: 16px;
}
h2 {
	margin-bottom: 12px;
}
h3 {
	margin-bottom: 10px;
}
h4 {
	margin-bottom: 6px;
}
h5 {
	margin-bottom: 2px;
}
h6 {

}
#content a:link, #content a:visited, #content a:hover, #content a:active {
	color: #000;
	text-decoration: underline;
}
ol {

}
#content ul li {

}
#content ol li {

}		
table {

}
th {

}		
tr {

}
td {

}
		
		
		
			
			
			
			
