/* --- Typography --- */

a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
h1 {
		
	}
h2 {
	
	}
h3 {
		
	}
h4 {
		
	}
p, p.MsoNormal span {
color:#61442D;
margin-bottom:5px;
}

/* --- Structure --- */

#header {
	width: 975px;
	height: 60px;
	margin: 0 auto;
	position:relative;
	}
#header-right {
	padding:29px 0 0;
	position:absolute;
	right:0;
	width:332px;
	font-size:12px;
}
#modal-header
{
	z-index: 30;
	background: url('../images/modal-popup-header.png') no-repeat;
	height: 12px;
	width: 417px;
	position: absolute;
	top: -12px;
	left: 0px;
}
#modal-footer
{
	z-index: 30;
	background: url('../images/modal-popup-footer.png') no-repeat;
	height: 12px;
	width: 417px;
	position: absolute;
	bottom: -12px;
	left: 0px;	
}
#modal-popup
{
	z-index: 30;
	display: none;
	position: fixed;
	width: 417px;
	top: 40%;
	left: 35%;
	z-index: 15;
	background: url('../images/modal-popup-content.png') repeat-y;
}
#modal-popup .close
{
	z-index: 30;
	background: url('../images/modal-close.png');
	width: 24px;
	height: 24px;
	position: absolute;
	left: -10px;
	top: -20px;
}

#modal-popup .next
{
	z-index: 30;
	background: url('../images/icon_rightarw.png');
	width: 6px;
	height: 11px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
}

#modal-popup .detail-text
{
	z-index: 30;
	text-align: right;
	width: 375px;
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-family: Georgia;
	font-style: italic; 
	font-size: 10px;
	cursor: pointer;
}

#modal-popup .text
{
	z-index: 30;
	text-align: center;
	color: #ddcc82;
	width: 400px;
	top: 30px;
	font-family: Georgia;
	font-style: italic;
	padding: 10px;	
}
#modal-popup .text p, #modal-popup .text label{
	z-index: 30;
	color:#fff;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif; 
}
#modal-popup .text label{
	display:-moz-inline-box;
	display:inline-block;
	padding-right:20px;
	margin-bottom:15px;
	z-index: 30;
}


#modal-popup .text input[type="submit"] {
	margin-top:10px;
	z-index: 30;
}
.update-checklist
{
	/*background: url(../images/update-checklist-bottom.png) no-repeat;*/
	background:#B19C63;
	float: right;
	/*height: 44px;
	overflow: hidden;
	padding-top: 20px;*/
	width: 291px;
	position: relative;
	padding:3px;
	margin-top:5px;
}
.update-checklist td {
vertical-align: middle;
padding:3px;
}
.update-checklist td label {
cursor: pointer;
}
.update-checklist td label:hover {
text-decoration:underline;
}
.update-checkbox {
border-top:1px solid #875D3E; 
border-bottom:1px solid #875D3E; 
border-left:1px solid #875D3E; 
}
.update-checkbox .checked, .update-checkbox .unchecked
{
height:18px;
width:18px;
margin:auto;
cursor: pointer;
}

.update-text
{
	/*position: absolute;*/
	/*top: 7px;*/
	/*right: 95px;*/
	background:#decc82;
	width: 160px;
	text-align: center;
	font-family: Georgia;
	font-style: italic;
}

td.continue-text
{
background:#000000 url(../images/update-checklist-arrow.gif) no-repeat scroll 95% 50%;
color:#FFFFFF;
display:block;
font:italic 12px/13px Georgia, "Times New Roman", Times, serif;
margin:-3px -3px -3px 0;
padding:8px 5px;
}

#login-box {
	float: left;
}
#search-box {
	float:right;
	color: #fff;
	font-size: 10px;
	padding-top: 10px;
}
#search-box input {
	background-color: #bba683;
	border: 1px solid #937555;
	height: 20px;
	font-size: 12px;
	margin-top: 5px;
}
#wrapper {
	width: 960px;
	height: auto;
	background: url(../images/wrapper_bg.gif) no-repeat left top;
	margin: 0 auto;
	padding: 8px;
	position: relative;
	}
#container {
	width: 950px;
	height: 560px;
	/*border: 1px solid #998357;
	background: url(../images/container_bg.gif) repeat-x;*/
	padding: 7px 7px 5px 0px;
	}
#sidebar {
	width: 170px;
	height: 560px;
	float: left;
	/*background: url(../images/sidebar_bg.gif) repeat-x;*/
	}
#innerNav {
	height: 552px;
	width: 0px;
	left: 210px;
	top: 16px;
	position: absolute;
	background-color: black;
	opacity: .8;
	overflow: hidden;
	z-index: 1;
	}
#adContent {
	height: 312px;
	width: 0px;
	left: 179px;
	top: 256px;
	position: absolute;
	/*background-color: black;
	opacity: .8;*/
	overflow: hidden;
	z-index: 1;
	}
#adContent .obl {
	height:100%;
	width:100%;
	position:absolute;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;

	z-index:9;
	
	}
.adContentText {
	margin: 5px;
	height: 96%;
	width: 219px;
	border: 1px solid white;
	font-size: 12px;
	text-align: center;
	padding: 10px;
	position:absolute;
	z-index: 10;
	
}
#innerNav2 {
	height: 552px;
	width: 0px;
	left: 210px;
	top: 16px;
	position: absolute;
	background-color: black;
	opacity: .8;
	overflow: hidden;
	z-index: 1;	
	}
.innerNavLinkHolder {
	margin: 5px;
	height: 98%;
	width: 187;
	border: 1px solid #666;
	font-size: 12px;
	text-align: center;
	z-index: 1;
	}
.innerNavLinkHolder a
{
	color: #fff;
	text-decoration: none;
	line-height: 2;
}
.innerNavLinkHolder a:hover {
	/*text-decoration:underline;*/
	color:#DDCC82;
}
td a {
	color:#61442D;
	text-decoration: none;
	}
td {
	color:#61442D;
	}
.content {
	width: 780px;
	height: 552px;
	float: right;
	z-index: 1;
	}
#content1, #content2 {
	height: 552px;
	left: 179px;
	position: absolute;
	top: 16px;
	width: 780px;
	z-index: 0;
	}
#footer-links {
	/*position: absolute;*/
	/*bottom: -15px;*/
	/*top:100%;
	right: 0px;*/
	width:980px;
	margin:0 auto;
	text-align:right;
	}
#footer-links ul {
	list-style-type: none;
	display: inline;
	font-size: 10px;
	margin:0px;
	padding:0px;
	}
#footer-links li {
	display: inline;
	border-left: 1px solid #61442D;
	padding:0 3px 0 6px;
}

#footer-links li:first-child {
	border:none;
}
#footer-links a:hover {
	text-decoration:underline;
}
#breadcrumb-container {
	/*position: absolute;*/
	/*bottom: -15px;*/
	/*top:100%;
	right: 0px;*/
	cursor: pointer;
	/*background-color: #d2c190;*/
	border-top: 0px;
	width: 300px;
	height: 15px;
	font-size: 10px;
	position: absolute;
	/*left: 24.6%;*/
	text-align: center;
}

#breadcrumb-menu {
	
	/*border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;*/
	
	
	background-color:#D2C190;
	bottom:15px;
	height:0;
	opacity:0.9;
	overflow:hidden;
	padding:0 10px;
	position:absolute;
	width:956px;
	z-index:10;
}
#breadcrumb-menu li {
list-style:none;
margin:5px;
}
#breadcrumb-container #bctit {
margin:-10px 0 0;
padding:0;
position:absolute;
z-index:11;
}
#breadcrumb-container #bctit li {
display:block;
float:left;
background:#33CC00;
}


.active-page {
	padding-left: 10px;
	font-weight: bold;
}

.indent1 {
	padding-left: 10px;
}
.indent2 {
	padding-left: 20px;
}

/* --- Navigation --- */

#sidenav {
	/*background: url(../images/nav_bg.jpg) no-repeat;*/
	width: 178px;
	height: 330px;
	margin-left: -8px;
	padding:0px 0px 10px 0px;
	list-style-type: none;
	}
#sidenav li {
	text-align: right;
	overflow: hidden;
	margin:5px 0;
	height:23.5px;
	line-height:18px;
}
#sidenav li a:hover, .currentLink{
}
#sidenav li#directory-toggle {
margin-bottom:20px;
}
#sidenav li#invite-toggle {
background:transparent url(../images/env.gif) no-repeat scroll 5px center;
border:1px solid #FFFFFF;
/*bottom:10px;*/
left:18px;
padding:0 5px 6px 25px;
position:absolute;
width:119px;
margin:31px 0 0;
}
#sidenav #documents-toggle, #sidenav #references-toggle {
background:transparent url(../images/sBtnR.png) no-repeat scroll right center;

/*border:1px solid #ccc;*/
width:138px;
left:18px;
padding:0 13px 0 0;
position:absolute;
text-align:center;
height:29px;
}
#sidenav #documents-toggle a, #sidenav #references-toggle a {
display:block;
background:transparent url(../images/sBtnL.png) no-repeat scroll left center;
padding:0 0 4px 13px !important;
line-height:28px !important;
height:25px;
text-align:center;
}

#sidenav #documents-toggle {
bottom:95px;
}
#sidenav #references-toggle {
bottom:128px;
}
#sidenav li#invite-toggle a {
color:#DDCC82;
padding:0;
word-spacing:normal;
line-height:28px;
}
#sidenav #documents-toggle a, #sidenav #references-toggle a {word-spacing: normal; padding:0 0 0 3px;line-height:28px;}
/*#sidenav #documents-toggle, #sidenav #references-toggle, #sidenav li#invite-toggle {padding-top:5px;}*/
#sidenav li:hover, .currentLI {
	background-color: #000000;
	color: #fff;
	}
#sidenav li a {
	font-size:12px;
	text-transform: lowercase;
	text-decoration: none;
	color: #ddcc82;
	padding-right: 6px;
	word-spacing:-5px;
	}
#sidenav li a em {color:#fff; font-style:normal;}
#sidenav li a:hover, .currentLink {
	/*color: #fff;*/
	}
#sidenav li a.lock {
	background: url(../images/icon_lock.png) no-repeat left;
	padding-left: 15px;
	}
#sidebar div.top a {
	background: transparent url(../images/site-tour.png);
	display: block;
	height: 49px;
	margin: 28px 0 44px 14px;
	text-indent: -3000px;
	width: 142px;
	}
#sidebar div.top a:hover {
	background: url(../images/site-tour_on.png) 0px 0px;
	}
#flashStuff
{
	position: absolute;
	top: 16px;
	left: 718px;
	z-index: 1;
}

/* --- Elements --- */

#logo {
	height: 418px;
	float: left;
	}
/*--------------------------------------------------change---------------------------------------------------------------------*/
#content-box-right {
	right: 16px;
	z-index: 2;
	position: absolute;
	background: #c9b68f;
	width: 0px;
	height: 553px;
	float: right;
	font-size: 12px;
	overflow: hidden;
	}
	
#dashboard-box {
	right: 16px;
	z-index: 2;
	position: absolute;
	width: 0px;
	height: 552px;
	float: right;
	font-size: 12px;
	overflow: hidden;
	}

/*.contentBoxCont {
	border: 7px solid rgb(201, 182, 143);
	overflow-y: auto;
	overflow-x: hidden;
	height: 485px;
	border-top:none;
	padding:0 10px;
	width:495px;
	position: relative;
	color:#61442D;
}*/
.contentBoxCont {
border-color:-moz-use-text-color #C9B68F #C9B68F;
border-style:none solid solid;
border-width:medium 0 7px;
color:#61442D;
height:497px;
overflow-x:hidden;
overflow-y:auto;
padding:0 10px 0 20px;
position:relative;
width:492px;
}
.contentBoxCont h2 {
background:url('../images/lineBelow.gif') no-repeat left bottom;
color:#000000;
font:bold 14px/40px Arial, Helvetica, sans-serif;
text-transform: uppercase;
/*letter-spacing:.5px;*/
margin:0 0 7px;
}
.contentBoxCont a {
	color:#FFFFFF;
	}
.contentBoxCont a:hover {
	text-decoration:underline
	}
/*--------------------------------------------------end change---------------------------------------------------------------------*/

#content-box-right ul {
	list-style-type: disc;
}

#content-box-left {
	background: #c9b68f;
	width: 520px;
	height: 552px;
	float: right;
	overflow: hidden;
	}
#login-box span {
background:transparent url(../images/sBtnR.png) no-repeat scroll right center;
padding:0 13px 0 0;
display:-moz-inline-box;
display:inline-block;
height:27px;
cursor:pointer;

}

#loginButton, #logoutButton {
	background:transparent url(../images/sBtnL.png) no-repeat scroll left center;
border:medium none;
color:#FFFFFF;
height:27px;
margin-right:0;
margin-top:0;
padding:0 0 4px 13px;
cursor:pointer;
font:italic 11px Georgia, "Times New Roman", Times, serif;
}

#loginButton:hover, #logoutButton:hover {
color:#DDCC82;
}

#logoutButton {
	/*background-color: #664926;
	color: #fff;
	font-size: 10px;*/
}



/* --- Drawer --- */

@media screen
{
	body>div#drawer
	{
		position: fixed;
	}
}

#drawer {
	left:0;
	z-index: 8;
	height: 29px;
	background: url('../images/footBkg.jpg');
	width: 100%;
	position: absolute;
	bottom: 0;
	}
/*#drawer div.right {
	width: 100%;
	}*/
/*#drawer div.handle {
	width: 100%;
	height: 1px;
	}*/
.drr-container {
	margin: 0 auto;
	padding:0;
	width:976px;
	}
/*#drr-btn-open {
	width: 203px;
	height: 51px;
	background: url(../images/drr_handle_button.png) no-repeat;
	display: block;
	text-indent: -3000px;
	margin-left:-28px;
	margin-top:-26px;
	}*/
#floater-links {
/*	position: absolute;
	top: 0px;
	right: 15%;
*/	width:560px;
float:right;
margin-top:7px;
}
#floater-links ul.white-float {
	padding-left: 50px
}
#floater-links ul {
	list-style-type: none;
	display: inline;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	margin:0px;
	padding:0px;
	}
#floater-links li {
	display: inline;
	padding:0 10px 0 10px;
}
#floater-links li a {
	font: normal 14px Georgia, "Times New Roman", Times, serif;
}
#floater-links ul.white-float li a {
	font: italic 14px Georgia, "Times New Roman", Times, serif;
}
#floater-links li a:hover {
text-decoration:underline;
}
div.drr-info, div#drr-content {
	background: url(../images/drr_bg.png);
	}
div.drr-info {
	height: 30px;
	}
div.drr-info div.left h1 {
	text-align: right;
	width: 155px;
	font-family: Georgia, Trebuchet MS, Serif;
	color: #fff;
	font-size: 18px;
	text-transform:lowercase;
	line-height: 26px;
	padding-right: 10px;
	}
div.drr-info div.right {
	height: 26px;
	background: #875d3e;
	}
div.drr-info div.right span {
	font-size: 14px;
	color: #d4c37a;
	line-height: 23px;
	}
div.drr-info div.right span em {
	text-transform: lowercase;
	font-size: 16px;
	font-family: Georgia, Trebuchet MS, Serif;
	color: #fff;
	margin-right: 5px;
	margin-left: 15px;
	}
#drr-content div.right {
	background: #c9b68f;
	height: 400px;
	}
/* --- Forms --- */





/*--------------------------------------------------change---------------------------------------------------------------------*/
.topic-head {
background:#C9B68F;
display:block;
margin:0 8px 0 0px;
padding:8px 8px 0;
position:relative;
text-align:center;
width:514px;
}
.topic-inline {
	background-color: #000;
	display: block;
	width: 408px;
	padding: 5px 25px;
	margin-top: 3px;
	position:relative;
}
.topic-head h2, .topic-head h2 span {
background:#000000 none repeat scroll 0 0;
color:#FFFFFF;
display:block;
font:normal normal 23px Georgia,"Times New Roman",Times,serif;
padding:7px 0 12px;
width:514px;
margin:0;
text-transform:lowercase;
word-spacing:-6px;
height:29px;
}
.topic-head h2 span {
color:#DDCC82;
display:inline;
/*font-size:24px;*/
}
.topic-head h2 span.tp{
font-size:24px;
word-spacing:normal;
padding-right:5px;
}
.topic-inline h2 {
	color: #fff;
	display: inline;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	text-transform:capitalize;
}
h2.topic-prefix {
	color: #d9ce7c;
	font:normal normal 14px Georgia,"Times New Roman",Times,serif;
	}
/*--------------------------------------------------end change---------------------------------------------------------------------*/
/*--------------------------------------------------add---------------------------------------------------------------------*/
.topic-inline b {
	color:#d9ce7c;
	font:italic normal 14px Georgia,"Times New Roman",Times,serif;
	position:absolute;
	right:25px;
}
/*h2.subHeadMain {
background:url('../images/lineBelow.gif') no-repeat left bottom;
color:#000000;
font:normal 14px/40px Verdana, Arial, Helvetica, sans-serif;
text-transform:capitalize;
margin:0 0 7px;
}*/
h2.tstep{
	font:normal 14px/40px Georgia, "Times New Roman", Times, serif;
	/*padding-bottom:13px;*/
}
/*--------------------------------------------------end add---------------------------------------------------------------------*/


.definition, a.definition {
	background-color: #ddcc82;
	cursor: pointer;
	padding:0 3px;
	color:#61442D;
}

a.definition:hover {
text-decoration:none;
}
.step {
	display: block;
	height: 25px;
	background-color: #b49f7b;
}

.step .step-checkbox {
	float: left;
}

.step .step-text {
	width: 75%;
	float: right;
	background-color: #fff;
}

.topic-page {
	color: #61442d;
	font-size: 12px;
}

#explain {
	padding: 20px;
}

/*-------------------------------------------------- change/add tables ---------------------------------------------------------------------*/
.tables {
	background:#b39f7a;
	padding:4px 4px;
	width:458px;
	margin:30px auto 15px;
}
.tables a {
color:#61442D;
}
/*.tables a:hover {
	text-decoration:underline;
}*/
.tables .stItem td {
	border-top: 1px solid #8e7755;
}

.tables td {
	border-bottom: 1px solid #8e7755;
	padding:2px 0 3px;
}
.tables .tCheck {
	width:25px;
	border-left: 1px solid #8e7755;
}
.tables .tTime {
	width:25px;
	border-right: 1px solid #8e7755;
}
.tables .tStep, .tables .tAction {
	background:#fff;
}
.tables td.tStep {
	font:bold normal 13px Georgia,"Times New Roman",Times,serif;
	text-align:right;
	color:#000;
	padding-right:4px;
	width:56px;
}
.tables .stItem .tStep, .tables .stItem .tAction {
	background: url('../images/listShadow.gif') repeat-x center top;
	padding-top:4px;
}
.tables .endItem .tStep, .tables .endItem .tAction {
	background:#fff url('../images/listShadow.gif') repeat-x center bottom;
	padding-bottom:4px;
}
.tables .tHeader {
	position:absolute;
	background:#000;
	width:458px;
	height:25px;
	padding:2px 0 3px;
	margin-top:-33px;
	margin-left:-4px;
}
.tables .tHeader td {
	background: transparent;
	border:none;
	padding:4px 0 2px;
}
.tables .tHeader td.tStep {
	color: #d9ce7c;
	font:normal normal 14px Georgia,"Times New Roman",Times,serif;
	text-transform:capitalize;
}
.tHeader td.tAction {
	color: #fff;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	padding-left:4px;
}
.tHeader td.tAction a {color:#fff;}
.tables .tHeader td.tTime {
	text-align:right;
	position:absolute;
	width:100px;
	top:4px;
	right:20px;
	
}
.tTime {
	color:#d9ce7c;
	font:italic normal 14px Georgia,"Times New Roman",Times,serif;
	}
.noHead {margin:0 0 15px;}

/*-------------------------------------------------- end change/add tables ---------------------------------------------------------------------*/





.steps-check-list {
	background-color: #b39f7a;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.steps-check-list li {
	list-style-type: none;
	padding-left: 5	px;
	padding-right: 30px;
	border-bottom: 1px solid #8e7755;
	background: url('../images/steps-side-border.jpg');
}

.steps-check-list input {
	margin-left: 5px;
}

.toggler
{
	font-size: 14px;
	font-weight: bold;
}

/* img, div, a, input, span, li, ul { behavior: url(/includes/iepngfix.htc) } */

.tip-text ul
{
	list-style-type: disc;
}

.tip-top {
	background: url('../images/tipTop.png') no-repeat center top;
	color: #fff;
	width: 275px;
	height:28px;
	z-index: 13000;
	/*padding:0;*/
}		 
.tip-title {
	background:url('../images/toolTitle.png') repeat-y center top;
	/*font-weight: bold;*/
	font-size: 13px;
	margin: 0 auto;
	color: #330000;
	padding:2px 25px;
	text-align:center;
	/*display:block;*/
	width: 219px;
}
.tip-text {
	background:url('../images/toolText.png') no-repeat center bottom;
	font-size: 12px;
	width: 225px;
	padding:2px 25px 40px;
	/*padding: 4px 8px 8px;*/
	color:#ddcc82;
	font-style:italic;
	/*position:relative;*/
	/*background-color: #900;*/
}
div.spn-hover a {
	color:#000;
	position:absolute;
	top:100%;
	left:0;
	background:url('../images/toolLink.png') no-repeat center bottom;
	width: 225px;
	padding:10px 25px 19px;
	margin-top:-9px ;
	font:italic 13px Georgia, "Times New Roman", Times, serif;
}
.tip-text a {
	position:absolute;
	top:100%;
	margin-top:-30px;
	right:20px;
	color:#fff;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
}
.tip-text a:hover{text-decoration:underline;}
.tip-loading {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	/*background-color: #900;*/
}
/*-------------------------------------------------- ie7 ---------------------------------------------------------------------*/
.tip {width:275px;}
/*-------------------------------------------------- ie7 ---------------------------------------------------------------------*/

/* fancyform styles */
/*-------------------------------------------------- change/add ---------------------------------------------------------------------*/
/*.checked{
	height: 12px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -5px;
	width: 12px;
	background: url('../images/chk_on.png') no-repeat;
}
.unchecked{
	height: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -5px;
	width: 12px;
	background: url('../images/chk_off.png') no-repeat center center;
}*/
.checked{
	background: url('../images/chk_on.png') no-repeat center center;
}
.unchecked{
	background: url('../images/chk_off.png') no-repeat center center;
}
/*-------------------------------------------------- end change/add ---------------------------------------------------------------------*/
.selected{
	/*display: inline-block;*/
	height: 18px;
	padding-left: 19px;
	/*margin-right: 10px;
	margin-top: -5px;
	width: 16px;*/
	background: url('../images/chk_on.png') no-repeat left center;
	cursor:pointer;
}
.unselected{
	/*display: inline-block;*/
	height: 18px;
	padding-left: 19px;
	/*margin-right: 10px;
	margin-top: -5px;
	width: 16px;*/
	background: url('../images/chk_off.png') no-repeat left center;
	cursor:pointer;
}
.leftcol{float:left;clear:left;width:50%}
.rightcol{float:left;clear:right;width:50%}

.book-holder
{
	background-color: #fff;
	border: 2px solid #d9d186;
	width: 452px;
	margin: 0 auto;
	text-align: center;
	padding: 8px;
}

.book
{
	/*display:-moz-inline-box;*/
	display: inline-block;
	border: 1px solid black;
	margin: 13px;
	height: 212px;
	width: 116px;
	background-color: #e0d384;
	color: #68585a;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
}
.book, x:-moz-any-link {float:left;}
.book, x:-moz-any-link, x:default {float:none;}
.book img
{
	width: 86px;
	height: 96px;
	padding: 4px;
}
.book a {
display:inline;
position:static;
}

#font-size
{
color:#000000;
font-size:11px;
position:absolute;
right:10px;
top:38px;
cursor:pointer;
font:italic 13px Georgia, "Times New Roman", Times, serif;
}
#font-size span { font-style:normal; color:#fff;}
@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------------- Home Page Styles ---------------------------------------------------------------------*/
.trBkg {
	background:#fff;
	width:100%;
	height:100%;
	padding:10px;
	position:absolute;
	top:-10px;
	left:-10px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}
#homeMainCont {
	width:401px;
	height:487px;
	position:relative;
	z-index:5;
	top:30px;
	left:50px;
}

.HpHead {
	font:normal 22px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	background:#000;
	width:385px;
	height:20px;
	padding:14px 18px;
	position:absolute;
	top:-10px;
	left:-10px;
	word-spacing:-4px;
}
.HpHead span, #homeSecCont h2 span {
	font:inherit;
	color:#d5c379;
}
#homeMainCont div.cont {
	width:379px;
	height:424px;
	border:1px solid #d5c379;
	position:absolute;
	padding:50px 10px 10px;

}
#homeSecCont {
	width:230px;
	height:448px;
	position:relative;
	z-index:5;
	top:-418px;
	left:508px;
}
#homeSecCont div.cont {
	width:100%;
	height:100%;
	position:absolute;
}
#homeSecCont h2 {
	background:#000;
	font:normal 18px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	padding:2px 10px;
	margin:0;
	word-spacing:-4px;
}
#homeSecCont p, ul.checklist {
	padding:5px;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#604534;
	margin-bottom:10px;
}
.white {
	background:#fff;
	border:1px solid #CCCC99;
}
#homeSecCont p.white {margin-top:-5px;}
#homeSecCont p.white img {
	margin:4px auto;
	display:block;
}
.curr {
	font:normal 15px Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin-bottom: 2px;
}
.ind {
	font:normal 13px/10px Verdana, Arial, Helvetica, sans-serif;
	color:#604534;
	padding-left:20px;
}
.ind a:hover {
	text-decoration: underline;	
}
span.line {
	background:url(../images/line.png) no-repeat center center;
	display:block;
	height:12px;
	margin:10px 0 0;
}
ul.timeline {
	margin:8px 0 0;
	padding:0;
	text-align:center;
	color:#DDCC82;
}
ul.timeline, x:-moz-any-link{margin:2px 0 0;}
ul.timeline, x:-moz-any-link, x:default{margin:8px 0 0} 
ul.timeline li {
	background:transparent url(../images/tlineBkg.gif) repeat scroll 0 0;
	display:-moz-inline-box;
	display:inline-block;
	width:42px;
	height:41px;
	font:italic 11px/15px Georgia, "Times New Roman", Times, serif;
	padding-top:2px;
	/*float:left;*/
}
ul.timeline li.lm{
background:transparent none repeat scroll 0 0;
width:70px;
}
ul.timeline li a { font:inherit; text-align:inherit; color:inherit;}
ul.timeline li a, x:-moz-any-link{width:41px;text-align:center;display:block;}
ul.timeline li a, x:-moz-any-link, x:default{display:inline}

ul.timeline li a:hover { text-decoration:underline;}
ul.timeline li b {
	font:italic normal 23px/24px "Times New Roman", Times, serif;
	letter-spacing:-1px;
	display:block;
	color:#4c3b2b;
}
table.checklist td{
/*padding:0 0 0 6px;*/
margin-bottom:3px;
cursor:pointer;

}

table.checklist tr.title td, table.checklist tr.title td a {
	padding:0 0 4px 0;
	color:#000;
	}
table.checklist {
	/*margin:0 0 0 5px;*/
}
table.checklist td.unchecked {
	background:transparent url(../images/chk_off.png) no-repeat scroll left center;
	height:7px;
}
table.checklist td.checked {
	background:transparent url(../images/chk_on.png) no-repeat scroll left center;
	height:7px;
}
table.checklist td a {
	color:#604534;
	padding-left:6px;
}
table.checklist td a:hover {
	text-decoration:underline;
}
#slider {
	/*background:#c9b68f;*/
	width:345px;
	height:1px;
	margin:12px 0 0px 5px;
	position:relative;
}
#slider img {
	position:absolute;
	bottom:0px;
	}

.title {
	color:#000000;
}
/*-------------------------------------------------- Image Box Styles ---------------------------------------------------------------------*/

.smImg, .bgImg {
border:1px solid #000;
padding:3px;
}
.smImg {
float:right;
margin:-34px 0 5px 10px;
}
.bgImg {
margin-top:10px;
}
/*-------------------------------------------------- document list ---------------------------------------------------------------------*/
div.right {
float:right;
width:246px;
}
a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'], .document a {
	background:transparent url(../images/document.png) center left no-repeat;
	display:-moz-inline-box;
	display:inline-block;
	padding-left:20px;
	line-height:15px;
}

.document-list {
	display:block;
	margin:6px 0 20px 9px;
}
.document, .document-login
{
	list-style-type: none;
	color:#61442d;
}
.document a, .document-login a
{
	color:#61442d;
}

table.this {margin-bottom:3px;}
table.this td{padding:5px 0;vertical-align:top;}
table.this a {color:#61442D;}
/*-------------------------------------------------- steps page ---------------------------------------------------------------------*/
.activity-head { 
background:#000000 none repeat scroll 0 0;
color:#FFFFFF;
font:italic 14px Georgia, "Times New Roman", Times, serif;
margin-left:-20px;
width:66px;
padding:2px 0 4px 30px;
}
.prtEmail {
position:absolute;
right:10px;
margin-top:-20px;
}
.activity-name {
background:#fff;
margin:3px 0;
padding:3px 10px;
}
div.activity-name span {
border-top: 2px dotted #666;
border-bottom: 2px dotted #666;
display:block;
margin-bottom:0px;
padding:1px 0 3px;
color:#333;
font-size:13px;
}
/*-------------------------------------------------- Best Practices ---------------------------------------------------------------------*/
.bestpractices {
background:#fff url('../images/bestPracticeBkg.jpg') repeat-y center;
border:4px solid #dbcb80;
width:424px;
margin:10px auto;
padding:4px 10px;
}
.bestpractices h4 {
background:url('../images/bestPracticeHead.jpg') no-repeat right center;
border-bottom:2px dotted #666;
font:italic 20px Georgia, "Times New Roman", Times, serif;
text-transform:lowercase;
color:#61442d;
padding: 4px 2px;
word-spacing:-5px;
}
.bestpractices h4 span {
font:italic 20px Georgia, "Times New Roman", Times, serif;
color:#000;
}
.bestpractices p {
padding:4px 0;
}
.bestpractices ul {
	list-style-type: disc;
}
.bestpractices a {
color:#000;
}
a.document {
background:url(../images/document.png) no-repeat scroll right center;
display:-moz-inline-box;
display:inline-block;
padding-right: 18px;
}
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
/*-------------------------------------------------- Best Practices ---------------------------------------------------------------------*/
#commentForm div {
	color:#fff;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
}
#commentForm center {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	color:#DDCC82;
	}
#commentForm input {
	margin:2px 0 auto;
}	
span.unchecked, span.checked {
padding:10px;
/*display:inline-block;
/*width:25px;
height:25px;*/
}
/*-------------------------------------------------- ads ---------------------------------------------------------------------*/
.joinComm {
position: absolute; 
bottom: 5px; 
background-color: #998b58; 
width: 220px; 
height: 30px; 
text-align: center; 
padding-top: 15px;
}
/*-------------------------------------------------- forms ---------------------------------------------------------------------*/
.contentBoxCont input {
	height: 32px;
	font-size: 24px;
	}


.contentBoxCont form.form {
display:block;
border:1px solid #998b58;
position: relative;
padding:20px 30px;
margin:15px 0 30px;
}
.contentBoxCont form.form label {
display:block;
margin:5px 0 1px;
}
.contentBoxCont form.form h2 {
background:#C9B68F;
position:absolute;
margin:-28px 0 0 -2px;
padding:0 2px;
line-height:normal;
}
.contentBoxCont form.form input.submit, center input.submit {
background: url('../images/sBtn.png') no-repeat center center;
border:none;
/*border:1px outset #330000;*/
color:#FFFFFF;
font-size:12px;
left:50%;
margin:-16px 0 0 -50px;
padding:0 0 2px;
position:absolute;
top:100%;
width:100px;
height: 32px;

font-family:Georgia,"Times New Roman",Times,serif;
font-size:11px;
font-size-adjust:none;
font-style:italic;
font-variant:normal;
font-weight:normal;
cursor:pointer;

}
center input.submit {
position:static;
margin:auto;



}
.contentBoxCont form.form input.textinput {
	height: 32px;
	font-size: 24px;
	width:98%;
}
.contentBoxCont form.form textarea {
width:98.5%;
height: 50px;
}

.contentBoxCont form.form .radiogroup {
margin:5px 0;
}
.contentBoxCont form.form .radiogroup label {
margin:1px 0;
}

/*-------------------------------------------------- sitemap ---------------------------------------------------------------------*/

.page
{
	list-style-type: disc;
	
}
.page a {color:#000; font:normal 16px Georgia, "Times New Roman", Times, serif}

.subpage
{
	list-style-type: disc;
	
	padding-left: 25px;
}
.subpage a {color:#61442D; font:normal 13px Verdana, Arial, Helvetica, sans-serif}
.subsubpage
{
	list-style-type: disc;
	padding-left: 50px;
}
.subsubpage a {color:#fff; font:normal 12px Verdana, Arial, Helvetica, sans-serif}

/*-------------------------------------------------- homepagefix for safari ---------------------------------------------------------------------*/
.trBkg {
	background:#fff;
	width:100%;
	height:100%;
	padding:10px;
	position:absolute;
	top:-10px;
	left:-10px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}
/*-------------------------------------------------- index / main page ---------------------------------------------------------------------*/
.indexcontent {
height:552px;
width:780px;
z-index:1;
position:relative;
margin:auto;
}

div#innerNav2.indexInner {
background-color:black;
height:552px;
right:0px;
opacity:0.8;
overflow:hidden;
position:absolute;
top:0px;
width:0;
z-index:10;
left:auto;
}
#indexTime{
background:transparent url('../images/hPBack.png') repeat scroll 0 0;
height:161px;
left:37px;
position:absolute;
top:100px;
width:505px;
}
#indexIntro {
/*border:1px solid #DDCC82;*/
background:#fff;
margin:10px auto 0;
width:485px;
position:relative;
padding-bottom:5px;
}
#indexIntro h1 {
background:#7F5737 none repeat scroll 0 0;
color:#DDCC82;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:14px;
height:9px;
letter-spacing:0.5px;
line-height:12px;
padding:10px;
text-align:center;
}
#indexIntro p {
border:1px solid #DDCC82;
color:#333333;
font-size:11px;
height:50px;
margin:-25px 5px 0;
padding:30px 5px 0;
position:relative;
text-align:center;
}
.indexcontent .innerNavLinkHolder a {
line-height:22px;
}
.bpartner{
border:1px solid #333;
color:#DDCC82 !important;
display:block;
margin:auto;
padding:5px 4px;
width:150px;
text-align:center;
}

#find-provider-text {
	display: none;
	text-align: center;
}

#find-provider{
	display: block;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
	color: #DDCC82;
	padding-top: 8px;
	font-style: italic; 
	height: 50px;
	text-align: center;
}
#innerNav2 img {
	position: absolute;
	bottom: 0px;
	left: 8px;
}

a.bpartner:hover {
	background:#5B3F2A;
	color:#DDCC82 !important;

	}
	
/*-------------------------------------------------- share thoughts ---------------------------------------------------------------------*/
	
#map-outside-canvas {	
	background-color: rgb(201, 182, 143); 
	width: 400px; 
	height: 555px; 
	position: absolute; 
	top: 15px;
	left: 430px;
	z-index: 2;
	margin-left: 0px;
}
#map-outside-canvas-handle {
	width: 49px; 
	height: 148px; 
	background-image: url(../images/map-tab.png); 
	position: absolute; 
	margin-left: -49px; 
	top: 200px; 
	cursor: pointer;
	}
#map-outside-canvas-inside {
	border: 1px solid #61442D; 
	margin: 3px;
	z-index: 0; 
	width: 98%; 
	height: 98%;
}#share-thoughts-container {	
	background-color: rgb(201, 182, 143); 
	width: 350px; 
	height: 555px; 
	position: absolute; 
	top: 15px;
	left: 430px;
	z-index: 2;
	margin-left: 0px;
}
#share-thoughts-handle {
	width: 38px; 
	height: 178px; 
	background-image: url(../images/shareThoughts-tab.png); 
	position: absolute; 
	margin-left: -38px; 
	top: 200px; 
	cursor: pointer;
	}
#share-thoughts-text {
	border: 1px solid #61442D; 
	margin: 3px;
	z-index: 0; 
	width: 98%; 
	height: 98%;
}
#share-thoughts-button {
	cursor: pointer;
}
#div-comment-header, #div-no-comments {
	background:#885d3d;
	color: #DECC82;
	font-size:12px;
	text-align:center;
}
#div-comment-header span{
display:block;
color:#000;
text-align:center;
}
#share-thoughts-text .comment {
	border: 1px solid #61442D;
	margin: 2px 4px;
	padding: 3px;
	}
#share-thoughts-text .comment-text	{
	font-size:12px;
	color:#000;
	}
#share-thoughts-text .comment-author, #share-thoughts-text .comment-time, #share-thoughts-text .comment-reply {
	font-size:10px;
	display:-moz-inline-box;
	display:inline-block;
	border-right:1px solid #61442D;
	padding-right:4px;
	/*margin-right:3px;*/
	}
#share-thoughts-text .comment-author, x:-moz-any-link {
margin-right:5px;
}
#share-thoughts-text .comment-author, x:-moz-any-link, x:default {
margin-right:0;
}
#share-thoughts-text .comment-reply {
	border:none;
	color:#fff;
	}
#share-thoughts-text .comment-reply a:hover {
text-decoration:underline;
}
.comment-reply {
	cursor:pointer;
}
#share-thoughts-button, .comment-go-back {
background:#DECC80 url(../images/dropdown-image.png) no-repeat scroll 4px center;
font-size:11px;
margin:3px 0 0 4px;
padding:0 5px 2px 20px;
position:absolute;
}
#share-thoughts-button a:hover, .comment-go-back a:hover {
text-decoration:underline;
}
.comment-go-back {
margin-top:-12px;

}
.main-comment {
background:#DECC80;
padding:5px;
margin-top:13px;
margin-bottom:5px;
}
#comment-paginate {
background:#DECC80 none repeat scroll 0 0;
font-size:11px;
margin:3px 0;
padding:0 5px 2px 4px;
position:absolute;
right:7px;
}
#comment-paginate ul{margin:0px;
padding:0px;}
#comment-paginate ul li {	
display: inline;
margin:0px;
	padding:0 4px 0 0;
border-right:1px solid #61442D;
}
#comment-paginate ul li.comment-next {
	border:0;
	}	
#tour-div, #myId {z-index: 1000; position: absolute;}
.text a
{
	color: #fff;
	text-decoration: none;
	font-family: Georgia;
}

.text a:hover
{
	color: #fff;
	text-decoration: underline;
}

.dbc-services hr
{
	background: url('../images/spn-hrule.png') no-repeat;
	width: 380px;
	height: 10px;
	border: 0px;
}

#shareDiv
{
	background:transparent url(../images/share-dbc.png) repeat scroll 0 0;
	color:#DECA79;
	display:none;
	height:326px;
	left:0;
	position:absolute;
	top:0;
	width:257px;
}
