html {
	overflow-y: scroll;
}
body {
	margin: 0;
	background-color: #f7ead2;
	font-family: verdana, sans, sans-serif;
	font-size: 10pt;
}
table { margin: 0 0 10px 0; border: 0; padding: 0; border-collapse: collapse; }
td, tr { margin: 0; border: 0; padding: 0; }
img {
	border: 0;
}
#innerwrapper {
	width: 777px;
}

#page {
	width: 777px;
	background-image: url('/qcwedding/images/pagebackground.png'); background-repeat: repeat-y;
	background-color: white;
}
#banner {
	width: 777px;
	height: 96px;
	background-image: url('/qcwedding/images/newtop.png');
}
#nav ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
}
#content {
	margin: 10px 13px 0 14px;
	min-height: 400px;
	padding-bottom: 9px;
}
#breadcrumbs {
	text-align: left;
	margin: 0;
	padding: 77px 5px 0 9px;
	color: white;
	font-size: 8pt;
}
#breadcrumbs a:link { color: white; text-decoration: none; }
#breadcrumbs a:visited { color: white; text-decoration: none; }
#breadcrumbs a:hover { color: #39699b; text-decoration: none; }
#breadcrumbs a:active { color: white; text-decoration: none; }
#footer {
	background-image: url('/qcwedding/images/pagebottom.png'); background-repeat: no-repeat;
	width: 777px;
	text-align: center;
	margin: 0 0 0 0;
	padding-top: 16px;
	padding-bottom: 10px;
	color: #666;
	font-size: 9pt;
	position: relative;
}
ul {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: verdana, sans, sans-serif;
	font-size: 10pt;
}
p {
	margin: 0 0 10px 0;
	font-family: verdana, sans, sans-serif;
	font-size: 10pt;
}
p.question {
	margin: 20px 0 10px 20px;
	font-family: verdana, sans, sans-serif;
	font-size: 10pt;
	color: #39699b;
	font-weight: bold;
}
h1 {
	margin: 5px 0 2px 0;
	font-family: verdana, sans, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #39699b;
}
h2 {
	margin: 5px 0 2px 0;
	font-family: verdana, sans, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #39699b;
}
h3 {
	margin: 5px 0 2px 0;
	font-family: verdana, sans, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #444;
}

#footer p {
	margin: 0;
	font-size: 9pt;
}
div.box {
	background-color: #f5e5d5;
	border: 1px solid #cdd9e6;
	padding: 10px 10px 0 10px;
	margin: 0 0 10px 0;
}
div.shadedbox {
	background-color: #f5e5d5;
	background-image: url('/qcwedding/images/gradient.png');
	background-repeat: repeat-x;
	border: 1px solid #cdd9e6;
	padding: 10px 10px 0 10px;
	margin: 0 0 10px 0;
	color: #39699b;
}
div.shadedbox p {
	color: #39699b;
	font-weight: bold;
}
form { margin: 0; }
a:link { color: #0f64bc; text-decoration: none; }
a:visited { color: #913535; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { color: #569ee9; text-decoration: underline; }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#nav {
	height: 40px;
	width: 769px;
	margin: 0 4px 0 4px;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
height: 36px;
}

/*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: black;
background-color: white;
border: 1px solid #a5bbd2;
border-top: 0;
text-decoration: none;
padding: 6px 10px;
}

.suckertreemenu ul li ul li a:hover{
background-color: #39699b;
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 */
