.logoTag {
	font-size: 48pt;
	height: 1.2em;
	top: -.1em;	// -.3 for text
	position: relative;
}

.logo {
	position: relative;
}

.logoImage {
	width: 336px;
	height: 56px;
	background-image: url(images/logo.png);
	background-position: top left;
	background-repeat: no-repeat;
	}

.logoShadow, .logoFront {
	font-family: arial, helvetica, sans serif;
	font-style: italic;
	font-weight: bold;
	position: relative;
}
.logoShadow {
	left: 5px;
	color: #641D14;
}
.logoFront {
	top: -1.2em;
	color: #C0C0FF;
}

.logoTagLines {
	font-size: 18pt;
	position: relative;
	left: 5em;
	color: #641D14;
	top: -6em;
	width: 20em;
}
.logoTagTop {
	font-family: times new roman, serif;
	font-weight: bold;
	height: 1.3em;
}
.logoTagBottom {
	font-family: arial, helvetica, sans serif;
	font-size: 88%;
	font-style: italic;
	font-weight: bold;
}

.divider {
	position: relative;
	font-size: 7pt;
	top: -30px;
	height: 10px;
}
.dividerLeft {
	position: relative;
	align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	width: 350px;
}
.dividerCenter {
	width: 70px;
	position: relative;
	left: 350px;
}
.dividerRight {
	position: relative;
	border-bottom-width: 2px;
	border-bottom-style: solid;
//	width: 300px;
	width: *;
	left: 420px;
	top: -70px;
}

#cookieTrail {
	position: relative;
	top: -23px;
	left: 30px;
	width: 80%;
	color: #641D14;
	background-color: #C0C0FF;
	font-size: 75%;
	font-weight: normal;
	font-style: italic;
}
#cookieTrail a:link, #cookieTrail a:visited {
	color: #641D14;
	text-decoration: none;
}
#cookieTrail a:hover, #cookieTrail a:active {
	background-color: #641D14;
	color: #C0C0FF;
	text-decoration: none;
	font-style: normal;
}

	

.menuMain {
	position: relative;
	left: -5px;
	top: -20px;
	width: 100%;
	background-color: #641D14;
}

#menu {
	background: #641D14;
	float: left;
	width: 98%;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding-left: 1em;
	float: left;
	width: auto;
	text-align: center;
}

#menu .menuTop, #menu a {
	font-size: 10pt;
	font-weight: bold;
	display: block;
/*
	border-width: 1px;
	border-style: solid;
	border-color: #641D14 black #641D14 black;
*/
	margin: 0;
	padding: 1px;
	color: #C0C0FF;
}

#menu .menuTop {
}

#menu a {
	background: #641D14;
	text-decoration: none;
	white-space: nowrap;
}

#menu a:hover {
	color: #641D14;
	background: #C0C0FF;
}

#menu li {
	position: relative;
}
#menu ul ul {
	position: absolute;
	z-index: 10;
	text-align: left;
	top: auto;
	width: auto;
	padding: 0;
	margin: 0em 0 0 0;
	display: none;
	min-width: 8em;
	border: 1px solid #641D14;
}
div#menu ul li:hover ul {
	display: block;
}




.quoteBox {
	position: relative;
	z-index: 10;
	border-color: #641D14;
	border-style: solid;
	border-width: 2px;
	background-color: #C0C0FF;
	color: #641D14;
	float: right;
	right: -7px;
	top: -70px;
	width: 35%;
	height: auto;
}
.quoteTitle {
	font-weight: bold;
	margin-top: -10px;
	height: 1.5em;
}
.quoteText {
	margin: 1em;
	font-family: tahoma, san serif;
	font-size: 95%;
}
.quote {
}

.quoteAuthor {
	font-style: italic;
	padding-left: 1em;
}



@media print {
#cookieTrail {
	background-color: white;
}
.quoteBox {
	background-color: white;
}
.logoImage {
	background-image: url(images/logoBW.png);
}
}
