#container
{
    text-align: center;
    position:relative;
    top:15px;
}

#content
{
	width:900px;
	height:600px;
	margin: 0 auto;
    position:relative;
    z-index: 1;
    background-color: #ffffff;
    border: 1px solid black;
}

#menu
{
    width:902px;
    height:54px;
    margin: 0 auto;
    background-image: url("../images/menu_bg.png"); /* img is 75% opacity */
    background-repeat: repeat-x;
    position:relative;
    z-index: 2;
}

.menuItem, .menuItemActive
{ 
    float: left;
    font-family: 'News+Cycle', sans-serif;
    font-size: 13px;
    color: #aaaaaa;
	text-decoration: none;
	outline: none;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 6px;
}

.menuItem:hover
{
	color: #ffffff;
	text-decoration: none;
}
    
.menuItemActive
{
	color: #ffffff;
	text-decoration: none;
	cursor: default;
}

.menuItemActive:hover
{
	color: #ffffff;
	text-decoration: none;
	cursor: default;
}

#logo
{
    float:right; 
    padding: 0px 20px 0px 0px;
}

#footer
{
    width:900px;
    margin: 0px auto;
    text-align: left;
    position:relative;
    top:2px;
}

#footer-text
{
    float:left;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #999999;  	
}

#footer-music
{
    float:right;
    white-space: nowrap;
}

#footer-noscript
{
    width:900px;
    margin: 0px auto;
    text-align: left;
    position:relative;
    float:left;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}

#tabs
{
    height:500px;
}

.text-page
{
    background-color:#eee; 
    height:600px;
}

.text-content
{
    text-align:left;
    font-family:'Open Sans', sans-serif;
    font-size:13px; 
    padding: 10px 20px 10px 20px;
    height:580px;
    overflow: auto;
}

.text-content-noscroll
{
    text-align:left;
    font-family:'Open Sans', sans-serif; 
    font-size:13px; 
    padding: 10px 20px 10px 20px;
    height:580px;
    overflow: hidden;
}

.scroll-pane
{
    width:810px;
    height:410px;
    overflow:auto;
}

a
{
	color: #0693d1;
	text-decoration: none;
	outline: none;
}

img
{
	border: 0;
	outline: none;
}

a:hover
{
	color: #0693d1;
	text-decoration: underline;
	outline: none;
}

a:active
{
	outline: none;
}

a.legal
{
    color: #0693d1;
	text-decoration: none;
	outline: none;
}

a.legal:hover
{
	color: #0693d1;
	text-decoration: underline;
	outline: none;
}

body
{
	background-color: #fcfcfc;
}

#formTable td
{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #333333;  	
}

#formTable td.required
{
	color: #0693d1;  	
}

.footer
{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #999999;  	
}

.about-quote
{
    color: #0693d1;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-size: 16px;
}

.about-attrib
{
    color: #0693d1;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-size: 16px;
    float: right;
}

.opaque {
	filter: alpha(opacity=100);
	opacity: 1.0;
}

#simplegallery1
{
    position: relative; /*keep this intact*/
    visibility: hidden; /*keep this intact*/
}

#simplegallery1 .gallerydesctext
{
    text-align: left;
    padding: 2px 5px;
}
