/* 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: 77%;

}

#tcContainer-fr #tcLeftCol {
	float: left;
	width: 23%;
	}



#tcMainbody-fl {
	float: left;
	width: 100%;
}

#tcMainbody-fl #tcContentWrap {
	float: right;
	width: 75.8%;
	
}

#tcMainbody-fl #tcRightCol {
	float: left;
	width: 23%;
}

#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: 77%;
}

/* left mid and right , sets width of Mid only*/
#tcMainbody #tcContentWrap {
	float: right;
	width: 70%;
	
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#tcLeftCol {
	float		: left;
	width		: 20%;
}

#tcRightCol {
	float		: left;
	width		: 29.7%;
	background	: url(../images/ring-repeat.gif) right top repeat-y;
}

#tcRightColInner
{
	padding: 0;
}

#tcLeftColInner
{
	padding-left	: 5px;
}


#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 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;
}


#bottomMenu
{
	float			: left;
	width			: 100%;
}

#bottomMenuPositioner
{
	margin			: 5px 0 5px 0;
	text-align		: center;
}


/* VR CSS Things */
#topHeader
{
	float		: left;
	width		: 100%;
	background	: url(../images/header-border.gif) no-repeat;
	height		: 84px;
}

#bodyWrapper
{
	float		: left;
	width		: 100%;
	background	: url(../images/body-mid-bg.gif) repeat-y;
}

#bodyTop
{
	float		: left;
	width		: 100%;
	background	: url(../images/top-bg.gif) no-repeat;
}


#bodyBottom
{
	float		: left;
	width		: 100%;
	background	: #efefe1 url(../images/footer-bg.gif) no-repeat;
	height		: 100px;
}

#user3Mod
{
	float		: right;
	width		: 100%;
	text-align 	: right;
	height		: 30px;
	margin-top	: 50px;
}
#adjBody
{
	margin		: 10px;
	margin-bottom	: 0px;
}

#bodyOneBg
{
	background	: url(../images/fold.gif) 20% 0% repeat-y;
}

#bodyTwoBg
{
	background	: url(../images/fold.gif) 45% 0 repeat-y;
}

#logo
{
	float 		: left;
	width		: 363px;
	height		: 57px;
	background	: url(../images/logo.gif) no-repeat;
}
#logoAndSearch
{
	float		: left;
	width		: 100%;
	height		: 60px;
	margin-top	: 40px;
	margin-left	: 30px;
}

#searchMod
{
	float		: right;
	width		: 246px;
	height		: 29px;
	background	: url(../images/search-bg.gif) no-repeat;
	margin-right: 100px;
}

#searchMod input
{
	margin-left	: 55px;
	width		: 161px;
	height		: 23px;
	border		: none;
	background	: transparent;
	font-size	: 15px;
	margin-top	: 5px;
}

#footerAndModules3
{
	float		: left;
	width		: 100%;
	background	: #fff;
	border-top	: 1px solid #F0F0E7;
}

#modBanner
{
	float		:left;
	width		: 100%;
	background	: #fff;
	padding		: 10px 0;
	border-top	: 1px solid #F0F0E7;
}

#modIcon
{
	float			: left;
	width			: 100%;
	background		: #ececcd;
	padding			: 0;
	border-top		: 1px solid #F0F0E7;
	border-bottom	: 1px solid #F0F0E7;
	
}

#footerPHP
{
	padding-top	: 10px;
}

#bmwInner
{
	float		: left;
	width		: 100%;
	background	: #fff;
	
}