/* layout and positioning */
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#tcWrapper {
	margin			: 0 auto;
	text-align		: left;
	width			: 1100px;
	/* padding on left and right for 20px */
}

#tcWrapperInner {
	text-align	: left;
	padding		: 0;
}

#tcContainerWrap {
	padding	: 0px;
	margin	: 0;
}

#tcContainer {
	padding: 0;
}


#tcContent {
	margin: 0;
	clear: both;
	display: block;
	padding-top	: 0;
	margin-top	: 7px;
}


/* Contend divs ---------------------------------------------------- */
#tcMainbody, #tcMainbody-fl, #tcMainbody-fr, #tcMainbody-f {
}


/* left mid and right, main one to set width, mid and right */
#tcMainbody
{
	float: right;
	width: 78%;
	/* right side module and mainbody */
}

/* left mid and right , sets width of Mid only*/
#tcMainbody #tcContentWrap {
	float: left;
	width: 72%;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#tcLeftCol {
	float		: left;
	width		: 184px;
}

#tcRightCol {
	float		: right;
	width		: 184px;
	
}

#tcRightColInner
{
	margin : 0px;
	
}

#tcLeftColInner
{
	padding-left	: 0px;
}


#tcLeftCol table,
#tcRightCol table {
	border-collapse: collapse;
	border-spacing: 0;
}


#modBanner
{
	float			: left;
	width			: 100%;
	padding			: 7px 0 0 0;
	margin-bottom	: 10px;

}

#bottomMenu
{
	float			: left;
	width			: 100%;
	
}

#bottomMenuPositioner
{
	margin			: 7px 0 12px 0;
	text-align		: center;
}


/* VR CSS Things */

.clearDiv
{
	clear:both;
}

#header
{
	float		: left;
	width		: 100%;
	height		: 154px;
	background	: url(../images/header.jpg) no-repeat;
}

#clickCall
{
	float			: right;
	margin-right	: 215px;
	height			: 45px;
	margin-top		: 40px;
	width			: 300px;
	text-align		: right;
}

#searchMod
{
	float		: right;
	width		: 165px;
	margin-right	: 214px;
	margin-top	: 12px;
	
}

#searchMod form
{
	margin	: 0;
	padding	: 0;
}

#searchMod input
{
	border		: none;
	background	: transparent;
	font-size	: 14px;
}


#topRightMenu
{
	height		: 20px;
	margin-top	: 20px;
	margin-right	: 100px;
}

#cpanelMod
{
	float			: right;
	margin-right	: 205px;
	height			: 45px;
}

#searchMod input
{
	border	: none;
	background	: transparent;
	font-size	: 14px;
}

#user3Mod
{
	float		: left;
	width		: 100%;
	height		: 68px;
	background	: url(../images/menu-wrapper-bg.jpg) no-repeat;
}

#pageBg
{
	float	: left;
	width		: 100%;
	background	: url(../images/page-bg.jpg) repeat-y;
	padding-top	: 16px;
}

#pageMargin
{
	margin		: 0 100px;
}

#footer
{
	float		: left;
	width		: 100%;
	background	: url(../images/footer-bg.jpg) no-repeat;
	height		: 80px;
}

#footerMenu
{
	margin-top	: 20px;
}

#copyRight
{
	text-align	: center;
}