/* layout and positioning */

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#tcWrapper {
	width			: 90%;
	margin			: 0 auto;
	text-align		: center;
	width			: 887px;
}


#tcWrapperInner {
	text-align	: left;
	padding		: 0;
}

#tcContainerWrap {
	padding: 0;

	
	

}

#tcContainer {
	padding: 0;
}


#tcContent {
	padding: 5px;
	margin: 0;
	clear: both;
	display: block;
	min-height: 300px;
	background	: #fff;
	margin-top	: 5px;
	border		: 1px solid #cccccc;
}



#divBorder
{
	/* border-right	: 5px solid #FFF; */
	/* border-left	: 5px solid #FFF; */
	width		: 100%;
	float	: left;
}



/* Contend divs ---------------------------------------------------- */
#tcMainbody, #tcMainbody-fl, #tcMainbody-fr, #tcMainbody-f {
}



#tcMainbody-fr {
	float: right;
	width: 74.2%;
		
}

#tcContainer-fr #tcLeftCol {
	float: left;
	width: 25%;
}



#tcMainbody-fl {
	float: left;
	width: 100%;
}

#tcMainbody-fl #tcContentWrap {
	float: left;
	width: 80%;
	background: none;
}

#tcMainbody-fl #tcRightCol {
	float: right;
	width: 18.9%;
}

#tcMainbody-f {
	float: left;
	width: 100%;
}

#tcMainbody-f #tcContentWrap {
	background: none;
}

/* left mid and right, main one to set width, mid and right */
#tcMainbody
{
	/*right side + main body */
	float: right;
	width: 74%;
	
}
#tcMainbody #tcContentWrap {
	float: left;
	width: 63%;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#tcLeftCol {
	float		: left;
	width		: 25%;
}

#tcRightCol {
	float		: right;
	width		: 35%;
	overflow	: hidden;
}

#tcRightColInner
{
	padding: 0 7px 0 0;
}

#tcLeftColInner
{
	padding-left	: 0px;
}


#tcLeftCol table,
#tcRightCol table {
	border-collapse: collapse;
	border-spacing: 0;
}




#tcLeftCol ul,
#tcRightCol ul {
	margin: 0;
}

#tcLeftCol li a,
#tcRightCol li a{
	color: #484848;
}

#forBgLeft 
{
	float		: left;
	width		: 100%;
	margin-top	: 10px;
	border-right	: 1px solid #ddd;
	border-left	: 1px solid #ddd;
}

#copyRight
{
	float			: left;
	width			: 100%;
}


#copyRight div a:hover
{
	background		: none;
}
#copyRight
{
	float			: left;
	text-align		: center;
	margin-top		: 10px;
}


/* VR CSS Things */

#header
{
	float	: left;
	width	: 100%;
	background	: url(../images/header.jpg) no-repeat;
	height	: 198px;
}

#iconMenu
{
	float	: left;
	width	: 100%;
	height	: 30px;
	padding-top	: 5px;
}

#sfMenu
{
	float	: left;
	width	: 100%;
	margin-top	: 133px;
}

#bodyBg
{
	float	: left;
	width	: 100%;
	background	: #f0f2f4;
	
}

#bodyAdj
{
	margin	: 7px;
}

#bannerMod
{
	float	: left;
	width	: 100%;
	text-align	: center;
	margin		: 10px 0;
}

#copyRight a:link,
#copyRight a:visited,
#copyRight a:active
{
	color	: #fff;
}

#copyRight
{
	color	: #fff;
	text-align	: center;
}
