html, body
{
	 margin: 0; 
	 padding: 0;
	 background: #fff;
	 color: #808080;
	 font: normal normal normal 11px Tahamo, Geneva, sans-serif;
}
input, select, textarea
{
	font: normal normal normal 11px  Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	font: normal normal bold 18px Arial, Helvetica, sans-serif;
	color: #333;
}
h1 { font-size: 40px; }
h2 { font-size: 20px; margin-top: 20px; }
h3 { font-size: 14px; margin-top: 20px; }
h4 { font-size: 11px; margin-top: 20px; }

img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

a
{
	color: #ff4500;
	text-decoration: none;
	border: 0 none;
}
a:hover { text-decoration: underline; }
a.bookmark, a.bookmark:hover
{
	color: #666;
	text-decoration: none;
}
a.disabled, a.disabled:hover
{
	color: #666;
	text-decoration: none;
	cursor: default;
}
a.plain
{
	color: #666;
}
a.plain:hover
{
	color: #000;
	text-decoration: none;
}
a.slideshow-link
{
	font-size: inherit;
}

.noLinkOutline a
{
	outline: none 0;
}

hr
{
	margin: 20px 0;
	padding: 0;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	color: #777;
	background: #777;
	border: 0 none;
}
hr.short
{
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}

p
{
	margin: 10px 0;
	padding: 0;
}

td
{
	vertical-align: top;
}

ul, ol
{
	position: relative;
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
}
li
{
	position: relative;
	list-style-position: outside;
	margin: 2px 0 0 0;
	padding: 0;
}
ol li { list-style-type: decimal; }
ol li li { list-style-type: lower-roman; }
ol.lowerAlpha li { list-style-type: lower-alpha; }
ol.upperAlpha li { list-style-type: upper-alpha; }
ol.lowerRoman li { list-style-type: lower-roman; }
ol.upperRoman li { list-style-type: upper-roman; }
ol.decimal li { list-style-type: decimal; }


dl { margin: 0; padding: 0; }
dt 
{
	 margin: 24px 0 0 0; 
	 padding: 0;
	 font: normal normal bold 14px Arial, Helvetica, sans-serif;
	 text-decoration: none;
}
dd
{
	margin: 3px 0 0 0;
	padding: 0;
}

.separator
{
	clear: both;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}

.left
{
	text-align: left;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}

.floatLeft
{
	display: block;
	float: left;
	margin-right: 20px;
}
.floatRight
{
	display: block;
	float: right;
	margin-left: 20px;
}
.clear { clear: both; }
.clearL { clear: left; }
.clearR { clear: right; }

.noLeading { margin-top: 0; margin-bottom: 0; }
.noTopLeading { margin-top: 0; }
.noBottomLeading { margin-bottom: 0; }
.increaseBefore { margin-top: 20px ; }
.increaseAfter { margin-bottom: 20px ; }
.hide { display: none; }

.intro
{
	font-size: 14px;
	color: #808080;
}
.whiteBk .intro
{
	color: #614e00;
}





/*
** Style inline images in either paragraph or table cell
*/
img.img-mono,
.img-container-duo img,
.img-container-trio img
{
	padding: 1px;
	border: solid 2px #ccc !important;
}
.img-container-duo,
.img-container-trio
{
	border-collapse: collapse;
}
.img-container-duo td,
.img-container-trio td
{
	vertical-align: top;
	text-align: center;
	padding: 2px 15px;
}
.img-container-trio td
{
	padding: 2px 9px;
}

td.img-cell-left
{
	padding-right: 15px;
}
td.img-cell-right
{
	padding-left: 15px;
}



.faqQuestion
{
	margin: 14px 0 0 0;
	color: #404040;
	font-weight: bold;
}
.faqAnswer
{
	margin: 2px 0 10px 0;
}

table.standard
{
	margin: 5px 0;
	border-top: solid 1px #ccc;
}
table.standard th,
table.standard td
{
	padding: 2px 5px;
	text-align: center;
	vertical-align: top;
	border-bottom: solid 1px #ccc;
}
table.standard th
{
	text-align: center;
	background-color: #ebebeb;
	background-image: url(img/panelBkWhite.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
table.standard .col1
{
	text-align: left;
}
table.standard td.center
{
	text-align: center !important;
}

table.footerNavBar
{
	width: 100%;
	margin: 20px 0;
}
table.footerRoomNavBar td
{
	width: 25%;
}



ul.pdfList
{
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}
ul.pdfList li
{
	margin: 2px 0;
	padding: 0 0 0 23px;
	line-height: 19px;
	height: 19px;
	background-image: url(img/pdficon_small.gif);
	background-position: left center;
	background-repeat: no-repeat;
	vertical-align: middle;
}





.outdentText
{
	text-indent: -9999px;
}



/**
 * Tiny MCE rules
 */
body.mceContentBody {
	padding: 5px 7px;
}



/**
 * CMS Editing
 */
div.cph
{
	position: relative;
}
div.cph.fade
{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

div.cph div.cphFrame
{
	position: absolute;
	left: 0;
	top: 0;
	border-style: dashed;
	border-color: #333;
}
div.cph.active div.cphFrame
{
	border-color: #e00;
}
div.cph a.cph
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
	padding: 2px 4px;
	background-color: #e00;
	color: #fff;
	border: solid 1px #000;
}
div.cph.hover a.cph,
div.cph.active a.cph
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}
