@charset "UTF-8";
/* CSS Document */

* 
{
  margin: 0;
  padding: 0;
}

body 
{
  background-color: #ffde5b;
  background-image: url(images/body-rep-y-bg.gif);
  background-repeat: repeat-y;
  background-position: 50% 0%;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
}

#container 
{
  width: 910px;
  margin: 0px auto;
}

#content_wrapper
{
  width: 850px;
  margin: 30px;
}

#content
{
  width: 850px;
}

#before_header 
{
  text-align: center;
  width: 908px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

h1
{
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 22px;
  font-weight: bold;  
}

h2
{
  font-size: 18px;
  color: #6e0505;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #fffbb2;
  font-size: 14px;
  padding: 8px 8px 8px 21px;
}

p a:link, p a:hover, p a:visited, p a:active {
  color: #fffbb2;
  font-weight: bold;
}

p, ul {
  color: #fff;
}

#before_header h1 
{
  font-family:Arial, Helvetica, sans-serif;
  padding: 10px;
  font-size: 12px;
  background-color: #6e0505;
  color: #fff;
  margin-bottom: 0px;
}

#header 
{
  width: 910px;
  height: 227px;
}

#navbar 
{
	width: 883px;
	height: 33px;
	background-image:url(images/navbar-rep-x-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: left;
	padding-left: 25px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-weight: bold;
}
	
/* css dropdown menus */

.navbttns
{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.navbttns ul
{
  list-style:none;
}

.navbttns li
{
display:inline;
margin:0 2px 0 0;
padding:0;
}


.navbttns a
{
background: transparent url(images/navbttn-left-img2.gif) no-repeat left top;
float:left;
color: #000;
height: 33px;
line-height: 33px;
text-decoration:none;
letter-spacing: 1px;
z-index: 0;
}

.navbttns a span
{
background: transparent url(images/navbttn-rt-img.gif) no-repeat right top;
float:left;
display:block;
padding: 0px 8px 0px 9px;
z-index: 100;
}

.navbttns a span
{
float:none;
}

.navbttns a:hover 
{
background: transparent url(images/navbttn-hover-left.gif) no-repeat left top;
color: #fff;
}

.navbttns a:hover span 
{
background: transparent url(images/navbttn-hover-right.gif) no-repeat right top;
color: #fff;
}

.navbttns li.selected a 
{
 /*currently selected tab*/
float:left;
color: #fff;
background: transparent url(images/navbttn-hover-left.gif) no-repeat left top;
height: 33px;
line-height: 33px;
text-decoration:none;
letter-spacing: 1px;
z-index: 0;
}

.navbttns li.selected a span 
{
 
float:left;
display:block;
background: transparent url(images/navbttn-hover-right.gif) no-repeat right top;
padding: 0px 8px 0px 9px;
z-index: 100;
}

/* ///////////////// */
/* The next two styles apply only to the current state for the parent li of a submenu item that is currently being hovered over */
/* ///////////////// */

.navbttns li.selected2 a 
{
 
background: transparent url(images/navbttn-hover-left.gif) no-repeat left top;

}

.navbttns li.selected2 a span 
{
 
background: transparent url(images/navbttn-hover-right.gif) no-repeat right top;
}

/* ///////////////// */


.navbttnsline
{

clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: black;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a
{

position:absolute;
top: 0;
border: 1px solid #ffde5b; /*THEME CHANGE HERE*/
border-top-width: 3px; /*Top border width. Should match height of .navbttnsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a
{

width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #ffde5b;
border-bottom: 1px solid #ffde5b; /*THEME CHANGE HERE*/
background-color: #fffcee;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a
{
 /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover
{
 /*THEME CHANGE HERE*/
background-color: #6e0505;
color: #fff;
}

/* listing styles */

#listing_left
{
  width: 550px;
  margin-right: 20px;
  float: left;
}

  #slideshow 
  {
    padding: 15px;
	width: 520px;
	text-align: center;
	background-color: #ffffff;
	margin-bottom: 20px;
  }
  
  #slideshow h3
  {
    font-size: 14px;
    margin-bottom: 15px;
	color: #123c5a;
  }
  
  #slideshow img
  {
     margin-bottom: 15px;
	 border: 1px solid #123c5a;
  }

#listing_right
{
  width: 280px;
  float: left;
}

#listing_bottom
{
  margin-top: 20px;
}

#content_wrapper ul
{
  padding-left: 15px;
}

#content_wrapper p
{
  margin-bottom: 15px;
}

#footer
{
  margin: 0px auto;
  width: 848px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: #6e0505;
  background-image: url(images/footer-bg2.jpg);
  background-repeat: repeat-x;
  background-position: 0 0px;
  padding: 20px 30px;
  color: #fff;
  font-size: 12px;
}

#content a, #footer a
{
  color: #fffccc;
}

.featured_table
{
  background-color: #ffffff;
  border-left: 1px solid #ffde5b;
  border-right: 1px solid #ffde5b;
  border-bottom: 1px solid #000000;
  width: 850px;
  text-align: center;
}

.featured_table img
{
  border: 1px solid #123c5a;
  margin-bottom: 6px;
}

.featured_table a strong
{
  color: #003399;
  text-decoration: underline;
}

.featured_table td
{
  padding-bottom: 10px;
}

#results_table
{
  width: 848px;
  border-top: 1px solid #123c5a;
  border-right: 1px solid #123c5a;
  margin-bottom: 20px;
  border-collapse: collapse;
}

	#results_table tr td
	{
	  padding-top: 15px;
	  padding-bottom: 20px;
	  border-bottom: 1px solid #123c5a;
	  border-left: 1px solid #123c5a;
	}
	
	#results_table tr#results_top_row td
	{
	  background-color: #e9eef2;
	  background-image: url(images/results-toprow-bg.jpg);
	  background-position: 0 0px;
	  background-repeat: no-repeat;
	}
	
	#results_table tr.result_row_0 td
	{
	  background-color: #fffccc;
	  background-image: url(images/results-row0-bg.jpg);
	  background-position: 0 0px;
	  background-repeat: no-repeat;
	}
	
	#results_table tr.result_row_1 td
	{
	  background-color: #fff;
	  background-image: url(images/results-row1-bg.jpg);
	  background-position: 0 0px;
	  background-repeat: no-repeat;
	}
	
	.results_thumbs
	{
	  width: 255px;
	  padding-left: 25px;
	  padding-right: 25px;
	}
	

/* misc */

.clr
{
  clear: both;
}

#content .listingright span strong {
  font-size: 18px;
}

.listingleft {
	float: left;
	width: 259px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.listingright {
	float: left;
	width: 571px;
	margin-bottom: 15px;
}

#flash_home {
	width: 850px;
	height: 200px;
	margin-bottom: 20px;
}

#slideshow a {
	color: #003399;
}

#banner {
  margin-bottom: 15px;
  text-align: center;
}

#files {
  margin-top: 5px;
}

#files table tbody tr td {
  text-align: center;
}

#files table tbody tr td a img {
  border: 0;
  text-decoration: none;
}