html {
	overflow-y: scroll;
}
body {
	background-color: #e3dcd2;
	color: #444;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans, sans-serif;
	font-size: 10pt;
}
table, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
}
table { border-collapse: collapse; }
img {
	margin: 0;
	padding: 0;
	border: 0;
}
p {
	font-size: 10pt;
	margin: 0 0 10px 0;
}
h1 {
	color: #ae6369;
	font-size: 14pt;
	margin: 0 0 10px 0;
}
h2 {
	color: #573a53;
	font-size: 10pt;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 0 0;
}
a:link { color: #ae6369; }
a:visited { color: #ae6369; }
a:hover { color: #573a53; }
a:active { color: #573a53; }

#header {
	background-image: url('/qcdesign/images/top.png');
	background-repeat: repeat-x;
	background-color: white;
	height: 96px;
}
#banner {
	background-image: url('/qcdesign/images/banner.png');
	background-repeat: no-repeat;
	width: 770px;
	height: 96px;
}

#nav {
	background-image: url('/qcdesign/images/nav.png');
	background-repeat: repeat-x;
	background-color: #573a53;
	height: 43px;
}

#nav div { width: 770px; margin: 0 auto; }
#nav div ul { margin: 0; padding: 0; list-type: none; }
#nav div ul li { margin: 0; padding: 0; float: left; }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*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: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 200px; /*width of sub menu levels*/
color: #e3dcd2;
background-color: #573a53;
border: 1px solid #e3dcd2;
border-bottom: 0;
text-decoration: none;
padding: 6px 10px;
}

.suckertreemenu ul li ul li a:hover{
background-color: #af636a;
}

.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 */



#breadcrumbs {
	width: 732px;
	margin: 17px auto 17px auto;
	text-align: left;
	font-size: 8pt;
}
#breadcrumbs a:link { color: black;	text-decoration: none; border-bottom: 1px dotted #333; }
#breadcrumbs a:visited { color: black; text-decoration: none; border-bottom: 1px dotted #333;  }
#breadcrumbs a:hover { color: #ae6369; text-decoration: none; border-bottom: 1px dotted #ae6369;  }
#breadcrumbs a:active { color: #ae6369; text-decoration: none; border-bottom: 1px dotted #ae6369;  }

#page {
	background-color: white;
	background-image: url('/qcdesign/images/background.png');
	color: black;
	width: 770px;
	text-align: left;
}
#content {
	margin: 0px 25px 0;
	min-height: 500px;
}
#pagetop {
	background-image: url('/qcdesign/images/pagetop.png');
	background-repeat: no-repeat;
	width: 770px;
	height: 14px;
}
#pagebottom {
	background-image: url('/qcdesign/images/pagebottom.png');
	background-repeat: no-repeat;
	width: 770px;
	height: 14px;
}
#footer {
	width: 750px;
	font-size: 8pt;
	color: #666;
	margin: 14px 0;
	position: relative;
}
#footer p { font-size: 8pt; }
