@charset "utf-8";



/*		----------------------------  START OF MENU  ----------------------------		*/
/*		----------------------------  START OF MENU  ----------------------------		*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#menu {width: 940px; float:left; margin-top: 37px; padding-left: 10px}
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
mar
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
padding-bottom: 11px;
margin-top: 0px;
border-right: 2px solid white;
}

.suckertreemenu ul #SM{
position: relative;
display: inline;
float: left;
padding-bottom: 11px;
margin-top: 0px;
border-right: none;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
width: 40px; /*Width of top level menu link items*/
padding-left: 15px;
padding-right: 15px;
padding-bottom: 11px;
top: 3px;
position:relative;

text-decoration: none;
color: white;
font-size:14px;
font-weight: bold;


}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
margin-top: 2px;



}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
height: 12px;
background: url(images/menuBG.png) repeat-y;
border: none;
margin-top: 0px;

}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 120px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #341609;
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 7px;
font-size: 12px;
background: none;
border: none;

}

.suckertreemenu ul li a:hover{

color: #E07E1D;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}


	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


/*		----------------------------  END OF MENU  ----------------------------		*/
/*		----------------------------  END OF MENU  ----------------------------		*/

h1, h2 { color:#5A0020; padding-top: 10px; padding-left: 5px;}
h1 { font-size: 135%}
h2 { font-size: 115%}

/*		----------------------------  START OF TABLE  ----------------------------		*/
/*		----------------------------  START OF TABLE  ----------------------------		*/

#hor-minimalist-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 16px;
	background: none;
	margin: 10x;
	width: 450px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-a th
{
	font-size: 14px;
	font-weight: normal;
	color: #5A0020;
	padding: 10px 8px;
	border-bottom: 2px solid #5A0020;
}
#hor-minimalist-a td
{
	
	padding: 9px 8px 0px 8px;
}
#hor-minimalist-a tbody tr:hover td
{
	color: #051C12;
}


#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 10px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}


/*		----------------------------  START OF UpcomingSessions  ----------------------------		*/
/*		----------------------------  START OF UpcomingSessions  ----------------------------		*/




/*Example CSS for the two demo scrollers*/

.Main #pscroller1{
width: 410px;
height: 200px;
border: none;
padding-top: -10px;
padding-left: 5px;
color: white;

}

.Main #pscroller2{
width: 400px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ 

}

/*		----------------------------  END OF UpcomingSessions  ----------------------------		*/
/*		----------------------------  END OF UpcomingSessions  ----------------------------		*/






body {
	font: 13px Helvetica, sans-serif;
	background: #5E0718 url(images/BG.jpg) repeat-x ;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #333333;
}

.oneColFixCtrHdr #container {
	width: 953px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/Background.jpg) repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid  #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: url(images/Header_bg.png) bottom no-repeat; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 155px;
	
}
.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 */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
	
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	background: url(images/Footer_bg.png) no-repeat #FFF;
	height: 99px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 85px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:11px;
}










.Main #container #mainContent a:link { color:#11251C; font-weight: bold; text-decoration:none}
.Main #container #mainContent a:hover { color:#11251C; font-weight: bold; text-decoration: underline}
.Main #container #mainContent a:visited { color:#11251C; font-weight: bold; text-decoration:none}

.Main #lipsum { padding-left: 20px; padding-right: 20px}
.Main #container {
	width: 953px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/Background.jpg) repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid  #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.Main #header {
	background: url(images/Header_bg.png) bottom no-repeat; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 155px;
	
}
.Main #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 */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.Main #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.Main #footer {
	background: url(images/Footer_bg.png) no-repeat white;
	height: 99px;
}
.Main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 85px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:11px;
}
