* {
	margin: 0;
	padding: 0;
}

a:link {
text-decoration: none;
color : #000;
}
a:active {
text-decoration: none;
color: #000;
}
a:visited {
text-decoration : none;
color : #000;
}
a:hover {
text-decoration : none;
color : #000000;
}
a img {
border : 0px;
}

body {
	text-align: center;
	font-size: 12px;
	font-family: "Helvetica Neue",  Helvetica, Arial, sans-serif;
	color: # 000;
	line-height: 150%;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 20px;
	text-align: justify;
	background-color: #fff;
	height: 100%;
}
.container {
	margin: 10px 0;
}
#menu {
	text-align: right;
	height: 3em;
	margin: 0px 0;
	
		}

#menu ul {
	width: 800px;
	list-style: none;
	position: relative;
	margin : -27px 0 100px 12px;
	}

#menu ul li {
	display: inline;
	margin: 0 5px;
	cursor: pointer;
}
#menu ul li ul {
	display: none;
	position: absolute;	
	margin: 0;
	left: 0;
}
#menu ul li.active, 
#menu ul li ul li.active a {
 color:#e263a8;
}
#menu ul li ul.active {
	display: block;
	font-weight: normal;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
	color: # 000;
}

/* SEPARATOR : You can change this image in the index.php of this theme, or simply delete it */
#separator {
z-index : 3001;
top : 0;
margin-bottom : 25px;
background : none;
border : 1px;
}

#english { /* sets the properties for the "Built with" part  */
position : absolute;
z-index : 1000;
right : 0;
top : 0;
margin : 0 0 0 0;
padding : 2px 265px 2px 10px;
font-size : 0.8em;
color : # 000;
font-family: "Helvetica Neue",  Helvetica, Arial, sans-serif;
text-align : right;
}
#english a { /* sets the properties for the "Indexhibit" link itself */
color : # 000;
text-decoration: none;
font-style : bold;
font-family: "Helvetica Neue",  Helvetica, Arial, sans-serif;
}
#english a:hover { border-bottom:1px; }


/* INDEXHIBIT CREDIT : Always good to credit the CMS that gives you these possibilities */
#indexhibit { /* sets the properties for the "Built with" part  */
position : fixed;
z-index : 1000;
right : 0;
bottom : 0;
margin : 0 0 0 0;
padding : 2px 10px 2px 10px;
font-size : 0.8em;
color : #bbbbbb;
font-family: "Helvetica Neue",  Helvetica, Arial, sans-serif;font-style : italic;
text-align : right;
}
#indexhibit a { /* sets the properties for the "Indexhibit" link itself */
color : #bbbbbb;
text-decoration: none;
font-style : bold;
font-family: "Helvetica Neue",  Helvetica, Arial, sans-serif;font-style : italic;
}
#indexhibit a:hover { border-bottom:1px dotted !important; }

/* HEADINGS */
	/*
	when typing your text/descriptions follow this format to use these heading types
	<h1>This is the text I want to be a heading</h1>
	start with h1 as your largest most important heading. you may not need all 4 but they are here if you do.
	*/
h1 {
font-family: "Helvetica Neue",  Helvetica, Arial, sans-serif;
font-style : italic;
font-weight : normal;
font-size : 2.5em;
color : #dcdcdc;  /* This color overides the color set in "body". Delete this line if you want the colors of the headings to match the rest of your type */
padding-bottom : 15px;  /* sets the spacing between the heading and paragraph below */
}
h2 {
font-family : "Helvetica Neue",  Helvetica, Arial, sans-serif;
font-size : 2em;
font-weight : normal;
color :#000;
padding-bottom : 10px;
}
h3 {
font-size : 1.7em;
color : #9d9d9d;
font-style : italic;
font-weight : normal;
padding-bottom: 5px;
}
h4 {
font-size : 1.3em;
color : #9d9d9d;
font-weight : bold;
text-decoration : underline;
padding-bottom: 2px;
}
h5 {
font-size : 12px;
color : # 000;
font-weight:500;
text-decoration:none;
padding-bottom: 1px;
}
h6 {
font-size : 1.3em;
color : #9d9d9d;
font-weight : bold;
text-decoration : underline;
padding-bottom: 2px;
}
/* IMAGES */
#img-container {
margin : 0 0 20px 0;
padding : 0;
text-align: left;
}
#img-container p {
width : 400px;
margin : 0;
padding : 0 0 12px 0;
}
.nothumb img {
margin-top : 0;
margin-right : 0;
margin-bottom : 30px;
margin-left : 0;
border-color : #bec3c2;
border-width : 0px;
border-style : solid;
}
#once {
clear : left;
}

/* SLIDE SHOW - Navigation */
p.nav a {
color : # 000;
padding-top : 1px;
padding-right : 9px;
padding-bottom : 3px;
padding-left : 9px;
font-size : 1em;
font-family: "Helvetica Neue",  Helvetica, Arial, sans-serif;
color:#000;
}
p.nav a:hover {
color : # 000;
padding-top : 1px;
padding-right : 9px;
padding-bottom : 3px;
padding-left : 9px;
font-size : 1em;
font-family: "Helvetica Neue",  Helvetica, Arial, sans-serif;
}
p.nav span#num {
letter-spacing : 2px;
font-family: "Helvetica Neue",  Helvetica, Arial, sans-serif;
font-style : italic;
padding-left : 20px;
}


.clear-both { clear : both; }