/*TouchableStories.org stylesheet copyright 2007*/

html {
margin:0;
padding:0;
height:100%; /* needed for container min-height */
}

body {
background-color:#FFFFFF;
margin-top:5px; 
padding:0px;
color:#333333;
text-align:center;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 11px;
height:100%;
}

h1 {
font-size: 18px;
text-align: left;
color:#333333;
font-weight:normal;
}

h2 {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: left;
color:white;
}

h3 {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: center;
color:white;
}

a {
color:#333333;
font-weight:bold;
text-decoration:underline;
}

a:link {
color:#333333;
font-weight:bold;
text-decoration:underline;
}

a:hover {
color:#999999;
font-weight:bold;
text-decoration:underline;
}

/* positioning divs */
#container {
margin-right: auto;
margin-left: auto;
margin-top: 10px;
width: 800px;
text-align:left;
background-color:#ffffff;
position: relative;
min-height:100%;
height:auto !important;
height:100%;
}

#footer {
width:800px;
height:20px;
text-align:center;
clear:both;
/*position:absolute;*/
/*bottom: 0;*/
}

#content {
margin: 0;
width: 100%;
min-height:800px;
}

#navigation {
width:800px;
background-color: #FFFFFF;
margin:0px auto 0 auto;
text-align:left;
}

/*Home Page*/

#flashSlideshow {
width:585px;
text-align:center;
float:left;	
color:#666666;
}

#flashThumbs {
width:200px;
height:100px;
text-align:left;
color:#00CC00;
}

#leftContents {
width:400px;
text-align:left;
float:left;	
margin:20px 0 0 30px;
}

#rightContentsHome {
float:right;
width:200px;
}

#rightContents {
float:right;
width:255px;
margin-top:3px;
}


#rightText {
text-align:left;
margin:0;
}

.rightHalf {
float:right;
text-align:left;
width:190px;
}

.leftHalf {
float:left;
text-align:left;
width:190px;
}

#logo {
width: 203px;
height: 30px;
float: left;
}

#exhibits {
width:100%;
text-align:center;
float:left;	
margin:20px 0 0 0;
}

.exhibitsTitle {
text-align:left;
margin:0 0 0 30px;
}

.rightCredit{
text-align:center;
font-size:10px;
}

.return{
float:right; 
margin-right:30px;
}

/*Top Menu*/
.mainMenu{
padding: 0;
width: 70%;
float:right;
}

.mainMenu ul{
margin:0;
padding: 0;
list-style: none;
}

.mainMenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:lowercase;
}

.mainMenu a{
float: left;
display: block;
font: bold 11px Arial;
color: #F95D36;
text-decoration: none;
margin: 0 1px 0 0;
padding: 5px 5px 5px 5px;
}

.mainMenu a:hover{
color: #ff0000;
}


.mainMenu .current a{ 
color: #FF0000;
text-decoration:none;
}

.mainMenu .currentNL{ 
float: left;
display: block;
font: bold 11px Arial;
color: #F95D36;
text-decoration: none;
margin: 0 1px 0 0; 
padding: 5px 5px 5px 5px; 
}

/*Bottom Submenu*/

.subMenu{
line-height:20px;
font-weight:normal;
}

.grayLink {
color:#666666;
text-decoration:underline;
font-weight:normal;
}

.grayLink:link {
color:#666666;
text-decoration:underline;
font-weight:normal;
}

.grayLink:hover {
color:#333333;
text-decoration:underline;
font-weight:normal;
}

.brownRedLink {
color:#af564c;
text-decoration:underline;
font-weight:normal;
} 

.brownRedLink:link {
color:#af564c;
text-decoration:underline;
font-weight:normal;
} 

.brownRedLink:hover {
color:#333333;
text-decoration:underline;
font-weight:normal;
} 


/*Right Submenu*/
.subMenuRight{
line-height:20px;
text-align:center;
}

.subMenuRight a {
color:#333333;
font-weight:bold;
text-decoration:underline;
}

.subMenuRight a:link {
color:#333333;
font-weight:bold;
text-decoration:underline;
}

.subMenuRight a:hover {
color:#999999;
font-weight:bold;
text-decoration:underline;
}

.subMenuRight .current{
color:#999999;
}

/*.subMenuRight em { 
font-size:10px;
text-decoration:none;
}
*/
.subMenuRight em a:link{ 
font-size:10px;
text-decoration:none;
}

.subMenuRight em a:hover{ 
font-size:10px;
text-decoration:none;
}

.subMenuRight .redLink {
color:#FF6600;
text-decoration:underline;
}

.subMenuRight .redLink:link {
color:#FF6600;
text-decoration:underline;
}

.subMenuRight .redLink:hover {
color:#FF0000;
text-decoration:underline;
}