/**************************************************
 * YUI Page container
 **************************************************/
#doc2 {
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
}

/**************************************************
 * YUI Header
 **************************************************/
#hd {
	background-color: #00316b;
}

/**************************************************
 * YUI Menu
 **************************************************/
div.yuimenubar {
	background-color: #00316b;
}

/* Line to divide menu items */
.yuimenubaritemlabel {
	border: 0px;
}

.yuimenuitemlabel {
	font-size: 100%;
}

.yuimenubaritemlabel {
	font-size: 100%;
	color: #b3a758;
}

/* Selected menu items */
.yuimenuitem a.selected,
.yuimenubaritem a.selected {
	background-color:#00316b;
	color: #ddd8b4;
}

/* Change menu item padding */
/*
.yuimenubaritemlabel {
	padding-left: 12px;
	padding-right: 12px;
}
*/

/* Hide the submenu indicator image */
.yuimenubar .yuimenubaritemlabel .submenuindicator,
.yuimenubar a.selected .submenuindicator {
    display: none;
}

/**************************************************
 * YUI main content
 **************************************************/
.paddedContainer {
	padding: 5px;
}

#yui-main {
	padding-left: 0px;
}

/**************************************************
 * YUI Footer
 **************************************************/
#ft {
	clear: both;
	vertical-align: top;
	background-color: #00316b;
	color: #b3a758;
}

#ft p {
	text-align: center;
	vertical-align: top;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: smaller;
}

#ft a {
	text-decoration: none;
	color: #b3a758;
}

#ft a:hover {
	text-decoration: underline;
	color: #ddd8b4;
}

#footerLinks {
	text-align: center;
	vertical-align: top;
	font-size: small;
}

/**************************************************
 * Index page
 **************************************************/
#rotatingPics {
	float: left;
	width: 300px;
	height: 400px;
	text-align: center;
}

#rotatingPicsText {
	padding: 10px;
	text-align: left;
	font-size: medium;
}

.mainText {
	vertical-align: top;
	text-align: left;
	padding: 5px;
	padding-top: 0px;
}

/**************************************************
 * Where to buy
 **************************************************/
.whereToBuyState {
	border-bottom: 1px solid black;
	align: left;
	font-weight: bold;
}

.whereToBuyName {
	font-size: small;
}

a.mapit {
	text-decoration: none;
}

a.mapit:hover {
	text-decoration: underline;
}

/**************************************************
 * General styles
 **************************************************/
body {
	font-family: verdana, sans-serif;
	font-size: small;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	background-color: #ddd8b4;
	background-color: rgb(186, 188, 125);
}

hr {
	noshade: true;
	clear: both;
}

a {
	color: #0000cc;
}

img {
	border: 0px;
}

h1 {
	text-align: left;
	font-family: monotype corsiva;
	font-size: 24pt;
	font-weight: bold;
	line-height: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}

h2 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica;
	font-size: x-large;
}

p {
	margin-bottom: 20px;
	line-height: 110%;
}

p.script {
	font-family: monotype corsiva;
	font-size: 20pt;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 100%;
	text-align: center;
}

.largeScript {
	font-family: monotype corsiva;
	font-size: 28pt;
	font-weight: bold;
	line-height: 108%;
}

p.serif {
	font-family: garamond,times;
	font-size: 16pt;
}
