body {
	/*background-color: #FFFFFF;*/
}

.sitewrapper {
	width:984px;
	border:0px solid red;
	height:100%; 
	border-left: 1px solid black; 
	border-right: 1px solid black;
}

/* Uncomment & adapt the commented subsection in order to have only the
   specified printcontents section visible when printing.
   IMPORTANT: the left/top margins and offsets MUST be adjusted for your site.
   For multi-page printing of containers with large contents, note:
   - position:absolute inhibits multi-page printing
   - overflow: auto inhibits multi-page printing
   - height: (something other than auto) inhibits multi-page printing
   - top: -XXXpx shifts contains of post-first pages in Firefox
   - margin-top: -XXXpx causes double-printing of lines in IE
 */
/*
@media print {
  body {
    visibility: hidden;
  }
  div.printcontents {
    visibility: visible;
    position: relative;
    left: -320px;
    margin-top: -170px;
    width: 700px;
  }
  .browserMSIE div.printcontents {
    top: -170px;
    margin-top: 0px;
  }
  img#printbutton, input[type=submit], .noprint {
    visibility: hidden;
  }
  option {
    visibility: hidden;
    color: white;
  }
  select {
    color: white;
    height: 2ex;
  }
}
*/

.pagecontents {
	padding: 0px;
}

body, #tinymce.mceContentBody {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	line-height:normal;
	color: #000000;
}

a:link, a:hover, a:visited, a:active {
	text-decoration: none !important;
	color: #009cdd !important;
	outline:none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 15px;
}
h2 {
  font-size: 13px;
}
h3, h4 {
  font-size: 12px;
}

.cmstext, .cmstext p, body.mceContentBody, body.mceContentBody p {
	margin-top: 1ex;
	margin-bottom: 1ex;
}

.cmstext, body.mceContentBody {
	width: 500px;
}

.labeltextarea {
  color:#FFFFFF;
  font-weight:bold;
  font-size:11px;
  padding-left:5px;
}

.submitbutton{
  font-size: 8pt;
  font-weight: bold;
  background-color: #EEEEEE;
  border: 2px ridge #DDDDDD;
}

li{
  margin-top: 1ex;
}

/*
.myavenueclass1 {
  color: red;
}
*/


.list-items {
	margin-top:20px;
}

.list-items .item {
	margin-top:5px;
}

.prev-next-container {
	text-align:center;
	padding-top:10px;
}

.prev-button, .prev-next-info, .next-button {
	display:inline;
}

.sharebuttons-container div {
	float:left;
	margin-right:10px;
}

.breadcrumb {
	font-size:10px;
}

div.breadcrumb {
	display:inline;
}

header#topbanner {
  position:relative;
  top:0px;
  left:0px;
}

header#topbanner, header#topbanner img { 
  width:984px;
  height:125px;
}

header#topbanner div {
  position:absolute;
  top:0px;
  right:0px;
  background-color: rgb(117,27,104);
  background-color: rgba(117,27,104,0.5);
  padding: 10px;
  color: white;
  font-weight: bold;
  font-size: 15px;
  z-index: 2;
}


body.browserMSIE header#topbanner div { 
  background: transparent;
  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80751B68, endColorstr=#80751B68);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80751B68, endColorstr=#80751B68)";
}

div#maintitle {
  margin:0 190px 17px 0px;
  min-height:47px;
  height:47px;
  height:auto!important;
}

div#maintitle h1 {
  font:bold 16px/20px Arial, Helvetica, sans-serif;
  color:#666;
  margin-bottom:3px;
  padding-bottom: 0px;
  border-bottom:1px solid #000;
}

/* Top Navigation */
nav {
	width:auto;
	height:auto !important;
}

nav.nav-dropdown {
	background-color: #282828;
	margin-bottom:1px;
	width:100%;
}

ul.dropdownmenu li a span {
  font-weight: bold;
  padding: 7px 15px;
}

nav.nav-dropdown > ul.dropdownmenu > li > a {
  border-right: 1px solid white;
}

ul.dropdownmenu > li > a {
  height: 30px;
  color: white !important;
  padding: 0px !important;
}

ul.dropdownmenu li:hover > a, ul.dropdownmenu li > a.navbutton_f2 {
  background-color: #751B68;
}

ul.dropdownmenu li ul {
	/* dropdown menu element: apply styles like backround-color and borders */
	background-color:black !important;
   padding: 5px 0px !important;
   margin: 1px 0px !important;
}

div.contentcontainer {
	width:524px;
	margin-left:20px;
	float:left;
}

div.rightbar {
	float:left;
	width:140px;
	height:600px;
	background-color:#dddddd;
}

/* Left Subnav */
nav.subnav {
	margin-left: auto;
	margin-right: auto;
}
ul.hierarchicmenu li {
	margin-top: 0px;
}
ul.hierarchicmenu ul {
  background-color: white;
  width: 240px;
  padding-top: 20px;
  padding-bottom: 20px;
}
ul.hierarchicmenu ul, ul.hierarchicmenu ul ul {
	margin-left:20px;
}

ul.hierarchicmenu a span { 
   width: 210px;
	padding: 3px 15px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #555555;
}

ul.hierarchicmenu a.navbutton_f2,
ul.hierarchicmenu a.navbutton_f2 span {
	/* set styles specific for selected nav-items here */
   background-color: #751B68;
	color: white;
}

ul.hierarchicmenu a:hover span {
   text-decoration: underline;
}
