/* layout and positioning */
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#tcWrapper {
	margin			: 0 auto ;
	text-align		: left;
	width			: 859px;
}


#tcWrapperInner {
	text-align	: left;
	padding		: 0;

}

#bodyBg
{
	float		: left;
	width		: 100%;
}
#tcContainerWrap {
	padding: 0;
	margin	: 0;
	border-bottom:1px solid #fffde0;
}

#tcContainer {
	padding: 0;
}


#tcContent {
	padding: 5px;
	margin: 0;
	clear: both;
	display: block;
	padding-top	: 0;
}


/* Contend divs ---------------------------------------------------- */
#tcMainbody, #tcMainbody-fl, #tcMainbody-fr, #tcMainbody-f {
}



#tcMainbody-fr {
	float: right;
	width: 70.7%;
}

#tcContainer-fr #tcLeftCol {
	float: left;
	width: 26.9%;
}



#tcMainbody-fl {
	float: left;
	width: 100%;
}

#tcMainbody-fl #tcContentWrap {
	float: left;
	width: 71.5%;
}

#tcMainbody-fl #tcRightCol {
	float: right;
	width: 27.5%;
}

#tcMainbody-f {
	float: left;
	width: 100%;
}

#tcMainbody-f #tcContentWrap {
	
}

/* left mid and right, main one to set width, mid and right */
#tcMainbody
{
	/*right side + main body */
	float: right;
	width: 71%;
}

/* sets width of mainbody  only*/
#tcMainbody #tcContentWrap {
	float: left;
	width: 60%;
	
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- 
*/

#tcLeftCol {
	float		: left;
	width		: 27%;
}

#tcRightCol {
	/*related Group A */
	float		: right;
	width		: 38%;
}

#tcRightColInner
{
	margin-top		: 16px;
	margin-right	: 7px;
}

#tcLeftColInner
{
	margin-top		: 16px;
}


#tcLeftCol table,
#tcRightCol table {
	border-collapse: collapse;
	border-spacing: 0;
}

#tcLeftCol ul li,
#tcRightCol ul li {
	padding-left: 10px;
	margin: 0;
}

#tcLeftCol ul,
#tcRightCol ul {
	margin: 0;
}

#tcLeftCol li a,
#tcRightCol li a{
	color: #484848;
}

#copyRight
{
	float		: left;
	width		: 100%;
	margin-top	: 20px;
}

#copyRight div a:link,
#copyRight div a:active,
#copyRight div a:visited
{
	color			: #282822;
	text-decoration		: none;
}

#copyRight div a:hover
{
	background		: none;
	text-decoration : underline;
}

#modBanner
{
	float			: left;
	width			: 100%;
	margin			: 5px 0 0px 0;
}

#bottomMenu
{
	float			: left;
	width			: 100%;
}

#bottomMenuPositioner
{
	margin			: 5px 0 5px 0;
	text-align		: center;
}


/*************************************************************************************/
/* VR CSS Things */

/* Special HTML Content */

/* other layout and css from vr */
#topMenuWrapper
{
	float	: left;
	width	: 100%;
	background	: url(../images/top-menu-bg.png) top center no-repeat;
	height	: 39px;
	margin-top	: 20px;
}

#header
{
	float		: left;
	width		: 100%;
	background	: url(../images/header.png) top center no-repeat;
	height		: 173px;
	margin-top	: 10px;
}

#user3Mod
{
	margin		: 0 40px;
}

#topModule
{
	float		: left;
	width		: 274px;
	height		: 127px;
	margin-left	: 55px;
	margin-top	: 22px;
	overflow	: hidden;
	color		: #9dd6fc;
}

#topModule h3
{
	color		: #fff;
	font-style	: italic;
	font-weight	: bold;
	font-size	: 16px;
	margin		: 0 0 3px 4px;
	padding		: 0;
	
}

#topModule p
{
	margin		: 0;
	padding		: 0;
	margin-bottom	: 7px;
}

#topModule a:link,
#topModule a:visited,
#topModule a:active
{
	color		: #fff;
	text-decoration	: none;
}

#topModule a:hover
{

	text-decoration	: underline;
}

#iconMod
{
	float		: right;
	width		: 277px;
	height		: 57px;
	margin-right: 55px;
	margin-top	: 92px;
	overflow	: hidden;
	color		: #9dd6fc;
}

#iconMod h3
{
	color		: #fff;
	font-style	: italic;
	font-weight	: bold;
	font-size	: 16px;
	margin		: 0 0 3px 4px;
	padding		: 0;
	
}

#iconModule p
{
	margin		: 0;
	padding		: 0;
	margin-bottom	: 7px;
}

#iconModule a:link,
#iconModule a:visited,
#iconModule a:active
{
	color		: #fff;
	text-decoration	: none;
}

#iconModule a:hover
{

	text-decoration	: underline;
}

#mbBg
{
	float		: left;
	width		: 100%;
	background	: url(../images/mb-rpt-bg.png) top center repeat-y;
}

#mbBottom
{
	float		: left;
	width		: 100%;
	height		: 25px;
	background	: url(../images/mb-bottom.png) top center no-repeat;
}

#mbAdj
{
	margin		: 0 50px;
	
}

#bannerMod
{
	float		: left;
	width		: 100%;
	text-align	: center;
	margin		: 7px 0px;
}