*
{
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------- Basic HTML, IDs and Classes ----------------------------------------------------------------------*/

body {
	background: #626262; /* this changes the sitemap background color as well as the very bottom background color */
	font: 14px 'Trebuchet MS', Arial, sans-serif;
	}

p
{
	font: 14px 'Trebuchet MS', Arial, sans-serif;
}

.image
{
	text-align: center;
}

div.highlight
{
	background: #FFFFCC;
	margin-left: 2em;
	margin-right: 2em;
	border: solid;
	border-width: thin;
	padding: 1em;
}

div.highlight_indent
{
	background: #FFFFCC;
	margin-left: 8em;
	margin-right: 8em;
	border: solid;
	border-width: thin;
	padding: 1em;
}

a {
	cursor: pointer;
	text-decoration: none;
	}

a * {
	cursor: pointer;
	}

images, fieldset, iframe {
	border: 0;
	}

iframe {
	margin: 0 0 10px;
	}

.align_right {
	text-align: right;
	}

li.clear, #content ul.cols li.clear, #content ul.group li.clear, .clear {
	clear: both;
	display: block;
	float: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	width: 0;
	height: 0;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

strong {
	color: #210;
	}

td
{
		font: 14px 'Trebuchet MS', Arial, sans-serif;
    /* font-size: 11pt; */
    /* font-family: Verdana, Tahoma, Arial, sans-serif; */
}

table.data
{
    border-collapse: collapse;
    border-right: solid thin #484649;
    border-top: solid thin #484649;
    border-left: solid thin #484649;
    border-bottom: solid thin #484649;
    margin-right: 0pt;
    margin-top: 6pt;
    margin-left: 0pt;
    margin-bottom: 6pt;
	border: 1;
}

td.data
{
    font-size: 8pt;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    border-top:none;
    border-left: none;
    border-bottom: solid thin #484649;
    border-right: solid thin #484649;
    padding:0pt 6pt 0pt 6pt;
}

td.datahighlight
{
    font-size: 8pt;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    background-color: #FFFF99;
    border-top:none;
    border-left: none;
    border-bottom: solid thin #484649;
    border-right: solid thin #484649;
    padding:0pt 6pt 0pt 6pt;

}

tr
{
    font-size: 11pt;
    font-family: Verdana, Tahoma, Arial, sans-serif;
}

th
{
 	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

th.data
{
 	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #AEB0AD;
    border-top:none;
    border-left: none;
    border-bottom: solid thin #484649;
    border-right: solid thin #484649;
    padding:0pt 6pt 0pt 6pt;

}


/*--------------------------------------------------------------- Shadow ----------------------------------------------------------------------*/

.shadow {
	background: url(../images/shadow.png) repeat-x;
	clear: both;
	font-size: 0;
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	}

#footer .shadow {
	top: -10px;
	}

/*--------------------------------------------------------------- Sitemap ----------------------------------------------------------------------*/

#sitemap {
	font-size: 11px;
	margin: 0 auto;
	padding: 10px 0 20px;
	width: 960px;
	}

#sitemap dl {
	float: left;
	overflow: hidden;
	padding: 0 10px;
	width: 140px;
	}

#sitemap dt {
	padding: 10px 0 5px;
	}

#sitemap dd {
	padding: 1px 0;
	}

#sitemap dt a {
	color: #fff;
	font-weight: bold;
	}

#sitemap dd a {
	color: #aeaeae;
	}

#sitemap a:hover {
	text-decoration: underline;
	}

#sitemap_tab {
	background: url(../images/sitemap.png) no-repeat left bottom;
	cursor: pointer;
	display: block;
	font-size: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -99999px;
	top: 0;
	right: 0;
	visibility: hidden;
	width: 138px;
	height: 22px;
	}

#sitemap_tab.on {
	background-position: 0 0;
	}

/*--------------------------------------------------------------- Header ----------------------------------------------------------------------*/

#header_wrap {
	background: url(../images/header.jpg) repeat-x center top;
	border-top: 4px solid #062005; /* dark trim color - header top - outer stripes */
	width: 100%;
	}

#header {
	background: url(../images/header.jpg) no-repeat center top;
	border-top: 4px solid #062005; /* dark trim color - header top - center stripe */
	margin: -4px auto 0;
	overflow: hidden;
	position: relative;
	width: 960px;
	height: 118px;
	}

#header h1 {
	margin: 0 0 0 25px;
	padding: 15px 0;
	width: 220px;
	}

#header h1 a {
	background: url() no-repeat;
	color: #fff;
	display: block;
	text-indent: -99999px;
	width: 220px;
	height: 83px;
	}

#header h1 images {
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	}

#header span {
	color: #fff;
	font-size: 11px;
	position: absolute;
	top: 5px;
	right: 150px;
	}

#header span a {
	color: #fff;
	padding: 0 5px;
	}

#header span a:hover {
	text-decoration: underline;
	}

#header form {
	background: url(../images/search_tab.png) no-repeat;
	padding: 5px 0 0 0;
	overflow: hidden;
	position: absolute;
	top: 95px;
	right: 0;
	white-space: nowrap;
	width: 211px;
	height: 21px;
	}

#header images {
	vertical-align: top;
	}

#header label {
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	}

/*--------------------------------------------------------------- Navigation - Main ----------------------------------------------------------------------*/

#nav_main_wrap {
	background: #345065; /* main navigation bgd color - outer wraps */
	border-top: 5px solid #062005; /* dark trim color - top main nav trim color - outer wraps */
	border-bottom: 5px solid #172d3d; /* dark trim color - bottom main nav trim color - outer wraps */
	width: 100%;
	}

#nav_main {
	background: #345065; /* main navigation bgd color */
	border-top: 5px solid #062005; /* dark trim color - top center trim color */
	border-bottom: 5px solid #172d3d; /* dark trim color - bottom center trim color */
	font-size: 14px;
	margin: -5px auto;
	width: 960px;
	}

#nav_main li {
	float: left;
	list-style: none;
	}

#nav_main li.current {
	background: #ab2e16; /* current color for selected main menu */
	}

#nav_main a {
	color: #ffffff; /* white - main nav text color */
	display: block;
	padding: 8px 20px;
	white-space: nowrap;
	}

#nav_main a:hover {
	color: #fff;
	text-decoration: underline;
	}

#nav_main li.current a {
	background: #c6ae1a; /* current bgd color for selected main menu */
	color: #fff;
	}

/*--------------------------------------------------------------- Navigation - Sub ----------------------------------------------------------------------*/

#nav_sub_wrap {
	background: #010900; /* bgd color for subnav - outer wraps */
	margin: 0 0 -2px;
	width: 100%;
	}

#nav_sub {
	background: #010900; /* bgd color for subnav */
	font-size: 11px;
	margin: -5px auto 0;
	width: 960px;
	}

#nav_sub ul {
	padding: 0 0 0 10px;
	}

#nav_sub li {
	float: left;
	list-style: none;
	padding: 6px 0 8px;
	}

#nav_sub a {
	border-left: 1px solid #876;
	color: #b1a68c;
	display: block;
	padding: 0 10px;
	white-space: nowrap;
	}

#nav_sub a:hover {
	color: #fff;
	text-decoration: underline;
	}

#nav_sub a.first {
	border: 0;
	}

#nav_sub li.current {
	background: url(../images/nav_sub_arrow.gif) no-repeat center bottom;
	color: #fff;
	font-size: 100%;
	position: relative;
	z-index: 10;
	}

#nav_sub li.current a {
	color: #c6ae1a; /* text color for active subnav page */
	}

/*--------------------------------------------------------------- Content - Main ----------------------------------------------------------------------*/

#content_wrap {
	background: #e5ddd9 url(../images/content_wrap.jpg) repeat-y center top;
	border-top: 2px solid #321;
	width: 100%;
	}

#content {
	background-color: #fcfaf5;
	border-top: 2px solid #321;
	color: #654;
	margin: -2px auto 0;
	width: 960px;
	}

.home {
	background-image: url(../images/content_home.jpg);
	background-repeat: repeat-y;
	}

#content h1 {
	font-weight: normal;
	margin: 15px 15px 10px;
	}

#content hr, #content p, #content ol, #content ul, #content table {
	font-weight: normal;
	margin: 0 0 10px;
	}

#content ul {
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0 20px;
	}

#content ol.steps li {
	line-height: 100%;
	margin-bottom: 15px;
	}

#content h1, #content ol.steps li h1 {
	border-bottom: 2px dotted #dcb;
	color: #b04c08;
	font-size: 23px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0 0 5px;
	}

#content * h1, #content ol.steps li h1 {
	margin-left: 0;
	margin-right: 0;
	}

#content h1 a {
	color: #b04c08;
	text-decoration: none;
	}

#content h2, #content ol.steps li h2 {
	color: #0e2f40;
	font-size: 19px;
	font-weight: normal;
	}

#content h2 a {
	color: #0e2f40;
	text-decoration: none;
	}

#content h3, #content ol.steps li h3 {
	color: #b04c08;
	font: 19px Georgia, serif;
	}

#content h3 a {
	color: #b04c08;
	text-decoration: none;
}

#content h4, #content ol.steps li h4 {
	color: #09111a;
	font: 18px 'Times New Roman', Times, serif;
	}

#content h4 a {
	color: #09111a;
	text-decoration: none;
	}

#content h5, #content ol.steps li h5 {
	color: #6b6354;
	font: 16px Georgia, serif;
	}

#content h5 a {
	color: #6b6354;
	text-decoration: none;
	}

#content .edge h5, #content .edge h5 a {
	font: 16px 'Trebuchet MS', Arial, sans-serif;
	color: #b04c08;
	text-decoration: none;
	}

#content h6, #content ol.steps li h6 {
	color: #734429;
	font: 15px Georgia, serif;
	}

#content h6 a {
	color: #734429;
	text-decoration: none;
	}

#content hr {
	border-top: 2px dotted #dcb;
	clear: both;
	}

#content p.question {
	color: #0e2f40;
  	font-size: 15px;
  	font-weight: normal;
	margin-left: 20px;
  	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px
        }

#content p.answer {
	margin-left: 20px;
  	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px
	}

#content a, #content a.default * {
	font: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0e2f40;
	text-decoration: underline;
	}

#content a:link {
	font: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b04c08;
	font-weight: bold;
	text-decoration: none;
	}

#content a:active {
	font: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b04c08;
	font-weight: bold;
	text-decoration: none;
	}

#content a:visited {
	font: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b04c08; /* #0e2f40 Mistaya Blue, #b04c08 Mistaya Orange */
	font-weight: bold;
	text-decoration: none;
	}

#content a:hover {
	font: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b04c08;
	font-weight: bold;
	text-decoration: underline;
	}

#content a.default {
	color: #654;
	text-decoration: none;
	}

#content.home a {
	text-decoration: none;
	}

#content ol, #content ul {
	margin-left: 20px;
	}

#content ol.steps {
	margin-top: 0;
	margin-left: 50px;
	padding: 10px 0 0;
	}

#content ol.steps li {
	font-family: Georgia, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	}

#content ol.steps li p, #content ol.steps li li, #content ol.steps li * {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	}

#content ol.steps ul {
	list-style: square;
	}

#content ol.steps li p {
	line-height: 150%;
	}

#content ol.steps li em {
	font-style: italic;
	}

#content ol.steps li strong {
	font-weight: bold;
	}

#content ul.cols {
	list-style: none;
	margin-left: -20px;
	margin-right: -20px;
	}

#content ul.cols li {
	float: left;
	padding: 0 10px 5px 20px;
	width: 290px;
	}

#content ul.group {
	font-size: 11px;
	list-style: none;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 0;
	padding: 5px 0 0;
	}

#content ul.group images.left {
	border: 1px solid #987;
	padding: 1px;
	margin-bottom: 30px;
	}

#content ul.group li {
	float: left;
	padding: 20px 20px 20px;
	width: 280px;
	}

#content p, #content li {
	line-height: 150%;
	}

#content blockquote {
	background: #ede5d4;
	margin: 0 15px 10px;
	}

#content blockquote p {
	margin: 0;
	padding: 10px;
	}

#content .tablerow1 {
	float: left;
	width: 320px;
	}

#content .tablerow2 {
	float: left;
	width: 260px;
}

/*--------------------------------------------------------------- Breadcrumbs ----------------------------------------------------------------------*/

#content p#breadcrumbs {
	font: bold 12px Verdana, sans-serif;
	margin-bottom: 0;
	padding: 10px 20px 15px;
	}

#content p#breadcrumbs a {
	color: #92866a;
	font-weight: normal;
	text-decoration: none;
	}

#content p#breadcrumbs a:hover {
	text-decoration: underline;
	}


/*--------------------------------------------------------------- Content - Sub ----------------------------------------------------------------------*/

#content_sub {
	background: #6e4f3a;
	color: #eee;
	margin: 0 auto;
	padding: 10px 0 0;
	width: 960px;
	}

#content_sub a {
	color: #d0c1af;
	}

#content_sub a:hover {
	color: #fff;
	text-decoration: underline;
	}

#content_sub dl {
	display: inline;
	float: left;
	padding: 0 15px 10px 10px;
	width: 200px;
	}

#content_sub dt {
	padding: 10px 0;
	}

#content_sub dd {
	border-top: 2px dotted #8d7459;
	padding: 5px 10px;
	}

#content_sub p {
	clear: both;
	padding: 0 20px 20px;
	}

#content_sub p images {
	display: inline;
	float: right;
	margin: -30px 0 0 0;
	}

/*--------------------------------------------------------------- Panoramic ----------------------------------------------------------------------*/

#panoramic {
	position: relative;
	width: 960px;
	}

#panoramic images {
	text-align: right;
	}

/*--------------------------------------------------------------- Corner Overlay ----------------------------------------------------------------------*/

#corner_overlay {
	background: url(../images/corner_overlay.png) no-repeat;
	color: #817e71;
	font-size: 11px;
	padding: 15px 0 0 25px;
	position: absolute;
	top: 0;
	left: 0;
	width: 265px;
	height: 266px;
	z-index: 1;
	}

#content #corner_overlay h2 {
	background: url(../images/corner_overlay_h2.gif) no-repeat left bottom;
	color: #b04c08;
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0 0 10px;
 }

#corner_overlay dl {
	float: left;
	padding: 0 30px 0 0;
	}

#corner_overlay dt {
	color: #0e2f40;
	font-size: 14px;
	}

#corner_overlay dd {
	padding: 5px 0 0;
	}

/*--------------------------------------------------------------- Rotator ----------------------------------------------------------------------*/

ul#rotator * {
	cursor: pointer;
	margin: 0;
	padding: 0;
	}

ul#rotator {
	background: #000;
	cursor: pointer;
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 740px;
	height: 220px;
	z-index: 0;
	}

ul#rotator li {
	width: 740px;
	height: 220px;
	}

ul#rotator image {
	width: 740px;
	height: 220px;
	}

/*--------------------------------------------------------------- Quick Links ----------------------------------------------------------------------*/

#quick_links {
	background: #09111a;
	clear: both;
	font-size: 11px;
	width: 960px;
	}

#quick_links a {
	color: #fff;
	/*text-transform: lowercase;*/
	}

#quick_links a:hover {
	color: #b1a68c;
	text-decoration: underline;
	}

#quick_links dt, #quick_links dd {
	color: #fff;
	float: left;
	}

#quick_links dd {
	padding: 9px 0 10px 35px;
	}

#quick_links dt {
	color: #fff;
	padding: 9px 0 10px;
	width: 370px;
	text-align: right;
	}

/*--------------------------------------------------------------- Quick Links ----------------------------------------------------------------------*/

ul#quick_links {
	float: right;
	font-size: 15px;
	list-style: none;
	margin: 0;
	padding: 5px 0 0;
	overflow: hidden;
	width: 246px;
	}

ul#quick_links li {
	line-height: normal;
	}

ul#quick_links a {
	background-position: right top;
	background-repeat: no-repeat;
	color: #ccb;
	display: block;
	height: 130px;
	position: relative;
	}

ul#quick_links a:hover {
	background-position: -5px 0;
	color: #fff;
	}

ul#quick_links a span {
	display: block;
	position: absolute;
	top: 45px;
	left: 20px;
	width: 80px;
	}

/*--------------------------------------------------------------- Main - Home Page ----------------------------------------------------------------------*/

#main_home {
	float: left;
	font-size: 14px;
	padding: 20px 0 0 20px;
	width: 660px;
	}

#main_home a {
	color: #963608;
	}

#main_home a:hover {
	text-decoration: underline;
	}

/*--------------------------------------------------------------- Columns - Sub Pages ----------------------------------------------------------------------*/

div.full {
	padding: 0 20px;
	width: 920px;
	}

div.indented {
	padding: 0 20px;
	}

images.full {
	background: #ccb;
	border-top: 1px solid #987;
	border-bottom: 1px solid #987;
	display: block;
	width: 960px;
	}

div.half {
	float: left;
	padding: 0 20px;
	width: 440px;
	}

div.third {
	float: left;
	padding: 0 20px;
	width: 280px;
	}

div.two_thirds {
	float: left;
	padding: 0 20px;
	width: 600px;
	}

div.quarter {
	float: left;
	padding: 0 20px;
	width: 200px;
	}

div.three_quarters {
	float: left;
	padding: 0 20px;
	width: 680px;
	}

/*--------------------------------------------------------------- Menu ----------------------------------------------------------------------*/

ul#menu {
	font-size: 11px;
	list-style: none;
	margin: 0 0 20px;
	}

ul#menu ul {
	list-style: none;
	margin: 0 0 0 20px;
	}

ul#menu a {
	color: #734429;
	text-decoration: none;
	}

ul#menu a.arrow {
	background: url(../images/menu_arrow.gif) no-repeat left bottom;
	display: inline;
	float: left;
	font-size: 0;
	margin: 2px 5px 0 0;
	overflow: hidden;
	visibility: hidden;
	width: 10px;
	height: 10px;
	}

ul#menu a.arrow.on {
	background-position: 0 0;
	}

ul#menu li {
	padding: 5px 0 0;
	}

/*--------------------------------------------------------------- Footer ----------------------------------------------------------------------*/

#footer {
	background: #123 ;
	border-top: 5px solid #09111a;
	margin: 20px 0 0;
	position: relative;
	clear: both;
	width: 960px;
	height: 65px;
	}

#footer_heading {
	display: block;
	font-size: 0;
	position: absolute;
	overflow: hidden;
	text-indent: -99999px;
	top: 0px;
	left: 0px;
	width: 312px;
	height: 65px;
	}

/* #footer a {
	color: #fff;
	display: inline;
	text-decoration: none;
	width: 960px;
	height: 65px;
	} */

#btm_links {
	color: #fff; /* c6ae1a */
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 25px;
	left: 47px;
	width: 690px;
	}

#btm_links a {
	font: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	}

#btm_links a:hover {
	font: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #c6ae1a; /* #c6ae1a Mistaya Link Yellow, #0e2f40 Mistaya Blue, #b04c08 Mistaya Orange*/
	font-size: 14px;
	font-weight: bold;
	}

#copywrite {
	background: url(../images/copywrite.png) no-repeat;
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 27px;
	position: absolute;
	text-align: center;
	top: 23px;
	right: 30px;
	width: 180px;
	height: 27px;
	}

