﻿body 
{
    background-image: url(images/homebg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #050605;
    padding: 0;
    margin: 0;
    position: relative;
    color: #ffffff;
    font-family: Verdana;
	font-size: 14px;
}

.dnn_nav_ctlnav_spmbctr
{
    color: #ffffff;
}

#top_container
{
    width: 100%;
    height: 75px;
    border-bottom: 3px solid #917b4c;
    background-image: url(images/trans.png);
    background-color: transparent;
    background-repeat: repeat;
    text-align: center;
}

#main
{
    clear: both;
    width: 975px;
    margin: 0 auto;
    margin-top: 250px;
}

#content_panes
{
    width: 100%;
}

#logo
{
	clear: both;
	width: 975px;
    z-index: 20;
    position: relative;
    margin: 0 auto;
    height: 100%;

}


#logo img
{
	position: relative;
    margin-top: -50px;
    float: left;
    z-index: 20;
}


#another_wrapper
{
    width: 975px;
    margin: 0 auto;
}

#menu_container
{
    background-image: url(images/menubg.png);
    background-repeat: repeat-x;
    height: 33px;
    position: relative;
    top: 10px;
    z-index: 10;
}

#menu_wrapper
{
    width: 975px;
    margin: 0 auto;
    text-align: right;

}

.menu
{

	float: right;
}

#menu
{
    float: right;
    text-align: right;

}

.menu li:first-Child
{
    background-image: none;
}

.menu li:last-Child
{
    padding-right: 0px;
}

.menu
{
	width: 975px;
	float: right;
	text-align: right;
}

.menu ul
{
	float: right;
}

.menu li
{
	float: left;
	list-style-type: none;
    background-image: url(images/menuseparator.png);
    background-repeat: no-repeat;
    height: 33px;
    padding-top: 8px;
}

.RadMenu ul.rmHorizontal, .RadMenu ul.rmVertical
{
	float: right;
	margin: 0px;
}

.menu a:link, .menu a:hover, .menu a:visited
{
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
    font-weight: bold;
	text-decoration: none;
}

#submenu
{
	clear: both;
}

#submenu ul
{
    margin: 0px;
    padding: 0px;
}

#submenu li
{
    position: relative;
    float: right;
    list-style-type: none;
    padding-left: 30px;
}

#submenu img
{
    vertical-align: middle;
    padding-right: 4px;
}

#submenu a:link, #submenu a:visited, #submenu a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

.Normal, .NormalDisabled
{
    font-size: 1em;
}

h1
{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
}

hr
{
    background-color: #917b4c;
    color: #917b4c;
    height: 4px;
    border: 2px solid #917b4c;
    width: 100%;
}

/* rotator css */

div#rotator1 ul
{
    padding-left: 0px;
    width: 250px;
    height: 250px;
}

div#rotator1 ul li {
	list-style: none;
	float: left;
	position: absolute;
}

div#rotator1 ul li.show {
	z-index:500;
}



div#rotator2 ul
{
    padding-left: 0px;
    width: 250px;
    height: 250px;
}

div#rotator2 ul li {
	list-style: none;
	float: left;
	position: absolute;
}

div#rotator2 ul li.show {
	z-index:500;
}

.SubHead, a.CommandButton:link, a.CommandButton:visited, a.CommandButton:hover
{
    color: #ffffff;
}

.ControlPanel
{
    background-color: #000000;
}

h2
{
    font-size: 18px;
    font-weight: bold;
}

.hunt_desc_ctn
{
    padding: 10px;
    text-align: justify;
}

#footer
{
    font-size: 11px;
    margin: 0 auto;
    text-align: center;
}

a:link, a:visited, a:hover
{
    color: #ff0000;
    text-decoration: underline;
}

a.SkinObject:link, a.SkinObject:visited, a.SkinObject:hover
{
    color: #ff0000;
    font-weight: normal;
}

#scroll
{
	position: relative;
}

  #scroll_content_top
  {
      width: 210px;
      margin-top: -380px;
      margin-left: 140px;
      color: #000000;
      font-size: 16px;
  }

  
  #scroll_content_bottom
  {
      width: 300px;
      position: relative;
      color: #000000;
      margin-left: 60px;
      font-size: 12px;
  }
  
  #scroll_content_top a, #scroll_content_bottom a
  {
      color: #000000;
      text-decoration: underline;
      font-weight: bold;
  }
  