* {
  z-index: 1;
}

body {
  overflow-x: hidden;
  color: #000000;
}

#Form {
  overflow-y: hidden;
}

a, a:hover {
  font-size: 1em;
  text-decoration: none;
  color: #006;
}

a:hover {
  color: #555;
}

/*li {
  z-index: 500;
}

ul {
  z-index: 500;
}
*/
p {
  z-index: 1;
}

.SubHead{font-family: 'BitterRegular', serif; font-weight: normal;color:#9c0b12; font-size: 1.35em; margin-bottom: 1em;}

.dnnFormMessage {
  position: relative;
  float: left;
  width: 95%;
  margin: 1em;
}


#container {
  position: relative;
	width: 90%;
	margin: 0 auto;
	clear: both;
	height: auto;
  display: block;
}

#container a {
  color: #006;
  font-size: 1em;
}

#container a:hover {
  color: #555;
  font-size: 1em;
}

#ControlPanelWrapper, .dnnControlPanel {
  z-index: 9999;
}

a.dnnPrimaryAction, a.dnnPrimaryAction:link, a.dnnPrimaryAction:visited {
  color: white !important;
}

#dnn_ServicePane {
  z-index: 1;
  height: 3.25em;
}

.upgradebrowser {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
  display: block;
  background: #d1d1d1;
  color: #000000;
  font-size: 1em;
  z-index: 1;
  border: 1px solid #555555;
  padding: 1em 0 1em 0;
}

.upgradebrowser a {
  font-size: 1em;
}

.upgradebrowser a:hover {
  color: #e1e1e1;
/*  background: #555555;*/
  font-size: 1em;
}

.slidecontainer {
	width: 535px;
	zoom: 1;
}

.logo {
  position: relative;
  float: right;
	text-align: right;
  width: 150px;
	height: 150px;
  background: #006;
}

.dnnActionMenuTag {
  z-index: 9999;
  width: 200px;
}

ul.dnnActionMenuBody {
  z-index: 10500;
}

#Login {
  position: relative;
  float: right;
  text-align: right;
  z-index: 1;
  height: 20px;
  padding: 10px;
  margin: 10px 0 10px 0;
}

#Trademark a, a:hover {
  color: #e1e1e1;
}

.logotype a, a:hover {
  font-family: 'BitterRegular';
  color: #e1e1e1;
/*  font-size: 1em;*/
}

.logotype {
  z-index: 100;
}

.navigation {
  height: 2.75em;
  z-index: 500;
}

.navigation a, a:hover {
  font-size: 1em;
}

ul.dnnActionMenuBody {
  z-index: 9999 !important;
}

.dnnActionMenuBody {
  z-index: 9999 !important;
}

#half {
  width: 50%;
}

#dnn_ServicePane {
  z-index: 10;
  height: auto;
}

  #dnn_ServicePane .c_DNN6_SubTitle .Head {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    border: none !important;
    text-align: center;
    height: 1.25em;
  }

  #dnn_ServicePane .c_DNN6_SubTitle .Title{
    font-family: 'BitterRegular', serif;
     /*margin:.25em .5em 1em 0; */
     margin: 0; 
/*     z-index: 1; */
     overflow:hidden; 
     width: 100%;
     height: 1.15em; 
     text-transform: capitalize; 
     text-align: center; 
     position: relative; 
     float: left; 
     padding-bottom: 10px; 
  } 

  #dnn_ServicePane #dnn_ctr687_ContentPane{
    position: relative;
    float: right;
    width: 100%;
    padding: 0;
    margin: 0;
/*    height: 3.5em;*/
    text-align: center;
  }

#dnn_TopPane {
  z-index: 9;
}

#dnn_ContentPane {
	position: relative;
	float: left; 
	width: 65%;
  height: auto;
	background: #e1e1e1;
  border: 1px solid #c1c1c1;
	color: #000000; 
	padding: 10px;
  margin: 0 0 0 0;
  z-index: 8;
}

#dnn_ContentPane .SubHead {
  font-size: 1em;
}

#dnn_Sidebar {
  position: relative;
  float: right;
  height: auto;
  width: 30%;
  padding: 10px;
  background: #e1e1e1; 
  border: 1px solid #c1c1c1;
  margin: 0;
  z-index: 8;
}

.overlay {
  width: 350px;
}
#dnn_BottomPane {
  position: relative;
  z-index: 7;
}

#Footer { z-index: 1; }

  #Footer #dnn_Footer_BottomPane { width: 100%; text-align: center; padding: 5px; margin-bottom: 20px; z-index: 1;}

  #Footer .c_DNN6_SubTitle .Head {
  	color: #F3E88E !important;
  	text-shadow: none !important;
  	font: normal 2em !important;
  	border-bottom: none !important;
    margin-bottom: 5px; padding-bottom: 5px;
  }

  ol#controls {
  margin: 0px;
  padding: 0px;
  height: 28px;
  position: relative;
  float: left;
  clear: left;
  display: inline;
  width: 100%;
  }

/* SF Menu */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
  font: normal 100% Georgia, "Times New Roman", Palatino, serif;
  z-index: 500;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			14em; /* left offset of submenus need to match (see below) */
  z-index: 1;
}
.sf-menu ul li {
	width:			100%;
  z-index:    500;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
  z-index: 1;
}
.sf-menu a {
	display:		block;
	position:		relative;
  font-size: .85em;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			14em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			14em; /* match ul width */
	top:			0;
}

.sf-menu {
	float: left;
	margin-bottom: 1em;
  z-index: 500;
}
.sf-menu a {
	padding: 1em 1em;
	text-decoration:none;
  font-size: .85em;
}
.sf-menu a  { /* visited pseudo selector so IE6 applies text colour*/
	color: #222222;
  font-size: .85em;
}

.sf-menu a:hover {
  color: #000000;
  font-family: Georgia, "Times New Roman", Palatino, serif;
  font-size: .85em;
}
.sf-menu li {
	background: transparent;
}

.sf-menu li a:hover {
  color: #006;
}
.sf-menu li li {
  background: #AABDE6;
  border-bottom: 1px solid #e1e1e1;
}
.sf-menu li li a {
  color: #000000;
  padding: .5em .5em;
}
.sf-menu li li li {
	background:	#abb8d8;
}

.sf-menu li li ul li {
  background: #bccbff;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:	#90acd7;
  	color: #555555;
	outline: 0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.15em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1.15em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

li li a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.75em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/* */

