/* layout and positioning */
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#tcWrapper {
	width			: 90%;
	margin			: 0 auto ;
	text-align		: center;
}


.wSmall #tcWrapper {
	width		: 1000px;
}

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

}


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

#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: 73%;

}

#tcContainer-fr #tcLeftCol {
	float: left;
	width: 23%;
	}



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

#tcMainbody-fl #tcContentWrap {
	float: left;
	width: 73%;
	
}

#tcMainbody-fl #tcRightCol {
	float: right;
	width: 26%;
}

#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: 73%;
}

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

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

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

#tcRightColInner
{
	padding: 0;
}

#tcLeftColInner
{
}


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

/* VR CSS Things */
#copyRight div a:link,
#copyRight div a:active,
#copyRight div a:visited
{
	color			: #fff;
	text-decoration		: none;
}

#copyRight div a:hover
{
	background		: none;
	text-decoration : underline;
}

#adjCopy
{
	float			: left;
	height			: 66px;
	width			: 100%;
	margin-top		: 17px;
}
#modBanner
{
	overflow		: hidden;
	text-align		: center;
	margin-top		: 5px;
}

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

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

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


#copyRightBg
{
	float			: left;
	width			: 100%;
	background		: url(../images/copyright-bg.gif) bottom left repeat-x;
	height			: 150px;
}


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

#logo
{
	float		: left;
	width		: 300px;
	background	: url(../images/logo.gif) bottom right no-repeat;
	height		: 81px;
}

#modUser3
{
	float		: right;
	width		: 691px;
	height		: 100px;
}

#adjMenu
{
	margin-top		: 68px;
}

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

#searchMod
{
	float			: left;
	width			: 232px;
	height			: 47px;
	background		: url(../images/search.jpg) no-repeat;
	margin-left		: 50px !important;
	margin-left		: 25px;
}

#searchMod input
{
	margin-top		: 17px;
	margin-left		: 36px;
	background		: none;
	border			: none;
}

#px1Border
{
	border			: 1px solid #d7d9d5;
	background		: #f3f6f0;
	padding			: 10px;
}

#bodyBg
{
	float			: left;
	width			: 100%;
	background		: url(../images/body-bg.jpg) repeat-x;
}

#footerBox
{
	float			: left;
	width			: 100%;
	height			: 201px;
	background		: #d91d1e url(../images/footer-box.jpg) repeat-x;
}

#fbAdj
{
	margin-top		: 50px;
	height			: 145px;
	overflow		: hidden;
}

#fbLogo
{
	float			: right;
	width			: 158px;
	height			: 42px;
	margin			: 3px 10px 0 0;
}
