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

body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 10px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	background-color: #25211e;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
	left: 17%;
	right: 17%;
}
.oneColFixCtrHdr #header {
	background: #000000;
	width: 1000px;
	text-align: center;
	font-size: 1px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-size: 1px;
	color: #000000;
}
.oneColFixCtrHdr #mainContent {
	background: #25211e;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	text-align: center;
}
.oneColFixCtrHdr #mainContent1 {
	background: #25211e;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 255px;
}
.oneColFixCtrHdr #mainContent2 {
	background: #25211e;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
	height: 350px;
}
.oneColFixCtrHdr #footer {
	background:#000000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	height: 60px;
}
#footer a:hover {
color: #ffffff;
text-decoration: underline;
}
#content1 {
	background-color: #25211e;
	height: 375px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#content2 {
	background-color: #25211e;
	width: 300px;
	height: 300px;
	margin-left: 20px;
	margin-top: 0px;
	background-repeat: no-repeat;
}
.style1 {color: #000000}
#apDiv1 {
	position: absolute;
	left:125px;
	top:10px;
	width:755px;
	height:160px;
	z-index:1;
}
/*XIndex*/
/*XPricing*/
/*XGallery*/
.oneColFixCtrHdr #container #sidebar {
	float: right;
	width: 340px;
	padding: 0px;
	height: 340px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	text-decoration: none;
}
.oneColFixCtrHdr #container #sidebar2 {
	float: right;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #999999;
	height: 255px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.style2 {
	font-size: 100%
}
.style4 {
	font-size: 175%
}
.style5 {font-size: medium}
.style6 {font-size: xx-small; }
.style7 {font-size: small; }
#apDiv2 {
	position:absolute;
	left:840px;
	top:190px;
	width:350px;
	height:347px;
	z-index:1;
	float: right;
	margin-left: 10px;
}
.imageLeft{
	float:left;
	width: 625px;
	text-align: center;
}
.imageRight{
	float:right;
	width: 340px;
	text-align: center;
}
.slidesample{
	height: 350px;
	width: 400px;
	float: right;
	text-align: right;
}
.MenuBar{
	height: 61px;
}
#imgwrapper {
	height: 200px;
	margin-bottom: 5px;
}

.Accordion {
	overflow: hidden;
	clear: both;
	margin-top: 5px;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelOpen .AccordionPanelTab {
	background-color: #fff;
}

.AccordionPanelTabHover {
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

.AccordionFocused .AccordionPanelTab {
	background-color: #6c0000;
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #6c0000;
}

.AccordionPanelTab {
	color: #ccc;
	cursor: pointer;
	background: #6c0000;	
	
}
.AccordionPanelTab h3 {
	margin: 0;
	padding: 2px 2px 4px 36px;
	font-size: 110%;
	background: no-repeat left 50%;
} 
.AccordionPanelContent {
	overflow: auto;
	height: 110px;
	font-size: 110%;
	line-height: 140%;
}
.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelTabHover { color: #fff; }
.AccordionPanelClosed .AccordionPanelTab h3 {
	background: url('../i/arrow_events_closed.gif') no-repeat left 50%; 
	border-bottom: solid 1px #d0eef4;
}
.AccordionPanelContent div { margin: 6px 8px; }
.rowHover {
	color: #fff;
	cursor: pointer;
}
a:hover {text-decoration: none; }
#events tr.rowSelected td.eventNameTD {
    background-color: #d0eef4;
	 width: 200px;
	 border-bottom: solid 1px #c2e8ee;
}

#events tr.rowSelected td.locationTD {
    background-color: #d0eef4;
	 width: 140px;
	 border-bottom: solid 1px #c2e8ee;
}
.style10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.desc {
	font:Arial, Helvetica, sans-serif;
	font-size:small;
	padding-top: 3px;
}
.style11 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.subtable { float:right; width:55px;
}
.style14 {font-size: 16px}

