/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 15px;
        color:#000000;
	font-family:  Verdana, sans-serif;
	background: #FFFFFF;
      }

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color:#000000; }
a:active { text-decoration: none; color:#4F83DD; }
a:visited { text-decoration: none; color:#000000; }
a:hover { text-decoration: none; background-color:#BDBDBD; }

a img { border: none; }


/* Pre-Nav Text - Can be accessed in the Exhibit Settings */
	
	
	.top-section {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 8px;
		padding-left: 25px; /* matches padding left in #menu ul */
		font-size: 24px;
		line-height: 24px;
		color:#000000;
		font-style: italic;
		font-family: Georgia, serif;
	}


#menu {
  
    width: 260px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
    background-color:#FFFFFF ;
    padding-top: 20px; /* change to match the padding-top in #content if you want them to align */
		padding-bottom: 25px;
		/* padding-left & right can be changed in #menu ul - below */
		font-size: 18px;
                
 }

#menu ul {
		list-style: none;
                  font-family: helvetica, Verdana, sans-serif;
		font-weight:normal;
                  letter-spacing: 1px;
		font-size: 17px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px; /* sets the space between each section */
		margin-left: 0px;
		/* sets the spacing around the menu - this is normally set to match padding options in #content but can be changed seperately */
		padding-right: 25px;
		padding-left: 23px;
	}

/* The following sets the style for the section heading */
	
#menu ul li.section-title {
		
                font-family: helvetica, Verdana, sans-serif;
		font-weight:normal;
		font-size: 22px;
                letter-spacing: 1px;
               	color: #000000;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		/* Following lines adds a line about each section */
		border-top-color: #000000;
		border-top-style: solid;
		border-top-width: 0px;
               
}

/* CONTENT AREA */

	#content {
            
		height: 100%;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 30px;
		margin-left: 260px; /* sets the space so the content starts right when the menu ends - if you change this also change the width of #menu to match */
	    top: 0;
	    
	    /* sets the spacing around the content area - this is normally set to match padding options in #menu but can be changed seperately */
		padding-top: 80px;  /* change to match the padding-top in #menu if you want them to align */
		padding-right: 5px;
		padding-bottom: 25px;
		padding-left: 40px;
	}

	.container {
		margin-bottom: 25px;
	}

	#content p { /* sets the properties for all paragraphs in the content area */
               
		width: 600px;
		margin-top: 50px;
		margin-right: 0px;
		margin-bottom: 0px; /* sets the space between paragraphs */
		margin-left: 0px; 	
	        line-height: 18px; /* use this the change the leading (space between lines) */
	}

	p { /* sets the properties for all paragraphs  */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 9px;
    margin-left: 0;
	}



h1 { }
h2 { }
h3 { }
h4 { }
                   


#footer{
font-size: 10px;
	font-family:  Verdana, sans-serif;
	background: #fff;
          position: fixed;
           background-color:transparent ;
        margin: 720px 20px 9px 15px;
}




#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 20px; }

#once { clear: left; }