html { overflow-y: scroll; }
body {
	background-color: #d5e0d0;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	margin: 0;
}
table { margin: 0 0 10px 0; border-collapse: collapse; }
tr, td { margin: 0; border: 0; padding: 0; }
img { border: 0; }

h1 {
	font-size: 15pt;
	line-height: 16pt;
	margin: 0 0 10px 0;
	color: #4c4050;
}

h2 {
	font-size: 11pt;
	line-height: 12pt;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 10pt;
	line-height: 12pt;
	margin: 0 0 0 0;
	color: black;
}

p {
	margin: 0 0 10px 0;
}

a:link { color: #4c4050; }
a:visited { color: #4c4050; }
a:hover { color: #4c4050; }
a:active { color: #4c4050; }

#page {
	margin: 0 auto;
	width: 768px;
	background-color: white;
	background-image: url('/qcevent/images/page.png');
	background-repeat: repeat-y;
	min-height: 600px;
}

#top {
	width: 768px;
	background-color: #9cafba;
	height: 96px;
	background-image: url('/qcevent/images/top.png');
	background-repeat: no-repeat;
}

#nav {
	width: 760px;
	background-color: #678397;
	height: 40px;
	margin: 1px 4px 0 4px;
}

#nav a { outline: none; }

#main {
	margin: 10px 14px 0 14px;
}

#left {
	width: 240px;
	float: left;
}
#right {
	margin-left: 250px;
}

#alt_left {
	width: 490px;
	float: left;
}
#alt_right {
	margin-left: 500px;
}

#bottom {
	height: 7px;
	width: 768px;
	margin: 0 auto;
	background-image: url('/qcevent/images/footer.png');
	background-repeat: no-repeat;
}

#footer {
	margin: 10px auto;
	width: 760px;
	text-align: center;
	font-size: 8pt;
	position: relative;
}

div.shaded_box {
	margin: 0 0 10px 0;
	padding: 10px 10px 1px 10px;
	background-color: #6b5b71;
	background-image: url('/qcevent/images/gradient.png');
	background-repeat: repeat-x;
	color: white;
}

div.light_shaded_box {
	margin: 0 0 10px 0;
	padding: 10px 10px 1px 10px;
	background-color: #e9e9e9;
	background-repeat: repeat-x;
}


div.box {
	margin: 0 0 10px 0;
	padding: 10px 10px 1px 10px;
	background-color: #d5e0d0;
}

div.caption {
	background-color: #6b5b71;
	color: white;
	padding: 2px 4px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

p.question {
	color: #4c4050;
	margin: 20px 0 10px 0;
	font-weight: bold;
}

div.shaded_box a {
	color: white;
	text-decoration: none;
}
div.light_shaded_box a {
	text-decoration: none;
}
div.light_shaded_box h2 {
	margin: 4px 0 8px 0;
	font-size: 12pt;
	color: #5b4e61;
}


#brochureform p { font-size: 8pt; margin: 0 0 8px 0; }







/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
height: 40px;
padding: 1px 4px 0 4px;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
text-align: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
}
	
/*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;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 200px; /* no need to change, as true value set by script */
top: -1px;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 200px; /*width of sub menu levels*/
color: black;
background-color: white;
border: 1px solid #728fa1;
border-top: 0;
text-decoration: none;
padding: 6px 10px;
}

.suckertreemenu ul li ul li a:hover{
background-color: #728fa1;
color: white;
}

.suckertreemenu ul li a:hover{

}

.suckertreemenu {
	width: 770px;
	margin: 0 auto;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */