body
{
  /* set default font size for skin (Titles etc. will then use a percentage to specify their sizes) */
  margin: 0;
  padding: 0;
  font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
  background: #F7F7F7 url(backdrop.jpg) no-repeat fixed 50% top;
}

#wrap
{
  min-width: 500px;
  max-width: 1400px;
  padding: 0px 5px 0px 200px;
}

/* Main Layout */
#content {
  width: 755px;
  margin: 0 auto;
  padding: 0 15px 15px;
  background: transparent url(shadow.png) repeat-y center top;
}
* html #content { padding-left: 35px; }
#topnav {
	margin-bottom: 10px;
}
#sidebar {
	width: 100%;
}
#footer {
	color: #C00;
  text-align: center;
  clear: both;
}
#dnn_midrightpane, #dnn_rightpane {
	background: #fff url(containerbg.jpg) repeat-x left bottom;
  border: 1px solid #9e9e9e;
}
#dnn_topleftpane {
	float: left;
  border: 1px solid #c0c0c0;
  background: #e7e7e7 url(navbg.jpg) repeat-x left bottom;
  min-height: 265px;
  width: 100%;
}
* html #dnn_topleftpane { height: 265px; }
#dnn_topleftpane #slideshownav {
	text-align: center;
}
#dnn_topleftpane #slideshownav strong {
	padding: 10px 15px;
}
#dnn_topleftpane #slideshownav strong a, #dnn_topleftpane #slideshownav strong a:link, #dnn_topleftpane #slideshownav strong a:visited {
	color: #707070;
}
#dnn_topleftpane #slideshownav strong a:hover, #dnn_topleftpane #slideshownav strong a:active {
	color: #b12b3a;
}

#dnn_midpane {
	clear: both;
  float: left;
  margin: 10px 5px 0 0;
  width: 56%;
}
#dnn_midrightpane {
  margin: 10px 0 0;
  width: 42%;
  padding: 0;
  float: left;
}
#dnn_contentpane {
	clear: left;
  margin: 10px 0 0;
}
#dnn_rightpane {
  float: left;
  margin: 10px 0 0;
  width: 100%;
}
#dnn_bottompane {
	clear: both;
}
/* -----------------
Set default font for modules
--------------------
 */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
    margin: 0;
    padding: 0;
    line-height: 1.1;
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    color: #000;
}

/* ================================
style for module titles
================================ */
.Head
{
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  color: #fff; /* letter-spacing: 2; */
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  85%;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  85%; 
}

/* ===============
button style for standard HTML buttons 
================== */
.StandardButton
{
	font-size: 90%;
}
/* =======================
 HTML Tag Styles 
=========================== */
h1, h2, h3, h4, h5, dt, h6
{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
h1
{
    font-size: 150%;
    font-weight: bold;
    color: #999;
}

h2
{
    font-size: 150%;
    font-weight: bold;
    color: #c00;
}

h3
{
    font-size: 120%;
    font-weight: bold;
    color: #999;
}

h4
{
    font-size: 110%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

h5, dt
{
    font-size: 90%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

h6
{
    font-size: 80%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}


/* Root = Horizontal, Secondary = Vertical */
ul#HouseMenuNav {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: auto; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#HouseMenuNav li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

/* SUBMENUS */

ul#HouseMenuNav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  /*width: 160px;*/
  width: auto;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#HouseMenuNav ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#HouseMenuNav ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#HouseMenuNav a {
  border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: url(gradient.jpg);
  color: #ffffff;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#HouseMenuNav a:hover {
  background: #CCC;
  color: #000;
}

/* 2nd Menu */
ul#HouseMenuNav li:hover li a,
ul#HouseMenuNav li.iehover li a {
  float: none;
}

ul#HouseMenuNav ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#HouseMenuNav li:hover ul ul,
ul#HouseMenuNav li.iehover ul ul {
  display: none;
}

ul#HouseMenuNav li:hover ul,
ul#HouseMenuNav ul li:hover ul {
  display: block;
}

ul#HouseMenuNav li.iehover ul,
ul#HouseMenuNav ul li.iehover ul {
  display: block;
}

li.persistHover,
a.persistHover
{
	background: #CCC;
	color: #FFF;
}

/* ------------------------
Links format added for opera browser
----------- */
.Normal A:link, .Normal A:visited, .Normal A:active
{
    text-decoration: none;
    color: #036;
}
.Normal A:hover
{
    text-decoration: underline;
    color: #F00;
}

/* This is the Date eg. any items that are not links */
.SkinItem
{
    text-decoration: none;
    color: #036;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active
{
    text-decoration: none;
    color: #036;
}
A.SkinItem:hover
{
    text-decoration: underline;
    color: #F00;
}


