/* css :: structure :: Client */

html,body {
	height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#flashcontent {}
#mainContainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}
.bottomLine {
	border-bottom-color: #AE7B7D;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.leftLine {
	border-left-color: #AE7B7D;
	border-left-width: 1px;
	border-left-style: dotted;
	padding-left: 15px;
}
.textBox {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 67px;
	margin-right: 15px;
}
.txtBox10margin {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 610px;
}
.subContentBox {
	padding-right: 10px;
	padding-left: 20px;
}
#footerBox {
	color: #3C1617;
	padding-top: 25px;
	padding-left: 25px;
	padding-bottom: 15px;
	font-size: 14px;
	padding-right: 250px;
}
.footerBGND {
	background-image: url(../images/footer_bgndRip.gif);
	background-repeat: no-repeat;
}
.footerBGND_gcTour {
	background-image: url(../images/footerBGND_noSideBar.gif);
	background-repeat: no-repeat;
}
/****************************************** specificItems */
.50pxRightMargin {
	margin-right: 50px;	
}

/****************************************** sideBar */
.sideBar {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 9px;
	color: #767676;
	line-height: 12px;
	background-color: #181818;
	width: 197px;
	height: 100%;
	padding-left: 4px;
	padding-right: 4px;
}
.sideBarContent {
    margin-top: 10px;
	margin-left: 4px;
}
