#loading {
display: none;
margin: 6px 0px 0px 2px;
}

* {
margin:0;
padding:0;
}

html, body {
height: 100%;
}

body {
	background:#E8E8E8;
	font-family: Arial,Verdana, Tahoma,  sans-serif;
	font-size: 8pt;
	margin: 0; padding: 0px 0px;
    background: #e8e8e8 url(../images/body-bg.gif) repeat-x;		
  color: #000;
}

#container {
  min-height:100%;                  /* squashes an IE 7 bug */
}

* html #container {
height:100%;                    /* IE 5.x and 6 treat height as min-height */
}
#header {
color: inherit;
height: 60px;
}

#logo {
color: inherit;
float:left;
}

#topbanner {
color: inherit;
float:right;
}
 
#banner {
color: inherit;
display: inline;
float: right;
height: 60px;
}

#wrapper {
  float: left;
  padding-bottom: 32px;
  width: 100%;
	background: #FFFFFF;
}
#search-form div {
background: #CCC;
color: inherit;
float: right;
height: 2em;
}
* html #search-form div {
position: relative;
right: 3px;
}

#search-form input {
float: left;
margin: 0.25em;
padding: 0 0.4em;
}

* html #search-form .submit {
margin: 1px 0 -1px 0;
padding: 0;
}

*:first-child+html #search-form .submit {
  margin-top: 1px;
padding: 0;
}

#main-menu {
background: #CCC;
color: inherit;
height: 2em;                /* IE Haslayout - fix double margin */
        line-height: 2em;
        list-style: none;
}
#main-menu li {
display: inline;
         white-space: nowrap;
}
#main-menu a {
background: #0E0;
color: inherit;
float: left;
height: 2em;
        margin-right: 1px;
padding: 0 0.5em;
         text-decoration: none;
}

#main-menu a:active,
#main-menu a:focus,
#main-menu a:hover {
background: #FF8;
color: #000;
}

h1 {
background: #FFF;
clear: both;
color: inherit;
       font-size: 1.75em;
       line-height: 1.8em;
}

h2 {font-size: 1.5em;}
h3 {font-size: 1.05em;}
h4 {font-size: 0.95em;}
h5 {font-size: 0.85em;}
h6 {font-size: 0.75em;}

#content {
float: left;
       margin-bottom: 0.5em;
width: 100%;
}
#content .section {
background: #CCF;
color: inherit;
       font-size: 1em;
height: 1%;
margin: 0 14.5em 0 9.85em;
padding: 0.5em;
}
#content h2 {
background: #CCF;
            border-bottom: 1px solid #000;
color: inherit;
       margin-bottom: 0.2em;
       padding-bottom: 0.25em;
}

#sidebar {
background: #FFF;
color: inherit;
float: right;
margin: 0 0 0.5em -14em;
padding: 0.5em 0;
width: 14em;
}
#sidebar h2 {
background: #FFD;
            border-bottom: 1px solid #000;
color: inherit;
       margin-bottom: 0.2em;
       padding-bottom: 0.25em;
       text-align: center;
}

#sidebar p {
padding: 0 0.5em;
}

#secondary-menu {
float: left;
       list-style: none;
margin: 0 0 0.5em -100%;
width: 9.75em;
}
#secondary-menu li {
float: left;
       padding-bottom: 1px;
}
#secondary-menu a {
background: #FCC;
color: inherit;
display: block;
padding: 0.25em 0.5em;
         text-decoration: none;
width: 8.25em;            /* IE will mouseover highlight but not let you click link in 'non-text' area unless you set width */
}

* html #secondary-menu a {
width: 9.25em;
       w\idth: 8.25em
}

#secondary-menu a:active,
#secondary-menu a:focus,
#secondary-menu a:hover {
background: #FF0;
color: #000;
}

#footer {
background: #8EF;
color: inherit;
float: left;
font: normal 12px/16px tahoma, verdana, arial, helvetica, sans-serif;
      margin-top: -32px;
padding: 8px 0;
         text-align: center;
width: 100%;
background: repeat-x url(../images/footer-bg.gif);
}

/* Navigation bar */
#nav-right{
	width: 100%;
	height: 30px;		
	background: url(../images/nav-right.gif);	
	background-position:right;
	background-repeat:no-repeat;
	margin:0;
	padding: 0;	
}
#nav-left{
	width: 100%;
	height: 30px;			
	background: url(../images/nav-left.gif);		
	background-position:left;	
	background-repeat:no-repeat;	
	margin: 0;
	padding:0;	
}
#nav{
	height: 30px;		
	margin: 0 5px;
	background: url(../images/nav-bg.gif);
}

#nav ul{
	list-style-type: none;
	margin: 0;
	padding:0;		
}

#nav li{
	display: inline;
	margin: 0;
	padding:0;	
}

#nav li a{
	display:block;
	float:left;
	background: url(../images/btn-nav-n.gif);
	width:100px;
	height:21px;
	margin: 0 1px 0 0;
	text-align:center;
	padding: 9px 0 0 0;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

#nav li a.selected {
	display:block;
	float:left;
	background: url(../images/btn-nav-s.gif);
	width:200px;
	height:21px;
	margin: 0 1px 0 0;
	text-align:center;
	padding: 9px 0 0 0;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

#nav li a:hover{
	text-decoration: underline;
	background: url(../images/btn-nav-h.gif);	
}

#nav li.selected{

}

#nav li.selected a{ 
	background: url(../images/btn-nav-s.gif);	
}

#nav li.selected a:hover{ 
	background: url(../images/btn-nav-h.gif);	
}

/* Path Bar */
#trail {
	background: url(../images/trail-bg.gif);
	clear:both;
	color:#FFFFFF;
	font-weight:bold;
	font-size:9pt;
	font-style:italic;
	height:31px;
	padding: 5px 10px 0 10px;
}

#trail a {
  color:#FFFFFF;
}

#footer a {
  color: #FFFFFF;
  text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

.directory-detail ul {
	list-style-type: none;
}

.directory-long-detail ul {
	list-style-type: none;
}

.change-status ul {
	list-style-type: none;
}

.submission-details ul {
	list-style-type: none;
}

#contenttable{ float:left; 
width:90%
}

.sponsors {
  float:left; 
}

.sponsors h2 {
	display:block;
	float:right;
	background: url(../images/btn-nav-n.gif);
	width:50px;
	height:21px;
	margin: 0 1px 0 0;
	text-align:center;
	padding: 0px 0 0 0;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
  
.sponsors-banner{
  padding-bottom: 16px;
}

.middlebanner{
	background:#E8E8E8;
}