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


.wSmall #tcWrapper {
	
}

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

#bodyBg
{
	float		: left;
	width		: 100%;
}
#tcContainerWrap {
	padding: 0;
	padding	: 0;
	margin		: 0;
}

#tcContainer {
	padding: 0;
}


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


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

#tcMainbody-f {
	float: left;
	width: 100%;
}

#tcMainbody-f #tcContentWrap {
	
}

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

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

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

#tcRightCol {
	float		: right;
	width		: 38.8%;
}

#tcRightColInner
{
	padding: 0;
}

#tcLeftColInner
{
	padding-left	: 0px;
}


#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;
}


#modBanner
{
	float			: left;
	width			: 100%;
	margin			: 5px 0 0px 0;
}

#bottomMenu
{
	float			: left;
	width			: 100%;
	background		: #FFF;
	margin			: 7px 0px;
	border			: 1px solid #b7b4b0;
}

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


/* VR CSS Things */
.adjMargin
{
	margin			: 0 120px;
}
#header
{
	float		: left;
	width		: 100%;
	background	: url(images/header.jpg);
	height		: 192px;
}

#topMostMenu
{
	float		: right;
	width		: 100%;
	margin-top	: 68px;
	margin-right	: 20px;
	text-align	: right;
}

#user3ModWrapper
{
	margin		: 0 120px;
	height		: 45px;
}

#user3Bg
{
	float		: left;
	background	: url(images/menu-searchbar.jpg) top center no-repeat;
	width		: 100%;
	height		: 61px;
}

#cols3Wrapper
{
	margin		: 0px 110px;
}

#repeatContentBg
{
	float		: left;
	width		: 100%;
	background	: url(images/content-repeat-bg.gif) top center repeat-y;
}

#searchMod
{
	float		: right;
	width		: 210px;
	margin-top	: 14px;
}

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

#searchMod input
{
	font-size	: 14px;
	border		: none;
	background	: none; 
	margin		: 0;
	padding		: 0;
	border-bottom:1px solid #eee;
 }

#bannerMod
{
	float		: right;
	width		: 660px;
	text-align	: center;
}

#footerBgRepeat
{
	float	: left;
	width	: 100%;
	background	: url(images/footer-repeat-bg.jpg) bottom center repeat-x;
}

#footerWrapper
{
	float	: left;
	width	: 100%;
	height	: 107px;
	background	: url(images/footer-menu-bg.gif) bottom center repeat-x;
}

#footerMenu
{
	float	: left;
	width	: 100%;
	height	: 100px;
}

#copyRight
{
	float		: left;
	width		: 100%;
	margin-top	: 50px;
	text-align	: center;
}

#clickToCall
{
	float			: right;
	width			: 300px;
	margin-right	: 21px;
}