* {
		margin:0;padding:0;

}


html {
		background:url(images/back.gif) top left;
} 


body {
		margin:auto; 
		padding:0px; 
		background:#fff;
		width:906px;	
		background:url(images/back.gif) top left;
		border-left:#ad9531 3px solid;
		border-right:#ad9531 3px solid;	
}

#header {
		margin: auto;
		width:906px;
}


#container {
		margin:auto;
		background-color:#fff;}

#left {
		height:100%;
		width:200px;
		float:left;	
		/*background:url(images/back.gif) top left;*/
}



#center {
		float:left;
		margin:15px;
		padding:0px;
		background-color:#fff;
}
#right {
		width:200px;
		float:right;
}
#utility {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
	line-height:1.3em;
	text-align:left;		
}

#listing {
		width:675px;
		margin:auto;
		
}

#footer {
		background-image: url(images/back.gif);
		width:906px;
		height:100px;
		margin-top:15px;
		clear:both;
		color:white;
}
#footer a{
		color:#FF0000;
}

#search {
		float:right;
}
		
#liquidGallery * {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
	line-height:.95em;
	text-align:center;
}
#liquidGallery table td{
	margin:0px;
	padding:0px;
}
#liquidGallery h3 {
	padding-top:12px;
	margin: 0px;
	font-weight:bold;
	font-size:.75em;
}
#liquidGallery span {
	text-align:center;
	font-weight:bold;
	font-size:.75em;
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
 margin-left:-3px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 1px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 1px 0.25em;
 margin-left:1px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;

}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.narrowresult {
	font-size:12px;
	font: bold 86% arial;
	padding-left:10%;

}

.tabberlive .tabbertab {
 padding:1px;
 border:1px solid #aaa;
 border-top:1px;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
	height:auto;
 overflow:auto;
}

/* END THE PAIN */

/* mostly meant for left column, this is fancy ul stuff to make ul tags into pretty menus */
	#nav-secondary, #nav-secondary ul {}		/* this has to be here. */
	#nav-secondary, #nav-secondary li {
		margin:0;
		padding:0;
		background:#fff;
		height:auto !important;
		height:22px;					/* oh IE. how I hate you. */
		list-style: none;
		
	}
	#nav-secondary {
/*			border-top: 1px solid #ccc;*/
			margin-top: 1px;
			padding-top:0;
	}
	#nav-secondary a {
			padding: 2px 0 3px 8px;
			background: #fff;
			font: bold 115% arial;
			display:block;
			}
	#nav-secondary a, #nav-secondary a:link, #nav-secondary a:visited, #nav-secondary a:hover, #nav-secondary a:active { color:#000; text-decoration:none;cursor:pointer; border-left:6px solid #ddd;}	 
	#nav-secondary a:link {color:#000; } 
	#nav-secondary a:visited {color:#000;} 
	#nav-secondary a:hover {color:#244ca1;background: #fee; border-color:#000; border-left:6px solid #aaa;} 
	#nav-secondary li.active a:link, #nav-secondary li.active a:visited, #nav-secondary li.active a:hover, #nav-secondary li.active a:active {color:#244ca1;} 
	#nav-secondary li {
/*				border-top: 1px solid #fff;
				border-bottom: 1px solid #fff;*/
				border: 1px solid #ccc;
				margin-top:2px;
				}

/* this is for ul tags within ul tags, mostly for submenus on the left hand column */
	#nav-secondary li.active li a, #nav-secondary li.active li a:link, #nav-secondary li.active li a:visited  {
					display:block;
					line-height:normal;
					height:16px;
					background: #fff;
					padding:0 0 0 11px;
					font-weight:normal;
					width:auto;
					color:#000;
	}
	#nav-secondary ul {padding:0; margin: 0 0 10px 22px;}

	#nav-secondary li.active li {border: none;margin:0; }
	#nav-secondary li.active li a:hover, #nav-secondary li.active li a:active {color: #244ca1; background: #fee;}

	#nav-secondary li.active li.active a:link, 
	#nav-secondary li.active li.active a:hover, 
	#nav-secondary li.active li.active a:visited, 	
	#nav-secondary li.active li.active a:active {font-weight:bold}


#pathway {margin-top:1px;font-size:93%;font-weight:bold;}
#pathway a:link, #content #pathway a:visited {text-decoration:none}
#pathway a:hover, #content #pathway a:active {text-decoration:underline}
