/**
* Ashley Ardrey CSS
* begun 11 Jan 2009

* @version 1.0
* @author Vaska 
* @author Gregory Cadar

* Additional changes by Patrick Loo
*/
* {
	margin: 0 0 5px; 0px;
	padding: 0;

}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; }
a:active { text-decoration: none;  color: #FF0000;}

a img { border: none; }

<style type="text/css">

/* old menu */	

#menu {
    width: 250px;
    height: 400px;
    overflow: auto;
    top: 10px;
    bottom: 12px;
	left: 10px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	border-top: solid 1px;} 
		
/* new dashed menu    http://www.cssdrive.com/index.php/examples/exampleitem/dashed_vertical_menu/ */	

#menu {
font-family: Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
display: block;
width: 250px;
padding: 0px;
margin: 0px;
left: 20px;
position: fixed;
border-top: solid 1px;
}

#menu h1 {
display: block;
background-color:#CCCCCC;
display: block;
font-size: 100%;
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 30px;
width:250px;
}

#menu ul {
list-style: none;
display: block;
margin: 0px;
padding: 0px;
border: none;
}
#menu ul li {
display: block;
margin: 0px;
padding: 0px;
}
#menu ul li a {
font-size: 90%;
font-weight: normal;
display: block;
border-top: 1px dashed #EBEBEB;
border-bottom: 1px dashed #EBEBEB;
padding: 3px 0px 5px 3px;
text-decoration: none;
color: #666666;
width:250px;
}

#menu ul li a:hover, #menu ul li a:focus {
color: #000000;
background-color: none; #eeeeee
}

{<t4><li>Built with <a href='http://www.indexhibit.org/'>Indexhibit</a></li></t4>}

</style>

<t4><li>Built with <a href='http://www.indexhibit.org/'>Indexhibit</a></li></t4>


	/*controls the menu background*/
	/*background ; margin-bottom: 0px; margin: 0 0 0 0px; padding: 0px;*/ 


/*controls the menu list titles*/
#menu ul {
	list-style: none;
	margin: 20px 0 50px; 0;
}

#menu ul li.section-title {
	list-style: none;
	margin: 0px 0 5px; 0;
}

/*controls the picture area*/
#content {
    height: 100%;
    margin: 10px 10px 0px 280px;
    top: 10px;
   	border-top: solid 1px;
}

/*controls the height down the page of the both menu and picture areas*/
.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 12px 0;
} /*controls the height of the indexhibit link*/

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 24px; font-family: Verdana; }
t3 { font-size: 12px; line-height: 2; }
t4 { font-size: 10px; font-weight: lighter;}
t5 { font-size: 8px; }

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

#once { clear: left; }
