/* Reset browser defaults for consistency */
/*html, body, div, span, h1, h2, h3, p, a, img, li, ol, ul, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
*//* Remove bullets from list items */
ol, ul {
	list-style: none;
}
/* Basic page layout */
body {
	background-color: #FBE1D4;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
h1 {
	color: #E7611A;
	font-size: 1.8em;
	padding-left: 5px;
	padding-bottom: 5px;
}

h2 {
	color: #E8611B;
	font-size: 1.4em;
	padding-bottom: 5px;
	padding-left: 5px;
}

#page {
	background-image: url(../images/margins.jpg);
	background-repeat: repeat-y;
	padding-right: 16px;
	padding-left: 10px;
	width: 775px;
}
#page #homend {
	clear: both;
	background-color: #E7611A;
	height: 20px;
	width: 773px;
	margin-left: 1px;
	text-align: center;
	font-size: 0.8em;
	color: #FFFFFF;
	padding-top: 5px;
}
#page #pagend {
	clear: both;
}

#page #contact {
	padding-top: 20px;
	float: right;
	line-height: 140%;
	font-weight: bold;
	color: #E7611A;
	padding-right: 20px;
	text-align: right;
}

#menucolumn {
	float: left;
	padding-bottom: 20px;
	width: 202px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 10px;
}
#menu {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#menu .current {
	width: 192px;
	color: #FFFF01;
	background-color: #F4B18F;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}
/*#menu .group {
	padding: 0px;
	background-color: #80988A;
	margin: 0px;
	line-height: 0px;
}*/
#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
}
#menu li {
	margin: 0;
	font-size: .9em;
}
/*#menucolumn #menu li {
	letter-spacing: 0.2em;
	padding-top: 5px;
	padding-bottom: 5px;
}*/
#menu li a
{
	display: block;
	width: 192px;
	color: #FFFF01;
	background-color: #E7611A;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}
#menu li a:hover
{
	background-color: #F4B18F;
	text-decoration: none;
}


#menu .suboption a {
	width: 182px;
	color: #FFFF01;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	text-align: right;
	padding-right: 10px;
}
#menu .subcurrent {
	width: 192px;
	color: #FFFF01;
	background-color: #F4B18F;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	text-align: right;
}



#menucolumn .columnbox {
	color: #333333;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 0.8em;
	margin-top: 20px;
}
#menucolumn .columnbox .credit {
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
}

#menucolumn .columnbox .quote {
	font-style: italic;
	padding: 5px;
}
#content #navigation {
	text-align: center;
}






#content {
	background-color: #FFFFFF;
	width: 570px;
	float: right;
	margin-top: 20px;
	padding-bottom: 1px;
}
#content p {
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 0.8em;
	line-height: 140%;
	padding-right: 5px;
	padding-left: 5px;
	color: #594D4D;
}
a {
	text-decoration: underline;
	color: #E8611B;
}
a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #E8611B;
}
#content .highlight {
	color: #E7611A;
}
#content .imageright {
	float: right;
	padding-right: 1px;
}
#content .floatright {
	float: right;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content #gallery {
	margin-left: 3px;
}

#content #gallery img {
	float: left;
	padding-left: 12px;
	padding-top: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content ul {
	color: #E7611A;
	font-size: 0.9em;
	list-style-type: circle;
	margin-left: 30px;
	line-height: 140%;
	margin-bottom: 20px;
}


.floatleft {
	float: left;
}
#content p.textright {
	line-height: 140%;
	color: #E7611A;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}
.nofloat {
	clear: both;
	float: none;
}
#content .diary {
	margin-left: 5px;
	border: 1px solid #E7611A;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
	background-color: #FBE1D4;
}
#content .event {
	background-color: #E7611A;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	width: 550px;
	margin-bottom: 5px;
}
#content .event .title {
	color: #FDF60B;
	float: left;
}
#content .event .date {
	float: right;
	color: #FFFF01;
}
#content a.glossary {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
#content a.glossary:hover {
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;
}

#content a.glossary2 {
	text-decoration: none;
	font-weight: bold;
	/*color: #333333;*/
}
#content a.glossary2:hover {
	text-decoration: none;
	color: #E7611A;
	background-color: #FFFFFF;
}



#content table {
	margin-bottom: 20px;
	margin-left: 20px;
}
.pricing td {
	font-size: 0.9em;
	color: #594D4D;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #80988A;
	border-right-color: #80988A;
	border-bottom-color: #80988A;
	border-left-color: #80988A;
}

/* tooltip */
.tooltip {
	display:none;
	/*font-size:12px;
	height:70px;
	width:160px;*/
	padding:2px;
	color:#FDFD07;
	background-color: #E7611A;
	border: 1px solid #FCFB01;
	font-size: .7em;
}

/* override the arrow image of the tooltip */
.tooltip.bottom {
/*	background:url(/tools/img/tooltip/black_arrow_bottom.png);
	padding-top:40px;
	height:55px;
*/
}



#homend a {
	color: #333333;
}
#footer {
	width: 700px;
	font-size: 0.8em;
	padding-right: 50px;
	padding-left: 50px;
}
#footer a {
	color: #333333;
}
#footer p {
	margin: 0px;
	padding-bottom: 5px;
	color: #666666;
	text-align: center;
}
#content .audio {
	float: left;
	padding-right: 10px;
}

