@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #747474;
	background-image:url(../images/sx_background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font-size: 10pt;
	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: #000000;
	border-bottom-style: double;
}
.gold {
	color:#DADE3D;
}
.small_black {
    font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
.small_blue {
    font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #6699ff;
}
.small_white {
    font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
}
/* link colors copied from soundhealing07.css */
a:active{ color: #OOOOFF; 
         font-size: 10pt; 
		 font-family: Verdana, Arial, Helvetica, sans-serif; 
		 font-weight: bold;
	text-decoration: none;
 }
a:hover{ color: #ff69be;
         background-color:#33CCCC;
         font-size: 10pt; 
		 font-family: Verdana, Arial, Helvetica, sans-serif; 
		 font-weight: bold; 
		 text-decoration: none }
a:link{ color: #660099; 
        font-size: 10pt; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-weight: bold; 
		text-decoration: none }
a:visited { color: purple; 
        font-size: 10pt; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-weight: bold;  
		text-decoration: none 
}
/* modified version with larger font sizes */
h1{     color: #336699; 
        font-size: 2.5em; 
		font-family: Tahoma, "Trebuchet MS", Geneva, Arial, Helvetica; 
		font-weight: bold; 
		text-decoration: none; 
}
h2{
	color: #336699;
	font-size: 2.0em;
	font-family: Tahoma, "Trebuchet MS", Geneva, Arial, Helvetica;
	font-weight: bold;
	text-decoration: none;
}
a:link h2{
    color: #660099;
	font-size: 2.0em;
	font-family: Tahoma, "Trebuchet MS", Geneva, Arial, Helvetica;
	font-weight: bold;
	text-decoration: none;
}

h3{     color: #336699; 
        font-size: 1.50em; 
		font-family: Tahoma, "Trebuchet MS", Geneva, Arial, Helvetica; 
		font-weight: bold; 
}
h4{     color: #336699; 
        font-size: 1.25em; 
		font-family: Tahoma, "Trebuchet MS", Geneva, Arial, Helvetica; 
		font-weight: bold; 
}
h5{     color: #336699; 
        font-size: 1.0em; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-style: normal; 
		font-weight: bold; 
}
p {     color: black; 
        font-size: 12pt; 
		font-family: Tahoma, "Trebuchet MS", Geneva, Arial, Helvetica; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-style: normal; 
		line-height: 12pt; 
		text-decoration: none;
}
.unindent{
		text-indent: 0px; 
}
ul {
        list-style: none;
}

.registerbutton {
	font-family: Tahoma, Arial, Verdana;
	background-color: #660066;
}
.registerbutton a {font-family: Tahoma, "Trebuchet MS", Geneva, Arial, Helvetica; font-weight: bold; text-decoration: none;
	font-size: 1.2em;
	line-height: 1.5em;
}
.registerbutton a:link {
	color: #c5720c;
}
.registerbutton a:visited {
	color: #e18436;
}
.registerbutton a:active {
	color: #e18436;
}
.registerbutton a:hover {
	color: #aaa;
}

.speaker_box {
	float: left;
	width: 545px;
	padding-top: 0px;
	border-bottom-color: #000000;
	border-top-color: #000000;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
}
.speaker_box p {
		text-indent: 0px;
		font: normal 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
} 
.speaker_box ul {
        list-style: outside;
}

.pictureL {
	float: left;
	width: 180px;
	padding-top: 10px;
	padding-right: 10px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:small;
	font-weight: bold;
	text-align: center;
}
.twoColFixLtHdr #container { 
	width: 764px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* changed 780 to 756 to match old format and header images */
	background: #ffcccc;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #ffcccc; 
	padding: 0 0 0 0;  /* padding removed for images */
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* margin-top: 20px; */
	margin-left: 0px;
	padding: 0px;
	margin-right: 0px;
	list-style: none;
	display: inline;
	border-top: 1px solid #D9C67B;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #D9C67B;
	border-bottom-color: #D9C67B;
	border-left-color: #D9C67B;
	background: #ffcccc; /* the background color will be displayed for the length of the content in the column, but no further */
/*
	padding: 15px 10px 15px 20px;
*/
}

.twoColFixLtHdr #sidebar1 ul {
	width:auto;
	/* next rule is to move text over 10 pixels */
	border-left: 10px solid #ffcccc;
	border-top: 1px solid #D9C67B;
	list-style: none;
	/* list-style-position: inside; */
	padding-left: 0;
	margin-left: 0;
	/* left: 10px; */
	position: relative;
	background: #ffcccc;
	background-color: #ffcccc;
}

/* copied from VMNM.com styles.css */
.twoColFixLtHdr #sidebar1 li {
	display: block;
	/* padding: 4px 0 6px 4px; */
	text-decoration: none;
	height: 1%;
	border-bottom: 1px solid #D9C67B;
	border-top-color: #D9C67B;}

/* sets the navigation button of the current page to the hover color */
.twoColFixLtHdr #sidebar1 ul li a.selected{
    background-color:#33CCCC;
}


/* region for descriptive information on the pages */
.twoColFixLtHdr #maintextcolumn {
	/*	float: left; */
	padding-top: 1px;
	background:#FFFFFF;
	padding-right: 10px;
	padding-left: 200px;
	top: 170px;
}

/* puts a thin line between the bottom of the banner and the top of the content and navigation
#contentwrapper {
	background: url(Images/navbackground.jpg) repeat-y;
	border-top: 1px none #D9C67B;
	border-right: 1px solid #D9C67B;
	border-bottom: 1px solid #D9C67B;
	border-left: 1px solid #D9C67B;
}
*/

.twoColFixLtHdr #mainContent { 
	background:#FFFFFF;
	margin: 0 0 0 205px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #mainContentFooter { 
	background: #ffcccc;
	margin: 0 0 0 205px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
*/
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #000000;
} 
.twoColFixLtHdr #mainContentFooter p { 
    color: #000000;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ffcccc; 
} 
.twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.centered_text_box {
	padding: 5px;
	width: 300px;
	margin-left: 120px;
	border: 1px double #000000;
}
.centered_text_box p { 
	font-size: 9px;
}
.gold_sponsor {
	font: bold 24px Tahoma, Verdana, Arial, sans-serif;
	color: #FFCC00;
	float: left;
	width: 555px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-color: #666666;
	border-bottom-style: ridge;
}
.standard_sponsor {
	font: bold 24px Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
	float: left;
	width: 555px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-color: #666666;
	border-bottom-style: ridge;
}
.sponsor_box {
	float: left;
	width: 525px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom-color: #666666;
	border-bottom-style: ridge;
}
.exhibitor_header {
	font-weight: bold;
	float: left;
	width: 550px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.info_box {
	float: left;
	width: 550px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.exhibitor_box {
	margin: 10px;
	float: left;
	width: 550px;
	border-top-style: solid;
}
.virtual_box {
	float: left;
	width: 370px;
	padding-right: 100px;
	padding-left: 100px;
}
.virtual_box ul {
list-style:outside;
}
.daterow {
	background-color:#000000;
	color:#FFFFFF;
}
